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.binding.decoding.impl SAML 2.0 message decoders.org.opensaml.saml.saml2.core Interfaces for SAML 2.0 core and protocol interfaces.org.opensaml.saml.saml2.core.impl Implementations of SAML 2.0 core specification types and elements.org.opensaml.saml.saml2.ecp Interfaces for SAML 2 ECP Elements.org.opensaml.saml.saml2.ecp.impl Implementations of SAML 2.0 ECP types and 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.binding.decoding.impl
Methods in org.opensaml.saml.saml2.binding.decoding.impl that return Issuer Modifier and Type Method Description private IssuerHTTPArtifactDecoder. buildIssuer(String selfEntityID)Build the SAML protocol message Issuer element. -
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.core.impl
Classes in org.opensaml.saml.saml2.core.impl that implement Issuer Modifier and Type Class Description classIssuerImplA concrete implementation ofIssuer.Fields in org.opensaml.saml.saml2.core.impl declared as Issuer Modifier and Type Field Description private IssuerAssertionImpl. issuerIssuer of the assertion.private IssuerRequestAbstractTypeImpl. issuerURI of the SAML user consent type.private IssuerStatusResponseTypeImpl. issuerIssuer child element.Methods in org.opensaml.saml.saml2.core.impl that return Issuer Modifier and Type Method Description IssuerIssuerBuilder. buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.IssuerIssuerBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.IssuerAssertionImpl. getIssuer()Gets the Issuer of this assertion.IssuerRequestAbstractTypeImpl. getIssuer()Gets the issuer of this request.IssuerStatusResponseTypeImpl. getIssuer()Gets the issuer of this response.Methods in org.opensaml.saml.saml2.core.impl with parameters of type Issuer Modifier and Type Method Description voidAssertionImpl. setIssuer(Issuer newIssuer)Sets the Issuer of this assertion.voidRequestAbstractTypeImpl. setIssuer(Issuer newIssuer)Sets the issuer of this request.voidStatusResponseTypeImpl. 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. -
Uses of Issuer in org.opensaml.saml.saml2.ecp.impl
Fields in org.opensaml.saml.saml2.ecp.impl declared as Issuer Modifier and Type Field Description private IssuerRequestImpl. issuerIssuer child element.Methods in org.opensaml.saml.saml2.ecp.impl that return Issuer Modifier and Type Method Description IssuerRequestImpl. getIssuer()Get the Issuer child elemet.Methods in org.opensaml.saml.saml2.ecp.impl with parameters of type Issuer Modifier and Type Method Description voidRequestImpl. setIssuer(Issuer newIssuer)Set the Issuer child elemet.
-