Uses of Class
com.nimbusds.oauth2.sdk.assertions.saml2.SAML2AssertionDetails
-
Packages that use SAML2AssertionDetails Package Description com.nimbusds.oauth2.sdk.assertions.saml2 SAML 2.0 bearer assertions. -
-
Uses of SAML2AssertionDetails in com.nimbusds.oauth2.sdk.assertions.saml2
Methods in com.nimbusds.oauth2.sdk.assertions.saml2 that return SAML2AssertionDetails Modifier and Type Method Description static SAML2AssertionDetailsSAML2AssertionDetails. parse(org.opensaml.saml.saml2.core.Assertion assertion)Parses a SAML 2.0 bearer assertion details instance from the specified assertion object.Methods in com.nimbusds.oauth2.sdk.assertions.saml2 with parameters of type SAML2AssertionDetails Modifier and Type Method Description static org.opensaml.saml.saml2.core.AssertionSAML2AssertionFactory. create(SAML2AssertionDetails details, String xmlDsigAlg, org.opensaml.security.credential.Credential credential)Creates a new SAML 2.0 assertion.static ElementSAML2AssertionFactory. createAsElement(SAML2AssertionDetails details, String xmlDsigAlg, org.opensaml.security.credential.Credential credential)Creates a new SAML 2.0 assertion as an XML element.static StringSAML2AssertionFactory. createAsString(SAML2AssertionDetails details, String xmlDsigAlg, org.opensaml.security.credential.Credential credential)Creates a new SAML 2.0 assertion as an XML string.static StringSAML2AssertionFactory. createAsString(SAML2AssertionDetails details, RSAPublicKey rsaPublicKey, RSAPrivateKey rsaPrivateKey)Creates a new SAML 2.0 assertion as an XML string, signed with the RSA-SHA256 XML digital signature algorithm (mandatory to implement).voidSAML2AssertionDetailsVerifier. verify(SAML2AssertionDetails assertionDetails)Verifies the specified SAML 2.0 bearer assertion details.
-