|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface representing a user in the SDD instance.
Method Summary | |
java.lang.String |
getAuthenticationProvider()
Gets the name of the authentication provider for this user. |
java.lang.String |
getAuthenticationProviderUserId()
Gets the userId associated with this user that is defined in the external authentication provider. |
java.lang.String |
getEmailAddress()
Get the email address of this user in SDD |
java.lang.String |
getFirstName()
Get the first name of this user in SDD |
java.lang.String |
getLastName()
Get the last name of this user in SDD |
boolean |
getPasswordReset()
Sets whether the password should be reset. |
java.util.List |
getPolicies()
Get the policies assigned to this user in SDD. |
java.util.Map |
getProperties()
Get all properties of this user in SDD except policies |
java.lang.String |
getUserId()
Get the userId of this user as defined within SDD |
boolean |
isActive()
Returns the active status of the user |
boolean |
isRetired()
Returns whether the user is retired or not |
Method Detail |
public java.lang.String getUserId()
public java.lang.String getFirstName()
public java.lang.String getLastName()
public java.lang.String getEmailAddress()
public boolean isActive()
public boolean isRetired()
public java.util.List getPolicies()
public java.lang.String getAuthenticationProvider()
public java.lang.String getAuthenticationProviderUserId()
public java.util.Map getProperties()
public boolean getPasswordReset()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |