Uses of Interface
org.opensaml.saml1.core.AttributeQuery

Packages that use AttributeQuery
org.opensaml.saml1.binding.decoding Classes used to decode SAML messages. 
org.opensaml.saml1.core Interfaces for SAML 1.0 and 1.1 types and elements. 
org.opensaml.saml1.core.impl Implementations of SAML 1.0 and 1.1 types and elements interfaces. 
org.opensaml.saml1.core.validator Validation rules for SAML 1.0 and 1.1 types and elements. 
 

Uses of AttributeQuery in org.opensaml.saml1.binding.decoding
 

Methods in org.opensaml.saml1.binding.decoding with parameters of type AttributeQuery
protected  void BaseSAML1MessageDecoder.extractAttributeQueryInfo(SAMLMessageContext messageContext, AttributeQuery query)
          Extract the issuer, and populate message context, from the Resource attribute of the Attribute query if BaseSAML1MessageDecoder.useQueryResourceAsEntityId is true.
 

Uses of AttributeQuery in org.opensaml.saml1.core
 

Methods in org.opensaml.saml1.core that return AttributeQuery
 AttributeQuery Request.getAttributeQuery()
          Get the request AttributeQuery
 

Uses of AttributeQuery in org.opensaml.saml1.core.impl
 

Classes in org.opensaml.saml1.core.impl that implement AttributeQuery
 class AttributeQueryImpl
          Concrete implementation of the AttributeQuery interface
 

Methods in org.opensaml.saml1.core.impl that return AttributeQuery
 AttributeQuery AttributeQueryBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 AttributeQuery AttributeQueryBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 AttributeQuery RequestImpl.getAttributeQuery()
          Get the request AttributeQuery
 

Uses of AttributeQuery in org.opensaml.saml1.core.validator
 

Methods in org.opensaml.saml1.core.validator with parameters of type AttributeQuery
 void AttributeQuerySchemaValidator.validate(AttributeQuery attributeQuery)
          
 



Copyright © 2006-2013 Internet2. All Rights Reserved.