Uses of Class
com.authlete.common.dto.Grant
-
Packages that use Grant Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of Grant in com.authlete.common.dto
Methods in com.authlete.common.dto that return Grant Modifier and Type Method Description GrantGrantDeserializer. deserialize(com.google.gson.JsonElement jelement, Type type, com.google.gson.JsonDeserializationContext context)static GrantGrant. fromJson(String json)Build aGrantinstance from a JSON string.GrantAuthorizationResponse. getGrant()Get the content of the grant which is identified by thegrant_idrequest parameter.GrantBackchannelAuthenticationResponse. getGrant()Get the content of the grant which is identified by thegrant_idrequest parameter.GrantDeviceAuthorizationResponse. getGrant()Get the content of the grant which is identified by thegrant_idrequest parameter.GrantDeviceVerificationResponse. getGrant()Get the content of the grant which is identified by thegrant_idrequest parameter of the device authorization request.GrantIntrospectionResponse. getGrant()Get the grant that this access token has inherited.GrantGrant. setAuthorizationDetails(AuthzDetails details)Set the authorization details.GrantGrant. setClaims(String[] claims)Set the claimsGrantGrant. setScopes(GrantScope[] scopes)Set the grant scopes.Methods in com.authlete.common.dto with parameters of type Grant Modifier and Type Method Description com.google.gson.JsonElementGrantSerializer. serialize(Grant grant, Type type, com.google.gson.JsonSerializationContext context)voidAuthorizationResponse. setGrant(Grant grant)Set the content of the grant which is identified by thegrant_idrequest parameter.BackchannelAuthenticationResponseBackchannelAuthenticationResponse. setGrant(Grant grant)Set the content of the grant which is identified by thegrant_idrequest parameter.DeviceAuthorizationResponseDeviceAuthorizationResponse. setGrant(Grant grant)Set the content of the grant which is identified by thegrant_idrequest parameter.DeviceVerificationResponseDeviceVerificationResponse. setGrant(Grant grant)Set the content of the grant which is identified by thegrant_idrequest parameter of the device authorization request.voidIntrospectionResponse. setGrant(Grant grant)Set the grant that this access token has inherited.
-