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