OpenSAML-J 2.4.1-redhat-3

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

Packages that use Attribute
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.encryption Classes for encrypting and decrypting SAML. 
org.opensaml.saml2.metadata Interfaces for SAML 2.0 metadata specification types and elements. 
org.opensaml.saml2.metadata.impl Implementations of the SAML 2.0 metadata specification types and elements. 
 

Uses of Attribute in org.opensaml.saml2.core
 

Methods in org.opensaml.saml2.core that return types with arguments of type Attribute
 List<Attribute> AttributeStatement.getAttributes()
          Gets the attribtues expressed in this statement.
 List<Attribute> AttributeQuery.getAttributes()
          Gets the Attributes of this query.
 

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

Classes in org.opensaml.saml2.core.impl that implement Attribute
 class AttributeImpl
          Concrete implementation of Attribute.
 

Methods in org.opensaml.saml2.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.saml2.core.impl that return types with arguments of type Attribute
 List<Attribute> AttributeStatementImpl.getAttributes()
          Gets the attribtues expressed in this statement.
 List<Attribute> AttributeQueryImpl.getAttributes()
          Gets the Attributes of this query.
 

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

Methods in org.opensaml.saml2.core.validator with parameters of type Attribute
 void AttributeSchemaValidator.validate(Attribute attribute)
          
protected  void AttributeSchemaValidator.validateName(Attribute attribute)
          Checks that the Name attribute is present.
 

Uses of Attribute in org.opensaml.saml2.encryption
 

Methods in org.opensaml.saml2.encryption that return Attribute
 Attribute Decrypter.decrypt(EncryptedAttribute encryptedAttribute)
          Decrypt the specified EncryptedAttribute.
 

Methods in org.opensaml.saml2.encryption with parameters of type Attribute
 EncryptedAttribute Encrypter.encrypt(Attribute attribute)
          Encrypt the specified Attribute.
 

Uses of Attribute in org.opensaml.saml2.metadata
 

Subinterfaces of Attribute in org.opensaml.saml2.metadata
 interface RequestedAttribute
          SAML 2.0 Metadata RequestedAttribute
 

Methods in org.opensaml.saml2.metadata that return types with arguments of type Attribute
 List<Attribute> AttributeAuthorityDescriptor.getAttributes()
          Gets the list of attribute available from this authority.
 List<Attribute> IDPSSODescriptor.getAttributes()
          Gets the list of attributes supported by this IdP.
 

Uses of Attribute in org.opensaml.saml2.metadata.impl
 

Classes in org.opensaml.saml2.metadata.impl that implement Attribute
 class RequestedAttributeImpl
          Concrete implementation of RequestedAttribute
 

Methods in org.opensaml.saml2.metadata.impl that return types with arguments of type Attribute
 List<Attribute> IDPSSODescriptorImpl.getAttributes()
          Gets the list of attributes supported by this IdP.
 List<Attribute> AttributeAuthorityDescriptorImpl.getAttributes()
          Gets the list of attribute available from this authority.
 


OpenSAML-J 2.4.1-redhat-3

Copyright © 2006-2012 Internet2. All Rights Reserved.