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

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

Methods in org.opensaml.saml2.metadata that return AttributeConsumingService
 AttributeConsumingService SPSSODescriptor.getDefaultAttributeConsumingService()
          Gets the default attribute consumer service or null if no service is marked as the default.
 

Methods in org.opensaml.saml2.metadata that return types with arguments of type AttributeConsumingService
 List<AttributeConsumingService> SPSSODescriptor.getAttributeConsumingServices()
          Gets an list of attribute consuming service Endpoints for this service.
 

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

Classes in org.opensaml.saml2.metadata.impl that implement AttributeConsumingService
 class AttributeConsumingServiceImpl
          Concrete implementation of AttributeConsumingService.
 

Methods in org.opensaml.saml2.metadata.impl that return AttributeConsumingService
 AttributeConsumingService AttributeConsumingServiceBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 AttributeConsumingService AttributeConsumingServiceBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 AttributeConsumingService SPSSODescriptorImpl.getDefaultAttributeConsumingService()
          Gets the default attribute consumer service or null if no service is marked as the default.
 

Methods in org.opensaml.saml2.metadata.impl that return types with arguments of type AttributeConsumingService
 List<AttributeConsumingService> SPSSODescriptorImpl.getAttributeConsumingServices()
          Gets an list of attribute consuming service Endpoints for this service.
 

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

Methods in org.opensaml.saml2.metadata.validator with parameters of type AttributeConsumingService
 void AttributeConsumingServiceSchemaValidator.validate(AttributeConsumingService attributeConsumingService)
          
protected  void AttributeConsumingServiceSchemaValidator.validateIndex(AttributeConsumingService attributeConsumingService)
          Checks that Index is positive.
protected  void AttributeConsumingServiceSchemaValidator.validateRequestedAttributes(AttributeConsumingService attributeConsumingService)
          Checks that one or more Requested Attributes are present.
protected  void AttributeConsumingServiceSchemaValidator.validateServiceNames(AttributeConsumingService attributeConsumingService)
          Checks that one or more Service Names are present.
 

Uses of AttributeConsumingService in org.opensaml.samlext.saml2mdquery
 

Methods in org.opensaml.samlext.saml2mdquery that return types with arguments of type AttributeConsumingService
 List<AttributeConsumingService> AttributeQueryDescriptorType.getAttributeConsumingServices()
          Gets the list of attribute consuming service endpoints support by this role.
 

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

Methods in org.opensaml.samlext.saml2mdquery.impl that return types with arguments of type AttributeConsumingService
 List<AttributeConsumingService> AttributeQueryDescriptorTypeImpl.getAttributeConsumingServices()
          Gets the list of attribute consuming service endpoints support by this role.
 



Copyright © 2006-2010 Internet2. All Rights Reserved.