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 |
---|---|
DeliveryMode |
Client.getBcDeliveryMode()
Get the backchannel token delivery mode.
|
DeliveryMode |
BackchannelAuthenticationResponse.getDeliveryMode()
Get the backchannel token delivery mode of the client application.
|
DeliveryMode |
BackchannelAuthenticationCompleteResponse.getDeliveryMode()
Get the backchannel token delivery mode.
|
DeliveryMode[] |
Service.getSupportedBackchannelTokenDeliveryModes()
Get the supported backchannel token delivery modes.
|
Modifier and Type | Method and Description |
---|---|
Client |
Client.setBcDeliveryMode(DeliveryMode mode)
Set the backchannel token delivery mode.
|
BackchannelAuthenticationResponse |
BackchannelAuthenticationResponse.setDeliveryMode(DeliveryMode mode)
Set the backchannel token delivery mode of the client application.
|
BackchannelAuthenticationCompleteResponse |
BackchannelAuthenticationCompleteResponse.setDeliveryMode(DeliveryMode deliveryMode)
Set the backchannel token delivery mode.
|
Service |
Service.setSupportedBackchannelTokenDeliveryModes(DeliveryMode[] modes)
Get the supported backchannel token delivery modes.
|
Modifier and Type | Method and Description |
---|---|
static DeliveryMode |
DeliveryMode.getByValue(short value)
Find an instance of this enum by a value.
|
static DeliveryMode |
DeliveryMode.parse(String grantType)
Convert
String to DeliveryMode . |
static DeliveryMode[] |
DeliveryMode.toArray(int bits) |
static DeliveryMode |
DeliveryMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeliveryMode[] |
DeliveryMode.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<DeliveryMode> |
DeliveryMode.toSet(DeliveryMode[] array) |
static EnumSet<DeliveryMode> |
DeliveryMode.toSet(int bits) |
Modifier and Type | Method and Description |
---|---|
static EnumSet<DeliveryMode> |
DeliveryMode.toSet(DeliveryMode[] array) |
Modifier and Type | Method and Description |
---|---|
static int |
DeliveryMode.toBits(EnumSet<DeliveryMode> set) |
Copyright © 2023. All rights reserved.