Uses of Interface
org.opensaml.saml2.core.Issuer

Packages that use Issuer
org.opensaml.saml2.binding.decoding Classes used to decode SAML 2 messages. 
org.opensaml.saml2.core Interfaces for SAML 2.0 core specification types and elements. 
org.opensaml.saml2.core.impl Implementations of SAML 2.0 core specification types and elements. 
org.opensaml.saml2.core.validator Validation rules for SAML 2.0 core types and elements. 
org.opensaml.saml2.ecp   
org.opensaml.saml2.ecp.impl   
 

Uses of Issuer in org.opensaml.saml2.binding.decoding
 

Methods in org.opensaml.saml2.binding.decoding with parameters of type Issuer
protected  String BaseSAML2MessageDecoder.extractEntityId(Issuer issuer)
          Extracts the entity ID from the SAML 2 Issuer.
 

Uses of Issuer in org.opensaml.saml2.core
 

Methods in org.opensaml.saml2.core that return Issuer
 Issuer RequestAbstractType.getIssuer()
          Gets the issuer of this request.
 Issuer Assertion.getIssuer()
          Gets the Issuer of this assertion.
 Issuer StatusResponseType.getIssuer()
          Gets the issuer of this response.
 

Methods in org.opensaml.saml2.core with parameters of type Issuer
 void RequestAbstractType.setIssuer(Issuer newIssuer)
          Sets the issuer of this request.
 void Assertion.setIssuer(Issuer newIssuer)
          Sets the Issuer of this assertion.
 void StatusResponseType.setIssuer(Issuer newIssuer)
          Sets the issuer of this response.
 

Uses of Issuer in org.opensaml.saml2.core.impl
 

Classes in org.opensaml.saml2.core.impl that implement Issuer
 class IssuerImpl
          A concrete implementation of Issuer.
 

Methods in org.opensaml.saml2.core.impl that return Issuer
 Issuer IssuerBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 Issuer IssuerBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 Issuer RequestAbstractTypeImpl.getIssuer()
          Gets the issuer of this request.
 Issuer StatusResponseTypeImpl.getIssuer()
          Gets the issuer of this response.
 Issuer AssertionImpl.getIssuer()
          Gets the Issuer of this assertion.
 

Methods in org.opensaml.saml2.core.impl with parameters of type Issuer
 void RequestAbstractTypeImpl.setIssuer(Issuer newIssuer)
          Sets the issuer of this request.
 void StatusResponseTypeImpl.setIssuer(Issuer newIssuer)
          Sets the issuer of this response.
 void AssertionImpl.setIssuer(Issuer newIssuer)
          Sets the Issuer of this assertion.
 

Uses of Issuer in org.opensaml.saml2.core.validator
 

Methods in org.opensaml.saml2.core.validator with parameters of type Issuer
 void IssuerSchemaValidator.validate(Issuer issuer)
          
protected  void IssuerSchemaValidator.validateName(Issuer issuer)
          Checks that Issuer name is present.
 

Uses of Issuer in org.opensaml.saml2.ecp
 

Methods in org.opensaml.saml2.ecp that return Issuer
 Issuer Request.getIssuer()
          Get the Issuer child elemet.
 

Methods in org.opensaml.saml2.ecp with parameters of type Issuer
 void Request.setIssuer(Issuer newIssuer)
          Set the Issuer child elemet.
 

Uses of Issuer in org.opensaml.saml2.ecp.impl
 

Methods in org.opensaml.saml2.ecp.impl that return Issuer
 Issuer RequestImpl.getIssuer()
          Get the Issuer child elemet.
 

Methods in org.opensaml.saml2.ecp.impl with parameters of type Issuer
 void RequestImpl.setIssuer(Issuer newIssuer)
          Set the Issuer child elemet.
 



Copyright © 2006-2013 Internet2. All Rights Reserved.