OpenSAML-J 2.4.1-redhat-3

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

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

Methods in org.opensaml.saml1.core that return types with arguments of type Attribute
 List<Attribute> AttributeStatement.getAttributes()
          Get all the subsiduary Attribute elements
 

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

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

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

Methods in org.opensaml.saml1.core.impl that return types with arguments of type Attribute
 List<Attribute> AttributeStatementImpl.getAttributes()
          Get all the subsiduary Attribute elements
 

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

Methods in org.opensaml.saml1.core.validator with parameters of type Attribute
 void AttributeSchemaValidator.validate(Attribute attribute)
          
protected  void AttributeSchemaValidator.validateAttributeValue(Attribute attribute)
          Validates that the attribute has at least one attribute value.
 


OpenSAML-J 2.4.1-redhat-3

Copyright © 2006-2012 Internet2. All Rights Reserved.