Class UserDto
- java.lang.Object
-
- org.springframework.hateoas.RepresentationModel<BaseRepresentationModel>
-
- tv.hd3g.authkit.mod.dto.ressource.BaseRepresentationModel
-
- tv.hd3g.authkit.mod.dto.ressource.UserDto
-
public class UserDto extends BaseRepresentationModel
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)DategetCreated()DategetLastlogin()StringgetLdapDomain()StringgetLogin()StringgetRealm()StringgetUuid()inthashCode()booleanisEnabled()booleanisMustChangePassword()booleanisTotpEnabled()
-
-
-
Constructor Detail
-
UserDto
public UserDto(User user)
See getuser.sql and listuser.sql
-
-
Method Detail
-
getCreated
public Date getCreated()
-
getUuid
public String getUuid()
-
getLogin
public String getLogin()
-
getRealm
public String getRealm()
-
isEnabled
public boolean isEnabled()
-
isTotpEnabled
public boolean isTotpEnabled()
-
isMustChangePassword
public boolean isMustChangePassword()
-
getLastlogin
public Date getLastlogin()
-
getLdapDomain
public String getLdapDomain()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classorg.springframework.hateoas.RepresentationModel<BaseRepresentationModel>
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classorg.springframework.hateoas.RepresentationModel<BaseRepresentationModel>
-
-