Uses of Interface
com.sun.identity.saml2.protocol.AssertionIDRequest
Packages that use AssertionIDRequest
Package
Description
Package that handles SAML v2 profiles.
SAMLv2 Protocol Classes.
-
Uses of AssertionIDRequest in com.sun.identity.saml2.profile
Methods in com.sun.identity.saml2.profile with parameters of type AssertionIDRequestModifier and TypeMethodDescriptionstatic ResponseAssertionIDRequestUtil.sendAssertionIDRequest(AssertionIDRequest assertionIDRequest, String samlAuthorityEntityID, String role, String realm, String binding) Sends theAssertionIDRequestto specifiied Assertion ID Request Service and returnsResponsecoming from the Assertion ID Request Service. -
Uses of AssertionIDRequest in com.sun.identity.saml2.protocol
Methods in com.sun.identity.saml2.protocol that return AssertionIDRequestModifier and TypeMethodDescriptionProtocolFactory.createAssertionIDRequest()Returns theAssertionIDRequestObject.ProtocolFactory.createAssertionIDRequest(String value) Returns theAssertionIDRequestObject.ProtocolFactory.createAssertionIDRequest(Element value) Returns theAssertionIDRequestObject.