Class UserUR
- java.lang.Object
-
- org.apache.syncope.common.lib.request.AnyUR
-
- org.apache.syncope.common.lib.request.UserUR
-
- All Implemented Interfaces:
Serializable
,BaseBean
public class UserUR extends AnyUR
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UserUR.Builder
-
Constructor Summary
Constructors Constructor Description UserUR()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getDiscriminator()
List<LinkedAccountUR>
getLinkedAccounts()
Set<MembershipUR>
getMemberships()
BooleanReplacePatchItem
getMustChangePassword()
PasswordPatch
getPassword()
Set<RelationshipUR>
getRelationships()
Set<StringPatchItem>
getRoles()
StringReplacePatchItem
getSecurityAnswer()
StringReplacePatchItem
getSecurityQuestion()
StringReplacePatchItem
getUsername()
int
hashCode()
boolean
isEmpty()
boolean
isEmptyButPassword()
protected boolean
isEmptyNotConsideringPassword()
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
-
-
-
-
Method Detail
-
getDiscriminator
public String getDiscriminator()
- Specified by:
getDiscriminator
in classAnyUR
-
getUsername
public StringReplacePatchItem getUsername()
-
setUsername
public void setUsername(StringReplacePatchItem username)
-
getPassword
public PasswordPatch getPassword()
-
setPassword
public void setPassword(PasswordPatch password)
-
getSecurityQuestion
public StringReplacePatchItem getSecurityQuestion()
-
setSecurityQuestion
public void setSecurityQuestion(StringReplacePatchItem securityQuestion)
-
getSecurityAnswer
public StringReplacePatchItem getSecurityAnswer()
-
setSecurityAnswer
public void setSecurityAnswer(StringReplacePatchItem securityAnswer)
-
getMustChangePassword
public BooleanReplacePatchItem getMustChangePassword()
-
setMustChangePassword
public void setMustChangePassword(BooleanReplacePatchItem mustChangePassword)
-
getRelationships
public Set<RelationshipUR> getRelationships()
-
getMemberships
public Set<MembershipUR> getMemberships()
-
getRoles
public Set<StringPatchItem> getRoles()
-
getLinkedAccounts
public List<LinkedAccountUR> getLinkedAccounts()
-
isEmptyNotConsideringPassword
protected boolean isEmptyNotConsideringPassword()
-
isEmptyButPassword
public boolean isEmptyButPassword()
-
isEmpty
public boolean isEmpty()
-
-