|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface User
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 |
---|
java.lang.String getUserId()
java.lang.String getFirstName()
java.lang.String getLastName()
java.lang.String getEmailAddress()
boolean isActive()
boolean isRetired()
java.util.List getPolicies()
java.lang.String getAuthenticationProvider()
java.lang.String getAuthenticationProviderUserId()
java.util.Map getProperties()
boolean getPasswordReset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |