Package com.sun.identity.saml2.assertion
Interface Issuer
-
- All Superinterfaces:
NameIDType
,XmlSerializable
@SupportedAll public interface Issuer extends NameIDType
TheIssuer
provides information about the issuer of a SAML assertion or protocol message.
-
-
Method Summary
-
Methods inherited from interface com.sun.identity.saml2.assertion.NameIDType
getFormat, getNameQualifier, getSPNameQualifier, getSPProvidedID, getValue, isMutable, makeImmutable, setFormat, setNameQualifier, setSPNameQualifier, setSPProvidedID, setValue
-
Methods inherited from interface com.sun.identity.saml2.common.XmlSerializable
toDocumentFragment, toXMLString, toXMLString
-
-