|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.framework.security.principal.SecurityPrincipal com.esri.gpt.framework.security.principal.User
public class User
Represents a user within the system.
Constructor Summary | |
---|---|
User()
Default constructor. |
|
User(String key)
Construct with a supplied key. |
Method Summary | |
---|---|
AuthenticationStatus |
getAuthenticationStatus()
Gets the authentication status. |
Credentials |
getCredentials()
Gets the credentials for the user. |
Groups |
getGroups()
Gets the groups to which the user belongs. |
String |
getName()
Gets the name for this user. |
UserAttributeMap |
getProfile()
Gets the attribute map describing the user's profile. |
void |
reset()
Reset. |
void |
setAuthenticationStatus(AuthenticationStatus authStatus)
Sets the authentication status. |
void |
setCredentials(Credentials credentials)
Sets the credentials for the user. |
void |
setGroups(Groups groups)
Sets the groups to which the user belongs. |
void |
setProfile(UserAttributeMap map)
Sets the attribute map describing the user's profile. |
Methods inherited from class com.esri.gpt.framework.security.principal.SecurityPrincipal |
---|
getDistinguishedName, getKey, getLocalID, setDistinguishedName, setKey, setLocalID, setName, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public User()
public User(String key)
key
- the keyMethod Detail |
---|
public AuthenticationStatus getAuthenticationStatus()
public void setAuthenticationStatus(AuthenticationStatus authStatus)
authStatus
- authentication statuspublic Credentials getCredentials()
public void setCredentials(Credentials credentials)
credentials
- the credentialspublic Groups getGroups()
public void setGroups(Groups groups)
groups
- the groupspublic String getName()
getName
in class SecurityPrincipal
public UserAttributeMap getProfile()
public void setProfile(UserAttributeMap map)
map
- the attribute mappublic void reset()
reset
in class SecurityPrincipal
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |