Uses of Interface
com.nimbusds.openid.connect.provider.spi.Lifecycle
-
Packages that use Lifecycle Package Description com.nimbusds.openid.connect.provider.spi.authz Authorisation request SPI classes.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.par Pushed authorisation request (PAR) SPI classes.com.nimbusds.openid.connect.provider.spi.reg Client / relying party registration SPIs. -
-
Uses of Lifecycle in com.nimbusds.openid.connect.provider.spi.authz
Subinterfaces of Lifecycle in com.nimbusds.openid.connect.provider.spi.authz Modifier and Type Interface Description interfaceAuthorizationRequestValidatorService Provider Interface (SPI) for performing additional validation of OAuth 2.0 authorisation / OpenID authentication requests. -
Uses of Lifecycle in com.nimbusds.openid.connect.provider.spi.claims
Subinterfaces of Lifecycle in com.nimbusds.openid.connect.provider.spi.claims Modifier and Type Interface Description interfaceAdvancedClaimsSourceAdvanced Service Provider Interface (SPI) for sourcing OpenID Connect UserInfo and other claims about a subject (end-user).interfaceClaimsSourceService Provider Interface (SPI) for sourcing OpenID Connect UserInfo and other claims about a subject (end-user).interfaceCommonClaimsSourceCommon interface shared by the OpenID Connect claims source SPIs. -
Uses of Lifecycle in com.nimbusds.openid.connect.provider.spi.events
Subinterfaces of Lifecycle in com.nimbusds.openid.connect.provider.spi.events Modifier and Type Interface Description interfaceAccessTokenIssueEventListenerService Provider Interface (SPI) for listening to access token issue events.interfaceIDTokenIssueEventListenerService Provider Interface (SPI) for listening to ID token issue events. -
Uses of Lifecycle in com.nimbusds.openid.connect.provider.spi.grants
Subinterfaces of Lifecycle in com.nimbusds.openid.connect.provider.spi.grants Modifier and Type Interface Description interfaceClientCredentialsGrantHandlerService Provider Interface (SPI) for handling OAuth 2.0 client credentials grants.interfaceGrantHandlerOAuth 2.0 grant handler.interfaceJWTGrantHandlerMarker interface for JSON Web Token (JWT) bearer assertion grants handlers.interfacePasswordGrantHandlerService Provider Interface (SPI) for handling OAuth 2.0 resource owner password credentials grants.interfaceSAML2GrantHandlerMarker interface for SAML 2.0 bearer assertion grant handlers.interfaceSelfIssuedJWTGrantHandlerService Provider Interface (SPI) for handling self-issued JSON Web Token (JWT) bearer assertion grants.interfaceSelfIssuedSAML2GrantHandlerService Provider Interface (SPI) for handling self-issued SAML 2.0 bearer assertion grants.interfaceThirdPartyJWTGrantHandlerService Provider Interface (SPI) for handling JSON Web Token (JWT) assertion grants issued by a third-party security token service.interfaceThirdPartySAML2GrantHandlerService Provider Interface (SPI) for handling SAML 2.0 bearer assertion grants issued by a third-party security token service. -
Uses of Lifecycle in com.nimbusds.openid.connect.provider.spi.par
Subinterfaces of Lifecycle in com.nimbusds.openid.connect.provider.spi.par Modifier and Type Interface Description interfacePARValidatorService Provider Interface (SPI) for performing additional validation of Pushed Authorisation Requests (PAR). -
Uses of Lifecycle in com.nimbusds.openid.connect.provider.spi.reg
Subinterfaces of Lifecycle in com.nimbusds.openid.connect.provider.spi.reg Modifier and Type Interface Description interfaceFinalMetadataValidatorService 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.interfaceRegistrationInterceptorService Provider Interface (SPI) for intercepting and optionally modifying HTTP requests at the client registration endpoint.
-