public final class AuthenticationMethod
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static AuthenticationMethod |
FORM |
static AuthenticationMethod |
HEADER |
static AuthenticationMethod |
QUERY |
| Constructor and Description |
|---|
AuthenticationMethod(java.lang.String value)
Constructs an
AuthenticationMethod 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 authentication method type.
|
int |
hashCode() |
public static final AuthenticationMethod HEADER
public static final AuthenticationMethod FORM
public static final AuthenticationMethod QUERY
public AuthenticationMethod(java.lang.String value)
AuthenticationMethod using the provided value.value - the value of the authentication method typepublic java.lang.String getValue()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object