Class ClientAuthenticationMethod

  • All Implemented Interfaces:
    java.io.Serializable

    public final class ClientAuthenticationMethod
    extends java.lang.Object
    implements java.io.Serializable
    The authentication method used when authenticating the client with the authorization server.
    Since:
    5.0
    See Also:
    Section 2.3 Client Authentication, Serialized Form
    • Constructor Detail

      • ClientAuthenticationMethod

        public ClientAuthenticationMethod​(java.lang.String value)
        Constructs a ClientAuthenticationMethod using the provided value.
        Parameters:
        value - the value of the client authentication method
    • Method Detail

      • getValue

        public java.lang.String getValue()
        Returns the value of the client authentication method.
        Returns:
        the value of the client authentication method
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object