Package org.apache.syncope.common.lib.to
Class UserTO
java.lang.Object
org.apache.syncope.common.lib.to.AnyTO
org.apache.syncope.common.lib.to.UserTO
- All Implemented Interfaces:
Serializable,BaseBean,RealmMember,AttributableTO,EntityTO,GroupableRelatableTO,RelatableTO
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetMembership(String groupKey) getRoles()getToken()getType()inthashCode()booleanbooleanvoidsetChangePwdDate(OffsetDateTime changePwdDate) voidsetFailedLogins(Integer failedLogins) voidsetLastLoginDate(OffsetDateTime lastLoginDate) voidsetMustChangePassword(boolean mustChangePassword) voidsetPassword(String password) voidsetSecurityAnswer(String securityAnswer) voidsetSecurityQuestion(String securityQuestion) voidsetSuspended(boolean suspended) voidvoidsetTokenExpireTime(OffsetDateTime tokenExpireTime) voidvoidsetUsername(String username) Methods inherited from class org.apache.syncope.common.lib.to.AnyTO
getAuxClasses, getCreationContext, getCreationDate, getCreator, getDerAttr, getDerAttrs, getDynRealms, getETagValue, getKey, getLastChangeContext, getLastChangeDate, getLastModifier, getPlainAttr, getPlainAttrs, getRealm, getRelationship, getRelationships, getResources, getStatus, setCreationContext, setCreationDate, setCreator, setDiscriminator, setKey, setLastChangeContext, setLastChangeDate, setLastModifier, setRealm, setStatusMethods 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
-
UserTO
public UserTO()
-
-
Method Details
-
getDiscriminator
- Specified by:
getDiscriminatorin classAnyTO
-
getType
-
setType
-
getPassword
-
setPassword
-
getToken
-
setToken
-
getTokenExpireTime
-
setTokenExpireTime
-
getUsername
-
setUsername
-
getChangePwdDate
-
getFailedLogins
-
getLastLoginDate
-
setChangePwdDate
-
setFailedLogins
-
setLastLoginDate
-
getSecurityQuestion
-
setSecurityQuestion
-
getSecurityAnswer
-
setSecurityAnswer
-
isSuspended
public boolean isSuspended() -
setSuspended
public void setSuspended(boolean suspended) -
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
-
getDynRoles
-
getLinkedAccounts
-
getDelegatingDelegations
-
getDelegatedDelegations
-
hashCode
public int hashCode() -
equals
-