| 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 |
PushedAuthReqResponse.getClientAuthMethod()
Get the client authentication method that should be performed at the
pushed authorization request endpoint.
|
ClientAuthMethod |
BackchannelAuthenticationResponse.getClientAuthMethod()
Get the client authentication method that should be performed at the
backchannel authentication endpoint.
|
ClientAuthMethod |
TokenResponse.getClientAuthMethod()
Get the client authentication method that should be performed at the
token endpoint.
|
ClientAuthMethod |
DeviceAuthorizationResponse.getClientAuthMethod()
Get the client authentication method that should be performed at the
device authorization endpoint.
|
ClientAuthMethod[] |
Service.getSupportedIntrospectionAuthMethods()
Get client authentication methods supported at the introspection endpoint.
|
ClientAuthMethod[] |
Service.getSupportedRevocationAuthMethods()
Get client authentication methods supported at the revocation endpoint.
|
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 |
|---|---|
PushedAuthReqResponse |
PushedAuthReqResponse.setClientAuthMethod(ClientAuthMethod method)
Set the client authentication method that should be performed at the
pushed authorization request endpoint.
|
BackchannelAuthenticationResponse |
BackchannelAuthenticationResponse.setClientAuthMethod(ClientAuthMethod method)
Set the client authentication method that should be performed at the
backchannel authentication endpoint.
|
void |
TokenResponse.setClientAuthMethod(ClientAuthMethod method)
Set the client authentication method that should be performed at the
token endpoint.
|
DeviceAuthorizationResponse |
DeviceAuthorizationResponse.setClientAuthMethod(ClientAuthMethod method)
Set the client authentication method that should be performed at the
device authorization endpoint.
|
Service |
Service.setSupportedIntrospectionAuthMethods(ClientAuthMethod[] methods)
Set client authentication methods supported at the introspection endpoint.
|
Service |
Service.setSupportedRevocationAuthMethods(ClientAuthMethod[] methods)
Set client authentication methods supported at the revocation endpoint.
|
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 © 2019. All rights reserved.