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.support   
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 consuming service.
 

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 descriptors 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.
 

Fields in org.opensaml.saml2.metadata.impl with type parameters of type AttributeConsumingService
private  XMLObjectChildrenList<AttributeConsumingService> SPSSODescriptorImpl.attributeConsumingServices
          AttributeConsumingService children.
 

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 consuming service.
 

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 descriptors for this service.
 

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

Methods in org.opensaml.saml2.metadata.support that return AttributeConsumingService
private  AttributeConsumingService AttributeConsumingServiceSelector.selectByIndex(List<AttributeConsumingService> candidates)
          Select the service based on the index value.
private  AttributeConsumingService AttributeConsumingServiceSelector.selectDefault(List<AttributeConsumingService> candidates)
          Select the default service.
 AttributeConsumingService AttributeConsumingServiceSelector.selectService()
          Select the AttributeConsumingService.
 

Methods in org.opensaml.saml2.metadata.support that return types with arguments of type AttributeConsumingService
protected  List<AttributeConsumingService> AttributeConsumingServiceSelector.getCandidates()
          Get the list of candidate attribute consuming services.
 

Method parameters in org.opensaml.saml2.metadata.support with type arguments of type AttributeConsumingService
private  AttributeConsumingService AttributeConsumingServiceSelector.selectByIndex(List<AttributeConsumingService> candidates)
          Select the service based on the index value.
private  AttributeConsumingService AttributeConsumingServiceSelector.selectDefault(List<AttributeConsumingService> candidates)
          Select the default 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
 

Fields in org.opensaml.samlext.saml2mdquery.impl with type parameters of type AttributeConsumingService
private  XMLObjectChildrenList<AttributeConsumingService> AttributeQueryDescriptorTypeImpl.attributeConsumingServices
          Attribute consuming endpoints.
 

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 © 1999-2012. All Rights Reserved.