Class UserCR
java.lang.Object
org.apache.syncope.common.lib.request.AnyCR
org.apache.syncope.common.lib.request.UserCR
- All Implemented Interfaces:
Serializable
,Attributable
,BaseBean
,RealmMember
,GroupableRelatableTO
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getMembership
(String groupKey) getRelationship
(String type, String otherKey) getRoles()
int
hashCode()
boolean
boolean
void
setMustChangePassword
(boolean mustChangePassword) void
setPassword
(String password) void
setSecurityAnswer
(String securityAnswer) void
setSecurityQuestion
(String securityQuestion) void
setStorePassword
(boolean storePassword) void
setUsername
(String username) Methods inherited from class org.apache.syncope.common.lib.request.AnyCR
getAuxClasses, getDerAttr, getDerAttrs, getPlainAttr, getPlainAttrs, getRealm, getResources, getVirAttr, getVirAttrs, setDiscriminator, setRealm
-
Constructor Details
-
UserCR
public UserCR()
-
-
Method Details
-
getDiscriminator
- Specified by:
getDiscriminator
in 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) -
getRelationship
- Specified by:
getRelationship
in interfaceGroupableRelatableTO
-
getRelationships
- Specified by:
getRelationships
in interfaceGroupableRelatableTO
-
getMembership
- Specified by:
getMembership
in interfaceGroupableRelatableTO
-
getMemberships
- Specified by:
getMemberships
in interfaceGroupableRelatableTO
-
getDynMemberships
- Specified by:
getDynMemberships
in interfaceGroupableRelatableTO
-
getRoles
-
getLinkedAccounts
-
hashCode
public int hashCode() -
equals
-