public class UserPatch extends AnyPatch
| Constructor and Description |
|---|
UserPatch() |
| Modifier and Type | Method and Description |
|---|---|
Set<MembershipPatch> |
getMemberships() |
BooleanReplacePatchItem |
getMustChangePassword() |
PasswordPatch |
getPassword() |
Set<RelationshipPatch> |
getRelationships() |
Set<StringPatchItem> |
getRoles() |
StringReplacePatchItem |
getSecurityAnswer() |
StringReplacePatchItem |
getSecurityQuestion() |
StringReplacePatchItem |
getUsername() |
boolean |
isEmpty() |
void |
setMustChangePassword(BooleanReplacePatchItem mustChangePassword) |
void |
setPassword(PasswordPatch password) |
void |
setSecurityAnswer(StringReplacePatchItem securityAnswer) |
void |
setSecurityQuestion(StringReplacePatchItem securityQuestion) |
void |
setUsername(StringReplacePatchItem username) |
getAuxClasses, getKey, getPlainAttrs, getRealm, getResources, getVirAttrs, setKey, setRealmequals, hashCode, toStringpublic StringReplacePatchItem getUsername()
public void setUsername(StringReplacePatchItem username)
public PasswordPatch getPassword()
public void setPassword(PasswordPatch password)
public StringReplacePatchItem getSecurityQuestion()
public void setSecurityQuestion(StringReplacePatchItem securityQuestion)
public StringReplacePatchItem getSecurityAnswer()
public void setSecurityAnswer(StringReplacePatchItem securityAnswer)
public BooleanReplacePatchItem getMustChangePassword()
public void setMustChangePassword(BooleanReplacePatchItem mustChangePassword)
public Set<RelationshipPatch> getRelationships()
public Set<MembershipPatch> getMemberships()
public Set<StringPatchItem> getRoles()
Copyright © 2010–2016 The Apache Software Foundation. All rights reserved.