Uses of Class
com.nimbusds.oauth2.sdk.GrantType
Packages that use GrantType
Package
Description
Classes for representing, serialising and parsing core OAuth 2.0 concepts.
OAuth 2.0 Authorisation Server (AS) classes.
OpenID Connect Client Initiated Backchannel Authentication (CIBA) Flow -
Core 1.0 classes.
OAuth 2.0 dynamic client registration.
OAuth 2.0 device authorisation grant classes.
OAuth 2.0 token exchange.
-
Uses of GrantType in com.nimbusds.oauth2.sdk
Fields in com.nimbusds.oauth2.sdk declared as GrantTypeModifier and TypeFieldDescriptionstatic final GrantTypeGrantType.AUTHORIZATION_CODEAuthorisation code.static final GrantTypeGrantType.CIBAClient Initiated Back-channel Authentication (CIBA), as defined in OpenID Connect Client Initiated Backchannel Authentication Flow - Core 1.0.static final GrantTypeGrantType.CLIENT_CREDENTIALSClient credentials.static final GrantTypeGrantType.DEVICE_CODEDevice Code, as defined in OAuth 2.0 Device Flow for Browserless and Input Constrained Devices.static final GrantTypeAuthorizationCodeGrant.GRANT_TYPEThe grant type.static final GrantTypeClientCredentialsGrant.GRANT_TYPEThe grant type.static final GrantTypeJWTBearerGrant.GRANT_TYPEThe grant type.static final GrantTypeRefreshTokenGrant.GRANT_TYPEThe grant type.static final GrantTypeResourceOwnerPasswordCredentialsGrant.GRANT_TYPEThe grant type.static final GrantTypeSAML2BearerGrant.GRANT_TYPEThe grant type.static final GrantTypeGrantType.IMPLICITImplicit.static final GrantTypeGrantType.JWT_BEARERJWT bearer, as defined in RFC 7523.static final GrantTypeGrantType.PASSWORDPassword.static final GrantTypeGrantType.REFRESH_TOKENRefresh token.static final GrantTypeGrantType.SAML2_BEARERSAML 2.0 bearer, as defined in RFC 7522.static final GrantTypeGrantType.TOKEN_EXCHANGEToken Exchange, as defined in RFC 8693.Methods in com.nimbusds.oauth2.sdk that return GrantTypeModifier and TypeMethodDescriptionAuthorizationGrant.getType()Gets the authorisation grant type.static GrantTypeParses a grant type from the specified string.Methods in com.nimbusds.oauth2.sdk with parameters of type GrantTypeModifier and TypeMethodDescriptionstatic voidEnsures the specified grant type is set in a list of parameters.Constructors in com.nimbusds.oauth2.sdk with parameters of type GrantTypeModifierConstructorDescriptionprotectedAssertionGrant(GrantType type) Creates a new assertion-based authorisation grant.protectedAuthorizationGrant(GrantType type) Creates a new authorisation grant. -
Uses of GrantType in com.nimbusds.oauth2.sdk.as
Methods in com.nimbusds.oauth2.sdk.as that return types with arguments of type GrantTypeModifier and TypeMethodDescriptionAuthorizationServerMetadata.getGrantTypes()ReadOnlyAuthorizationServerMetadata.getGrantTypes()Gets the supported OAuth 2.0 grant types.Method parameters in com.nimbusds.oauth2.sdk.as with type arguments of type GrantTypeModifier and TypeMethodDescriptionvoidAuthorizationServerMetadata.setGrantTypes(List<GrantType> gts) Sets the supported OAuth 2.0 grant types. -
Uses of GrantType in com.nimbusds.oauth2.sdk.ciba
Fields in com.nimbusds.oauth2.sdk.ciba declared as GrantType -
Uses of GrantType in com.nimbusds.oauth2.sdk.client
Methods in com.nimbusds.oauth2.sdk.client that return types with arguments of type GrantTypeModifier and TypeMethodDescriptionClientMetadata.getGrantTypes()Gets the expected OAuth 2.0 grant types.Method parameters in com.nimbusds.oauth2.sdk.client with type arguments of type GrantTypeModifier and TypeMethodDescriptionvoidClientMetadata.setGrantTypes(Set<GrantType> grantTypes) Sets the expected OAuth 2.0 grant types. -
Uses of GrantType in com.nimbusds.oauth2.sdk.device
Fields in com.nimbusds.oauth2.sdk.device declared as GrantTypeModifier and TypeFieldDescriptionstatic final GrantTypeDeviceCodeGrant.GRANT_TYPEThe grant type. -
Uses of GrantType in com.nimbusds.oauth2.sdk.tokenexchange
Fields in com.nimbusds.oauth2.sdk.tokenexchange declared as GrantTypeModifier and TypeFieldDescriptionstatic final GrantTypeTokenExchangeGrant.GRANT_TYPEThe grant type.