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

Packages that use AttributeDesignator
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 AttributeDesignator in org.opensaml.saml1.core
 

Subinterfaces of AttributeDesignator in org.opensaml.saml1.core
 interface Attribute
          This interface defines how the object representing a SAML 1 Attribute element behaves.
 

Methods in org.opensaml.saml1.core that return types with arguments of type AttributeDesignator
 java.util.List<AttributeDesignator> AttributeQuery.getAttributeDesignators()
          Get list of AttributeDesignators
 

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

Classes in org.opensaml.saml1.core.impl that implement AttributeDesignator
 class AttributeDesignatorImpl
          Concrete Implementation of the AttributeDesignator interface.
 class AttributeImpl
          A Concrete implementation of the Attribute Interface
 

Methods in org.opensaml.saml1.core.impl that return AttributeDesignator
 AttributeDesignator AttributeDesignatorBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 AttributeDesignator AttributeDesignatorBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
          
 

Methods in org.opensaml.saml1.core.impl that return types with arguments of type AttributeDesignator
 java.util.List<AttributeDesignator> AttributeQueryImpl.getAttributeDesignators()
          Get list of AttributeDesignators
 

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

Classes in org.opensaml.saml1.core.validator with type parameters of type AttributeDesignator
 class AttributeDesignatorSchemaValidator<AttributeDesignatorType extends AttributeDesignator>
          Checks AttributeDesignator for Schema compliance.
 

Methods in org.opensaml.saml1.core.validator with parameters of type AttributeDesignator
protected  void AttributeDesignatorSchemaValidator.validateName(AttributeDesignator designator)
          Checks that the AttributeName attribute is present and valid
protected  void AttributeDesignatorSchemaValidator.validateNameSpace(AttributeDesignator designator)
          Checks that the AttributeNameSpace attribute is present and valid
 



Copyright © 2006-2011 Internet2. All Rights Reserved.