public interface ServiceManagerSession
Modifier and Type | Method and Description |
---|---|
boolean |
authenticate(String gridId,
String username,
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 password) |
boolean authenticate(String gridId, String username, String password) throws ServiceManagerException
ServiceManagerException
void clearAuthenticatedParameter()
String getPassword()
String getSessionId()
String getUserId()
boolean isAdministrater()
boolean isLogin()
boolean isLoginedAccess()
void setLoginedAccess(boolean init)
void setPassword(String password)
boolean isExpiredPassword()
void setIsExpiredPassword(boolean isExpired)
String getUserGridId()