Uses of Interface
org.opensaml.saml.saml2.metadata.AttributeConsumingService
Packages that use AttributeConsumingService
Package
Description
Implementation of SAML binding-level functionality, such as MessageHandlers.
Context classes for SAML-based messaging function.
Functions to navigate SAML message contexts.
Interfaces for SAML 2 Metadata Profile for Standalone Query Requesters.
Implementation for SAML v2.0 Metadata Extension for Stand-Alone Query Requesters.
Classes in support of SAML metadata.
Concrete definitions of the objects described in saml-metadata-2.0-os work.
Concrete implementations of SAML 2.0 metadata objects.
-
Uses of AttributeConsumingService in org.opensaml.saml.common.binding.impl
Methods in org.opensaml.saml.common.binding.impl that return AttributeConsumingServiceModifier and TypeMethodDescriptionprivate AttributeConsumingServiceSAMLAddAttributeConsumingServiceHandler.attributeConsumingServiceFromRequestedAttributes()Generate anAttributeConsumingServicefrom theRequestedAttributes. -
Uses of AttributeConsumingService in org.opensaml.saml.common.messaging.context
Fields in org.opensaml.saml.common.messaging.context declared as AttributeConsumingServiceModifier and TypeFieldDescriptionprivate AttributeConsumingServiceAttributeConsumingServiceContext.attributeConsumingServiceThe AttributeConsumingService.Methods in org.opensaml.saml.common.messaging.context that return AttributeConsumingServiceModifier and TypeMethodDescriptionAttributeConsumingServiceContext.getAttributeConsumingService()Gets the assertion to be validated.Methods in org.opensaml.saml.common.messaging.context with parameters of type AttributeConsumingServiceModifier and TypeMethodDescriptionAttributeConsumingServiceContext.setAttributeConsumingService(AttributeConsumingService acs) Sets the assertion to be validated. -
Uses of AttributeConsumingService in org.opensaml.saml.ext.saml2mdquery
Methods in org.opensaml.saml.ext.saml2mdquery that return types with arguments of type AttributeConsumingServiceModifier and TypeMethodDescriptionAttributeQueryDescriptorType.getAttributeConsumingServices()Gets the list of attribute consuming service endpoints support by this role. -
Uses of AttributeConsumingService in org.opensaml.saml.ext.saml2mdquery.impl
Fields in org.opensaml.saml.ext.saml2mdquery.impl with type parameters of type AttributeConsumingServiceModifier and TypeFieldDescriptionprivate final XMLObjectChildrenList<AttributeConsumingService>AttributeQueryDescriptorTypeImpl.attributeConsumingServicesAttribute consuming endpoints.Methods in org.opensaml.saml.ext.saml2mdquery.impl that return types with arguments of type AttributeConsumingServiceModifier and TypeMethodDescriptionAttributeQueryDescriptorTypeImpl.getAttributeConsumingServices()Gets the list of attribute consuming service endpoints support by this role. -
Uses of AttributeConsumingService in org.opensaml.saml.metadata.support
Methods in org.opensaml.saml.metadata.support that return AttributeConsumingServiceModifier and TypeMethodDescriptionprivate AttributeConsumingServiceAttributeConsumingServiceSelector.selectByIndex(List<AttributeConsumingService> candidates) Select the service based on the index value.private AttributeConsumingServiceAttributeConsumingServiceSelector.selectDefault(List<AttributeConsumingService> candidates) Select the default service.AttributeConsumingServiceSelector.selectService()Select the AttributeConsumingService.Methods in org.opensaml.saml.metadata.support that return types with arguments of type AttributeConsumingServiceModifier and TypeMethodDescriptionprotected List<AttributeConsumingService>AttributeConsumingServiceSelector.getCandidates()Get the list of candidate attribute consuming services.Method parameters in org.opensaml.saml.metadata.support with type arguments of type AttributeConsumingServiceModifier and TypeMethodDescriptionprivate AttributeConsumingServiceAttributeConsumingServiceSelector.selectByIndex(List<AttributeConsumingService> candidates) Select the service based on the index value.private AttributeConsumingServiceAttributeConsumingServiceSelector.selectDefault(List<AttributeConsumingService> candidates) Select the default service. -
Uses of AttributeConsumingService in org.opensaml.saml.saml2.metadata
Methods in org.opensaml.saml.saml2.metadata that return AttributeConsumingServiceModifier and TypeMethodDescriptionSPSSODescriptor.getDefaultAttributeConsumingService()Gets the default attribute consuming service.Methods in org.opensaml.saml.saml2.metadata that return types with arguments of type AttributeConsumingServiceModifier and TypeMethodDescriptionSPSSODescriptor.getAttributeConsumingServices()Gets a list of attribute consuming service descriptors for this service. -
Uses of AttributeConsumingService in org.opensaml.saml.saml2.metadata.impl
Classes in org.opensaml.saml.saml2.metadata.impl that implement AttributeConsumingServiceFields in org.opensaml.saml.saml2.metadata.impl with type parameters of type AttributeConsumingServiceModifier and TypeFieldDescriptionprivate final XMLObjectChildrenList<AttributeConsumingService>SPSSODescriptorImpl.attributeConsumingServicesAttributeConsumingService children.Methods in org.opensaml.saml.saml2.metadata.impl that return AttributeConsumingServiceModifier and TypeMethodDescriptionAttributeConsumingServiceBuilder.buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.AttributeConsumingServiceBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.SPSSODescriptorImpl.getDefaultAttributeConsumingService()Gets the default attribute consuming service.Methods in org.opensaml.saml.saml2.metadata.impl that return types with arguments of type AttributeConsumingServiceModifier and TypeMethodDescriptionSPSSODescriptorImpl.getAttributeConsumingServices()Gets a list of attribute consuming service descriptors for this service.