Interface GrantHandler

All Superinterfaces:
Lifecycle
All Known Subinterfaces:
ClientCredentialsGrantHandler, JWTGrantHandler, PasswordGrantHandler, SAML2GrantHandler, SelfIssuedJWTGrantHandler, SelfIssuedSAML2GrantHandler, ThirdPartyJWTGrantHandler, ThirdPartySAML2GrantHandler, TokenExchangeGrantHandler

public interface GrantHandler extends Lifecycle
OAuth 2.0 grant handler.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.nimbusds.oauth2.sdk.GrantType
    Returns the handled grant type.

    Methods inherited from interface com.nimbusds.openid.connect.provider.spi.Lifecycle

    init, isEnabled, shutdown
  • Method Details

    • getGrantType

      com.nimbusds.oauth2.sdk.GrantType getGrantType()
      Returns the handled grant type.
      Returns:
      The grant type;