Package | Description |
---|---|
com.nimbusds.openid.connect.provider.spi.grants |
OAuth 2.0 authorisation grant handler SPIs.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClientCredentialsGrantHandler
Service Provider Interface (SPI) for handling OAuth 2.0 client credentials
grants.
|
interface |
JWTGrantHandler
Marker interface for JSON Web Token (JWT) assertion grants handlers.
|
interface |
PasswordGrantHandler
Service Provider Interface (SPI) for handling OAuth 2.0 resource owner
password credentials grants.
|
interface |
SelfIssuedJWTGrantHandler
Service Provider Interface (SPI) for handling self-issued JSON Web Token
(JWT) assertion grants.
|
interface |
ThirdPartyJWTGrantHandler
Service Provider Interface (SPI) for handling JSON Web Token (JWT) assertion
grants issued by a third-party security token service.
|
Copyright © 2015 Connect2id Ltd.. All Rights Reserved.