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

public class AuthenticatedUserVO extends UserVO implements Serializable
A AuthenticatedUserVO is the representation of a human User with all attributes of interest.
Author:
Heiko Scherrer
See Also:
  • Field Details

    • MEDIA_TYPE

      public static final String MEDIA_TYPE
      HTTP media type representation.
      See Also:
    • password

      private String password
      The User's current password.
  • Constructor Details

    • AuthenticatedUserVO

      public AuthenticatedUserVO()
  • Method Details

    • getPassword

      public String getPassword()
    • setPassword

      public void setPassword(String password)
    • equals

      public boolean equals(Object o)
      Description copied from class: UserVO
      All fields.
      Overrides:
      equals in class UserVO
    • hashCode

      public int hashCode()
      Description copied from class: UserVO
      All fields.
      Overrides:
      hashCode in class UserVO