Uses of Interface
com.sun.identity.saml2.assertion.Issuer
Packages that use Issuer
Package
Description
Defines SAMLv2 assertion.
Defines classes for SAMLv2 ECP profile.
SAMLv2 Protocol Classes.
-
Uses of Issuer in com.sun.identity.saml2.assertion
Methods in com.sun.identity.saml2.assertion that return IssuerModifier and TypeMethodDescriptionAssertionFactory.createIssuer()
Returns a new instance ofIssuer
.AssertionFactory.createIssuer
(String xml) Returns a new instance ofIssuer
.AssertionFactory.createIssuer
(Element elem) Returns a new instance ofIssuer
.Assertion.getIssuer()
Returns the issuer of the assertionMethods in com.sun.identity.saml2.assertion with parameters of type Issuer -
Uses of Issuer in com.sun.identity.saml2.ecp
Methods in com.sun.identity.saml2.ecp that return IssuerModifier and TypeMethodDescriptionECPRequest.getIssuer()
Returns the value of the issuer attribute.Methods in com.sun.identity.saml2.ecp with parameters of type Issuer -
Uses of Issuer in com.sun.identity.saml2.protocol
Methods in com.sun.identity.saml2.protocol that return IssuerModifier and TypeMethodDescriptionRequestAbstract.getIssuer()
Returns theIssuer
Object.StatusResponse.getIssuer()
Returns the value of the issuer property.Methods in com.sun.identity.saml2.protocol with parameters of type Issuer