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.
|
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 |
---|---|
List<AttributeConsumingService> |
AttributeQueryDescriptorType.getAttributeConsumingServices()
Gets the list of attribute consuming service endpoints support by this role.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected List<AttributeConsumingService> |
AttributeConsumingServiceSelector.getCandidates()
Get the list of candidate attribute consuming services.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
AttributeConsumingService |
SPSSODescriptor.getDefaultAttributeConsumingService()
Gets the default attribute consuming service.
|
Modifier and Type | Method and Description |
---|---|
List<AttributeConsumingService> |
SPSSODescriptor.getAttributeConsumingServices()
Gets an list of attribute consuming service descriptors for this service.
|
Copyright © 1999–2015 JBoss by Red Hat. All rights reserved.