Uses of Interface
org.opensaml.saml2.metadata.AttributeProfile

Packages that use AttributeProfile
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. 
org.opensaml.saml2.metadata.validator Validation rules for SAML 2.0 metadata types and elements. 
 

Uses of AttributeProfile in org.opensaml.saml2.metadata
 

Methods in org.opensaml.saml2.metadata that return types with arguments of type AttributeProfile
 List<AttributeProfile> IDPSSODescriptor.getAttributeProfiles()
          Gets the list of attribute profiles supported by this IdP.
 List<AttributeProfile> AttributeAuthorityDescriptor.getAttributeProfiles()
          Gets a list of Attribute profiles supported by this authority.
 

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

Classes in org.opensaml.saml2.metadata.impl that implement AttributeProfile
 class AttributeProfileImpl
          A concrete implementation of AttributeProfile
 

Fields in org.opensaml.saml2.metadata.impl with type parameters of type AttributeProfile
private  XMLObjectChildrenList<AttributeProfile> IDPSSODescriptorImpl.attributeProfiles
          Attribute profiles supported by this entity.
private  XMLObjectChildrenList<AttributeProfile> AttributeAuthorityDescriptorImpl.attributeProfiles
          Supported attribute profiles.
 

Methods in org.opensaml.saml2.metadata.impl that return AttributeProfile
 AttributeProfile AttributeProfileBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 AttributeProfile AttributeProfileBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 

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

Uses of AttributeProfile in org.opensaml.saml2.metadata.validator
 

Methods in org.opensaml.saml2.metadata.validator with parameters of type AttributeProfile
 void AttributeProfileSchemaValidator.validate(AttributeProfile attributeProfile)
          
protected  void AttributeProfileSchemaValidator.validateProfileURI(AttributeProfile attributeProfile)
          Checks that ProfileURI is present.
 



Copyright © 1999-2012. All Rights Reserved.