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 GMActionAuthorizationResponse. getGmAction()Get the value of thegrant_management_actionrequest parameter.GMActionBackchannelAuthenticationResponse. getGmAction()Get the value of thegrant_management_actionrequest parameter.GMActionDeviceAuthorizationResponse. getGmAction()Get the value of thegrant_management_actionrequest parameter.GMActionDeviceVerificationResponse. getGmAction()Get the value of thegrant_management_actionrequest parameter of the device authorization request.GMActionGMRequest. 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 voidAuthorizationResponse. setGmAction(GMAction action)Set the value of thegrant_management_actionrequest parameter.BackchannelAuthenticationResponseBackchannelAuthenticationResponse. setGmAction(GMAction action)Set the value of thegrant_management_actionrequest parameter.DeviceAuthorizationResponseDeviceAuthorizationResponse. setGmAction(GMAction action)Set the value of thegrant_management_actionrequest parameter.DeviceVerificationResponseDeviceVerificationResponse. setGmAction(GMAction action)Set the value of thegrant_management_actionrequest parameter of the device authorization request.GMRequestGMRequest. 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 GMActionGMAction. getByValue(short value)Find an instance of this enum by a value.static GMActionGMAction. parse(String action)ConvertStringtoGMAction.static GMAction[]GMAction. toArray(int bits)static GMActionGMAction. 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 intGMAction. toBits(EnumSet<GMAction> set)
-