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 Issuer
AssertionFactory. createIssuer()
Returns a new instance ofIssuer
.Issuer
AssertionFactory. createIssuer(String xml)
Returns a new instance ofIssuer
.Issuer
AssertionFactory. createIssuer(Element elem)
Returns a new instance ofIssuer
.Issuer
Assertion. getIssuer()
Returns the issuer of the assertionMethods in com.sun.identity.saml2.assertion with parameters of type Issuer Modifier and Type Method Description void
Assertion. 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 Issuer
ECPRequest. 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 void
ECPRequest. 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 Issuer
RequestAbstract. getIssuer()
Returns theIssuer
Object.Issuer
StatusResponse. 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 void
RequestAbstract. setIssuer(Issuer nameID)
Sets theIssuer
object.void
StatusResponse. setIssuer(Issuer value)
Sets the value of the issuer property.
-