Class AuthenticationResponse

  • All Implemented Interfaces:
    Serializable

    public class AuthenticationResponse
    extends Response
    Response object for a web service operation that returns a role.
    Author:
    suneet
    See Also:
    Serialized Form
    • Field Detail

      • subject

        protected Subject subject
    • Constructor Detail

      • AuthenticationResponse

        public AuthenticationResponse()
      • AuthenticationResponse

        public AuthenticationResponse​(ResponseStatus s)
    • Method Detail

      • getSubject

        public Subject getSubject()
        Returns:
        - the Subject, containing information about the user, and his token
      • setSubject

        public void setSubject​(Subject subject)