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 com.nimbusds.oauth2.sdk.GrantType
GRANT_TYPE
The handled grant type.
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default com.nimbusds.oauth2.sdk.GrantType
getGrantType()
Returns the handled grant type.
-
-
-
Field Detail
-
GRANT_TYPE
static final com.nimbusds.oauth2.sdk.GrantType GRANT_TYPE
The handled grant type.
-
-
Method Detail
-
getGrantType
default com.nimbusds.oauth2.sdk.GrantType getGrantType()
Description copied from interface:GrantHandler
Returns the handled grant type.- Specified by:
getGrantType
in interfaceGrantHandler
- Returns:
- The grant type;
-
-