Interface SAML2GrantHandler

All Superinterfaces:
GrantHandler, Lifecycle
All Known Subinterfaces:
SelfIssuedSAML2GrantHandler, ThirdPartySAML2GrantHandler

public interface SAML2GrantHandler extends GrantHandler
Marker interface for SAML 2.0 bearer assertion grant handlers.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.nimbusds.oauth2.sdk.GrantType
    The handled grant type.
  • Method Summary

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

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

    init, isEnabled, shutdown
  • Field Details

    • GRANT_TYPE

      static final com.nimbusds.oauth2.sdk.GrantType GRANT_TYPE
      The handled grant type.
  • Method Details