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 | 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 |
---|---|
List<AttributeConsumingService> |
AttributeQueryDescriptorTypeImpl.getAttributeConsumingServices()
Gets the list of attribute consuming service endpoints support by this role.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeConsumingServiceImpl
Concrete implementation of
AttributeConsumingService . |
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(String namespaceURI,
String localName,
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 |
---|---|
List<AttributeConsumingService> |
SPSSODescriptorImpl.getAttributeConsumingServices()
Gets an list of attribute consuming service descriptors for this service.
|
Copyright © 2016. All rights reserved.