Uses of Interface
com.nimbusds.openid.connect.provider.spi.grants.GrantHandler
Packages that use GrantHandler
Package
Description
OAuth 2.0 authorisation grant handler SPIs.
-
Uses of GrantHandler in com.nimbusds.openid.connect.provider.spi.grants
Subinterfaces of GrantHandler in com.nimbusds.openid.connect.provider.spi.grantsModifier and TypeInterfaceDescriptioninterface
Service Provider Interface (SPI) for handling OAuth 2.0 client credentials grants.interface
Marker interface for JSON Web Token (JWT) bearer assertion grants handlers.interface
Service Provider Interface (SPI) for handling OAuth 2.0 resource owner password credentials grants.interface
Marker interface for SAML 2.0 bearer assertion grant handlers.interface
Service Provider Interface (SPI) for handling self-issued JSON Web Token (JWT) bearer assertion grants.interface
Service Provider Interface (SPI) for handling self-issued SAML 2.0 bearer assertion grants.interface
Service Provider Interface (SPI) for handling JSON Web Token (JWT) assertion grants issued by a third-party security token service.interface
Service Provider Interface (SPI) for handling SAML 2.0 bearer assertion grants issued by a third-party security token service.interface
Service Provider Interface (SPI) for handling token exchange grants.