Class UserUR
java.lang.Object
org.apache.syncope.common.lib.request.AnyUR
org.apache.syncope.common.lib.request.UserUR
- All Implemented Interfaces:
Serializable,BaseBean
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetRoles()inthashCode()booleanisEmpty()booleanprotected booleanvoidsetMustChangePassword(BooleanReplacePatchItem mustChangePassword) voidsetPassword(PasswordPatch password) voidsetSecurityAnswer(StringReplacePatchItem securityAnswer) voidsetSecurityQuestion(StringReplacePatchItem securityQuestion) voidsetUsername(StringReplacePatchItem username) Methods inherited from class org.apache.syncope.common.lib.request.AnyUR
getAuxClasses, getKey, getPlainAttrs, getRealm, getRelationships, getResources, setDiscriminator, setKey, setRealm
-
Constructor Details
-
UserUR
public UserUR()
-
-
Method Details
-
getDiscriminator
- Specified by:
getDiscriminatorin classAnyUR
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
getSecurityQuestion
-
setSecurityQuestion
-
getSecurityAnswer
-
setSecurityAnswer
-
getMustChangePassword
-
setMustChangePassword
-
getMemberships
-
getRoles
-
getLinkedAccounts
-
isEmptyNotConsideringPassword
protected boolean isEmptyNotConsideringPassword() -
isEmptyButPassword
public boolean isEmptyButPassword() -
isEmpty
public boolean isEmpty() -
hashCode
public int hashCode() -
equals
-