Uses of Interface
org.opensaml.saml.saml2.core.Issuer
-
Packages that use Issuer Package Description org.opensaml.saml.common.messaging.context Context classes for SAML-based messaging function.org.opensaml.saml.saml2.core Interfaces for SAML 2.0 core and protocol interfaces.org.opensaml.saml.saml2.ecp Interfaces for SAML 2 ECP Elements. -
-
Uses of Issuer in org.opensaml.saml.common.messaging.context
Methods in org.opensaml.saml.common.messaging.context with parameters of type Issuer Modifier and Type Method Description protected StringSAMLPeerEntityContext. processSaml2Issuer(Issuer issuer)Resolve the SAML entity ID from a SAML 2 Issuer. -
Uses of Issuer in org.opensaml.saml.saml2.core
Methods in org.opensaml.saml.saml2.core that return Issuer Modifier and Type Method Description IssuerAssertion. getIssuer()Gets the Issuer of this assertion.IssuerRequestAbstractType. getIssuer()Gets the issuer of this request.IssuerStatusResponseType. getIssuer()Gets the issuer of this response.Methods in org.opensaml.saml.saml2.core with parameters of type Issuer Modifier and Type Method Description voidAssertion. setIssuer(Issuer newIssuer)Sets the Issuer of this assertion.voidRequestAbstractType. setIssuer(Issuer newIssuer)Sets the issuer of this request.voidStatusResponseType. setIssuer(Issuer newIssuer)Sets the issuer of this response. -
Uses of Issuer in org.opensaml.saml.saml2.ecp
Methods in org.opensaml.saml.saml2.ecp that return Issuer Modifier and Type Method Description IssuerRequest. getIssuer()Get the Issuer child elemet.Methods in org.opensaml.saml.saml2.ecp with parameters of type Issuer Modifier and Type Method Description voidRequest. setIssuer(Issuer newIssuer)Set the Issuer child elemet.
-