Uses of Class
com.authlete.common.types.DeliveryMode
-
Packages that use DeliveryMode 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. -
-
Uses of DeliveryMode in com.authlete.common.dto
Methods in com.authlete.common.dto that return DeliveryMode Modifier and Type Method Description DeliveryMode
Client. getBcDeliveryMode()
Get the backchannel token delivery mode.DeliveryMode
BackchannelAuthenticationCompleteResponse. getDeliveryMode()
Get the backchannel token delivery mode.DeliveryMode
BackchannelAuthenticationResponse. getDeliveryMode()
Get the backchannel token delivery mode of the client application.DeliveryMode[]
Service. getSupportedBackchannelTokenDeliveryModes()
Get the supported backchannel token delivery modes.Methods in com.authlete.common.dto with parameters of type DeliveryMode Modifier and Type Method Description Client
Client. setBcDeliveryMode(DeliveryMode mode)
Set the backchannel token delivery mode.BackchannelAuthenticationCompleteResponse
BackchannelAuthenticationCompleteResponse. setDeliveryMode(DeliveryMode deliveryMode)
Set the backchannel token delivery mode.BackchannelAuthenticationResponse
BackchannelAuthenticationResponse. setDeliveryMode(DeliveryMode mode)
Set the backchannel token delivery mode of the client application.Service
Service. setSupportedBackchannelTokenDeliveryModes(DeliveryMode[] modes)
Get the supported backchannel token delivery modes. -
Uses of DeliveryMode in com.authlete.common.types
Methods in com.authlete.common.types that return DeliveryMode Modifier and Type Method Description static DeliveryMode
DeliveryMode. getByValue(short value)
Find an instance of this enum by a value.static DeliveryMode
DeliveryMode. parse(String grantType)
ConvertString
toDeliveryMode
.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.Methods in com.authlete.common.types that return types with arguments of type DeliveryMode Modifier and Type Method Description static EnumSet<DeliveryMode>
DeliveryMode. toSet(int bits)
static EnumSet<DeliveryMode>
DeliveryMode. toSet(DeliveryMode[] array)
Methods in com.authlete.common.types with parameters of type DeliveryMode Modifier and Type Method Description static EnumSet<DeliveryMode>
DeliveryMode. toSet(DeliveryMode[] array)
Method parameters in com.authlete.common.types with type arguments of type DeliveryMode Modifier and Type Method Description static int
DeliveryMode. toBits(EnumSet<DeliveryMode> set)
-