Uses of Interface
com.sun.identity.saml2.protocol.AssertionIDRequest
-
Packages that use AssertionIDRequest Package Description com.sun.identity.saml2.profile Package that handles SAML v2 profiles.com.sun.identity.saml2.protocol SAMLv2 Protocol Classes. -
-
Uses of AssertionIDRequest in com.sun.identity.saml2.profile
Methods in com.sun.identity.saml2.profile with parameters of type AssertionIDRequest Modifier and Type Method Description static Response
AssertionIDRequestUtil. sendAssertionIDRequest(AssertionIDRequest assertionIDRequest, String samlAuthorityEntityID, String role, String realm, String binding)
Sends theAssertionIDRequest
to specifiied Assertion ID Request Service and returnsResponse
coming from the Assertion ID Request Service. -
Uses of AssertionIDRequest in com.sun.identity.saml2.protocol
Methods in com.sun.identity.saml2.protocol that return AssertionIDRequest Modifier and Type Method Description AssertionIDRequest
ProtocolFactory. createAssertionIDRequest()
Returns theAssertionIDRequest
Object.AssertionIDRequest
ProtocolFactory. createAssertionIDRequest(String value)
Returns theAssertionIDRequest
Object.AssertionIDRequest
ProtocolFactory. createAssertionIDRequest(Element value)
Returns theAssertionIDRequest
Object.
-