Interface SAML2GrantHandler
- All Superinterfaces:
GrantHandler
,Lifecycle
- All Known Subinterfaces:
SelfIssuedSAML2GrantHandler
,ThirdPartySAML2GrantHandler
Marker interface for SAML 2.0 bearer assertion grant handlers.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.nimbusds.oauth2.sdk.GrantType
The handled grant type. -
Method Summary
Modifier and TypeMethodDescriptiondefault com.nimbusds.oauth2.sdk.GrantType
Returns the handled grant type.
-
Field Details
-
GRANT_TYPE
The handled grant type.
-
-
Method Details
-
getGrantType
Description copied from interface:GrantHandler
Returns the handled grant type.- Specified by:
getGrantType
in interfaceGrantHandler
- Returns:
- The grant type;
-