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
FieldsModifier and TypeFieldDescriptionstatic final StringHTTP media type representation.private StringThe User's current password.Fields inherited from class org.ameba.http.AbstractBase
DATETIME_FORMAT_ZULU -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanAll fields.inthashCode()All fields.voidsetPassword(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, toStringMethods inherited from class org.ameba.http.AbstractBase
getCreateDt, getLastModifiedDt, getOl, setCreateDt, setLastModifiedDt, setOlMethods 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