Uses of Interface
com.sun.identity.saml2.assertion.Issuer
-
Packages that use Issuer Package Description com.sun.identity.saml2.assertion Defines SAMLv2 assertion.com.sun.identity.saml2.ecp Defines classes for SAMLv2 ECP profile.com.sun.identity.saml2.protocol SAMLv2 Protocol Classes. -
-
Uses of Issuer in com.sun.identity.saml2.assertion
Methods in com.sun.identity.saml2.assertion that return Issuer Modifier and Type Method Description IssuerAssertionFactory. createIssuer()Returns a new instance ofIssuer.IssuerAssertionFactory. createIssuer(String xml)Returns a new instance ofIssuer.IssuerAssertionFactory. createIssuer(Element elem)Returns a new instance ofIssuer.IssuerAssertion. getIssuer()Returns the issuer of the assertionMethods in com.sun.identity.saml2.assertion with parameters of type Issuer Modifier and Type Method Description voidAssertion. setIssuer(Issuer issuer)Sets the issuer of the assertion -
Uses of Issuer in com.sun.identity.saml2.ecp
Methods in com.sun.identity.saml2.ecp that return Issuer Modifier and Type Method Description IssuerECPRequest. getIssuer()Returns the value of the issuer attribute.Methods in com.sun.identity.saml2.ecp with parameters of type Issuer Modifier and Type Method Description voidECPRequest. setIssuer(Issuer issuer)Sets the value of the issuer attribute. -
Uses of Issuer in com.sun.identity.saml2.protocol
Methods in com.sun.identity.saml2.protocol that return Issuer Modifier and Type Method Description IssuerRequestAbstract. getIssuer()Returns theIssuerObject.IssuerStatusResponse. getIssuer()Returns the value of the issuer property.Methods in com.sun.identity.saml2.protocol with parameters of type Issuer Modifier and Type Method Description voidRequestAbstract. setIssuer(Issuer nameID)Sets theIssuerobject.voidStatusResponse. setIssuer(Issuer value)Sets the value of the issuer property.
-