| 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.ext.saml2mdquery.impl |
Implementation for SAML v2.0 Metadata Extension for Stand-Alone 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.
|
| org.opensaml.saml.saml2.metadata.impl |
Concrete implementations of the metadata APIs.
|
| Modifier and Type | Field and Description |
|---|---|
private AttributeConsumingService |
AttributeConsumingServiceContext.attributeConsumingService
The AttributeConsumingService.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeConsumingService |
AttributeConsumingServiceContext.getAttributeConsumingService()
Gets the assertion to be validated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeConsumingServiceContext.setAttributeConsumingService(AttributeConsumingService acs)
Sets the assertion to be validated.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeConsumingService |
AttributeConsumerServiceLookupFunction.apply(AttributeConsumingServiceContext input) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AttributeConsumingService> |
AttributeQueryDescriptorType.getAttributeConsumingServices()
Gets the list of attribute consuming service endpoints support by this role.
|
| Modifier and Type | Field and Description |
|---|---|
private XMLObjectChildrenList<AttributeConsumingService> |
AttributeQueryDescriptorTypeImpl.attributeConsumingServices
Attribute consuming endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AttributeConsumingService> |
AttributeQueryDescriptorTypeImpl.getAttributeConsumingServices()
Gets the list of attribute consuming service endpoints support by this role.
|
| Modifier and Type | Method and Description |
|---|---|
private AttributeConsumingService |
AttributeConsumingServiceSelector.selectByIndex(java.util.List<AttributeConsumingService> candidates)
Select the service based on the index value.
|
private AttributeConsumingService |
AttributeConsumingServiceSelector.selectDefault(java.util.List<AttributeConsumingService> candidates)
Select the default service.
|
AttributeConsumingService |
AttributeConsumingServiceSelector.selectService()
Select the AttributeConsumingService.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<AttributeConsumingService> |
AttributeConsumingServiceSelector.getCandidates()
Get the list of candidate attribute consuming services.
|
| Modifier and Type | Method and Description |
|---|---|
private AttributeConsumingService |
AttributeConsumingServiceSelector.selectByIndex(java.util.List<AttributeConsumingService> candidates)
Select the service based on the index value.
|
private AttributeConsumingService |
AttributeConsumingServiceSelector.selectDefault(java.util.List<AttributeConsumingService> candidates)
Select the default service.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeConsumingService |
SPSSODescriptor.getDefaultAttributeConsumingService()
Gets the default attribute consuming service.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AttributeConsumingService> |
SPSSODescriptor.getAttributeConsumingServices()
Gets an list of attribute consuming service descriptors for this service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeConsumingServiceImpl
Concrete implementation of
AttributeConsumingService. |
| Modifier and Type | Field and Description |
|---|---|
private XMLObjectChildrenList<AttributeConsumingService> |
SPSSODescriptorImpl.attributeConsumingServices
AttributeConsumingService children.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeConsumingService |
AttributeConsumingServiceBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
AttributeConsumingService |
AttributeConsumingServiceBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
AttributeConsumingService |
SPSSODescriptorImpl.getDefaultAttributeConsumingService()
Gets the default attribute consuming service.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AttributeConsumingService> |
SPSSODescriptorImpl.getAttributeConsumingServices()
Gets an list of attribute consuming service descriptors for this service.
|