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

Packages that use Organization
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 Organization in org.opensaml.saml2.metadata
 

Methods in org.opensaml.saml2.metadata that return Organization
 Organization EntityDescriptor.getOrganization()
          Gets the organization for this entity.
 Organization RoleDescriptor.getOrganization()
          Gets the organization responsible for this role.
 

Methods in org.opensaml.saml2.metadata with parameters of type Organization
 void EntityDescriptor.setOrganization(Organization organization)
          Sets the organization for this entity.
 void RoleDescriptor.setOrganization(Organization organization)
          Sets the organization responsible for this role.
 

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

Classes in org.opensaml.saml2.metadata.impl that implement Organization
 class OrganizationImpl
          Concrete implementation of Organization
 

Methods in org.opensaml.saml2.metadata.impl that return Organization
 Organization OrganizationBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 Organization OrganizationBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 Organization RoleDescriptorImpl.getOrganization()
          Gets the organization responsible for this role.
 Organization EntityDescriptorImpl.getOrganization()
          Gets the organization for this entity.
 

Methods in org.opensaml.saml2.metadata.impl with parameters of type Organization
 void RoleDescriptorImpl.setOrganization(Organization organization)
          Sets the organization responsible for this role.
 void EntityDescriptorImpl.setOrganization(Organization newOrganization)
          Sets the organization for this entity.
 

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

Methods in org.opensaml.saml2.metadata.validator with parameters of type Organization
 void OrganizationSchemaValidator.validate(Organization organization)
          
protected  void OrganizationSchemaValidator.validateDisplayName(Organization organization)
          Checks that at least one Display Name is present.
protected  void OrganizationSchemaValidator.validateName(Organization organization)
          Checks that at least one Organization Name is present.
protected  void OrganizationSchemaValidator.validateURL(Organization organization)
          Checks that at least one Organization URL is present.
 



Copyright © 2006-2013 Internet2. All Rights Reserved.