Class UserDto
java.lang.Object
org.springframework.hateoas.RepresentationModel<UserDto>
tv.hd3g.authkit.mod.dto.ressource.UserDto
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.hateoas.RepresentationModel
add, add, add, addAllIf, addIf, getLink, getLink, getLinks, getLinks, getLinks, getRequiredLink, getRequiredLink, hasLink, hasLink, hasLinks, mapLink, mapLinkIf, of, of, removeLinks, toString
-
Constructor Details
-
UserDto
See getuser.sql and listuser.sql
-
-
Method Details
-
getCreated
-
getUuid
-
getLogin
-
getRealm
-
isEnabled
public boolean isEnabled() -
isTotpEnabled
public boolean isTotpEnabled() -
isMustChangePassword
public boolean isMustChangePassword() -
getLastlogin
-
getLdapDomain
-
hashCode
public int hashCode()- Overrides:
hashCodein classorg.springframework.hateoas.RepresentationModel<UserDto>
-
equals
- Overrides:
equalsin classorg.springframework.hateoas.RepresentationModel<UserDto>
-