Uses of Class
com.nimbusds.oauth2.sdk.AuthorizationGrant
Packages that use AuthorizationGrant
Package
Description
Classes for representing, serialising and parsing core OAuth 2.0 concepts.
OpenID Connect Client Initiated Backchannel Authentication (CIBA) Flow -
Core 1.0 classes.
OAuth 2.0 device authorisation grant classes.
OAuth 2.0 token exchange.
-
Uses of AuthorizationGrant in com.nimbusds.oauth2.sdk
Subclasses of AuthorizationGrant in com.nimbusds.oauth2.sdkModifier and TypeClassDescriptionclass
Assertion grant.class
Authorisation code grant.class
Client credentials grant.class
JWT bearer grant.class
Refresh token grant.class
Resource owner password credentials grant.class
SAML 2.0 bearer grant.Methods in com.nimbusds.oauth2.sdk that return AuthorizationGrantModifier and TypeMethodDescriptionTokenRequest.getAuthorizationGrant()
Returns the authorisation grant.static AuthorizationGrant
Parses an authorisation grant from the specified request body parameters.Constructors in com.nimbusds.oauth2.sdk with parameters of type AuthorizationGrantModifierConstructorDescriptionBuilder
(URI endpoint, ClientAuthentication clientAuth, AuthorizationGrant authzGrant) Creates a new builder for a token request with client authentication.Builder
(URI endpoint, AuthorizationGrant authzGrant) Creates a new builder for a token request with no (explicit) client authentication, the client identifier is inferred from the authorisation grant.Builder
(URI endpoint, ClientID clientID, AuthorizationGrant authzGrant) Creates a new builder for a token request with no (explicit) client authentication.TokenRequest
(URI endpoint, ClientAuthentication clientAuth, AuthorizationGrant authzGrant) Deprecated.TokenRequest
(URI endpoint, ClientAuthentication clientAuth, AuthorizationGrant authzGrant, Scope scope) Creates a new token request with client authentication.TokenRequest
(URI endpoint, ClientAuthentication clientAuth, AuthorizationGrant authzGrant, Scope scope, List<AuthorizationDetail> authorizationDetails, List<URI> resources, DeviceSecret deviceSecret, Map<String, List<String>> customParams) Creates a new token request with client authentication and extension and custom parameters.TokenRequest
(URI endpoint, ClientAuthentication clientAuth, AuthorizationGrant authzGrant, Scope scope, List<AuthorizationDetail> authorizationDetails, List<URI> resources, Map<String, List<String>> customParams) Deprecated.TokenRequest
(URI endpoint, ClientAuthentication clientAuth, AuthorizationGrant authzGrant, Scope scope, List<URI> resources, Map<String, List<String>> customParams) Deprecated.TokenRequest
(URI endpoint, AuthorizationGrant authzGrant) Deprecated.TokenRequest
(URI endpoint, AuthorizationGrant authzGrant, Scope scope) Creates a new token request with no (explicit) client authentication, the client identifier is inferred from the authorisation grant.TokenRequest
(URI endpoint, ClientID clientID, AuthorizationGrant authzGrant) Deprecated.TokenRequest
(URI endpoint, ClientID clientID, AuthorizationGrant authzGrant, Scope scope) Creates a new token request with no (explicit) client authentication.TokenRequest
(URI endpoint, ClientID clientID, AuthorizationGrant authzGrant, Scope scope, List<AuthorizationDetail> authorizationDetails, List<URI> resources, RefreshToken existingGrant, DeviceSecret deviceSecret, Map<String, List<String>> customParams) Creates a new token request, with no (explicit) client authentication and extension and custom parameters.TokenRequest
(URI endpoint, ClientID clientID, AuthorizationGrant authzGrant, Scope scope, List<AuthorizationDetail> authorizationDetails, List<URI> resources, RefreshToken existingGrant, Map<String, List<String>> customParams) Deprecated.TokenRequest
(URI endpoint, ClientID clientID, AuthorizationGrant authzGrant, Scope scope, List<URI> resources, RefreshToken existingGrant, Map<String, List<String>> customParams) Deprecated. -
Uses of AuthorizationGrant in com.nimbusds.oauth2.sdk.ciba
Subclasses of AuthorizationGrant in com.nimbusds.oauth2.sdk.ciba -
Uses of AuthorizationGrant in com.nimbusds.oauth2.sdk.device
Subclasses of AuthorizationGrant in com.nimbusds.oauth2.sdk.deviceModifier and TypeClassDescriptionclass
Device code grant for the OAuth 2.0 Device Authorization Grant. -
Uses of AuthorizationGrant in com.nimbusds.oauth2.sdk.tokenexchange
Subclasses of AuthorizationGrant in com.nimbusds.oauth2.sdk.tokenexchange