| Package | Description |
|---|---|
| com.authlete.common.dto |
Requests to and responses from Authlete APIs and some data structures.
|
| com.authlete.common.types |
Enum definitions and lists of pre-defined constants.
|
| Modifier and Type | Method and Description |
|---|---|
ClientAuthMethod[] |
Service.getSupportedTokenAuthMethods()
Get the supported client authentication methods at the token endpoint.
|
ClientAuthMethod |
Client.getTokenAuthMethod()
Get the client authentication method for the token endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
Service |
Service.setSupportedTokenAuthMethods(ClientAuthMethod[] methods)
Set the number of client authentication methods at the token endpoint.
|
Client |
Client.setTokenAuthMethod(ClientAuthMethod method)
Set the client authentication method for the token endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
static ClientAuthMethod |
ClientAuthMethod.getByValue(short value)
Find an instance of this enum by a value.
|
static ClientAuthMethod |
ClientAuthMethod.parse(String method)
Convert
String to ClientAuthMethod. |
static ClientAuthMethod[] |
ClientAuthMethod.toArray(int bits) |
static ClientAuthMethod |
ClientAuthMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientAuthMethod[] |
ClientAuthMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<ClientAuthMethod> |
ClientAuthMethod.toSet(ClientAuthMethod[] array) |
static EnumSet<ClientAuthMethod> |
ClientAuthMethod.toSet(int bits) |
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<ClientAuthMethod> |
ClientAuthMethod.toSet(ClientAuthMethod[] array) |
| Modifier and Type | Method and Description |
|---|---|
static int |
ClientAuthMethod.toBits(EnumSet<ClientAuthMethod> set) |
Copyright © 2017. All rights reserved.