Class RelayedAuthenticationResponse


  • public class RelayedAuthenticationResponse
    extends Object
    RelayedAuthenticationResponse
    • Field Detail

      • JSON_PROPERTY_AUTHENTICATION_DECISION

        public static final String JSON_PROPERTY_AUTHENTICATION_DECISION
        See Also:
        Constant Field Values
    • Constructor Detail

      • RelayedAuthenticationResponse

        public RelayedAuthenticationResponse()
    • Method Detail

      • authenticationDecision

        public RelayedAuthenticationResponse authenticationDecision​(AuthenticationDecision authenticationDecision)
        authenticationDecision
        Parameters:
        authenticationDecision -
        Returns:
        the current RelayedAuthenticationResponse instance, allowing for method chaining
      • getAuthenticationDecision

        public AuthenticationDecision getAuthenticationDecision()
        Get authenticationDecision
        Returns:
        authenticationDecision
      • setAuthenticationDecision

        public void setAuthenticationDecision​(AuthenticationDecision authenticationDecision)
        authenticationDecision
        Parameters:
        authenticationDecision -
      • equals

        public boolean equals​(Object o)
        Return true if this RelayedAuthenticationResponse object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static RelayedAuthenticationResponse fromJson​(String jsonString)
                                                      throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of RelayedAuthenticationResponse given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of RelayedAuthenticationResponse
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to RelayedAuthenticationResponse
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of RelayedAuthenticationResponse to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException