Uses of Interface
org.opensaml.saml.saml2.core.Issuer
Packages that use Issuer
Package
Description
Context classes for SAML-based messaging function.
SAML 2.0 message decoders.
Interfaces for SAML 2.0 core and protocol interfaces.
Implementations of SAML 2.0 core specification types and elements.
Interfaces for SAML 2 ECP Elements.
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 IssuerModifier and TypeMethodDescriptionprotected 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 IssuerModifier and TypeMethodDescriptionprivate 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 IssuerModifier and TypeMethodDescriptionAssertion.getIssuer()Gets the Issuer of this assertion.RequestAbstractType.getIssuer()Gets the issuer of this request.StatusResponseType.getIssuer()Gets the issuer of this response.Methods in org.opensaml.saml.saml2.core with parameters of type Issuer -
Uses of Issuer in org.opensaml.saml.saml2.core.impl
Classes in org.opensaml.saml.saml2.core.impl that implement IssuerFields in org.opensaml.saml.saml2.core.impl declared as IssuerModifier and TypeFieldDescriptionprivate 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 IssuerModifier and TypeMethodDescriptionIssuerBuilder.buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.IssuerBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.AssertionImpl.getIssuer()Gets the Issuer of this assertion.RequestAbstractTypeImpl.getIssuer()Gets the issuer of this request.StatusResponseTypeImpl.getIssuer()Gets the issuer of this response.Methods in org.opensaml.saml.saml2.core.impl with parameters of type Issuer -
Uses of Issuer in org.opensaml.saml.saml2.ecp
Methods in org.opensaml.saml.saml2.ecp that return IssuerMethods in org.opensaml.saml.saml2.ecp with parameters of type Issuer -
Uses of Issuer in org.opensaml.saml.saml2.ecp.impl
Fields in org.opensaml.saml.saml2.ecp.impl declared as IssuerMethods in org.opensaml.saml.saml2.ecp.impl that return IssuerMethods in org.opensaml.saml.saml2.ecp.impl with parameters of type Issuer -
Uses of Issuer in org.opensaml.saml.saml2.testing
Methods in org.opensaml.saml.saml2.testing that return IssuerModifier and TypeMethodDescriptionstatic IssuerSAML2ActionTestingSupport.buildIssuer(String entityID) Builds aIssuer.