Uses of Class
com.authlete.common.types.GMAction
-
Packages that use GMAction 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 GMAction in com.authlete.common.dto
Methods in com.authlete.common.dto that return GMAction Modifier and Type Method Description GMAction
AuthorizationResponse. getGmAction()
Get the value of thegrant_management_action
request parameter.GMAction
BackchannelAuthenticationResponse. getGmAction()
Get the value of thegrant_management_action
request parameter.GMAction
DeviceAuthorizationResponse. getGmAction()
Get the value of thegrant_management_action
request parameter.GMAction
DeviceVerificationResponse. getGmAction()
Get the value of thegrant_management_action
request parameter of the device authorization request.GMAction
GMRequest. getGmAction()
Get the grant management action of the grant management request.Methods in com.authlete.common.dto with parameters of type GMAction Modifier and Type Method Description void
AuthorizationResponse. setGmAction(GMAction action)
Set the value of thegrant_management_action
request parameter.BackchannelAuthenticationResponse
BackchannelAuthenticationResponse. setGmAction(GMAction action)
Set the value of thegrant_management_action
request parameter.DeviceAuthorizationResponse
DeviceAuthorizationResponse. setGmAction(GMAction action)
Set the value of thegrant_management_action
request parameter.DeviceVerificationResponse
DeviceVerificationResponse. setGmAction(GMAction action)
Set the value of thegrant_management_action
request parameter of the device authorization request.GMRequest
GMRequest. setGmAction(GMAction gmAction)
Set the grant management action of the grant management request. -
Uses of GMAction in com.authlete.common.types
Methods in com.authlete.common.types that return GMAction Modifier and Type Method Description static GMAction
GMAction. getByValue(short value)
Find an instance of this enum by a value.static GMAction
GMAction. parse(String action)
ConvertString
toGMAction
.static GMAction[]
GMAction. toArray(int bits)
static GMAction
GMAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static GMAction[]
GMAction. 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 GMAction Modifier and Type Method Description static EnumSet<GMAction>
GMAction. toSet(int bits)
static EnumSet<GMAction>
GMAction. toSet(GMAction[] array)
Methods in com.authlete.common.types with parameters of type GMAction Modifier and Type Method Description static EnumSet<GMAction>
GMAction. toSet(GMAction[] array)
Method parameters in com.authlete.common.types with type arguments of type GMAction Modifier and Type Method Description static int
GMAction. toBits(EnumSet<GMAction> set)
-