Uses of Interface
org.opensaml.saml.saml2.metadata.AttributeConsumingService
-
Packages that use AttributeConsumingService Package Description org.opensaml.saml.common.messaging.context Context classes for SAML-based messaging function.org.opensaml.saml.common.messaging.context.navigate Functions to navigate SAML message contexts.org.opensaml.saml.ext.saml2mdquery Interfaces for SAML 2 Metadata Profile for Standalone Query Requesters.org.opensaml.saml.metadata.support Classes in support of SAML metadata.org.opensaml.saml.saml2.metadata Concrete definitions of the objects described in saml-metadata-2.0-os work. -
-
Uses of AttributeConsumingService in org.opensaml.saml.common.messaging.context
Fields in org.opensaml.saml.common.messaging.context declared as AttributeConsumingService Modifier and Type Field Description private AttributeConsumingServiceAttributeConsumingServiceContext. attributeConsumingServiceThe AttributeConsumingService.Methods in org.opensaml.saml.common.messaging.context that return AttributeConsumingService Modifier and Type Method Description AttributeConsumingServiceAttributeConsumingServiceContext. getAttributeConsumingService()Gets the assertion to be validated.Methods in org.opensaml.saml.common.messaging.context with parameters of type AttributeConsumingService Modifier and Type Method Description voidAttributeConsumingServiceContext. setAttributeConsumingService(AttributeConsumingService acs)Sets the assertion to be validated. -
Uses of AttributeConsumingService in org.opensaml.saml.common.messaging.context.navigate
Methods in org.opensaml.saml.common.messaging.context.navigate that return AttributeConsumingService Modifier and Type Method Description AttributeConsumingServiceAttributeConsumerServiceLookupFunction. apply(AttributeConsumingServiceContext input) -
Uses of AttributeConsumingService in org.opensaml.saml.ext.saml2mdquery
Methods in org.opensaml.saml.ext.saml2mdquery that return types with arguments of type AttributeConsumingService Modifier and Type Method Description List<AttributeConsumingService>AttributeQueryDescriptorType. 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 AttributeConsumingService Modifier and Type Method Description private AttributeConsumingServiceAttributeConsumingServiceSelector. selectByIndex(List<AttributeConsumingService> candidates)Select the service based on the index value.private AttributeConsumingServiceAttributeConsumingServiceSelector. selectDefault(List<AttributeConsumingService> candidates)Select the default service.AttributeConsumingServiceAttributeConsumingServiceSelector. selectService()Select the AttributeConsumingService.Methods in org.opensaml.saml.metadata.support that return types with arguments of type AttributeConsumingService Modifier and Type Method Description protected 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 AttributeConsumingService Modifier and Type Method Description private 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 AttributeConsumingService Modifier and Type Method Description AttributeConsumingServiceSPSSODescriptor. getDefaultAttributeConsumingService()Gets the default attribute consuming service.Methods in org.opensaml.saml.saml2.metadata that return types with arguments of type AttributeConsumingService Modifier and Type Method Description List<AttributeConsumingService>SPSSODescriptor. getAttributeConsumingServices()Gets an list of attribute consuming service descriptors for this service.
-