Package | Description |
---|---|
com.nimbusds.openid.connect.provider.spi.claims |
OpenID Connect claims source SPIs.
|
com.nimbusds.openid.connect.provider.spi.events |
Event listener SPIs.
|
com.nimbusds.openid.connect.provider.spi.grants |
OAuth 2.0 authorisation grant handler SPIs.
|
com.nimbusds.openid.connect.provider.spi.reg |
Client / relying party registration SPIs.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AdvancedClaimsSource
Advanced Service Provider Interface (SPI) for sourcing OpenID Connect
UserInfo and other claims about a subject (end-user).
|
interface |
ClaimsSource
Service Provider Interface (SPI) for sourcing OpenID Connect UserInfo and
other claims about a subject (end-user).
|
interface |
CommonClaimsSource
Common interface shared by the OpenID Connect claims source SPIs.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AccessTokenIssueEventListener
Service Provider Interface (SPI) for listening to access token issue events.
|
interface |
IDTokenIssueEventListener
Service Provider Interface (SPI) for listening to ID token issue events.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClientCredentialsGrantHandler
Service Provider Interface (SPI) for handling OAuth 2.0 client credentials
grants.
|
interface |
GrantHandler
OAuth 2.0 grant handler.
|
interface |
JWTGrantHandler
Marker interface for JSON Web Token (JWT) bearer assertion grants handlers.
|
interface |
PasswordGrantHandler
Service Provider Interface (SPI) for handling OAuth 2.0 resource owner
password credentials grants.
|
interface |
SAML2GrantHandler
Marker interface for SAML 2.0 bearer assertion grant handlers.
|
interface |
SelfIssuedJWTGrantHandler
Service Provider Interface (SPI) for handling self-issued JSON Web Token
(JWT) bearer assertion grants.
|
interface |
SelfIssuedSAML2GrantHandler
Service Provider Interface (SPI) for handling self-issued SAML 2.0 bearer
assertion grants.
|
interface |
ThirdPartyJWTGrantHandler
Service Provider Interface (SPI) for handling JSON Web Token (JWT) assertion
grants issued by a third-party security token service.
|
interface |
ThirdPartySAML2GrantHandler
Service Provider Interface (SPI) for handling SAML 2.0 bearer assertion
grants issued by a third-party security token service.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FinalMetadataValidator
Service Provider Interface (SPI) for for performing additional validation
and / or shaping of OAuth 2.0 client / OpenID relying party metadata, after
the Connect2id server has completed its own standard validations.
|
interface |
RegistrationInterceptor
Service Provider Interface (SPI) for intercepting and optionally modifying
HTTP requests at the client registration endpoint.
|
Copyright © 2021 Connect2id Ltd.. All rights reserved.