Class UserCR
java.lang.Object
org.apache.syncope.common.lib.request.AnyCR
org.apache.syncope.common.lib.request.UserCR
- All Implemented Interfaces:
Serializable,BaseBean,RealmMember,AttributableTO,GroupableRelatableTO,RelatableTO
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetMembership(String groupKey) getRoles()inthashCode()booleanbooleanvoidsetMustChangePassword(boolean mustChangePassword) voidsetPassword(String password) voidsetSecurityAnswer(String securityAnswer) voidsetSecurityQuestion(String securityQuestion) voidsetStorePassword(boolean storePassword) voidsetUsername(String username) Methods inherited from class org.apache.syncope.common.lib.request.AnyCR
getAuxClasses, getDerAttr, getDerAttrs, getPlainAttr, getPlainAttrs, getRealm, getRelationship, getRelationships, getResources, setDiscriminator, setRealmMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.syncope.common.lib.to.RelatableTO
getRelationship, getRelationships
-
Constructor Details
-
UserCR
public UserCR()
-
-
Method Details
-
getDiscriminator
- Specified by:
getDiscriminatorin classAnyCR
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
isStorePassword
public boolean isStorePassword() -
setStorePassword
public void setStorePassword(boolean storePassword) -
getSecurityQuestion
-
setSecurityQuestion
-
getSecurityAnswer
-
setSecurityAnswer
-
isMustChangePassword
public boolean isMustChangePassword() -
setMustChangePassword
public void setMustChangePassword(boolean mustChangePassword) -
getMembership
- Specified by:
getMembershipin interfaceGroupableRelatableTO
-
getMemberships
- Specified by:
getMembershipsin interfaceGroupableRelatableTO
-
getDynMemberships
- Specified by:
getDynMembershipsin interfaceGroupableRelatableTO
-
getRoles
-
getLinkedAccounts
-
hashCode
public int hashCode() -
equals
-