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, isCurrentRequestValidattach, 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, warnpublic ServiceManagerSessionImpl(org.apache.wicket.Request request)
public final boolean authenticate(String gridId, String userId, String password) throws ServiceManagerException
authenticate in interface ServiceManagerSessionServiceManagerExceptionpublic void clearAuthenticatedParameter()
clearAuthenticatedParameter in interface ServiceManagerSessionpublic String getPassword()
getPassword in interface ServiceManagerSessionpublic String getSessionId()
getSessionId in interface ServiceManagerSessionpublic String getUserId()
getUserId in interface ServiceManagerSessionpublic boolean isAdministrater()
isAdministrater in interface ServiceManagerSessionpublic boolean isExpiredPassword()
isExpiredPassword in interface ServiceManagerSessionpublic boolean isLogin()
isLogin in interface ServiceManagerSessionpublic boolean isLoginedAccess()
isLoginedAccess in interface ServiceManagerSessionpublic void setIsExpiredPassword(boolean isExpired)
setIsExpiredPassword in interface ServiceManagerSessionpublic void setLoginedAccess(boolean init)
setLoginedAccess in interface ServiceManagerSessionpublic void setPassword(String newPass)
setPassword in interface ServiceManagerSessionpublic String getUserGridId()
getUserGridId in interface ServiceManagerSession