public final class ClientAuthenticationMethod
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static ClientAuthenticationMethod |
BASIC |
static ClientAuthenticationMethod |
NONE |
static ClientAuthenticationMethod |
POST |
Constructor and Description |
---|
ClientAuthenticationMethod(java.lang.String value)
Constructs a
ClientAuthenticationMethod using the provided value. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getValue()
Returns the value of the client authentication method.
|
int |
hashCode() |
public static final ClientAuthenticationMethod BASIC
public static final ClientAuthenticationMethod POST
public static final ClientAuthenticationMethod NONE
public ClientAuthenticationMethod(java.lang.String value)
ClientAuthenticationMethod
using the provided value.value
- the value of the client authentication methodpublic java.lang.String getValue()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object