Package | Description |
---|---|
com.nimbusds.openid.connect.provider.spi.grants |
OAuth 2.0 authorisation grant handler SPIs.
|
Modifier and Type | Method and Description |
---|---|
static ThirdPartyAssertionAuthorization |
ThirdPartyAssertionAuthorization.parse(net.minidev.json.JSONObject jsonObject)
Parses a third-party assertion grant authorisation from the
specified JSON object.
|
static ThirdPartyAssertionAuthorization |
ThirdPartyAssertionAuthorization.parse(String json)
Parses a third-party assertion grant authorisation from the
specified JSON object string.
|
ThirdPartyAssertionAuthorization |
ThirdPartySAML2GrantHandler.processThirdPartyGrant(org.opensaml.saml.saml2.core.Assertion assertion,
com.nimbusds.oauth2.sdk.Scope scope,
com.nimbusds.oauth2.sdk.id.ClientID clientID,
boolean confidentialClient,
com.nimbusds.openid.connect.sdk.rp.OIDCClientMetadata clientMetadata)
Handles a SAML 2.0 assertion grant issued by a third-party security
token service.
|
ThirdPartyAssertionAuthorization |
ThirdPartyJWTGrantHandler.processThirdPartyGrant(com.nimbusds.jose.JOSEObject jwtAssertion,
com.nimbusds.oauth2.sdk.Scope scope,
com.nimbusds.oauth2.sdk.id.ClientID clientID,
boolean confidentialClient,
com.nimbusds.openid.connect.sdk.rp.OIDCClientMetadata clientMetadata)
Handles a JWT bearer assertion grant issued by a third-party
security token service (STS).
|
Copyright © 2021 Connect2id Ltd.. All rights reserved.