Package org.openwms.core.uaa.api
Class AuthenticatedUserVO
java.lang.Object
org.springframework.hateoas.RepresentationModel<UserVO>
org.ameba.http.AbstractBase<UserVO>
org.openwms.core.uaa.api.UserVO
org.openwms.core.uaa.api.AuthenticatedUserVO
- All Implemented Interfaces:
Serializable
A AuthenticatedUserVO is the representation of a human User with all attributes of interest.
- Author:
- Heiko Scherrer
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
HTTP media type representation.private String
The User's current password.Fields inherited from class org.ameba.http.AbstractBase
DATETIME_FORMAT_ZULU
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
All fields.int
hashCode()
All fields.void
setPassword
(String password) Methods inherited from class org.openwms.core.uaa.api.UserVO
getEmailAddresses, getEnabled, getExpirationDate, getExtern, getFullname, getLastPasswordChange, getLocked, getpKey, getRoleNames, getUserDetails, getUsername, setEmailAddresses, setEnabled, setExpirationDate, setExtern, setFullname, setLastPasswordChange, setLocked, setpKey, setRoleNames, setUserDetails, setUsername, toString
Methods inherited from class org.ameba.http.AbstractBase
getCreateDt, getLastModifiedDt, getOl, setCreateDt, setLastModifiedDt, setOl
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
-
Field Details
-
MEDIA_TYPE
HTTP media type representation.- See Also:
-
password
The User's current password.
-
-
Constructor Details
-
AuthenticatedUserVO
public AuthenticatedUserVO()
-
-
Method Details