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

Packages that use NameIDFormat
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. 
org.opensaml.samlext.saml2mdquery Interfaces for SAML 2 metadata standalone query endpoints profile. 
org.opensaml.samlext.saml2mdquery.impl Implemention for SAML 2 metadata standalone query endpoints profile objects. 
 

Uses of NameIDFormat in org.opensaml.saml2.metadata
 

Methods in org.opensaml.saml2.metadata that return types with arguments of type NameIDFormat
 java.util.List<NameIDFormat> AuthnAuthorityDescriptor.getNameIDFormats()
          Gets the list of supported name ID formats for this authority.
 java.util.List<NameIDFormat> AttributeAuthorityDescriptor.getNameIDFormats()
          Gets a list of NameID formats supported by this authority.
 java.util.List<NameIDFormat> SSODescriptor.getNameIDFormats()
          Gets the list of NameID formats this service supports.
 java.util.List<NameIDFormat> PDPDescriptor.getNameIDFormats()
          Gets the list of NameID formats this service supports.
 

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

Classes in org.opensaml.saml2.metadata.impl that implement NameIDFormat
 class NameIDFormatImpl
          Concrete implementation of NameIDFormat.
 

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

Methods in org.opensaml.saml2.metadata.impl that return types with arguments of type NameIDFormat
 java.util.List<NameIDFormat> AuthnAuthorityDescriptorImpl.getNameIDFormats()
          Gets the list of supported name ID formats for this authority.
 java.util.List<NameIDFormat> PDPDescriptorImpl.getNameIDFormats()
          Gets the list of NameID formats this service supports.
 java.util.List<NameIDFormat> AttributeAuthorityDescriptorImpl.getNameIDFormats()
          Gets a list of NameID formats supported by this authority.
 java.util.List<NameIDFormat> SSODescriptorImpl.getNameIDFormats()
          Gets the list of NameID formats this service supports.
 

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

Methods in org.opensaml.saml2.metadata.validator with parameters of type NameIDFormat
 void NameIDFormatSchemaValidator.validate(NameIDFormat nameIDFormat)
          
protected  void NameIDFormatSchemaValidator.validateFormat(NameIDFormat nameIDFormat)
          Checks that Format is present.
 

Uses of NameIDFormat in org.opensaml.samlext.saml2mdquery
 

Methods in org.opensaml.samlext.saml2mdquery that return types with arguments of type NameIDFormat
 java.util.List<NameIDFormat> QueryDescriptorType.getNameIDFormat()
          Gets the list of name ID formats supported by this query service.
 

Uses of NameIDFormat in org.opensaml.samlext.saml2mdquery.impl
 

Methods in org.opensaml.samlext.saml2mdquery.impl that return types with arguments of type NameIDFormat
 java.util.List<NameIDFormat> QueryDescriptorTypeImpl.getNameIDFormat()
          Gets the list of name ID formats supported by this query service.
 



Copyright © 2006-2009 Internet2. All Rights Reserved.