Package com.sun.identity.saml2.protocol
Interface ManageNameIDResponse
-
- All Superinterfaces:
StatusResponse
,XmlSerializable
@SupportedAll public interface ManageNameIDResponse extends StatusResponse
This class represents the ManageNameIDResponse element declaration.The following schema fragment specifies the expected content contained within this java content object.
<element name="ManageNameIDResponse" type="{urn:oasis:names:tc:SAML:2.0:protocol}StatusResponseType"/>
-
-
Method Summary
-
Methods inherited from interface com.sun.identity.saml2.protocol.StatusResponse
getConsent, getDestination, getExtensions, getID, getInResponseTo, getIssueInstant, getIssuer, getSignature, getStatus, getVersion, isMutable, isSignatureValid, isSigned, makeImmutable, setConsent, setDestination, setExtensions, setID, setInResponseTo, setIssueInstant, setIssuer, setStatus, setVersion, sign
-
Methods inherited from interface com.sun.identity.saml2.common.XmlSerializable
toDocumentFragment, toXMLString, toXMLString
-
-