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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getRoles()
int
hashCode()
boolean
isEmpty()
boolean
protected boolean
void
setMustChangePassword
(BooleanReplacePatchItem mustChangePassword) void
setPassword
(PasswordPatch password) void
setSecurityAnswer
(StringReplacePatchItem securityAnswer) void
setSecurityQuestion
(StringReplacePatchItem securityQuestion) void
setUsername
(StringReplacePatchItem username) Methods inherited from class org.apache.syncope.common.lib.request.AnyUR
getAuxClasses, getKey, getPlainAttrs, getRealm, getResources, getVirAttrs, setDiscriminator, setKey, setRealm
-
Constructor Details
-
UserUR
public UserUR()
-
-
Method Details
-
getDiscriminator
- Specified by:
getDiscriminator
in classAnyUR
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
getSecurityQuestion
-
setSecurityQuestion
-
getSecurityAnswer
-
setSecurityAnswer
-
getMustChangePassword
-
setMustChangePassword
-
getRelationships
-
getMemberships
-
getRoles
-
getLinkedAccounts
-
isEmptyNotConsideringPassword
protected boolean isEmptyNotConsideringPassword() -
isEmptyButPassword
public boolean isEmptyButPassword() -
isEmpty
public boolean isEmpty() -
hashCode
public int hashCode() -
equals
-