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. 
 

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

Methods in org.opensaml.saml2.binding.decoding with parameters of type Issuer
protected  java.lang.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 StatusResponseType.getIssuer()
          Gets the issuer of this response.
 Issuer RequestAbstractType.getIssuer()
          Gets the issuer of this request.
 Issuer Assertion.getIssuer()
          Gets the Issuer of this assertion.
 

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

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(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
          
 Issuer StatusResponseTypeImpl.getIssuer()
          Gets the issuer of this response.
 Issuer AssertionImpl.getIssuer()
          Gets the Issuer of this assertion.
 Issuer RequestAbstractTypeImpl.getIssuer()
          Gets the issuer of this request.
 

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

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.
 



Copyright © 2006-2011 Internet2. All Rights Reserved.