public final class ServiceManagerSessionImpl extends org.apache.wicket.protocol.http.WebSession implements ServiceManagerSession
Constructor and Description |
---|
ServiceManagerSessionImpl(org.apache.wicket.Request request) |
Modifier and Type | Method and Description |
---|---|
boolean |
authenticate(String gridId,
String userId,
String password) |
void |
clearAuthenticatedParameter() |
String |
getPassword() |
String |
getSessionId() |
String |
getUserGridId() |
String |
getUserId() |
boolean |
isAdministrater() |
boolean |
isExpiredPassword() |
boolean |
isLogin() |
boolean |
isLoginedAccess() |
void |
setIsExpiredPassword(boolean isExpired) |
void |
setLoginedAccess(boolean init) |
void |
setPassword(String newPass) |
cleanupComponentFeedbackMessages, cleanupFeedbackMessages, isCurrentRequestValid
attach, bind, clear, createAutoPageMap, createAutoPageMapName, currentCreateAutoPageMapCounter, detach, dirty, error, exists, findOrCreate, findOrCreate, get, getApplication, getAttribute, getAttributeNames, getAuthorizationStrategy, getAutoPageMapNamePrefix, getAutoPageMapNameSuffix, getClassResolver, getClientInfo, getDefaultPageMap, getFeedbackMessages, getId, getLocale, getMetaData, getPage, getPage, getPageFactory, getPageMaps, getSessionStore, getSizeInBytes, getStyle, incrementCreateAutoPageMapCounter, info, invalidate, invalidateNow, isSessionInvalidated, isTemporary, newPageMap, nextPageId, nextSequenceValue, pageMapForName, removeAttribute, removePageMap, replaceSession, set, setApplication, setAttribute, setClientInfo, setLocale, setMetaData, setStyle, touch, unset, untouch, update, visitPageMaps, warn
public ServiceManagerSessionImpl(org.apache.wicket.Request request)
public final boolean authenticate(String gridId, String userId, String password) throws ServiceManagerException
authenticate
in interface ServiceManagerSession
ServiceManagerException
public void clearAuthenticatedParameter()
clearAuthenticatedParameter
in interface ServiceManagerSession
public String getPassword()
getPassword
in interface ServiceManagerSession
public String getSessionId()
getSessionId
in interface ServiceManagerSession
public String getUserId()
getUserId
in interface ServiceManagerSession
public boolean isAdministrater()
isAdministrater
in interface ServiceManagerSession
public boolean isExpiredPassword()
isExpiredPassword
in interface ServiceManagerSession
public boolean isLogin()
isLogin
in interface ServiceManagerSession
public boolean isLoginedAccess()
isLoginedAccess
in interface ServiceManagerSession
public void setIsExpiredPassword(boolean isExpired)
setIsExpiredPassword
in interface ServiceManagerSession
public void setLoginedAccess(boolean init)
setLoginedAccess
in interface ServiceManagerSession
public void setPassword(String newPass)
setPassword
in interface ServiceManagerSession
public String getUserGridId()
getUserGridId
in interface ServiceManagerSession