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

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

Methods in org.opensaml.saml2.metadata that return types with arguments of type OrganizationName
 List<OrganizationName> Organization.getOrganizationNames()
          Gets the list of names for this organization.
 

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

Classes in org.opensaml.saml2.metadata.impl that implement OrganizationName
 class OrganizationNameImpl
          Concrete implementation of OrganizationName
 

Fields in org.opensaml.saml2.metadata.impl with type parameters of type OrganizationName
private  XMLObjectChildrenList<OrganizationName> OrganizationImpl.names
          OrganizationName children
 

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

Methods in org.opensaml.saml2.metadata.impl that return types with arguments of type OrganizationName
 List<OrganizationName> OrganizationImpl.getOrganizationNames()
          Gets the list of names for this organization.
 

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

Methods in org.opensaml.saml2.metadata.validator with parameters of type OrganizationName
 void OrganizationNameSchemaValidator.validate(OrganizationName name)
          
protected  void OrganizationNameSchemaValidator.validateName(OrganizationName organizationName)
          Checks that Name is present.
 



Copyright © 1999-2013. All Rights Reserved.