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
,Attributable
,BaseBean
,RealmMember
,EntityTO
,GroupableRelatableTO
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getMembership
(String groupKey) getRelationship
(String type, String otherKey) getRoles()
getToken()
getType()
int
hashCode()
boolean
boolean
void
setChangePwdDate
(OffsetDateTime changePwdDate) void
setFailedLogins
(Integer failedLogins) void
setLastLoginDate
(OffsetDateTime lastLoginDate) void
setMustChangePassword
(boolean mustChangePassword) void
setPassword
(String password) void
setSecurityAnswer
(String securityAnswer) void
setSecurityQuestion
(String securityQuestion) void
setSuspended
(boolean suspended) void
void
setTokenExpireTime
(OffsetDateTime tokenExpireTime) void
void
setUsername
(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, getResources, getStatus, getVirAttr, getVirAttrs, setCreationContext, setCreationDate, setCreator, setDiscriminator, setKey, setLastChangeContext, setLastChangeDate, setLastModifier, setRealm, setStatus
-
Constructor Details
-
UserTO
public UserTO()
-
-
Method Details
-
getDiscriminator
- Specified by:
getDiscriminator
in 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) -
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
-
getDynRoles
-
getPrivileges
-
getLinkedAccounts
-
getDelegatingDelegations
-
getDelegatedDelegations
-
hashCode
public int hashCode() -
equals
-