Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractAuthenticatableSAMLEntityContext - Class in org.opensaml.saml.common.messaging.context
Abstract base class for subcontexts that carry information about a SAML entity which may be authenticated.
AbstractAuthenticatableSAMLEntityContext() - Constructor for class org.opensaml.saml.common.messaging.context.AbstractAuthenticatableSAMLEntityContext
 
AbstractBatchMetadataResolver - Class in org.opensaml.saml.metadata.resolver.impl
Abstract subclass for metadata resolvers that process and resolve metadata at a given point in time from a single metadata source document.
AbstractBatchMetadataResolver() - Constructor for class org.opensaml.saml.metadata.resolver.impl.AbstractBatchMetadataResolver
Constructor.
AbstractBatchMetadataResolver.BatchEntityBackingStore - Class in org.opensaml.saml.metadata.resolver.impl
Specialized entity backing store implementation for batch metadata resolvers.
AbstractChainingCredentialResolver<ResolverType extends CredentialResolver> - Class in org.opensaml.security.credential.impl
An abstract implementation of CredentialResolver which chains together one or more underlying credential resolver implementations.
AbstractChainingCredentialResolver(List<ResolverType>) - Constructor for class org.opensaml.security.credential.impl.AbstractChainingCredentialResolver
Constructor.
AbstractChainingCredentialResolver.CredentialIterable - Class in org.opensaml.security.credential.impl
Implementation of Iterable to be returned by ChainingCredentialResolver.
AbstractChainingCredentialResolver.CredentialIterator - Class in org.opensaml.security.credential.impl
Implementation of Iterator to be returned (indirectly) by ChainingCredentialResolver.
AbstractClientStorageServiceStore - Class in org.opensaml.storage.impl.client
Base class for the storage and reconstitution of data for a ClientStorageService.
AbstractClientStorageServiceStore() - Constructor for class org.opensaml.storage.impl.client.AbstractClientStorageServiceStore
Reconstitute stored data.
AbstractConditionalLoadXMLObjectLoadSaveManager<T extends XMLObject> - Class in org.opensaml.core.xml.persist
Abstract base class for XMLObjectLoadSaveManager implementations which track the modify times of requested data such that XMLObjectLoadSaveManager.load(String) returns data only if the data associated with the key has been modified since the last request.
AbstractConditionalLoadXMLObjectLoadSaveManager(boolean) - Constructor for class org.opensaml.core.xml.persist.AbstractConditionalLoadXMLObjectLoadSaveManager
Constructor.
AbstractConditionalProfileAction - Class in org.opensaml.profile.action
Base class for conditional profile actions.
AbstractConditionalProfileAction() - Constructor for class org.opensaml.profile.action.AbstractConditionalProfileAction
Constructor.
AbstractCredential - Class in org.opensaml.security.credential
Base class for Credential implementations.
AbstractCredential() - Constructor for class org.opensaml.security.credential.AbstractCredential
Constructor.
AbstractCredentialResolver - Class in org.opensaml.security.credential.impl
Abstract base class for CredentialResolver implementations.
AbstractCredentialResolver() - Constructor for class org.opensaml.security.credential.impl.AbstractCredentialResolver
 
AbstractCriteriaFilteringCredentialResolver - Class in org.opensaml.security.credential.impl
An abstract implementation of CredentialResolver that filters the returned Credentials based on the instances of Predicate which are present in the set of criteria as instances of EvaluableCredentialCriterion, or which are obtained via lookup in the EvaluableCredentialCriteriaRegistry.
AbstractCriteriaFilteringCredentialResolver() - Constructor for class org.opensaml.security.credential.impl.AbstractCriteriaFilteringCredentialResolver
Constructor.
AbstractDecryptAction - Class in org.opensaml.saml.saml2.profile.impl
Abstract base class for actions that perform SAML decryption.
AbstractDecryptAction() - Constructor for class org.opensaml.saml.saml2.profile.impl.AbstractDecryptAction
Constructor.
AbstractDerivationKeyAgreementProcessor - Class in org.opensaml.xmlsec.agreement.impl
Abstract base class for KeyAgreementProcessor implementations which do key derivation by means of a required KeyDerivation parameter.
AbstractDerivationKeyAgreementProcessor() - Constructor for class org.opensaml.xmlsec.agreement.impl.AbstractDerivationKeyAgreementProcessor
 
AbstractDynamicHTTPMetadataResolver - Class in org.opensaml.saml.metadata.resolver.impl
Abstract subclass for dynamic metadata resolvers that implement metadata resolution based on HTTP requests.
AbstractDynamicHTTPMetadataResolver(Timer, HttpClient) - Constructor for class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver
Constructor.
AbstractDynamicHTTPMetadataResolver(HttpClient) - Constructor for class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver
Constructor.
AbstractDynamicHTTPMetadataResolver.BasicMetadataResponseHandler - Class in org.opensaml.saml.metadata.resolver.impl
Basic HttpClient response handler for processing metadata fetch requests.
AbstractDynamicMetadataResolver - Class in org.opensaml.saml.metadata.resolver.impl
Abstract subclass for metadata resolvers that resolve metadata dynamically, as needed and on demand.
AbstractDynamicMetadataResolver(Timer) - Constructor for class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
Constructor.
AbstractDynamicMetadataResolver.BackingStoreCleanupSweeper - Class in org.opensaml.saml.metadata.resolver.impl
Background maintenance task which cleans expired and idle metadata from the backing store, and removes orphaned entity management data.
AbstractDynamicMetadataResolver.DefaultCacheKeyGenerator - Class in org.opensaml.saml.metadata.resolver.impl
Default function for generating a cache key for loading and saving an EntityDescriptor using a XMLObjectLoadSaveManager.
AbstractDynamicMetadataResolver.DynamicEntityBackingStore - Class in org.opensaml.saml.metadata.resolver.impl
Specialized entity backing store implementation for dynamic metadata resolvers.
AbstractDynamicMetadataResolver.EntityManagementData - Class in org.opensaml.saml.metadata.resolver.impl
Class holding per-entity management data.
AbstractDynamicMetadataResolver.PersistentCacheInitializationMetrics - Class in org.opensaml.saml.metadata.resolver.impl
Class used to track metrics related to the initialization from the persistent cache.
AbstractElementExtensibleXMLObject - Class in org.opensaml.core.xml
AbstractElementExtensible is an element of type xs:any, but without xs:anyAttribute attribute or text content.
AbstractElementExtensibleXMLObject(String, String, String) - Constructor for class org.opensaml.core.xml.AbstractElementExtensibleXMLObject
Constructor.
AbstractElementExtensibleXMLObjectMarshaller - Class in org.opensaml.core.xml
AbstractElementExtensibleMarshaller marshalls element of type xs:any, but without xs:anyAttribute attributes or text content.
AbstractElementExtensibleXMLObjectMarshaller() - Constructor for class org.opensaml.core.xml.AbstractElementExtensibleXMLObjectMarshaller
Constructor.
AbstractElementExtensibleXMLObjectUnmarshaller - Class in org.opensaml.core.xml
AbstractElementExtensibleUnmarshaller unmarshalls element of type xs:any, but without xs:anyAttribute attributes or text content.
AbstractElementExtensibleXMLObjectUnmarshaller() - Constructor for class org.opensaml.core.xml.AbstractElementExtensibleXMLObjectUnmarshaller
Constructor.
AbstractEncryptAction - Class in org.opensaml.saml.saml2.profile.impl
Abstract base class for actions that perform simple unicast SAML encryption to a single decrypting party.
AbstractEncryptAction() - Constructor for class org.opensaml.saml.saml2.profile.impl.AbstractEncryptAction
Constructor.
AbstractEncryptedKeyResolver - Class in org.opensaml.xmlsec.encryption.support
Abstract class implementation for EncryptedKeyResolver.
AbstractEncryptedKeyResolver() - Constructor for class org.opensaml.xmlsec.encryption.support.AbstractEncryptedKeyResolver
Constructor.
AbstractEncryptedKeyResolver(String) - Constructor for class org.opensaml.xmlsec.encryption.support.AbstractEncryptedKeyResolver
Constructor.
AbstractEncryptedKeyResolver(Set<String>) - Constructor for class org.opensaml.xmlsec.encryption.support.AbstractEncryptedKeyResolver
Constructor.
AbstractEndpointResolver<EndpointType extends Endpoint> - Class in org.opensaml.saml.common.binding
Base implementation that resolves and validates protocol/profile endpoints using a combination of supplied parameters and SAML metadata.
AbstractEndpointResolver() - Constructor for class org.opensaml.saml.common.binding.AbstractEndpointResolver
Constructor.
AbstractExtensibleSOAPObject - Class in org.opensaml.soap.common
Abstract class implementing element and attribute extensibility.
AbstractExtensibleSOAPObject(String, String, String) - Constructor for class org.opensaml.soap.common.AbstractExtensibleSOAPObject
Constructor.
AbstractExtensibleXMLObject - Class in org.opensaml.core.xml
AbstractExtensibleXMLObject is an element of type xs:any, and with xs:anyAttribute attributes.
AbstractExtensibleXMLObject(String, String, String) - Constructor for class org.opensaml.core.xml.AbstractExtensibleXMLObject
Constructor.
AbstractExtensibleXMLObjectMarshaller - Class in org.opensaml.core.xml
AbstractExtensibleXMLObjectMarshaller marshalls element of type xs:any and with xs:anyAttribute attributes.
AbstractExtensibleXMLObjectMarshaller() - Constructor for class org.opensaml.core.xml.AbstractExtensibleXMLObjectMarshaller
Constructor.
AbstractExtensibleXMLObjectUnmarshaller - Class in org.opensaml.core.xml
AbstractExtensibleXMLObjectUnmarshaller unmarshalls element of type xs:any and with xs:anyAttribute attributes.
AbstractExtensibleXMLObjectUnmarshaller() - Constructor for class org.opensaml.core.xml.AbstractExtensibleXMLObjectUnmarshaller
Constructor.
AbstractFilesystemConfigurationPropertiesSource - Class in org.opensaml.core.config.provider
A configuration properties source implementation which obtains the properties set from a resource on the filesystem.
AbstractFilesystemConfigurationPropertiesSource() - Constructor for class org.opensaml.core.config.provider.AbstractFilesystemConfigurationPropertiesSource
 
AbstractHandlerDelegatingProfileAction<DelegateType extends MessageHandler> - Class in org.opensaml.profile.action
Base class for a profile action which just delegates to an instance of MessageHandler.
AbstractHandlerDelegatingProfileAction(DelegateType, ContextDataLookupFunction<ProfileRequestContext, MessageContext>) - Constructor for class org.opensaml.profile.action.AbstractHandlerDelegatingProfileAction
Constructor.
AbstractHandlerDelegatingProfileAction(Class<DelegateType>, ContextDataLookupFunction<ProfileRequestContext, MessageContext>) - Constructor for class org.opensaml.profile.action.AbstractHandlerDelegatingProfileAction
Constructor.
AbstractHeaderGeneratingMessageHandler - Class in org.opensaml.soap.messaging
Abstract base class for message handlers that generate SOAP headers.
AbstractHeaderGeneratingMessageHandler() - Constructor for class org.opensaml.soap.messaging.AbstractHeaderGeneratingMessageHandler
 
AbstractHttpClientRequestMessageEncoder - Class in org.opensaml.messaging.encoder.httpclient
Abstract implementation of HttpServletResponseMessageEncoder.
AbstractHttpClientRequestMessageEncoder() - Constructor for class org.opensaml.messaging.encoder.httpclient.AbstractHttpClientRequestMessageEncoder
 
AbstractHttpClientResponseMessageDecoder - Class in org.opensaml.messaging.decoder.httpclient
Abstract implementation of HttpClientResponseMessageDecoder.
AbstractHttpClientResponseMessageDecoder() - Constructor for class org.opensaml.messaging.decoder.httpclient.AbstractHttpClientResponseMessageDecoder
 
AbstractHttpServletMessageErrorHandler - Class in org.opensaml.messaging.error.servlet
Abstract implementation of HttpServletMessageErrorHandler.
AbstractHttpServletMessageErrorHandler() - Constructor for class org.opensaml.messaging.error.servlet.AbstractHttpServletMessageErrorHandler
 
AbstractHttpServletRequestMessageDecoder - Class in org.opensaml.messaging.decoder.servlet
Abstract implementation of HttpServletRequestMessageDecoder.
AbstractHttpServletRequestMessageDecoder() - Constructor for class org.opensaml.messaging.decoder.servlet.AbstractHttpServletRequestMessageDecoder
 
AbstractHttpServletResponseMessageEncoder - Class in org.opensaml.messaging.encoder.servlet
Abstract implementation of HttpServletResponseMessageEncoder.
AbstractHttpServletResponseMessageEncoder() - Constructor for class org.opensaml.messaging.encoder.servlet.AbstractHttpServletResponseMessageEncoder
 
AbstractKeyAgreementProcessor - Class in org.opensaml.xmlsec.agreement.impl
Abstract base class for KeyAgreementProcessor implementations.
AbstractKeyAgreementProcessor() - Constructor for class org.opensaml.xmlsec.agreement.impl.AbstractKeyAgreementProcessor
 
AbstractKeyInfoProvider - Class in org.opensaml.xmlsec.keyinfo.impl.provider
Abstract super class for KeyInfoProvider implementations.
AbstractKeyInfoProvider() - Constructor for class org.opensaml.xmlsec.keyinfo.impl.provider.AbstractKeyInfoProvider
 
AbstractMapBackedStorageService - Class in org.opensaml.storage
Partial implementation of StorageService that stores data in-memory with no persistence using a simple map.
AbstractMapBackedStorageService() - Constructor for class org.opensaml.storage.AbstractMapBackedStorageService
Constructor.
AbstractMessageChannelSecurity - Class in org.opensaml.messaging.handler.impl
Abstract base class for message handlers which populate a MessageChannelSecurityContext on a BaseContext, where the latter is located using a lookup strategy.
AbstractMessageChannelSecurity - Class in org.opensaml.profile.action.impl
Abstract base class for profile actions which populate a MessageChannelSecurityContext on a BaseContext, where the latter is located using a lookup strategy.
AbstractMessageChannelSecurity() - Constructor for class org.opensaml.messaging.handler.impl.AbstractMessageChannelSecurity
Constructor.
AbstractMessageChannelSecurity() - Constructor for class org.opensaml.profile.action.impl.AbstractMessageChannelSecurity
Constructor.
AbstractMessageDecoder - Class in org.opensaml.messaging.decoder
Abstract message decoder.
AbstractMessageDecoder() - Constructor for class org.opensaml.messaging.decoder.AbstractMessageDecoder
 
AbstractMessageEncoder - Class in org.opensaml.messaging.encoder
Abstract message encoder.
AbstractMessageEncoder() - Constructor for class org.opensaml.messaging.encoder.AbstractMessageEncoder
 
AbstractMessageHandler - Class in org.opensaml.messaging.handler
A base abstract implementation of MessageHandler.
AbstractMessageHandler() - Constructor for class org.opensaml.messaging.handler.AbstractMessageHandler
Constructor.
AbstractMetadataResolver - Class in org.opensaml.saml.metadata.resolver.impl
An abstract, base, implementation of a metadata provider.
AbstractMetadataResolver() - Constructor for class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
Constructor.
AbstractMetadataResolver.EntityBackingStore - Class in org.opensaml.saml.metadata.resolver.impl
The collection of data which provides the backing store for the processed metadata.
AbstractNamedCurve - Class in org.opensaml.security.crypto.ec.curves
Abstract base class for implementations of NamedCurve.
AbstractNamedCurve() - Constructor for class org.opensaml.security.crypto.ec.curves.AbstractNamedCurve
 
AbstractNameIdentifierGenerator<NameIdType extends SAMLObject> - Class in org.opensaml.saml.common.profile
Abstract base class for simple implementations of NameIdentifierGenerator.
AbstractNameIdentifierGenerator() - Constructor for class org.opensaml.saml.common.profile.AbstractNameIdentifierGenerator
Constructor.
AbstractNameIDPolicyPredicate - Class in org.opensaml.saml.common.profile.logic
Base class for implementations of Predicate that handle evaluation of name identifier content in various scenarios.
AbstractNameIDPolicyPredicate() - Constructor for class org.opensaml.saml.common.profile.logic.AbstractNameIDPolicyPredicate
Constructor.
AbstractNameIDType - Class in org.opensaml.saml.saml2.core.impl
Abstract implementation of NameIDType.
AbstractNameIDType(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AbstractNameIDType
Constructor.
AbstractPipelineHttpSOAPClient - Class in org.opensaml.soap.client.http
SOAP client that is based on HttpClientMessagePipeline.
AbstractPipelineHttpSOAPClient() - Constructor for class org.opensaml.soap.client.http.AbstractPipelineHttpSOAPClient
Constructor.
AbstractProfileAction - Class in org.opensaml.profile.action
Base class for profile actions.
AbstractProfileAction() - Constructor for class org.opensaml.profile.action.AbstractProfileAction
 
AbstractRegistrationInfoPredicate - Class in org.opensaml.saml.common.profile.logic
Base class for predicate that acts on RegistrationInfo content.
AbstractRegistrationInfoPredicate() - Constructor for class org.opensaml.saml.common.profile.logic.AbstractRegistrationInfoPredicate
 
AbstractReloadingMetadataResolver - Class in org.opensaml.saml.metadata.resolver.impl
Base class for metadata providers that cache and periodically refresh their metadata.
AbstractReloadingMetadataResolver() - Constructor for class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
Constructor.
AbstractReloadingMetadataResolver(Timer) - Constructor for class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
Constructor.
AbstractReloadingMetadataResolver.RefreshMetadataTask - Class in org.opensaml.saml.metadata.resolver.impl
Background task that refreshes metadata.
AbstractResponseShellAction<MessageType extends StatusResponseType> - Class in org.opensaml.saml.saml2.profile.impl
Abstract action that creates an empty object derived from StatusResponseType, and sets it as the message returned by InOutOperationContext.getOutboundMessageContext().
AbstractResponseShellAction() - Constructor for class org.opensaml.saml.saml2.profile.impl.AbstractResponseShellAction
Constructor.
AbstractSAML1Artifact - Class in org.opensaml.saml.saml1.binding.artifact
SAML 1 Artifact marker.
AbstractSAML1Artifact(byte[]) - Constructor for class org.opensaml.saml.saml1.binding.artifact.AbstractSAML1Artifact
Constructor.
AbstractSAML1NameIdentifierGenerator - Class in org.opensaml.saml.saml1.profile
Abstract base class for simple implementations of SAML1NameIdentifierGenerator.
AbstractSAML1NameIdentifierGenerator() - Constructor for class org.opensaml.saml.saml1.profile.AbstractSAML1NameIdentifierGenerator
Constructor.
AbstractSAML2Artifact - Class in org.opensaml.saml.saml2.binding.artifact
SAML 2 Artifact base class.
AbstractSAML2Artifact(byte[]) - Constructor for class org.opensaml.saml.saml2.binding.artifact.AbstractSAML2Artifact
Constructor.
AbstractSAML2Artifact(byte[], byte[]) - Constructor for class org.opensaml.saml.saml2.binding.artifact.AbstractSAML2Artifact
Constructor.
AbstractSAML2NameIDGenerator - Class in org.opensaml.saml.saml2.profile
Abstract base class for simple implementations of SAML2NameIDGenerator.
AbstractSAML2NameIDGenerator() - Constructor for class org.opensaml.saml.saml2.profile.AbstractSAML2NameIDGenerator
Constructor.
AbstractSAMLArtifact - Class in org.opensaml.saml.common.binding.artifact
Base class for SAML artifacts.
AbstractSAMLArtifact(byte[]) - Constructor for class org.opensaml.saml.common.binding.artifact.AbstractSAMLArtifact
Constructor.
AbstractSAMLEntityContext - Class in org.opensaml.saml.common.messaging.context
Abstract base class for subcontexts that carry information about a SAML entity.
AbstractSAMLEntityContext() - Constructor for class org.opensaml.saml.common.messaging.context.AbstractSAMLEntityContext
 
AbstractSAMLObjectBuilder<SAMLObjectType extends SAMLObject> - Class in org.opensaml.saml.common
Base builder for SAMLObjects.
AbstractSAMLObjectBuilder() - Constructor for class org.opensaml.saml.common.AbstractSAMLObjectBuilder
 
AbstractSAMLObjectMarshaller - Class in org.opensaml.saml.common
A thread safe, abstract implementation of the Marshaller interface that handles most of the boilerplate code for Marshallers.
AbstractSAMLObjectMarshaller() - Constructor for class org.opensaml.saml.common.AbstractSAMLObjectMarshaller
 
AbstractSAMLObjectUnmarshaller - Class in org.opensaml.saml.common
A thread safe abstract unmarshaller.
AbstractSAMLObjectUnmarshaller() - Constructor for class org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
 
AbstractSecurityParametersResolver<ProductType> - Class in org.opensaml.xmlsec.impl
Abstract base class for security parameters resolvers which supplies commonly used functionality for reuse.
AbstractSecurityParametersResolver() - Constructor for class org.opensaml.xmlsec.impl.AbstractSecurityParametersResolver
 
AbstractSignableSAMLObject - Class in org.opensaml.saml.common
Abstract SAMLObject implementation that also implements SignableXMLObject.
AbstractSignableSAMLObject(String, String, String) - Constructor for class org.opensaml.saml.common.AbstractSignableSAMLObject
Constructor.
AbstractSignableXMLObject - Class in org.opensaml.xmlsec.signature
Base for signable XMLObjects.
AbstractSignableXMLObject(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.AbstractSignableXMLObject
Constructor.
AbstractSimpleSingletonFactory<Input,Output> - Class in org.opensaml.core.xml.util
A simple implementation of SingletonFactory.
AbstractSimpleSingletonFactory() - Constructor for class org.opensaml.core.xml.util.AbstractSimpleSingletonFactory
Constructor.
AbstractSingletonFactory<Input,Output> - Class in org.opensaml.core.xml.util
An abstract Template design pattern implementation of SingletonFactory.
AbstractSingletonFactory() - Constructor for class org.opensaml.core.xml.util.AbstractSingletonFactory
 
AbstractStorageService - Class in org.opensaml.storage
Abstract base class for StorageService implementations.
AbstractStorageService() - Constructor for class org.opensaml.storage.AbstractStorageService
Constructor.
AbstractSubjectConfirmationValidator - Class in org.opensaml.saml.saml2.assertion.impl
A base class for SubjectConfirmationValidator implementations.
AbstractSubjectConfirmationValidator() - Constructor for class org.opensaml.saml.saml2.assertion.impl.AbstractSubjectConfirmationValidator
Constructor.
AbstractToken<TokenType> - Class in org.opensaml.soap.wssecurity.messaging
Base abstract implementation of Token.
AbstractToken(TokenType) - Constructor for class org.opensaml.soap.wssecurity.messaging.AbstractToken
Constructor.
AbstractWrappedSingletonFactory<Input,Output> - Class in org.opensaml.core.xml.util
An implementation of SingletonFactory, which provides some support for handling cases where the output class instance holds a reference to the input class instance.
AbstractWrappedSingletonFactory() - Constructor for class org.opensaml.core.xml.util.AbstractWrappedSingletonFactory
Constructor.
AbstractWrappedSingletonFactory(boolean) - Constructor for class org.opensaml.core.xml.util.AbstractWrappedSingletonFactory
Constructor.
AbstractWSAddressingObject - Class in org.opensaml.soap.wsaddressing.impl
AbstractWSAddressingObject.
AbstractWSAddressingObject(String, String, String) - Constructor for class org.opensaml.soap.wsaddressing.impl.AbstractWSAddressingObject
Constructor.
AbstractWSAddressingObjectBuilder<WSAddressingObjectType extends WSAddressingObject> - Class in org.opensaml.soap.wsaddressing.impl
AbstractWSAddressObjectBuilder.
AbstractWSAddressingObjectBuilder() - Constructor for class org.opensaml.soap.wsaddressing.impl.AbstractWSAddressingObjectBuilder
 
AbstractWSAddressingObjectMarshaller - Class in org.opensaml.soap.wsaddressing.impl
An abstract marshaller implementation for XMLObjects from org.opensaml.soap.wsaddressing.impl.
AbstractWSAddressingObjectMarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.AbstractWSAddressingObjectMarshaller
Constructor.
AbstractWSAddressingObjectUnmarshaller - Class in org.opensaml.soap.wsaddressing.impl
An abstract unmarshaller implementation for XMLObjects from org.opensaml.soap.wsaddressing.impl.
AbstractWSAddressingObjectUnmarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.AbstractWSAddressingObjectUnmarshaller
Constructor.
AbstractWSPolicyObject - Class in org.opensaml.soap.wspolicy.impl
AbstractWSSecurityObject.
AbstractWSPolicyObject(String, String, String) - Constructor for class org.opensaml.soap.wspolicy.impl.AbstractWSPolicyObject
Constructor.
AbstractWSPolicyObjectBuilder<T extends WSPolicyObject> - Class in org.opensaml.soap.wspolicy.impl
AbstactWSPolicyObjectBuilder.
AbstractWSPolicyObjectBuilder() - Constructor for class org.opensaml.soap.wspolicy.impl.AbstractWSPolicyObjectBuilder
 
AbstractWSPolicyObjectMarshaller - Class in org.opensaml.soap.wspolicy.impl
An abstract marshaller implementation for XMLObjects from WS-Policy.
AbstractWSPolicyObjectMarshaller() - Constructor for class org.opensaml.soap.wspolicy.impl.AbstractWSPolicyObjectMarshaller
 
AbstractWSPolicyObjectUnmarshaller - Class in org.opensaml.soap.wspolicy.impl
An abstract unmarshaller implementation for XMLObjects from WS-Policy.
AbstractWSPolicyObjectUnmarshaller() - Constructor for class org.opensaml.soap.wspolicy.impl.AbstractWSPolicyObjectUnmarshaller
Constructor.
AbstractWSSecurityObject - Class in org.opensaml.soap.wssecurity.impl
AbstractWSSecurityObject.
AbstractWSSecurityObject(String, String, String) - Constructor for class org.opensaml.soap.wssecurity.impl.AbstractWSSecurityObject
Constructor.
AbstractWSSecurityObjectBuilder<WSSecurityObjectType extends WSSecurityObject> - Class in org.opensaml.soap.wssecurity.impl
AbstractWSSecurityObjectBuilder.
AbstractWSSecurityObjectBuilder() - Constructor for class org.opensaml.soap.wssecurity.impl.AbstractWSSecurityObjectBuilder
 
AbstractWSSecurityObjectMarshaller - Class in org.opensaml.soap.wssecurity.impl
An abstract marshaller implementation for XMLObjects from WS-Security.
AbstractWSSecurityObjectMarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.AbstractWSSecurityObjectMarshaller
Constructor.
AbstractWSSecurityObjectUnmarshaller - Class in org.opensaml.soap.wssecurity.impl
An abstract unmarshaller implementation for XMLObjects from WS-Security.
AbstractWSSecurityObjectUnmarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.AbstractWSSecurityObjectUnmarshaller
Constructor.
AbstractWSTrustObject - Class in org.opensaml.soap.wstrust.impl
AbstractWSTrustObject.
AbstractWSTrustObject(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.AbstractWSTrustObject
Constructor.
AbstractWSTrustObjectBuilder<WSTrustObjectType extends WSTrustObject> - Class in org.opensaml.soap.wstrust.impl
AbstractWSTrustObjectBuilder.
AbstractWSTrustObjectBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.AbstractWSTrustObjectBuilder
 
AbstractWSTrustObjectMarshaller - Class in org.opensaml.soap.wstrust.impl
An abstract marshaller implementation for XMLObjects from WS-Trust.
AbstractWSTrustObjectMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.AbstractWSTrustObjectMarshaller
Constructor.
AbstractWSTrustObjectUnmarshaller - Class in org.opensaml.soap.wstrust.impl
An abstract unmarshaller implementation for XMLObjects from WS-Trust.
AbstractWSTrustObjectUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.AbstractWSTrustObjectUnmarshaller
Constructor.
AbstractXACMLObject - Class in org.opensaml.xacml.impl
An abstract implementation of XACMLObject.
AbstractXACMLObject(String, String, String) - Constructor for class org.opensaml.xacml.impl.AbstractXACMLObject
Constructor.
AbstractXACMLObjectBuilder<XACMLObjectType extends XACMLObject> - Class in org.opensaml.xacml.impl
Base builder for XACMLObject.
AbstractXACMLObjectBuilder() - Constructor for class org.opensaml.xacml.impl.AbstractXACMLObjectBuilder
 
AbstractXACMLObjectMarshaller - Class in org.opensaml.xacml.impl
A thread safe, abstract implementation of the Marshaller interface that handles most of the boilerplate code for Marshallers.
AbstractXACMLObjectMarshaller() - Constructor for class org.opensaml.xacml.impl.AbstractXACMLObjectMarshaller
 
AbstractXACMLObjectUnmarshaller - Class in org.opensaml.xacml.impl
An thread safe abstract unmarshaller.
AbstractXACMLObjectUnmarshaller() - Constructor for class org.opensaml.xacml.impl.AbstractXACMLObjectUnmarshaller
 
AbstractXMLEncryptionMarshaller - Class in org.opensaml.xmlsec.encryption.impl
An abstract marshaller implementation for XMLObjects from XML Encryption.
AbstractXMLEncryptionMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.AbstractXMLEncryptionMarshaller
 
AbstractXMLEncryptionUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
An abstract unmarshaller implementation for XMLObjects from XML Encryption.
AbstractXMLEncryptionUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.AbstractXMLEncryptionUnmarshaller
 
AbstractXMLObject - Class in org.opensaml.core.xml
An abstract implementation of XMLObject.
AbstractXMLObject(String, String, String) - Constructor for class org.opensaml.core.xml.AbstractXMLObject
Constructor.
AbstractXMLObjectBuilder<XMLObjectType extends XMLObject> - Class in org.opensaml.core.xml
Base implementation for XMLObject builders.
AbstractXMLObjectBuilder() - Constructor for class org.opensaml.core.xml.AbstractXMLObjectBuilder
 
AbstractXMLObjectMarshaller - Class in org.opensaml.core.xml.io
A thread safe, abstract implementation of the Marshaller interface.
AbstractXMLObjectMarshaller() - Constructor for class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
Constructor.
AbstractXMLObjectProviderInitializer - Class in org.opensaml.core.xml.config
Reads in an XML configuration and configures the XMLTooling library accordingly.
AbstractXMLObjectProviderInitializer() - Constructor for class org.opensaml.core.xml.config.AbstractXMLObjectProviderInitializer
 
AbstractXMLObjectUnmarshaller - Class in org.opensaml.core.xml.io
A thread safe abstract unmarshaller.
AbstractXMLObjectUnmarshaller() - Constructor for class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
Constructor.
AbstractXMLSignatureMarshaller - Class in org.opensaml.xmlsec.signature.impl
An abstract marshaller implementation for XMLObjects from XML Signature.
AbstractXMLSignatureMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.AbstractXMLSignatureMarshaller
 
AbstractXMLSignatureUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
An abstract unmarshaller implementation for XMLObjects from XML Signature.
AbstractXMLSignatureUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.AbstractXMLSignatureUnmarshaller
 
ACCESS_DENIED - Static variable in class org.opensaml.profile.action.EventIds
ID of event returned if an authorization failure occurs.
AccessControlContext - Class in org.opensaml.profile.context
A context component which holds state for making an access control decision using the AccessControl interface.
AccessControlContext() - Constructor for class org.opensaml.profile.context.AccessControlContext
 
acsURL - Variable in class org.opensaml.saml.saml2.ecp.impl.ResponseImpl
The AssertionConsumerServiceURL attribute value.
action - Variable in class org.opensaml.soap.wsaddressing.impl.ProblemActionImpl
Action child element.
action - Variable in class org.opensaml.xacml.ctx.impl.RequestTypeImpl
The action of the request.
action - Variable in class org.opensaml.xacml.policy.impl.ActionsTypeImpl
List of action types.
Action - Interface in org.opensaml.saml.saml1.core
Interface describing how a SAML1.1 Action element behaves.
Action - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core Action.
Action - Interface in org.opensaml.soap.wsaddressing
The <wsa:Action> element.
ACTION_ATTRIBUTE_DESIGNATOR_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeDesignatorType
Local name of the element ActionAttributeDesignator.
ACTION_ATTRIBUTE_DESIGNATOR_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeDesignatorType
QName of the element ActionAttributeDesignator.
ACTION_URI_FAULT - Static variable in class org.opensaml.soap.wsaddressing.WSAddressingConstants
WS-Addressing Action URI for messages carrying WS-Addressing Faults ONLY.
ACTION_URI_SOAP_FAULT - Static variable in class org.opensaml.soap.wsaddressing.WSAddressingConstants
WS-Addressing Action URI for messages carrying non-WS-Addressing Faults.
ActionBuilder - Class in org.opensaml.saml.saml1.core.impl
Builder of ActionImpl objects.
ActionBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder for ActionImpl objects.
ActionBuilder - Class in org.opensaml.soap.wsaddressing.impl
ActionBuilder.
ActionBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.ActionBuilder
Constructor.
ActionBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.ActionBuilder
Constructor.
ActionBuilder() - Constructor for class org.opensaml.soap.wsaddressing.impl.ActionBuilder
 
ActionImpl - Class in org.opensaml.saml.saml1.core.impl
Concrete implementation of Action.
ActionImpl - Class in org.opensaml.saml.saml2.core.impl
A concrete implementation of Action.
ActionImpl - Class in org.opensaml.soap.wsaddressing.impl
ActionImpl is the concrete implementation of Action.
ActionImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.ActionImpl
Constructor.
ActionImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.ActionImpl
Constructor.
ActionImpl(String, String, String) - Constructor for class org.opensaml.soap.wsaddressing.impl.ActionImpl
Constructor.
ActionMarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread safe Marshaller for Action objects.
ActionMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for Action.
ActionMarshaller - Class in org.opensaml.soap.wsaddressing.impl
Marshaller for the <wsa:Action> element.
ActionMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.ActionMarshaller
 
ActionMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.ActionMarshaller
 
ActionMarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.ActionMarshaller
 
actionMatch - Variable in class org.opensaml.xacml.policy.impl.ActionTypeImpl
List of action matches.
ActionMatchType - Interface in org.opensaml.xacml.policy
XACML ActionMatch schema type.
ActionMatchTypeImpl - Class in org.opensaml.xacml.policy.impl
Concrete implementation of ActionMatchType.
ActionMatchTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.ActionMatchTypeImpl
Constructor.
ActionMatchTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder of ActionMatchType objects.
ActionMatchTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.ActionMatchTypeImplBuilder
 
ActionMatchTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller of ActionMatchType objects.
ActionMatchTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ActionMatchTypeMarshaller
 
ActionMatchTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller of ActionMatchType objects.
ActionMatchTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ActionMatchTypeUnmarshaller
 
ActionNamespace - Interface in org.opensaml.saml.ext.saml2mdquery
SAML 2.0 Metadata extension ActionNamespace.
ActionNamespaceBuilder - Class in org.opensaml.saml.ext.saml2mdquery.impl
Builder of ActionNamespaceImpl objects.
ActionNamespaceBuilder() - Constructor for class org.opensaml.saml.ext.saml2mdquery.impl.ActionNamespaceBuilder
Constructor.
ActionNamespaceImpl - Class in org.opensaml.saml.ext.saml2mdquery.impl
Concrete implementation of ActionNamespace.
ActionNamespaceImpl(String, String, String) - Constructor for class org.opensaml.saml.ext.saml2mdquery.impl.ActionNamespaceImpl
Constructor.
actionNamespaces - Variable in class org.opensaml.saml.ext.saml2mdquery.impl.AuthzDecisionQueryDescriptorTypeImpl
Supported action namespaces.
actions - Variable in class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionQueryImpl
Contains all the Action child elements.
actions - Variable in class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionStatementImpl
Contains the list of Action elements.
actions - Variable in class org.opensaml.saml.saml2.core.impl.AuthzDecisionQueryImpl
Action child elements.
actions - Variable in class org.opensaml.saml.saml2.core.impl.AuthzDecisionStatementImpl
Actions authorized to be performed.
actions - Variable in class org.opensaml.xacml.policy.impl.TargetTypeImpl
The actions in the policy.
ActionsType - Interface in org.opensaml.xacml.policy
XACML Actions schema type.
ActionsTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation of ActionsType.
ActionsTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.ActionsTypeImpl
Constructor.
ActionsTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for ActionsType.
ActionsTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.ActionsTypeImplBuilder
 
ActionsTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for ActionsType.
ActionsTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ActionsTypeMarshaller
 
ActionsTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for ActionsType.
ActionsTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ActionsTypeUnmarshaller
 
ActionSupport - Class in org.opensaml.profile.action
Helper class for ProfileAction operations.
ActionSupport() - Constructor for class org.opensaml.profile.action.ActionSupport
Constructor.
ActionType - Interface in org.opensaml.xacml.ctx
XACML context Action schema type.
ActionType - Interface in org.opensaml.xacml.policy
XACML Action schema type.
ActionTypeImpl - Class in org.opensaml.xacml.ctx.impl
Concrete implementation of ActionType.
ActionTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation for ActionType.
ActionTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.ctx.impl.ActionTypeImpl
Constructor.
ActionTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.ActionTypeImpl
Constructor.
ActionTypeImplBuilder - Class in org.opensaml.xacml.ctx.impl
Builder for ActionType objects.
ActionTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for ActionType.
ActionTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.ActionTypeImplBuilder
Constructor.
ActionTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.ActionTypeImplBuilder
 
ActionTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
Marshaller for ActionType objects.
ActionTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for ActionType.
ActionTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.ActionTypeMarshaller
Constructor.
ActionTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ActionTypeMarshaller
 
ActionTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
Unmarshaller for ActionType objects.
ActionTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for ActionType.
ActionTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.ActionTypeUnmarshaller
Constructor.
ActionTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ActionTypeUnmarshaller
 
ActionUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread-safe Unmarshaller for Action objects.
ActionUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for Action.
ActionUnmarshaller - Class in org.opensaml.soap.wsaddressing.impl
Unmarshaller for the <wsa:Action> element.
ActionUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.ActionUnmarshaller
 
ActionUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.ActionUnmarshaller
 
ActionUnmarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.ActionUnmarshaller
 
actionURI - Variable in class org.opensaml.soap.wsaddressing.messaging.impl.AddActionHandler
The configured Action URI value.
actionURI - Variable in class org.opensaml.soap.wsaddressing.messaging.WSAddressingContext
The Action URI value.
activationCondition - Variable in class org.opensaml.messaging.handler.AbstractMessageHandler
Condition dictating whether to run or not.
activationCondition - Variable in class org.opensaml.profile.action.AbstractConditionalProfileAction
Condition dictating whether to run or not.
activationCondition - Variable in class org.opensaml.saml.common.binding.BindingDescriptor
Predicate that must be true for this flow to be usable for a given request.
activationCondition - Variable in class org.opensaml.saml.common.profile.AbstractNameIdentifierGenerator
A predicate indicating whether the component applies to a request.
actor - Variable in class org.opensaml.soap.soap11.impl.FaultImpl
Actor that faulted.
ActorBearing - Interface in org.opensaml.soap.soap11
Interface for element having a @soap11:actor attribute.
adapt(Function<ProfileRequestContext, T>) - Method in class org.opensaml.profile.action.AbstractHandlerDelegatingProfileAction
Adapt a ProfileRequestContext function to a MessageContext function via composing with a lookup function.
adapt(Predicate<ProfileRequestContext>) - Method in class org.opensaml.profile.action.AbstractHandlerDelegatingProfileAction
Adapt a ProfileRequestContext predicate into a MessageContext predicate via composing with a lookup function.
adapted - Variable in class org.opensaml.profile.logic.MessageContextPredicateAdapter
The adapted predicate.
add(int, ElementType) - Method in class org.opensaml.core.xml.util.IndexedXMLObjectChildrenList
Adds the given XMLObject to this list.
add(int, ElementType) - Method in class org.opensaml.core.xml.util.ListView
add(int, ElementType) - Method in class org.opensaml.core.xml.util.XMLObjectChildrenList
Adds the given XMLObject to this list.
add(ElementType) - Method in class org.opensaml.core.xml.util.ListView
add(MetadataIndexKey, T) - Method in class org.opensaml.saml.metadata.resolver.index.impl.MetadataIndexStore
Add the supplied data item to the index under the supplied MetadataIndexKey.
AddActionHandler - Class in org.opensaml.soap.wsaddressing.messaging.impl
Handler implementation that adds a wsa:Action header to the outbound SOAP envelope.
AddActionHandler() - Constructor for class org.opensaml.soap.wsaddressing.messaging.impl.AddActionHandler
 
addAdviceToAssertion(AbstractProfileAction, Assertion) - Static method in class org.opensaml.saml.saml2.profile.SAML2ActionSupport
Creates and adds a Advice to a given Assertion.
addAll(int, Collection<? extends ElementType>) - Method in class org.opensaml.core.xml.util.ListView
addAll(Collection<? extends ElementType>) - Method in class org.opensaml.core.xml.util.ListView
addAssertionToResponse(AbstractProfileAction, Response, IdentifierGenerationStrategy, String) - Static method in class org.opensaml.saml.saml1.profile.SAML1ActionSupport
Constructs and adds a Assertion to the given Response.
addAssertionToResponse(AbstractProfileAction, Response, IdentifierGenerationStrategy, String) - Static method in class org.opensaml.saml.saml2.profile.SAML2ActionSupport
Constructs and adds a Assertion to the given Response.
addAudienceRestriction(ProfileRequestContext, Conditions) - Method in class org.opensaml.saml.common.profile.impl.AddAudienceRestrictionToAssertions
Add the audiences obtained from a lookup function to the AudienceRestrictionCondition.
addAudienceRestriction(ProfileRequestContext, Conditions) - Method in class org.opensaml.saml.common.profile.impl.AddAudienceRestrictionToAssertions
Add the audiences obtained from a lookup function to the AudienceRestriction.
AddAudienceRestrictionToAssertions - Class in org.opensaml.saml.common.profile.impl
Action adds an audience restriction condition to every assertion contained in a SAML 1/2 response, with the audiences obtained from a lookup function.
AddAudienceRestrictionToAssertions() - Constructor for class org.opensaml.saml.common.profile.impl.AddAudienceRestrictionToAssertions
Constructor.
addCertificate(KeyInfo, X509Certificate) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
Converts a native Java X509Certificate into the corresponding XMLObject and stores it in a KeyInfo in the first X509Data element.
AddChannelBindingsHeaderHandler - Class in org.opensaml.saml.common.binding.impl
MessageHandler to add ChannelBindings headers to an outgoing SOAP envelope.
AddChannelBindingsHeaderHandler() - Constructor for class org.opensaml.saml.common.binding.impl.AddChannelBindingsHeaderHandler
Constructor.
AddChannelBindingsToAssertions - Class in org.opensaml.saml.saml2.profile.impl
Action to add ChannelBindings extension(s) to every Assertion in a Response message.
AddChannelBindingsToAssertions() - Constructor for class org.opensaml.saml.saml2.profile.impl.AddChannelBindingsToAssertions
Constructor.
addConditionsToAssertion(AbstractProfileAction, Assertion) - Static method in class org.opensaml.saml.saml1.profile.SAML1ActionSupport
Creates and adds a Conditions to a given Assertion.
addConditionsToAssertion(AbstractProfileAction, Assertion) - Static method in class org.opensaml.saml.saml2.profile.SAML2ActionSupport
Creates and adds a Conditions to a given Assertion.
AddConsentToResponseHandler - Class in org.opensaml.saml.saml2.binding.impl
MessageHandler to set the Consent attribute on a StatusResponseType message.
AddConsentToResponseHandler() - Constructor for class org.opensaml.saml.saml2.binding.impl.AddConsentToResponseHandler
Constructor.
addCounter(String, String) - Method in class org.opensaml.profile.context.MetricContext
Add an object/counter mapping.
addCRL(KeyInfo, X509CRL) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
Converts a native Java X509CRL into the corresponding XMLObject and stores it in a KeyInfo in the first X509Data element.
addCRLsToStoreMaterial(List<Object>, Collection<X509CRL>, Date) - Method in class org.opensaml.security.x509.impl.CertPathPKIXTrustEvaluator
Add CRLs from the specified collection to the list of certs and CRLs being collected for the CertStore.
addDefaultTLSTrustEngineCriteria(HttpClientContext, HttpUriRequest) - Static method in class org.opensaml.security.httpclient.HttpClientSecuritySupport
Add default trust engine criteria for TLS usage to the HttpClientContext.
addDEREncodedPublicKey(KeyInfo, PublicKey) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
Converts a Java public key into the corresponding XMLObject and stores it in a KeyInfo in a new DEREncodedKeyValue element.
AddDoNotCacheConditionToAssertions - Class in org.opensaml.saml.saml1.profile.impl
Action to add a DoNotCacheCondition to every Assertion in a Response message.
AddDoNotCacheConditionToAssertions() - Constructor for class org.opensaml.saml.saml1.profile.impl.AddDoNotCacheConditionToAssertions
Constructor.
AddECPResponseHeaderHandler - Class in org.opensaml.saml.saml2.binding.impl
MessageHandler to add the ECP Response header to an outgoing SOAP envelope.
AddECPResponseHeaderHandler() - Constructor for class org.opensaml.saml.saml2.binding.impl.AddECPResponseHeaderHandler
 
addEncryptionMethod(EntityDescriptor, EncryptionMethod) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.AlgorithmFilter
Add EncryptionMethod extension to every KeyDescriptor found in an entity.
addEntityAttribute(EntityDescriptor, EntityAttributes, Attribute) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.EntityAttributesFilter
Get or create Attribute based on the input/template object.
AddGeneratedKeyHeaderHandler - Class in org.opensaml.saml.saml2.binding.impl
MessageHandler to add the ECP GeneratedKey header to an outgoing SOAP envelope.
AddGeneratedKeyHeaderHandler() - Constructor for class org.opensaml.saml.saml2.binding.impl.AddGeneratedKeyHeaderHandler
 
AddGeneratedKeyToAssertions - Class in org.opensaml.saml.saml2.profile.impl
Action to add a GeneratedKey extension to every Assertion in a Response message.
AddGeneratedKeyToAssertions() - Constructor for class org.opensaml.saml.saml2.profile.impl.AddGeneratedKeyToAssertions
Constructor.
addHeaderBlock(MessageContext, XMLObject) - Static method in class org.opensaml.soap.messaging.SOAPMessagingSupport
Add a header block to the SOAP envelope contained within the specified message context's SOAP subcontext.
addingAudiencesToExistingRestriction - Variable in class org.opensaml.saml.common.profile.impl.AddAudienceRestrictionToAssertions
Whether, if an assertion already contains an audience restriction, this action will add its audiences to that restriction or create another one.
AddInResponseToToResponse - Class in org.opensaml.saml.common.profile.impl
Action that adds the InResponseTo attribute to a response message if a SAML message ID is set on the inbound message context.
AddInResponseToToResponse() - Constructor for class org.opensaml.saml.common.profile.impl.AddInResponseToToResponse
Constructor.
AddInResponseToToResponse.DefaultRequestIdLookupStrategy - Class in org.opensaml.saml.common.profile.impl
Default lookup of request ID from inbound message context, suppressing lookup for bindings known to be supplying artificial IDs.
additionalAudiences - Variable in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
Function for determining additional valid audience values.
additionalMetadata - Variable in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
Additional metadata locations for this entity.
AdditionalMetadataLocation - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata AdditionalMetadataLocation.
AdditionalMetadataLocationBuilder - Class in org.opensaml.saml.saml2.metadata.impl
A builder for AdditionalMetadataLocationImpl objects.
AdditionalMetadataLocationBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AdditionalMetadataLocationBuilder
Constructor.
AdditionalMetadataLocationImpl - Class in org.opensaml.saml.saml2.metadata.impl
Concrete implementation of AdditionalMetadataLocation.
AdditionalMetadataLocationImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.AdditionalMetadataLocationImpl
Constructor.
AdditionalMetadataLocationMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe marshaller for AdditionalMetadataLocation objects.
AdditionalMetadataLocationMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AdditionalMetadataLocationMarshaller
 
AdditionalMetadataLocationUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread-safe Unmarshaller for AdditionalMetadataLocation objects.
AdditionalMetadataLocationUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AdditionalMetadataLocationUnmarshaller
 
addKeyName(KeyInfo, String) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
Add a new KeyName value to a KeyInfo.
AddMessageIDHandler - Class in org.opensaml.soap.wsaddressing.messaging.impl
Handler implementation that adds a wsa:MessageID header to the outbound SOAP envelope.
AddMessageIDHandler() - Constructor for class org.opensaml.soap.wsaddressing.messaging.impl.AddMessageIDHandler
 
addMustUnderstand(MessageContext, XMLObject, boolean) - Static method in class org.opensaml.soap.messaging.SOAPMessagingSupport
Add whether the specified header block is indicated as mustUnderstand.
AddNameIdentifierToSubjects - Class in org.opensaml.saml.saml1.profile.impl
Action that builds a NameIdentifier and adds it to the Subject of all the statements in all the assertions found via a lookup strategy, by default from the outbound message context.
AddNameIdentifierToSubjects() - Constructor for class org.opensaml.saml.saml1.profile.impl.AddNameIdentifierToSubjects
Constructor.
AddNameIdentifierToSubjects.AssertionStrategy - Class in org.opensaml.saml.saml1.profile.impl
Default strategy for obtaining assertions to modify.
AddNameIDToSubjects - Class in org.opensaml.saml.saml2.profile.impl
Action that builds a NameID and adds it to the Subject of all the assertions found in a Response.
AddNameIDToSubjects() - Constructor for class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects
Constructor.
AddNameIDToSubjects.AssertionStrategy - Class in org.opensaml.saml.saml2.profile.impl
Default strategy for obtaining assertions to modify.
AddNameIDToSubjects.NameIDPolicyLookupFunction - Class in org.opensaml.saml.saml2.profile.impl
Lookup function that returns the NameIDPolicy from an AuthnRequest message returned from a lookup function, by default the inbound message.
AddNameIDToSubjects.RequesterIdFromIssuerFunction - Class in org.opensaml.saml.saml2.profile.impl
Lookup function that returns RequestAbstractType.getIssuer() from a request message returned from a lookup function, by default the inbound message.
addNamespace(Set<Namespace>, Namespace) - Method in class org.opensaml.core.xml.NamespaceManager
Add a Namespace to a set of Namespaces.
AddNotBeforeConditionToAssertions - Class in org.opensaml.saml.common.profile.impl
Action that adds the NotBefore attribute to every assertion in a SAML 1/2 response message.
AddNotBeforeConditionToAssertions() - Constructor for class org.opensaml.saml.common.profile.impl.AddNotBeforeConditionToAssertions
Constructor.
AddNotOnOrAfterConditionToAssertions - Class in org.opensaml.saml.common.profile.impl
Action that adds the NotBefore attribute to every assertion in a SAML 1/2 response message.
AddNotOnOrAfterConditionToAssertions() - Constructor for class org.opensaml.saml.common.profile.impl.AddNotOnOrAfterConditionToAssertions
Constructor.
addObligationhandler(Collection<BaseObligationHandler>) - Method in class org.opensaml.xacml.ctx.provider.impl.ObligationService
Adds a collection of obligation handler to the list of registered handlers This method waits until a write lock is obtained for the set of registered obligation handlers.
addObligationhandler(BaseObligationHandler) - Method in class org.opensaml.xacml.ctx.provider.impl.ObligationService
Adds an obligation handler to the list of registered handlers This method waits until a write lock is obtained for the set of registered obligation handlers.
AddOneTimeUseConditionToAssertions - Class in org.opensaml.saml.saml2.profile.impl
Action to add a OneTimeUse condition to every Assertion in a Response message.
AddOneTimeUseConditionToAssertions() - Constructor for class org.opensaml.saml.saml2.profile.impl.AddOneTimeUseConditionToAssertions
Constructor.
addOrReplaceReferenceCanonicalizationTransform(ContentReference, String) - Static method in class org.opensaml.xmlsec.signature.support.SignatureSupport
Process the indicated content reference and either add or replace its canonicalization Transform algorithm with the indicated algorithm.
addPrefixes(Set<String>, Collection<Namespace>) - Method in class org.opensaml.core.xml.NamespaceManager
Add the prefixes from a collection of namespaces to a set of prefixes.
addProxyRestriction(ProfileRequestContext, Conditions) - Method in class org.opensaml.saml.saml2.profile.impl.AddProxyRestrictionToAssertions
Add the audiences obtained from a lookup function to the ProxyRestriction.
AddProxyRestrictionToAssertions - Class in org.opensaml.saml.saml2.profile.impl
Action adds an ProxyRestriction to every Assertion contained in a SAML 2 response, with the audiences and count obtained from a lookup function.
AddProxyRestrictionToAssertions() - Constructor for class org.opensaml.saml.saml2.profile.impl.AddProxyRestrictionToAssertions
Constructor.
addPublicKey(KeyInfo, PublicKey) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
Converts a Java RSA, EC, DSA or DH public key into the corresponding XMLObject and stores it in a KeyInfo in a new KeyValue element.
AddRelatesToHandler - Class in org.opensaml.soap.wsaddressing.messaging.impl
Handler implementation that adds a wsa:RelatesTo header to the outbound SOAP envelope.
AddRelatesToHandler() - Constructor for class org.opensaml.soap.wsaddressing.messaging.impl.AddRelatesToHandler
 
AddRelayStateHeaderHandler - Class in org.opensaml.saml.saml2.binding.impl
MessageHandler to add the ECP RelayState header to an outgoing SOAP envelope.
AddRelayStateHeaderHandler() - Constructor for class org.opensaml.saml.saml2.binding.impl.AddRelayStateHeaderHandler
 
AddRequestAuthenticatedHeaderHandler - Class in org.opensaml.saml.saml2.binding.impl
MessageHandler to add the ECP RequestAuthenticated header to an outgoing SOAP envelope.
AddRequestAuthenticatedHeaderHandler() - Constructor for class org.opensaml.saml.saml2.binding.impl.AddRequestAuthenticatedHeaderHandler
 
AddResponseShell - Class in org.opensaml.saml.saml1.profile.impl
Action that creates an empty Response, and sets it as the message returned by InOutOperationContext.getOutboundMessageContext().
AddResponseShell() - Constructor for class org.opensaml.saml.saml1.profile.impl.AddResponseShell
Constructor.
address - Variable in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationDataImpl
Address of the Confirmation Data.
address - Variable in class org.opensaml.saml.saml2.core.impl.SubjectLocalityImpl
The Address of the assertion.
address - Variable in class org.opensaml.soap.wsaddressing.impl.EndpointReferenceTypeImpl
Address child element.
address - Variable in class org.opensaml.soap.wsfed.impl.EndPointReferenceImpl
Address of the endpoint.
Address - Interface in org.opensaml.soap.wsaddressing
The <wsa:Address> element.
Address - Interface in org.opensaml.soap.wsfed
This interface defines how the object representing a WS Address Address element behaves.
ADDRESS_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.SubjectConfirmationData
Address attribute name.
ADDRESS_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.SubjectLocality
Address attribute name.
AddressBuilder - Class in org.opensaml.soap.wsaddressing.impl
AddressBuilder.
AddressBuilder - Class in org.opensaml.soap.wsfed.impl
Builder of AddressImpl objects.
AddressBuilder() - Constructor for class org.opensaml.soap.wsaddressing.impl.AddressBuilder
 
AddressBuilder() - Constructor for class org.opensaml.soap.wsfed.impl.AddressBuilder
Constructor.
AddressImpl - Class in org.opensaml.soap.wsaddressing.impl
AddressImpl is the concrete implementation of Address.
AddressImpl - Class in org.opensaml.soap.wsfed.impl
Implementation of the Address object.
AddressImpl(String, String, String) - Constructor for class org.opensaml.soap.wsaddressing.impl.AddressImpl
Constructor.
AddressImpl(String, String, String) - Constructor for class org.opensaml.soap.wsfed.impl.AddressImpl
Constructor.
addressLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.AddSubjectConfirmationToSubjects
Strategy to obtain value for SubjectConfirmationData.getAddress().
AddressMarshaller - Class in org.opensaml.soap.wsaddressing.impl
Marshaller for the <wsa:Address> element.
AddressMarshaller - Class in org.opensaml.soap.wsfed.impl
A thread-safe marshaller for Address objects.
AddressMarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.AddressMarshaller
 
AddressMarshaller() - Constructor for class org.opensaml.soap.wsfed.impl.AddressMarshaller
 
addressRanges - Variable in class org.opensaml.profile.logic.IPRangePredicate
IP ranges to match against.
addressRequired - Variable in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
Predicate for determining whether an Assertion SubjectConfirmationData Address is required.
AddressUnmarshaller - Class in org.opensaml.soap.wsaddressing.impl
Unmarshaller for the <wsa:Address> element.
AddressUnmarshaller - Class in org.opensaml.soap.wsfed.impl
A thread-safe unmarshaller for Address objects.
AddressUnmarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.AddressUnmarshaller
 
AddressUnmarshaller() - Constructor for class org.opensaml.soap.wsfed.impl.AddressUnmarshaller
 
addSchemaToBuilder(String) - Method in class org.opensaml.saml.common.xml.SAMLSchemaBuilder
Load the schema from the specified source and add it to the internal SchemaBuilder.
addSecurityHeaderBlock(MessageContext, XMLObject, boolean) - Static method in class org.opensaml.soap.wssecurity.messaging.WSSecurityMessagingSupport
Add a Security sub-header block to the SOAP envelope contained within the specified message context's SOAP subcontext.
addSecurityHeaderBlock(MessageContext, XMLObject, boolean, String, boolean) - Static method in class org.opensaml.soap.wssecurity.messaging.WSSecurityMessagingSupport
Add a Security sub-header block to the SOAP envelope contained within the specified message context's SOAP subcontext.
addSOAP11ActorAttribute(XMLObject, String) - Static method in class org.opensaml.soap.util.SOAPSupport
Adds a soap11:actor attribute to the given SOAP object.
addSOAP11EncodingStyle(XMLObject, String) - Static method in class org.opensaml.soap.util.SOAPSupport
Adds a single encoding style to the given SOAP object.
addSOAP11EncodingStyles(XMLObject, List<String>) - Static method in class org.opensaml.soap.util.SOAPSupport
Adds a soap11:encodingStyle attribute to the given SOAP object.
addSOAP11HeaderBlock(Envelope, XMLObject) - Static method in class org.opensaml.soap.messaging.SOAPMessagingSupport
Add a header to the SOAP 1.1 Envelope.
addSOAP11MustUnderstandAttribute(XMLObject, boolean) - Static method in class org.opensaml.soap.util.SOAPSupport
Adds a soap11:mustUnderstand attribute to the given SOAP object.
addSOAP12EncodingStyleAttribute(XMLObject, String) - Static method in class org.opensaml.soap.util.SOAPSupport
Adds the soap12:encodingStyle attribute to the given soap object.
addSOAP12MustUnderstandAttribute(XMLObject, boolean) - Static method in class org.opensaml.soap.util.SOAPSupport
Adds a soap12:mustUnderstand attribute to the given SOAP object.
addSOAP12RelayAttribute(XMLObject, boolean) - Static method in class org.opensaml.soap.util.SOAPSupport
Adds a soap12:relay attribute to the given SOAP object.
addSOAP12RoleAttribute(XMLObject, String) - Static method in class org.opensaml.soap.util.SOAPSupport
Adds the soap12:role attribute to the given soap object.
AddSOAPFault - Class in org.opensaml.soap.soap11.profile.impl
Action that resolves or builds a SOAP 1.1 Fault object, and stores it in the outbound message context.
AddSOAPFault() - Constructor for class org.opensaml.soap.soap11.profile.impl.AddSOAPFault
Constructor.
AddSOAPFault.FaultCodeMappingFunction - Class in org.opensaml.soap.soap11.profile.impl
A default method to map event IDs to faultcode QName based on EventContext.
AddSOAPFault.MessageContextFaultStrategy - Class in org.opensaml.soap.soap11.profile.impl
Default strategy which returns a Fault instance already registered in the current request context.
AddStatusResponseShell - Class in org.opensaml.saml.saml2.profile.impl
Action that creates an empty object derived from StatusResponseType, and sets it as the message returned by InOutOperationContext.getOutboundMessageContext().
AddStatusResponseShell() - Constructor for class org.opensaml.saml.saml2.profile.impl.AddStatusResponseShell
Constructor.
AddStatusToResponse - Class in org.opensaml.saml.saml1.profile.impl
Action that sets Status content in a Response obtained from a lookup strategy, typically from the outbound message context.
AddStatusToResponse - Class in org.opensaml.saml.saml2.profile.impl
Action that sets Status content in a StatusResponseType obtained from a lookup strategy, typically from the outbound message context.
AddStatusToResponse() - Constructor for class org.opensaml.saml.saml1.profile.impl.AddStatusToResponse
Constructor.
AddStatusToResponse() - Constructor for class org.opensaml.saml.saml2.profile.impl.AddStatusToResponse
Constructor.
AddStatusToResponse.StatusCodeMappingFunction - Class in org.opensaml.saml.saml1.profile.impl
A default method to map event IDs to SAML 1 StatusCode QNames based on EventContext.
AddStatusToResponse.StatusCodeMappingFunction - Class in org.opensaml.saml.saml2.profile.impl
A default method to map event IDs to SAML 2 StatusCode URIs based on EventContext.
addSubcontext(BaseContext) - Method in class org.opensaml.messaging.context.BaseContext
Add a subcontext to the current context.
addSubcontext(BaseContext, boolean) - Method in class org.opensaml.messaging.context.BaseContext
Add a subcontext to the current context.
AddSubjectConfirmationToSubjects - Class in org.opensaml.saml.saml1.profile.impl
Action that builds SubjectConfirmation and adds it to the Subject of all the statements in all the assertions found in a Response.
AddSubjectConfirmationToSubjects - Class in org.opensaml.saml.saml2.profile.impl
Action that builds SubjectConfirmation and adds it to the Subject of all the assertions found in a Response.
AddSubjectConfirmationToSubjects() - Constructor for class org.opensaml.saml.saml1.profile.impl.AddSubjectConfirmationToSubjects
Constructor.
AddSubjectConfirmationToSubjects() - Constructor for class org.opensaml.saml.saml2.profile.impl.AddSubjectConfirmationToSubjects
Constructor.
AddSubjectConfirmationToSubjects.RemoteAddressStrategy - Class in org.opensaml.saml.saml2.profile.impl
Default strategy for obtaining client address from servlet layer.
addSupportedProtocol(String) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorImpl
Adds a protocol to the list of supported protocols for this role.
addSupportedProtocol(String) - Method in interface org.opensaml.saml.saml2.metadata.RoleDescriptor
Adds a protocol to the list of supported protocols for this role.
addTargetNode(MessageContext, XMLObject, String) - Static method in class org.opensaml.soap.messaging.SOAPMessagingSupport
Add the target node info to the header block, either soap11:actor, or soap12:role.
addTimer(String, String, String) - Method in class org.opensaml.profile.context.MetricContext
Add an object/timer mapping.
AddTimestampHandler - Class in org.opensaml.soap.wssecurity.messaging.impl
Handler implementation that adds a wsse:Timestamp header to the wsse:Security header of the outbound SOAP envelope.
AddTimestampHandler() - Constructor for class org.opensaml.soap.wssecurity.messaging.impl.AddTimestampHandler
 
addWSAIsReferenceParameter(XMLObject, boolean) - Static method in class org.opensaml.soap.wsaddressing.util.WSAddressingSupport
Adds a wsa:IsReferenceParameter attribute to the given SOAP object.
addWSSE11TokenType(XMLObject, String) - Static method in class org.opensaml.soap.wssecurity.util.WSSecuritySupport
Adds a wsse11:TokenType attribute to the given SOAP object.
addWSSEUsage(XMLObject, String) - Static method in class org.opensaml.soap.wssecurity.util.WSSecuritySupport
Adds a single wsse:Usage value to the given SOAP object.
addWSSEUsages(XMLObject, List<String>) - Static method in class org.opensaml.soap.wssecurity.util.WSSecuritySupport
Adds a wsse:Usage attribute to the given SOAP object.
addWSUId(XMLObject, String) - Static method in class org.opensaml.soap.wssecurity.util.WSSecuritySupport
Adds a wsu:Id attribute to the given SOAP object.
addXMLBase(XMLObject, String) - Static method in class org.opensaml.core.xml.util.XMLAttributeSupport
Adds a xml:base attribute to the given XML object.
addXMLId(XMLObject, String) - Static method in class org.opensaml.core.xml.util.XMLAttributeSupport
Adds a xml:id attribute to the given XML object.
addXMLLang(XMLObject, String) - Static method in class org.opensaml.core.xml.util.XMLAttributeSupport
Adds a xml:lang attribute to the given XML object.
addXMLSpace(XMLObject, SpaceBearing.XMLSpaceEnum) - Static method in class org.opensaml.core.xml.util.XMLAttributeSupport
Adds a xml:space attribute to the given XML object.
ADMIN_LOGOUT_URI - Static variable in interface org.opensaml.saml.saml2.core.LogoutResponse
URI for Admin logout reason.
ADMIN_REASON - Static variable in interface org.opensaml.saml.saml2.core.LogoutRequest
Admin-initiated logout reason.
ADMINISTRATIVE - Enum constant in enum org.opensaml.saml.saml2.metadata.ContactPersonTypeEnumeration
"administrative" contact type.
advice - Variable in class org.opensaml.saml.saml1.core.impl.AssertionImpl
(Possibly null) Singleton object version of the Advice element.
advice - Variable in class org.opensaml.saml.saml2.core.impl.AssertionImpl
Advice of the assertion.
Advice - Interface in org.opensaml.saml.saml1.core
This interface defines how the object representing a SAML 1 Advice element behaves.
Advice - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core Advice.
AdviceBuilder - Class in org.opensaml.saml.saml1.core.impl
Builder of AdviceImpl objects.
AdviceBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder for AdviceImpl objects.
AdviceBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.AdviceBuilder
Constructor.
AdviceBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AdviceBuilder
Constructor.
AdviceImpl - Class in org.opensaml.saml.saml1.core.impl
Concrete implementation of Advice.
AdviceImpl - Class in org.opensaml.saml.saml2.core.impl
A concrete implementation of Advice.
AdviceImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.AdviceImpl
Constructor.
AdviceImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AdviceImpl
Constructor.
AdviceMarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread safe Marshaller for Advice objects.
AdviceMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe marshaller for Advice.
AdviceMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AdviceMarshaller
 
AdviceMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AdviceMarshaller
 
AdviceUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread-safe Unmarshaller for Advice objects.
AdviceUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for Advice.
AdviceUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AdviceUnmarshaller
 
AdviceUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AdviceUnmarshaller
 
AffiliateMember - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata AffiliateMember.
AffiliateMemberBuilder - Class in org.opensaml.saml.saml2.metadata.impl
Builder for AffiliateMemberImpls.
AffiliateMemberBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AffiliateMemberBuilder
Constructor.
AffiliateMemberImpl - Class in org.opensaml.saml.saml2.metadata.impl
Concrete implementation of AffiliateMember.
AffiliateMemberImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.AffiliateMemberImpl
Constructor.
affiliationDescriptor - Variable in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
Affiliatition descriptor for this entity.
AffiliationDescriptor - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata AffiliationDescriptorType.
AffiliationDescriptorBuilder - Class in org.opensaml.saml.saml2.metadata.impl
A builder for AffiliationDescriptorImpl objects.
AffiliationDescriptorBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorBuilder
Constructor.
AffiliationDescriptorImpl - Class in org.opensaml.saml.saml2.metadata.impl
Concrete implementation of AffiliationDescriptor.
AffiliationDescriptorImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorImpl
Constructor.
AffiliationDescriptorMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Marshaller for AffiliationDescriptor objects.
AffiliationDescriptorMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorMarshaller
 
AffiliationDescriptorUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Unmarshaller for AffiliationDescriptors.
AffiliationDescriptorUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorUnmarshaller
 
AffiliationNameIDPolicyPredicate - Class in org.opensaml.saml.common.profile.logic
Evaluates name identifier data and enforces a default policy over its content.
AffiliationNameIDPolicyPredicate() - Constructor for class org.opensaml.saml.common.profile.logic.AffiliationNameIDPolicyPredicate
 
AgreementMethod - Interface in org.opensaml.xmlsec.encryption
XMLObject representing XML Encryption, version 20021210, AgreementMethod element.
agreementMethodBuilder - Variable in class org.opensaml.xmlsec.keyinfo.impl.KeyAgreementKeyInfoGeneratorFactory.KeyAgreementKeyInfoGenerator
Builder for AgreementMethod objects.
AgreementMethodBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of AgreementMethod.
AgreementMethodBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.AgreementMethodBuilder
Constructor.
AgreementMethodImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of AgreementMethod.
AgreementMethodImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.AgreementMethodImpl
Constructor.
AgreementMethodKeyInfoProvider - Class in org.opensaml.xmlsec.keyinfo.impl.provider
Implementation of KeyInfoProvider which supports AgreementMethod.
AgreementMethodKeyInfoProvider() - Constructor for class org.opensaml.xmlsec.keyinfo.impl.provider.AgreementMethodKeyInfoProvider
 
AgreementMethodMarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Marshaller for AgreementMethod objects.
AgreementMethodMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.AgreementMethodMarshaller
 
AgreementMethodUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Unmarshaller for AgreementMethod objects.
AgreementMethodUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.AgreementMethodUnmarshaller
 
ALGO_ID_BLOCKCIPHER_AES128 - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
Block Encryption - REQUIRED AES-128.
ALGO_ID_BLOCKCIPHER_AES128_GCM - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
Block Encryption - REQUIRED AES128-GCM.
ALGO_ID_BLOCKCIPHER_AES192 - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
Block Encryption - OPTIONAL AES-192.
ALGO_ID_BLOCKCIPHER_AES192_GCM - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
Block Encryption - OPTIONAL AES192-GCM.
ALGO_ID_BLOCKCIPHER_AES256 - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
Block Encryption - REQUIRED AES-256.
ALGO_ID_BLOCKCIPHER_AES256_GCM - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
Block Encryption - OPTIONAL AES256-GCM.
ALGO_ID_BLOCKCIPHER_TRIPLEDES - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
Block Encryption - REQUIRED TRIPLEDES.
ALGO_ID_C14N_EXCL_OMIT_COMMENTS - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Canonicalization - Exclusive WITHOUT comments.
ALGO_ID_C14N_EXCL_WITH_COMMENTS - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Canonicalization - Exclusive WITH comments.
ALGO_ID_C14N_OMIT_COMMENTS - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Canonicalization - Inclusive 1.0 WITHOUT comments.
ALGO_ID_C14N_WITH_COMMENTS - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Canonicalization - Inclusive 1.0 WITH comments.
ALGO_ID_C14N11_OMIT_COMMENTS - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Canonicalization - Inclusive 1.1 WITHOUT comments.
ALGO_ID_C14N11_WITH_COMMENTS - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Canonicalization - Inclusive 1.1 WITH comments.
ALGO_ID_DIGEST_NOT_RECOMMENDED_MD5 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Digest - Optional MD5.
ALGO_ID_DIGEST_RIPEMD160 - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
Message Digest - OPTIONAL RIPEMD-160.
ALGO_ID_DIGEST_RIPEMD160 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Message Digest - RIPEMD-160 (Note: Defined by XML Encryption).
ALGO_ID_DIGEST_SHA1 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Digest - Required SHA1.
ALGO_ID_DIGEST_SHA224 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Digest - Optional SHA224.
ALGO_ID_DIGEST_SHA256 - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
Message Digest - REQUIRED SHA256.
ALGO_ID_DIGEST_SHA256 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Message Digest - SHA256 (Note: Defined by XML Encryption).
ALGO_ID_DIGEST_SHA384 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Digest - Optional SHA384.
ALGO_ID_DIGEST_SHA512 - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
Message Digest - OPTIONAL SHA512.
ALGO_ID_DIGEST_SHA512 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Message Digest - SHA512 (Note: Defined by XML Encryption).
ALGO_ID_ENCODING_BASE64 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Encoding - Required Base64.
ALGO_ID_KEYAGREEMENT_DH - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
Key Agreement - OPTIONAL Diffie-Hellman with Legacy Key Derivation Function.
ALGO_ID_KEYAGREEMENT_DH_EXPLICIT_KDF - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
Key Agreement - Diffie-Hellman with Explicit Key Derivation Function.
ALGO_ID_KEYAGREEMENT_ECDH_ES - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
Key Agreement - Elliptic Curve Diffie-Hellman (ECDH) Ephemeral-Static Mode.
ALGO_ID_KEYDERIVATION_CONCATKDF - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
Key Derivation Method - ConcatKDF.
ALGO_ID_KEYDERIVATION_PBKDF2 - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
Key Derivation Method - PBKDF2.
ALGO_ID_KEYTRANSPORT_RSA15 - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
Key Transport - OPTIONAL RSA-v1.5.
ALGO_ID_KEYTRANSPORT_RSAOAEP - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
Key Transport - REQUIRED RSA-OAEP (including MGF1 with SHA1).
ALGO_ID_KEYTRANSPORT_RSAOAEP11 - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
Key Transport - OPTIONAL RSA-OAEP.
ALGO_ID_KEYWRAP_AES128 - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
Symmetric Key Wrap - REQUIRED AES-128 KeyWrap.
ALGO_ID_KEYWRAP_AES192 - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
Symmetric Key Wrap - OPTIONAL AES-192 KeyWrap.
ALGO_ID_KEYWRAP_AES256 - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
Symmetric Key Wrap - REQUIRED AES-256 KeyWrap.
ALGO_ID_KEYWRAP_TRIPLEDES - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
Symmetric Key Wrap - REQUIRED TRIPLEDES KeyWrap.
ALGO_ID_MAC_HMAC_NOT_RECOMMENDED_MD5 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
HMAC - NOT Recommended HMAC-MD5.
ALGO_ID_MAC_HMAC_RIPEMD160 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
HMAC - Optional HMAC-RIPEMD160.
ALGO_ID_MAC_HMAC_SHA1 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
MAC - Required HMAC-SHA1.
ALGO_ID_MAC_HMAC_SHA224 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
HMAC - Optional HMAC-SHA224.
ALGO_ID_MAC_HMAC_SHA256 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
HMAC - Optional HMAC-SHA256.
ALGO_ID_MAC_HMAC_SHA384 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
HMAC - Optional HMAC-SHA284.
ALGO_ID_MAC_HMAC_SHA512 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
HMAC - Optional HMAC-SHA512.
ALGO_ID_MGF1_SHA1 - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
Mask Generation Function - MGF1 with SHA-1.
ALGO_ID_MGF1_SHA224 - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
Mask Generation Function - MGF1 with SHA-224.
ALGO_ID_MGF1_SHA256 - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
Mask Generation Function - MGF1 with SHA-256.
ALGO_ID_MGF1_SHA384 - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
Mask Generation Function - MGF1 with SHA-384.
ALGO_ID_MGF1_SHA512 - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
Mask Generation Function - MGF1 with SHA-512.
ALGO_ID_SIGNATURE_DSA - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Signature - Optional DSAwithSHA1 (DSS).
ALGO_ID_SIGNATURE_DSA_SHA1 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Signature - Optional DSAwithSHA1 (DSS).
ALGO_ID_SIGNATURE_DSA_SHA256 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Signature - Optional DSAwithSHA256 (DSS).
ALGO_ID_SIGNATURE_ECDSA_SHA1 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Signature - Optional ECDSAwithSHA1.
ALGO_ID_SIGNATURE_ECDSA_SHA224 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Signature - Optional ECDSAwithSHA224.
ALGO_ID_SIGNATURE_ECDSA_SHA256 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Signature - Optional ECDSAwithSHA256.
ALGO_ID_SIGNATURE_ECDSA_SHA384 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Signature - Optional ECDSAwithSHA384.
ALGO_ID_SIGNATURE_ECDSA_SHA512 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Signature - Optional ECDSAwithSHA512.
ALGO_ID_SIGNATURE_NOT_RECOMMENDED_RSA_MD5 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Signature - NOT Recommended RSAwithMD5.
ALGO_ID_SIGNATURE_RSA - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Signature - Required RSAwithSHA1 (PKCS1).
ALGO_ID_SIGNATURE_RSA_RIPEMD160 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Signature - Optional RSAwithRIPEMD160.
ALGO_ID_SIGNATURE_RSA_SHA1 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Signature - Required RSAwithSHA1 (PKCS1).
ALGO_ID_SIGNATURE_RSA_SHA224 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Signature - Optional RSAwithSHA224.
ALGO_ID_SIGNATURE_RSA_SHA256 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Signature - Required RSAwithSHA256.
ALGO_ID_SIGNATURE_RSA_SHA384 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Signature - Required RSAwithSHA384.
ALGO_ID_SIGNATURE_RSA_SHA512 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Signature - Required RSAwithSHA512.
algorithm - Variable in class org.opensaml.saml.ext.saml2alg.impl.DigestMethodImpl
Algorithm attribute value.
algorithm - Variable in class org.opensaml.saml.ext.saml2alg.impl.SigningMethodImpl
Algorithm attribute value.
algorithm - Variable in class org.opensaml.saml.ext.samlec.impl.SessionKeyImpl
Algorithm attribute.
algorithm - Variable in class org.opensaml.security.credential.criteria.impl.EvaluableX509DigestCredentialCriterion
Digest algorithm.
algorithm - Variable in class org.opensaml.security.x509.X509DigestCriterion
Digest algorithm.
algorithm - Variable in class org.opensaml.xmlsec.agreement.impl.BasicKeyAgreementCredential
Algorithm URI.
algorithm - Variable in class org.opensaml.xmlsec.agreement.impl.DigestMethod
Algorithm URI.
algorithm - Variable in class org.opensaml.xmlsec.encryption.impl.AgreementMethodImpl
Algorithm attribute value.
algorithm - Variable in class org.opensaml.xmlsec.encryption.impl.AlgorithmIdentifierTypeImpl
Algorithm attribute value.
algorithm - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptionMethodImpl
Algorithm attribute value.
algorithm - Variable in class org.opensaml.xmlsec.encryption.impl.KeyDerivationMethodImpl
Algorithm attribute value.
algorithm - Variable in class org.opensaml.xmlsec.encryption.support.DataEncryptionParameters
XML Encryption algorithm URI used to encrypt.
algorithm - Variable in class org.opensaml.xmlsec.encryption.support.KeyAgreementEncryptionConfiguration
The key agreement algorithm URI.
algorithm - Variable in class org.opensaml.xmlsec.signature.impl.DigestMethodImpl
Algorithm attribute value.
algorithm - Variable in class org.opensaml.xmlsec.signature.impl.TransformImpl
Algorithm attribute value.
algorithm - Variable in class org.opensaml.xmlsec.signature.impl.X509DigestImpl
Algorithm attribute value.
ALGORITHM_ATTRIB_NAME - Static variable in interface org.opensaml.saml.ext.saml2alg.DigestMethod
Algorithm attribute name.
ALGORITHM_ATTRIB_NAME - Static variable in interface org.opensaml.saml.ext.saml2alg.SigningMethod
Algorithm attribute name.
ALGORITHM_ATTRIB_NAME - Static variable in interface org.opensaml.saml.ext.samlec.SessionKey
Algorithm attribute name.
ALGORITHM_ATTRIB_NAME - Static variable in interface org.opensaml.xmlsec.encryption.AlgorithmIdentifierType
Algorithm attribute name.
ALGORITHM_ATTRIB_NAME - Static variable in interface org.opensaml.xmlsec.encryption.EncryptionMethod
Algorithm attribute name.
ALGORITHM_ATTRIB_NAME - Static variable in interface org.opensaml.xmlsec.signature.DigestMethod
Algorithm attribute name.
ALGORITHM_ATTRIB_NAME - Static variable in interface org.opensaml.xmlsec.signature.Transform
Algorithm attribute name.
ALGORITHM_ATTRIB_NAME - Static variable in interface org.opensaml.xmlsec.signature.X509Digest
Algorithm attribute name.
ALGORITHM_ATTRIBUTE_NAME - Static variable in interface org.opensaml.xmlsec.encryption.AgreementMethod
Algorithm attribute name.
ALGORITHM_ATTRIBUTE_NAME - Static variable in interface org.opensaml.xmlsec.encryption.KeyDerivationMethod
Algorithm attribute name.
ALGORITHM_ID_ATTRIBUTE_NAME - Static variable in interface org.opensaml.xmlsec.encryption.ConcatKDFParams
AlgorithmID attribute name.
AlgorithmDescriptor - Interface in org.opensaml.xmlsec.algorithm
An interface for components which describe an algorithm identified by an algorithm URI.
AlgorithmDescriptor.AlgorithmType - Enum in org.opensaml.xmlsec.algorithm
Algorithm descriptor types.
AlgorithmFilter - Class in org.opensaml.saml.metadata.resolver.filter.impl
A filter that adds algorithm extension content to entities in order to drive software behavior based on them.
AlgorithmFilter() - Constructor for class org.opensaml.saml.metadata.resolver.filter.impl.AlgorithmFilter
Constructor.
algorithmID - Variable in class org.opensaml.xmlsec.derivation.impl.ConcatKDF
AlgorithmID.
algorithmID - Variable in class org.opensaml.xmlsec.encryption.impl.ConcatKDFParamsImpl
AlgorithmID.
AlgorithmIdentifierType - Interface in org.opensaml.xmlsec.encryption
XMLObject representing XML Encryption, version 1.1, AlgorithmIdentifierType complex type.
AlgorithmIdentifierTypeImpl - Class in org.opensaml.xmlsec.encryption.impl
Abstract implementation of AlgorithmIdentifierType.
AlgorithmIdentifierTypeImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.AlgorithmIdentifierTypeImpl
Constructor.
AlgorithmIdentifierTypeMarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Marshaller for AlgorithmIdentifierType objects.
AlgorithmIdentifierTypeMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.AlgorithmIdentifierTypeMarshaller
 
AlgorithmIdentifierTypeUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Unmarshaller for AlgorithmIdentifierType objects.
AlgorithmIdentifierTypeUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.AlgorithmIdentifierTypeUnmarshaller
 
AlgorithmPolicyConfiguration - Interface in org.opensaml.xmlsec
Algorithm URI include/exclude policy configuration.
AlgorithmPolicyConfiguration.Precedence - Enum in org.opensaml.xmlsec
Rule precedence values.
AlgorithmPolicyParameters - Class in org.opensaml.xmlsec
The algorithm policy parameters.
AlgorithmPolicyParameters() - Constructor for class org.opensaml.xmlsec.AlgorithmPolicyParameters
Constructor.
algorithmRegistry - Variable in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
The AlgorithmRegistry used when processing algorithm URIs.
algorithmRegistry - Variable in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
The AlgorithmRegistry used when processing algorithm URIs.
AlgorithmRegistry - Class in org.opensaml.xmlsec.algorithm
A registry of AlgorithmDescriptor instances, to support various use cases for working with algorithm URIs.
AlgorithmRegistry() - Constructor for class org.opensaml.xmlsec.algorithm.AlgorithmRegistry
Constructor.
AlgorithmRegistry.SignatureAlgorithmIndex - Class in org.opensaml.xmlsec.algorithm
Class used as index key for signature algorithm lookup.
AlgorithmRuntimeSupportedPredicate - Class in org.opensaml.xmlsec.impl
A predicate which evaluates whether a cryptographic algorithm URI is effectively supported by the runtime environment, as determined by AlgorithmRegistry.isRuntimeSupported(String).
AlgorithmRuntimeSupportedPredicate(AlgorithmRegistry) - Constructor for class org.opensaml.xmlsec.impl.AlgorithmRuntimeSupportedPredicate
Constructor.
AlgorithmSupport - Class in org.opensaml.xmlsec.algorithm
Helper methods for working with XML security algorithm URI's.
AlgorithmSupport() - Constructor for class org.opensaml.xmlsec.algorithm.AlgorithmSupport
Constructor.
AlgorithmType() - Constructor for enum org.opensaml.xmlsec.algorithm.AlgorithmDescriptor.AlgorithmType
 
All - Enum constant in enum org.opensaml.saml.metadata.resolver.DetectDuplicateEntityIDs
Detect with all metadata resolvers.
All - Interface in org.opensaml.soap.wspolicy
The wsp:All element.
AllBuilder - Class in org.opensaml.soap.wspolicy.impl
Builder for the All element.
AllBuilder() - Constructor for class org.opensaml.soap.wspolicy.impl.AllBuilder
 
AllImpl - Class in org.opensaml.soap.wspolicy.impl
AllImpl.
AllImpl(String, String, String) - Constructor for class org.opensaml.soap.wspolicy.impl.AllImpl
Constructor.
AllMarshaller - Class in org.opensaml.soap.wspolicy.impl
Marshaller for the wsp:All element.
AllMarshaller() - Constructor for class org.opensaml.soap.wspolicy.impl.AllMarshaller
 
allow - Variable in class org.opensaml.soap.wstrust.impl.RenewingImpl
The Allow attribute value.
ALLOW_ATTRIB_NAME - Static variable in interface org.opensaml.soap.wstrust.Renewing
The wst:Renewing/@Allow attribute local name.
ALLOW_CREATE_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.NameIDPolicy
AllowCreate attribute name.
allowCreate - Variable in class org.opensaml.saml.saml2.core.impl.NameIDPolicyImpl
NameID Format URI.
allowedBindingURLSchemes - Variable in class org.opensaml.saml.config.SAMLConfiguration
The list of schemes allowed to appear in binding URLs when encoding a message.
AllowPostdating - Interface in org.opensaml.soap.wstrust
The wst:AllowPostdating element.
AllowPostdatingBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the AllowPostdating element.
AllowPostdatingBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.AllowPostdatingBuilder
 
AllowPostdatingImpl - Class in org.opensaml.soap.wstrust.impl
AllowPostdatingImpl.
AllowPostdatingImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.AllowPostdatingImpl
Constructor.
AllowPostdatingMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the AllowPostdating element.
AllowPostdatingMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.AllowPostdatingMarshaller
 
AllowPostdatingUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the wst:AllowPostdating element.
AllowPostdatingUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.AllowPostdatingUnmarshaller
 
AllUnmarshaller - Class in org.opensaml.soap.wspolicy.impl
Unmarshaller for the wsp:All element.
AllUnmarshaller() - Constructor for class org.opensaml.soap.wspolicy.impl.AllUnmarshaller
 
Always - Enum constant in enum org.opensaml.saml.security.SAMLMetadataKeyAgreementEncryptionConfiguration.KeyWrap
Always use key wrap for metadata credentials.
alwaysVerifyTrustedSource - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.SignatureValidationFilter
Flag indicating whether the root signature of a trusted source should always be verified.
AnnotationSupport - Class in org.opensaml.storage.annotation
Support class that reads and writes fields decorated with storage annotations.
AnnotationSupport() - Constructor for class org.opensaml.storage.annotation.AnnotationSupport
Private constructor of utility class.
ANONYMOUS - Static variable in interface org.opensaml.soap.wsaddressing.Address
Anonymous address URI.
ANONYMOUS_PROFILE_ID - Static variable in class org.opensaml.profile.context.ProfileRequestContext
Profile ID if not overridden.
anyAttributes - Variable in class org.opensaml.core.xml.AbstractExtensibleXMLObject
xs:anyAttribute for this element.
anyPolicyInhibit - Variable in class org.opensaml.security.x509.impl.CertPathPKIXValidationOptions
Flag for disallowing the "any" policy OID.
anyXMLObjects - Variable in class org.opensaml.core.xml.AbstractElementExtensibleXMLObject
xs:any XMLObject child elements.
ApacheSantuarioSignatureValidationProviderImpl - Class in org.opensaml.xmlsec.signature.support.impl.provider
Implementation of SignatureValidationProvider which is based on the Apache Santuario library and is used with Signature instances which are instances of SignatureImpl.
ApacheSantuarioSignatureValidationProviderImpl() - Constructor for class org.opensaml.xmlsec.signature.support.impl.provider.ApacheSantuarioSignatureValidationProviderImpl
 
ApacheSantuarioSignerProviderImpl - Class in org.opensaml.xmlsec.signature.support.impl.provider
Implementation of SignerProvider which is based on the Apache Santuario library and is used with Signature instances which are instances of SignatureImpl.
ApacheSantuarioSignerProviderImpl() - Constructor for class org.opensaml.xmlsec.signature.support.impl.provider.ApacheSantuarioSignerProviderImpl
 
ApacheXMLSecurityInitializer - Class in org.opensaml.xmlsec.config.impl
Initializer which initializes the Apache XML Security library (Santuario).
ApacheXMLSecurityInitializer() - Constructor for class org.opensaml.xmlsec.config.impl.ApacheXMLSecurityInitializer
 
appendParameter(StringBuilder, String, String) - Method in class org.opensaml.saml.saml2.binding.security.impl.SAML2HTTPRedirectDeflateSignatureSecurityHandler
Find the raw query string parameter indicated and append it to the string builder.
appliesTo - Variable in class org.opensaml.soap.wsfed.impl.RequestSecurityTokenResponseImpl
Entity to whom the tokens apply.
appliesTo - Variable in class org.opensaml.soap.wspolicy.impl.PolicyAttachmentImpl
AppliesTo Child element.
AppliesTo - Interface in org.opensaml.soap.wsfed
This interface defines how the object representing a WS Applies To AppliesTo element behaves.
AppliesTo - Interface in org.opensaml.soap.wspolicy
The wsp:AppliesTo element.
AppliesToBuilder - Class in org.opensaml.soap.wsfed.impl
Builder of AppliesToImpl objects.
AppliesToBuilder - Class in org.opensaml.soap.wspolicy.impl
Builder for the AppliesTo element.
AppliesToBuilder() - Constructor for class org.opensaml.soap.wsfed.impl.AppliesToBuilder
Constructor.
AppliesToBuilder() - Constructor for class org.opensaml.soap.wspolicy.impl.AppliesToBuilder
 
AppliesToImpl - Class in org.opensaml.soap.wsfed.impl
Implementation of the AppliesTo Object.
AppliesToImpl - Class in org.opensaml.soap.wspolicy.impl
AppliesToImpl.
AppliesToImpl(String, String, String) - Constructor for class org.opensaml.soap.wsfed.impl.AppliesToImpl
Constructor.
AppliesToImpl(String, String, String) - Constructor for class org.opensaml.soap.wspolicy.impl.AppliesToImpl
Constructor.
AppliesToMarshaller - Class in org.opensaml.soap.wsfed.impl
A thread safe marshaller for AppliesTo objects.
AppliesToMarshaller - Class in org.opensaml.soap.wspolicy.impl
Marshaller for the wsp:AppliesTo element.
AppliesToMarshaller() - Constructor for class org.opensaml.soap.wsfed.impl.AppliesToMarshaller
 
AppliesToMarshaller() - Constructor for class org.opensaml.soap.wspolicy.impl.AppliesToMarshaller
 
AppliesToUnmarshaller - Class in org.opensaml.soap.wsfed.impl
A thread-safe unmarshaller for AppliesTo objects.
AppliesToUnmarshaller - Class in org.opensaml.soap.wspolicy.impl
Unmarshaller for the wsp:AppliesTo element.
AppliesToUnmarshaller() - Constructor for class org.opensaml.soap.wsfed.impl.AppliesToUnmarshaller
 
AppliesToUnmarshaller() - Constructor for class org.opensaml.soap.wspolicy.impl.AppliesToUnmarshaller
 
apply(String) - Method in class org.opensaml.core.xml.persist.impl.PassthroughSourceStrategy
apply(String) - Method in class org.opensaml.core.xml.persist.impl.SegmentingIntermediateDirectoryStrategy
apply(String) - Method in class org.opensaml.saml.config.SAMLConfiguration.LowercaseFunction
apply(Pair<ProfileRequestContext, EncryptionParameters>) - Method in class org.opensaml.saml.security.impl.InlineSelfEncryptionParametersStrategy
apply(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.DefaultLocalDynamicSourceKeyGenerator
apply(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.EntityIDDigestGenerator
apply(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.HTTPEntityIDRequestURLBuilder
apply(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.IdentityEntityIDGenerator
apply(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.MetadataQueryProtocolRequestURLBuilder
apply(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.RegexRequestURLBuilder
apply(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.TemplateRequestURLBuilder
apply(XMLObject) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.BasicDynamicTrustedNamesStrategy
apply(XMLObject) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.ScriptedTrustedNamesFunction
apply(BaseContext) - Method in class org.opensaml.messaging.context.navigate.MessageContextLookup
apply(BaseContext) - Method in class org.opensaml.messaging.context.navigate.RootContextLookup
apply(InOutOperationContext) - Method in class org.opensaml.messaging.pipeline.StaticPipelineNameStrategy
apply(InOutOperationContext) - Method in class org.opensaml.soap.client.http.PipelineFactoryHttpSOAPClient.DefaultPipelineNameStrategy
apply(MessageContext) - Method in class org.opensaml.messaging.context.navigate.MessageLookup
apply(MessageContext) - Method in class org.opensaml.saml.common.binding.impl.SAMLAddAttributeConsumingServiceHandler.AuthnRequestLookup
apply(MessageContext) - Method in class org.opensaml.saml.common.binding.security.impl.CheckAndRecordServerTLSEntityAuthenticationtHandler.DefaultHttpClientContextLookup
apply(MessageContext) - Method in class org.opensaml.saml.common.binding.security.impl.OperationContextEntityIDLookup
apply(MessageContext) - Method in class org.opensaml.saml.common.messaging.context.navigate.SAMLMessageContextAuthenticationFunction
apply(MessageContext) - Method in class org.opensaml.saml.common.messaging.context.navigate.SAMLMessageContextIssuerFunction
apply(MessageContext) - Method in class org.opensaml.saml.common.messaging.soap.SAMLSOAPClientContextBuilder.DefaultTLSCriteriaSetStrategy
apply(MessageContext) - Method in class org.opensaml.soap.client.messaging.SOAPClientDestinationURILookup
apply(MessageContext) - Method in class org.opensaml.soap.client.messaging.SOAPClientPipelineNameMappingFunction
apply(MessageContext) - Method in class org.opensaml.soap.client.security.SOAPClientSecurityProfileIdLookupFunction
apply(ProfileRequestContext) - Method in class org.opensaml.profile.action.impl.PopulateMetricContext.NullFunction
apply(ProfileRequestContext) - Method in class org.opensaml.profile.context.navigate.CurrentOrPreviousEventLookup
apply(ProfileRequestContext) - Method in class org.opensaml.profile.context.navigate.InboundMessageContextLookup
apply(ProfileRequestContext) - Method in class org.opensaml.profile.context.navigate.OutboundMessageContextLookup
apply(ProfileRequestContext) - Method in class org.opensaml.profile.context.navigate.ProfileIdLookup
apply(ProfileRequestContext) - Method in class org.opensaml.saml.common.profile.impl.AddInResponseToToResponse.DefaultRequestIdLookupStrategy
apply(ProfileRequestContext) - Method in class org.opensaml.saml.common.profile.logic.MetadataNameIdentifierFormatStrategy
apply(ProfileRequestContext) - Method in class org.opensaml.saml.common.profile.logic.MetadataNameIdentifierFormatStrategy.MetadataLookupStrategy
apply(ProfileRequestContext) - Method in class org.opensaml.saml.saml1.profile.impl.AddNameIdentifierToSubjects.AssertionStrategy
apply(ProfileRequestContext) - Method in class org.opensaml.saml.saml1.profile.impl.AddStatusToResponse.StatusCodeMappingFunction
apply(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects.AssertionStrategy
apply(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects.NameIDPolicyLookupFunction
apply(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects.RequesterIdFromIssuerFunction
apply(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.AddStatusToResponse.StatusCodeMappingFunction
apply(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.AddSubjectConfirmationToSubjects.RemoteAddressStrategy
apply(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder.DefaultValidInResponseToLookupFunction
apply(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder.DefaultValidIssuersLookupFunction
apply(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.ValidateAssertions.DefaultAssertionResolver
apply(ProfileRequestContext) - Method in class org.opensaml.soap.soap11.profile.impl.AddSOAPFault.FaultCodeMappingFunction
apply(ProfileRequestContext) - Method in class org.opensaml.soap.soap11.profile.impl.AddSOAPFault.MessageContextFaultStrategy
apply(AbstractSAMLEntityContext) - Method in class org.opensaml.saml.common.messaging.context.navigate.SAMLEntityIDFunction
apply(AttributeConsumingServiceContext) - Method in class org.opensaml.saml.common.messaging.context.navigate.AttributeConsumerServiceLookupFunction
apply(SAMLBindingContext) - Method in class org.opensaml.saml.common.messaging.context.navigate.SAMLBindingContextBindingFunction
apply(SAMLMessageInfoContext) - Method in class org.opensaml.saml.common.messaging.context.navigate.SAMLMessageInfoContextIDFunction
apply(SAMLMessageInfoContext) - Method in class org.opensaml.saml.common.messaging.context.navigate.SAMLMessageInfoContextIssueInstantFunction
apply(SAMLMetadataContext) - Method in class org.opensaml.saml.common.messaging.context.navigate.EntityDescriptorLookupFunction
apply(SAMLProtocolContext) - Method in class org.opensaml.saml.common.messaging.context.navigate.SAMLProtocolContextProtocolFunction
apply(EntityDescriptor) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.DefaultCacheKeyGenerator
apply(EntityDescriptor) - Method in class org.opensaml.saml.metadata.resolver.index.impl.MetadataIndexManager.EntityIDExtractionFunction
apply(EntityDescriptor) - Method in class org.opensaml.saml.metadata.resolver.index.impl.MetadataIndexManager.IdentityExtractionFunction
apply(EntityDescriptor) - Method in class org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex.EntityIDToSHA1SourceIDIndexingFunction
apply(EntityDescriptor) - Method in class org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex.SourceIDExtensionIndexingFunction
apply(EntityDescriptor) - Method in class org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex.SourceLocationIndexingFunction
apply(ValidateAssertions.AssertionValidationInput) - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
apply(SAML20AssertionTokenValidationInput) - Method in class org.opensaml.saml.saml2.wssecurity.messaging.impl.DefaultSAML20AssertionValidationContextBuilder
apply(ParentContext) - Method in class org.opensaml.messaging.context.navigate.ChildContextLookup
apply(StartContext) - Method in class org.opensaml.messaging.context.navigate.ParentContextLookup
apply(StartContext) - Method in class org.opensaml.messaging.context.navigate.RecursiveTypedParentContextLookup
applyFilter(EntityDescriptor) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.EntityAttributesFilter
Apply include policy to metadata on input.
applyMap - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.AlgorithmFilter
Rules for adding algorithms.
applyMap - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.EntityAttributesFilter
Rules for adding attributes.
applyMap - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.NameIDFormatFilter
Rules for adding formats.
ApplyType - Interface in org.opensaml.xacml.policy
XACML Apply schema type.
ApplyTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation of ApplyType.
ApplyTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.ApplyTypeImpl
Constructor.
ApplyTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for ApplyType.
ApplyTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.ApplyTypeImplBuilder
 
ApplyTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for ApplyType.
ApplyTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ApplyTypeMarshaller
 
ApplyTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for ApplyType.
ApplyTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ApplyTypeUnmarshaller
 
areNameIdentifierFormatsEquivalent(String, String) - Static method in class org.opensaml.saml.saml1.profile.SAML1ObjectSupport
Return true iff the two input NameIdentifier formats are equivalent for SAML 1.x purposes.
areNameIdentifiersEquivalent(NameIdentifier, NameIdentifier) - Static method in class org.opensaml.saml.saml1.profile.SAML1ObjectSupport
Return true iff the two input NameIdentifier objects are equivalent for SAML 1.x purposes.
areNameIDFormatsEquivalent(String, String) - Static method in class org.opensaml.saml.saml2.profile.SAML2ObjectSupport
Return true iff the two input NameID formats are equivalent for SAML 2.0 purposes.
areNameIDsEquivalent(NameID, NameID) - Static method in class org.opensaml.saml.saml2.profile.SAML2ObjectSupport
Return true iff the two input NameID objects are equivalent for SAML 2.0 purposes, with the assumption that the qualifier attributes must match exactly.
areNameIDsEquivalent(NameID, NameID, String, String) - Static method in class org.opensaml.saml.saml2.profile.SAML2ObjectSupport
Return true iff the two input NameID objects are equivalent for SAML 2.0 purposes, allowing thw qualifier attributes to assume default values if not otherwise set.
artifact - Variable in class org.opensaml.saml.common.binding.artifact.BasicSAMLArtifactMapEntry
SAML artifact being mapped.
artifact - Variable in class org.opensaml.saml.common.binding.BindingDescriptor
Identifies a binding that relies on SAML artifacts.
artifact - Variable in class org.opensaml.saml.criterion.ArtifactCriterion
The SourceID value.
artifact - Variable in class org.opensaml.saml.saml2.core.impl.ArtifactResolveImpl
Artifact child element.
Artifact - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core Artifact.
ArtifactBuilder - Class in org.opensaml.saml.saml2.core.impl
A Builder for ArtifactImpl objects.
ArtifactBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.ArtifactBuilder
Constructor.
artifactBuilderFactory - Variable in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
SAML 2 artifact builder factory.
artifactBuilders - Variable in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactBuilderFactory
Registered artifact builders.
artifactBuilders - Variable in class org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactBuilderFactory
Registered artifact builders.
ArtifactCriterion - Class in org.opensaml.saml.criterion
Criterion representing a SAMLArtifact.
ArtifactCriterion(SAMLArtifact) - Constructor for class org.opensaml.saml.criterion.ArtifactCriterion
Constructor.
artifactEndpointResolver - Variable in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
Resolver for ArtifactResolutionService endpoints.
ArtifactImpl - Class in org.opensaml.saml.saml2.core.impl
Concrete implementation of Artifact.
ArtifactImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.ArtifactImpl
Constructor.
artifactLifetime - Variable in class org.opensaml.saml.common.binding.artifact.impl.BasicSAMLArtifactMap
Lifetime of an artifact.
artifactLifetime - Variable in class org.opensaml.saml.common.binding.artifact.impl.StorageServiceSAMLArtifactMap
Lifetime of an artifact.
artifactMap - Variable in class org.opensaml.saml.saml1.binding.encoding.impl.HTTPArtifactEncoder
SAML artifact map used to store created artifacts for later retrival.
artifactMap - Variable in class org.opensaml.saml.saml1.binding.impl.SAML1ArtifactRequestIssuerHandler
Protocol value to add to context.
artifactMap - Variable in class org.opensaml.saml.saml1.profile.impl.ResolveArtifacts
Artifact mapper.
artifactMap - Variable in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPArtifactEncoder
SAML artifact map used to store created artifacts for later retrieval.
artifactMap - Variable in class org.opensaml.saml.saml2.profile.impl.ResolveArtifact
Artifact mapper.
artifactProfile - Variable in class org.opensaml.saml.saml1.profile.impl.AddSubjectConfirmationToSubjects
Flag indicating whether the outbound message is being issued via the Artifact profile.
ArtifactResolutionService - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata ArtifactResolutionService.
ArtifactResolutionServiceBuilder - Class in org.opensaml.saml.saml2.metadata.impl
ArtifactResolutionServiceBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.ArtifactResolutionServiceBuilder
Constructor.
ArtifactResolutionServiceImpl - Class in org.opensaml.saml.saml2.metadata.impl
Concrete implementation of ArtifactResolutionService.
ArtifactResolutionServiceImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.ArtifactResolutionServiceImpl
Constructor.
artifactResolutionServices - Variable in class org.opensaml.saml.saml2.metadata.impl.SSODescriptorImpl
Supported artifact resolutions services.
ArtifactResolve - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core ArtifactResolve.
ArtifactResolveBuilder - Class in org.opensaml.saml.saml2.core.impl
A Builder for ArtifactResolveImpl objects.
ArtifactResolveBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.ArtifactResolveBuilder
Constructor.
ArtifactResolveImpl - Class in org.opensaml.saml.saml2.core.impl
Concrete implementation of ArtifactResolve.
ArtifactResolveImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.ArtifactResolveImpl
Constructor.
ArtifactResolveMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for ArtifactResolve.
ArtifactResolveMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.ArtifactResolveMarshaller
 
ArtifactResolveUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for ArtifactResolve.
ArtifactResolveUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.ArtifactResolveUnmarshaller
 
ArtifactResponse - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core ArtifactResponse.
ArtifactResponseBuilder - Class in org.opensaml.saml.saml2.core.impl
A Builder for ArtifactResponseImpl objects.
ArtifactResponseBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.ArtifactResponseBuilder
Constructor.
ArtifactResponseImpl - Class in org.opensaml.saml.saml2.core.impl
Concrete implementation of ArtifactResponse.
ArtifactResponseImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.ArtifactResponseImpl
Constructor.
ArtifactResponseMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for ArtifactResponse.
ArtifactResponseMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.ArtifactResponseMarshaller
 
ArtifactResponseUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for ArtifactResponse.
ArtifactResponseUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.ArtifactResponseUnmarshaller
 
ArtifactSourceIDMetadataIndexKey(byte[]) - Constructor for class org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex.ArtifactSourceIDMetadataIndexKey
Constructor.
ArtifactSourceLocationMetadataIndexKey(String) - Constructor for class org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex.ArtifactSourceLocationMetadataIndexKey
Constructor.
artifactStore - Variable in class org.opensaml.saml.common.binding.artifact.impl.BasicSAMLArtifactMap
Artifact mapping storage.
artifactStore - Variable in class org.opensaml.saml.common.binding.artifact.impl.StorageServiceSAMLArtifactMap
Artifact mapping storage.
artifactStoreKeySize - Variable in class org.opensaml.saml.common.binding.artifact.impl.StorageServiceSAMLArtifactMap
Maximum size of artifacts we can handle.
artifactType - Variable in class org.opensaml.saml.common.messaging.context.SAMLArtifactContext
The artifact type.
assertion - Variable in class org.opensaml.saml.saml2.profile.impl.ValidateAssertions.AssertionValidationInput
The Assertion being evaluated.
assertion - Variable in class org.opensaml.saml.saml2.wssecurity.messaging.impl.SAML20AssertionTokenValidationInput
The Assertion being evaluated.
Assertion - Interface in org.opensaml.saml.saml1.core
This interface defines how the object representing a SAML 1 Assertion element behaves.
Assertion - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core Assertion.
ASSERTION_CONSUMER_SERVICE_INDEX_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthnRequest
AssertionConsumerServiceIndex attribute name.
ASSERTION_CONSUMER_SERVICE_URL_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthnRequest
AssertionConsumerServiceURL attribute name.
ASSERTION_CONSUMER_SERVICE_URL_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.ecp.Response
ProviderName attribute name.
ASSERTION_INVALID - Static variable in class org.opensaml.saml.common.profile.SAMLEventIds
ID of event returned if a SAML Assertion was invalid.
AssertionArtifact - Interface in org.opensaml.saml.saml1.core
This interface is for the SAML1 AssertionArtifact element.
AssertionArtifactBuilder - Class in org.opensaml.saml.saml1.core.impl
Builder of AssertionArtifactImpl objects.
AssertionArtifactBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.AssertionArtifactBuilder
Constructor.
AssertionArtifactImpl - Class in org.opensaml.saml.saml1.core.impl
Concrete implementation if AssertionArtifact.
AssertionArtifactImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.AssertionArtifactImpl
Constructor.
assertionArtifacts - Variable in class org.opensaml.saml.saml1.core.impl.RequestImpl
The List of AssertionArtifacts.
AssertionBuilder - Class in org.opensaml.saml.saml1.core.impl
Builder of AssertionImpl objects.
AssertionBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder for AssertionImpl objects.
AssertionBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.AssertionBuilder
Constructor.
AssertionBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AssertionBuilder
Constructor.
assertionChildren - Variable in class org.opensaml.saml.saml1.core.impl.AdviceImpl
Contains all the SAML objects we have added.
AssertionConsumerService - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata AssertionConsumerService.
AssertionConsumerServiceBuilder - Class in org.opensaml.saml.saml2.metadata.impl
Builder for AssertionConsumerServiceImpl objects.
AssertionConsumerServiceBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AssertionConsumerServiceBuilder
Constructor.
AssertionConsumerServiceImpl - Class in org.opensaml.saml.saml2.metadata.impl
Concrete implementation of AssertionConsumerService.
AssertionConsumerServiceImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.AssertionConsumerServiceImpl
Constructor.
assertionConsumerServiceIndex - Variable in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
AssertionConsumerServiceIndex attribute.
assertionConsumerServices - Variable in class org.opensaml.saml.saml2.metadata.impl.SPSSODescriptorImpl
AssertionConsumerService children.
assertionConsumerServiceURL - Variable in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
AssertionConsumerServiceURL attribute.
assertionConsumerURL - Variable in class org.opensaml.saml.saml2.binding.impl.AddECPResponseHeaderHandler
The location to record in the header.
assertionEncParams - Variable in class org.opensaml.saml.saml2.profile.context.EncryptionContext
Parameters for assertion encrytion.
assertionHandle - Variable in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0001
20 byte assertion handle.
assertionHandle - Variable in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0002
20 byte assertion handle.
ASSERTIONID_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.Assertion
Name for the attribute which defines Assertion ID.
AssertionIDRef - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core AssertionIDRef.
AssertionIDRefBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder for AssertionIDRefImpl.
AssertionIDRefBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AssertionIDRefBuilder
Constructor.
AssertionIDReference - Interface in org.opensaml.saml.saml1.core
This interface defines how the object representing a SAML 1 AssertionIDReference element behaves.
AssertionIDReferenceBuilder - Class in org.opensaml.saml.saml1.core.impl
Builder of AssertionIDReferenceImpl objects.
AssertionIDReferenceBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.AssertionIDReferenceBuilder
Constructor.
AssertionIDReferenceImpl - Class in org.opensaml.saml.saml1.core.impl
Concrete Implementation of AssertionIDReference Object.
AssertionIDReferenceImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.AssertionIDReferenceImpl
Constructor.
assertionIDReferences - Variable in class org.opensaml.saml.saml1.core.impl.RequestImpl
The List of AssertionIDReferences.
AssertionIDRefImpl - Class in org.opensaml.saml.saml2.core.impl
Concrete implementation of AssertionIDRef.
AssertionIDRefImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AssertionIDRefImpl
Constructor.
assertionIDRefs - Variable in class org.opensaml.saml.saml2.core.impl.AssertionIDRequestImpl
List of AssertionIDRef child elements.
AssertionIDRequest - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core AssertionIDRequest.
AssertionIDRequestBuilder - Class in org.opensaml.saml.saml2.core.impl
A Builder for AssertionIDRequestImpl.
AssertionIDRequestBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AssertionIDRequestBuilder
Constructor.
AssertionIDRequestImpl - Class in org.opensaml.saml.saml2.core.impl
A concrete implementation of AssertionIDRequest.
AssertionIDRequestImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AssertionIDRequestImpl
Constructor.
AssertionIDRequestMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for AssertionIDRequest.
AssertionIDRequestMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AssertionIDRequestMarshaller
 
AssertionIDRequestService - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata AssertionIDRequestService.
AssertionIDRequestServiceBuilder - Class in org.opensaml.saml.saml2.metadata.impl
AssertionIDRequestServiceBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AssertionIDRequestServiceBuilder
Constructor.
AssertionIDRequestServiceImpl - Class in org.opensaml.saml.saml2.metadata.impl
Concrete implementation of AssertionIDRequestService.
AssertionIDRequestServiceImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.AssertionIDRequestServiceImpl
Constructor.
assertionIDRequestServices - Variable in class org.opensaml.saml.saml2.metadata.impl.AttributeAuthorityDescriptorImpl
Assertion request endpoints.
assertionIDRequestServices - Variable in class org.opensaml.saml.saml2.metadata.impl.AuthnAuthorityDescriptorImpl
AuthnQueryService endpoints.
assertionIDRequestServices - Variable in class org.opensaml.saml.saml2.metadata.impl.IDPSSODescriptorImpl
AssertionID request services for this entity.
assertionIDRequestServices - Variable in class org.opensaml.saml.saml2.metadata.impl.PDPDescriptorImpl
AssertionIDRequestService children.
AssertionIDRequestUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thead-safe Unmarshaller for AssertionIDRequest.
AssertionIDRequestUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AssertionIDRequestUnmarshaller
 
AssertionImpl - Class in org.opensaml.saml.saml1.core.impl
This class implements the SAML 1 Assertion statement.
AssertionImpl - Class in org.opensaml.saml.saml2.core.impl
A concrete implementation of Assertion.
AssertionImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.AssertionImpl
Constructor.
AssertionImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AssertionImpl
Constructor.
assertionLifetimeStrategy - Variable in class org.opensaml.saml.common.profile.impl.AddNotOnOrAfterConditionToAssertions
Strategy to obtain assertion lifetime policy.
AssertionMarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread safe Marshaller for Assertion objects.
AssertionMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for Assertion.
AssertionMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AssertionMarshaller
 
AssertionMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AssertionMarshaller
 
assertionResolver - Variable in class org.opensaml.saml.saml2.profile.impl.ValidateAssertions
The resolver for the list of assertions to be validated.
assertions - Variable in class org.opensaml.saml.saml1.core.impl.ResponseImpl
List of all the Assertions.
assertions - Variable in class org.opensaml.saml.saml1.profile.impl.AddNameIdentifierToSubjects
Assertions to modify.
assertions - Variable in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects
Response to modify.
assertions - Variable in class org.opensaml.saml.saml2.profile.impl.ValidateAssertions
The resolved assertions to be validated.
assertionSigned - Variable in class org.opensaml.saml.saml2.metadata.impl.SPSSODescriptorImpl
value for the want assertion signed attribute.
assertionsLookupStrategy - Variable in class org.opensaml.saml.saml1.profile.impl.AddNameIdentifierToSubjects
Strategy used to locate the Assertions to operate on.
assertionsLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects
Strategy used to locate the Response to operate on.
AssertionStrategy() - Constructor for class org.opensaml.saml.saml1.profile.impl.AddNameIdentifierToSubjects.AssertionStrategy
 
AssertionStrategy() - Constructor for class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects.AssertionStrategy
 
AssertionUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread-safe Unmarshaller for Assertion objects.
AssertionUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for Assertion.
AssertionUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AssertionUnmarshaller
 
AssertionUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AssertionUnmarshaller
 
AssertionURIRef - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core AssertionURIRef.
AssertionURIRefBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder for AssertionURIRefImpl objects.
AssertionURIRefBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AssertionURIRefBuilder
Constructor.
AssertionURIRefImpl - Class in org.opensaml.saml.saml2.core.impl
A concrete implementation of AssertionURIRef.
AssertionURIRefImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AssertionURIRefImpl
Constructor.
AssertionValidationException - Exception in org.opensaml.saml.common.assertion
Exception indicating a problem validating a SAML Assertion.
AssertionValidationException() - Constructor for exception org.opensaml.saml.common.assertion.AssertionValidationException
Constructor.
AssertionValidationException(Exception) - Constructor for exception org.opensaml.saml.common.assertion.AssertionValidationException
Constructor.
AssertionValidationException(String) - Constructor for exception org.opensaml.saml.common.assertion.AssertionValidationException
Constructor.
AssertionValidationException(String, Exception) - Constructor for exception org.opensaml.saml.common.assertion.AssertionValidationException
Constructor.
AssertionValidationInput(ProfileRequestContext, HttpServletRequest, Assertion) - Constructor for class org.opensaml.saml.saml2.profile.impl.ValidateAssertions.AssertionValidationInput
Constructor.
AssertionValidationSupport - Class in org.opensaml.saml.saml2.assertion.impl
Support methods for assertion validation.
AssertionValidationSupport() - Constructor for class org.opensaml.saml.saml2.assertion.impl.AssertionValidationSupport
 
assertionValidator - Variable in class org.opensaml.saml.saml2.assertion.SAML20AssertionValidator
Generic validator.
assertionValidator - Variable in class org.opensaml.saml.saml2.profile.impl.ValidateAssertions
The SAML 2.0 Assertion validator, may be null.
assertionValidator - Variable in class org.opensaml.saml.saml2.wssecurity.messaging.impl.WSSecuritySAML20AssertionTokenSecurityHandler
The SAML 2.0 Assertion validator, may be null.
AssertionValidator - Interface in org.opensaml.saml.saml2.assertion
A validator that evaluates an Assertion generically.
assertionValidatorLookup - Variable in class org.opensaml.saml.saml2.profile.impl.ValidateAssertions
The SAML 2.0 Assertion validator lookup function, may be null.
assertionValidatorLookup - Variable in class org.opensaml.saml.saml2.wssecurity.messaging.impl.WSSecuritySAML20AssertionTokenSecurityHandler
The SAML 2.0 Assertion validator lookup function, may be null.
ASYNC_LOGOUT - Static variable in class org.opensaml.saml.common.profile.SAMLEventIds
ID of event returned upon detection of the Asynchronous extension.
asyncDecode(CachedData) - Method in class org.opensaml.storage.impl.memcached.StorageRecordTranscoder
 
asyncDecode(CachedData) - Method in class org.opensaml.storage.impl.memcached.StringTranscoder
 
Asynchronous - Interface in org.opensaml.saml.ext.saml2aslo
SAML 2.0 Protocol extension Asynchronous.
AsynchronousBuilder - Class in org.opensaml.saml.ext.saml2aslo.impl
A Builder for AsynchronousImpl objects.
AsynchronousBuilder() - Constructor for class org.opensaml.saml.ext.saml2aslo.impl.AsynchronousBuilder
Constructor.
AsynchronousImpl - Class in org.opensaml.saml.ext.saml2aslo.impl
Concrete implementation of Asynchronous.
AsynchronousImpl(String, String, String) - Constructor for class org.opensaml.saml.ext.saml2aslo.impl.AsynchronousImpl
Constructor.
AsynchronousMarshaller - Class in org.opensaml.saml.ext.saml2aslo.impl
A thread safe Marshaller for Asynchronous objects.
AsynchronousMarshaller() - Constructor for class org.opensaml.saml.ext.saml2aslo.impl.AsynchronousMarshaller
 
AsynchronousUnmarshaller - Class in org.opensaml.saml.ext.saml2aslo.impl
A thread-safe Unmarshaller for Asynchronous objects.
AsynchronousUnmarshaller() - Constructor for class org.opensaml.saml.ext.saml2aslo.impl.AsynchronousUnmarshaller
 
ATTR_ID_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeAssignmentType
Id of the attribute to be assign .
ATTR_NAME_ALGORTHM - Static variable in class org.opensaml.xmlsec.signature.support.impl.SignatureAlgorithmValidator
Local name of 'Algorithm' attribute.
Attribute - Interface in org.opensaml.saml.saml1.core
This interface defines how the object representing a SAML 1 Attribute element behaves.
Attribute - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core Attribute.
ATTRIBUTE_CONSUMING_SERVICE_INDEX_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthnRequest
AttributeConsumingServiceIndex attribute name.
ATTRIBUTE_ID_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.ctx.MissingAttributeDetailType
AttributeId attribute name.
ATTRIBUTE_ID_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeDesignatorType
AttribtueId attribute name.
attributeAssignments - Variable in class org.opensaml.xacml.policy.impl.ObligationTypeImpl
List of the atrributeAssignments in the obligation.
AttributeAssignmentType - Interface in org.opensaml.xacml.policy
XACML AttributeAssignment schema type.
AttributeAssignmentTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation for AttributeAssignmentType.
AttributeAssignmentTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.AttributeAssignmentTypeImpl
Constructor.
AttributeAssignmentTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
AttributeAssignmentTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.AttributeAssignmentTypeImplBuilder
 
AttributeAssignmentTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for AttributeAssignmentType.
AttributeAssignmentTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.AttributeAssignmentTypeMarshaller
 
AttributeAssignmentTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
UnMarshaller for AttributeAssignmentType.
AttributeAssignmentTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.AttributeAssignmentTypeUnmarshaller
 
AttributeAuthorityDescriptor - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata AttributeAuthorityDescriptor.
AttributeAuthorityDescriptorBuilder - Class in org.opensaml.saml.saml2.metadata.impl
AttributeAuthorityDescriptorBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AttributeAuthorityDescriptorBuilder
Constructor.
AttributeAuthorityDescriptorImpl - Class in org.opensaml.saml.saml2.metadata.impl
A concrete implementation of AttributeAuthorityDescriptor.
AttributeAuthorityDescriptorImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.AttributeAuthorityDescriptorImpl
Constructor.
AttributeAuthorityDescriptorMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Marshaller for AttributeAuthorityDescriptors.
AttributeAuthorityDescriptorMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AttributeAuthorityDescriptorMarshaller
 
AttributeAuthorityDescriptorUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe unmarshaller for AttributeAuthorityDescriptors.
AttributeAuthorityDescriptorUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AttributeAuthorityDescriptorUnmarshaller
 
AttributeBuilder - Class in org.opensaml.saml.saml1.core.impl
Builder of AttributeImpl objects.
AttributeBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder for AttributeImpl objects.
AttributeBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeBuilder
Constructor.
AttributeBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AttributeBuilder
Constructor.
attributeChoice - Variable in class org.opensaml.xacml.policy.impl.ActionMatchTypeImpl
Match's choice of attribute elements.
attributeChoice - Variable in class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeImpl
Match's choice of attribute elements.
attributeChoice - Variable in class org.opensaml.xacml.policy.impl.ResourceMatchTypeImpl
Match's choice of attribute elements.
attributeChoice - Variable in class org.opensaml.xacml.policy.impl.SubjectMatchTypeImpl
Match's choice of attribute elements.
AttributeConsumerServiceLookupFunction - Class in org.opensaml.saml.common.messaging.context.navigate
AttributeConsumerServiceLookupFunction() - Constructor for class org.opensaml.saml.common.messaging.context.navigate.AttributeConsumerServiceLookupFunction
 
attributeConsumingService - Variable in class org.opensaml.saml.common.messaging.context.AttributeConsumingServiceContext
The AttributeConsumingService.
AttributeConsumingService - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata AttributeAuthorityDescriptor.
AttributeConsumingServiceBuilder - Class in org.opensaml.saml.saml2.metadata.impl
AttributeConsumingServiceBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AttributeConsumingServiceBuilder
Constructor.
AttributeConsumingServiceContext - Class in org.opensaml.saml.common.messaging.context
Context, usually attached to SAMLMetadataContext that carries a SAML AttributeConsumingService for use in later stages.
AttributeConsumingServiceContext() - Constructor for class org.opensaml.saml.common.messaging.context.AttributeConsumingServiceContext
 
attributeConsumingServiceFromRequestedAttributes() - Method in class org.opensaml.saml.common.binding.impl.SAMLAddAttributeConsumingServiceHandler
AttributeConsumingServiceImpl - Class in org.opensaml.saml.saml2.metadata.impl
Concrete implementation of AttributeConsumingService.
AttributeConsumingServiceImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.AttributeConsumingServiceImpl
Constructor.
attributeConsumingServiceIndex - Variable in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
AttributeConsumingServiceIndex attribute.
AttributeConsumingServiceMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Marshaller for AttributeConsumingService objects.
AttributeConsumingServiceMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AttributeConsumingServiceMarshaller
 
attributeConsumingServices - Variable in class org.opensaml.saml.ext.saml2mdquery.impl.AttributeQueryDescriptorTypeImpl
Attribute consuming endpoints.
attributeConsumingServices - Variable in class org.opensaml.saml.saml2.metadata.impl.SPSSODescriptorImpl
AttributeConsumingService children.
AttributeConsumingServiceSelector - Class in org.opensaml.saml.metadata.support
Metadata support class which selects an AttributeConsumingService based on input of a mandatory RoleDescriptor and an optional index.
AttributeConsumingServiceSelector() - Constructor for class org.opensaml.saml.metadata.support.AttributeConsumingServiceSelector
 
AttributeConsumingServiceUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Unmarshaller for AttributeConsumingService objects.
AttributeConsumingServiceUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AttributeConsumingServiceUnmarshaller
 
AttributedDateTime - Interface in org.opensaml.soap.wssecurity
Interface for elements of complex type AttributedDateTime.
AttributedDateTimeImpl - Class in org.opensaml.soap.wssecurity.impl
Implementation of AttributedDateTime.
AttributedDateTimeImpl(String, String, String) - Constructor for class org.opensaml.soap.wssecurity.impl.AttributedDateTimeImpl
Constructor.
AttributedDateTimeMarshaller - Class in org.opensaml.soap.wssecurity.impl
AttributedDateTimeMarshaller.
AttributedDateTimeMarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.AttributedDateTimeMarshaller
 
AttributedDateTimeUnmarshaller - Class in org.opensaml.soap.wssecurity.impl
AttributedDateTimeUnmarshaller.
AttributedDateTimeUnmarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.AttributedDateTimeUnmarshaller
 
AttributeDesignator - Interface in org.opensaml.saml.saml1.core
This interface defines how the object representing a SAML 1 AttributeDesignator element behaves.
AttributeDesignatorBuilder - Class in org.opensaml.saml.saml1.core.impl
Builder of AttributeDesignatorImpl objects.
AttributeDesignatorBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeDesignatorBuilder
Constructor.
AttributeDesignatorImpl - Class in org.opensaml.saml.saml1.core.impl
Concrete Implementation of the AttributeDesignator interface.
AttributeDesignatorImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeDesignatorImpl
Constructor.
AttributeDesignatorMarshaller - Class in org.opensaml.saml.saml1.core.impl
Marshaller of AttributeDesignator objects.
AttributeDesignatorMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeDesignatorMarshaller
 
attributeDesignators - Variable in class org.opensaml.saml.saml1.core.impl.AttributeQueryImpl
Contains all the child AttributeDesignators.
AttributeDesignatorType - Interface in org.opensaml.xacml.policy
XACML AttribtueDesignator schema type.
AttributeDesignatorTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation of AttributeDesignatorType.
AttributeDesignatorTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImpl
Constructor.
AttributeDesignatorTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
AttributeDesignatorTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImplBuilder
 
AttributeDesignatorTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for AttributeDesignatorType.
AttributeDesignatorTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeMarshaller
 
AttributeDesignatorTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for AttributeDesignatorType.
AttributeDesignatorTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeUnmarshaller
 
AttributeDesignatorUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
Unmarshaller for AttributeDesignator objects.
AttributeDesignatorUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeDesignatorUnmarshaller
 
AttributedQName - Interface in org.opensaml.soap.wsaddressing
Interface for type <wsa:AttributedQName>.
AttributedQNameImpl - Class in org.opensaml.soap.wsaddressing.impl
Implementation of AttributedQName.
AttributedQNameImpl(String, String, String) - Constructor for class org.opensaml.soap.wsaddressing.impl.AttributedQNameImpl
Constructor.
AttributedQNameMarshaller - Class in org.opensaml.soap.wsaddressing.impl
Marshaller for instances of AttributedQName.
AttributedQNameMarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.AttributedQNameMarshaller
 
AttributedQNameUnmarshaller - Class in org.opensaml.soap.wsaddressing.impl
Unmarshaller for instances of AttributedQName.
AttributedQNameUnmarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.AttributedQNameUnmarshaller
 
AttributedString - Interface in org.opensaml.soap.wssecurity
Interface for elements of complex type AttributedString.
AttributedStringImpl - Class in org.opensaml.soap.wssecurity.impl
Implementation of AttributedString.
AttributedStringImpl(String, String, String) - Constructor for class org.opensaml.soap.wssecurity.impl.AttributedStringImpl
Constructor.
AttributedStringMarshaller - Class in org.opensaml.soap.wssecurity.impl
Marshaller for instances of AttributedString.
AttributedStringMarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.AttributedStringMarshaller
 
AttributedStringUnmarshaller - Class in org.opensaml.soap.wssecurity.impl
Unmarshaller for instances of AttributedString.
AttributedStringUnmarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.AttributedStringUnmarshaller
 
AttributedUnsignedLong - Interface in org.opensaml.soap.wsaddressing
Interface for type <wsa:AttributedUnsignedLongType>.
AttributedUnsignedLongImpl - Class in org.opensaml.soap.wsaddressing.impl
Implementation of AttributedUnsignedLong.
AttributedUnsignedLongImpl(String, String, String) - Constructor for class org.opensaml.soap.wsaddressing.impl.AttributedUnsignedLongImpl
Constructor.
AttributedUnsignedLongMarshaller - Class in org.opensaml.soap.wsaddressing.impl
Marshaller for instances of AttributedUnsignedLong.
AttributedUnsignedLongMarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.AttributedUnsignedLongMarshaller
 
AttributedUnsignedLongUnmarshaller - Class in org.opensaml.soap.wsaddressing.impl
Unmarshaller for instances of AttributedUnsignedLong.
AttributedUnsignedLongUnmarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.AttributedUnsignedLongUnmarshaller
 
AttributedURI - Interface in org.opensaml.soap.wsaddressing
Interface for element of type <wsa:AttributedURIType>.
AttributedURI - Interface in org.opensaml.soap.wssecurity
Interface for elements of complex type AttributedURI.
AttributedURIImpl - Class in org.opensaml.soap.wsaddressing.impl
AbstractAttributedURIType is the abstract implementation of AttributedURI.
AttributedURIImpl - Class in org.opensaml.soap.wssecurity.impl
Implementation of AttributedURI.
AttributedURIImpl(String, String, String) - Constructor for class org.opensaml.soap.wsaddressing.impl.AttributedURIImpl
Constructor.
AttributedURIImpl(String, String, String) - Constructor for class org.opensaml.soap.wssecurity.impl.AttributedURIImpl
Constructor.
AttributedURIMarshaller - Class in org.opensaml.soap.wsaddressing.impl
Abstract marshaller for the element of type AttributedURI.
AttributedURIMarshaller - Class in org.opensaml.soap.wssecurity.impl
Marshaller for instances of AttributedURI.
AttributedURIMarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.AttributedURIMarshaller
 
AttributedURIMarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.AttributedURIMarshaller
 
AttributedURIUnmarshaller - Class in org.opensaml.soap.wsaddressing.impl
Abstract unmarshaller for the element of type AttributedURI.
AttributedURIUnmarshaller - Class in org.opensaml.soap.wssecurity.impl
Unmarshaller for instances of AttributedURI.
AttributedURIUnmarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.AttributedURIUnmarshaller
 
AttributedURIUnmarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.AttributedURIUnmarshaller
 
attributeEncParams - Variable in class org.opensaml.saml.saml2.profile.context.EncryptionContext
Parameters for attribute encrytion.
AttributeExtensibleXMLObject - Interface in org.opensaml.core.xml
An interface for XMLObjects that represent DOM elements that support the XML Schema anyAttribute construct.
attributeFilter - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.EntityAttributesFilter
A condition to apply to pre-existing tags to determine their legitimacy.
attributeId - Variable in class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeImpl
ID of the attribute.
attributeId - Variable in class org.opensaml.xacml.policy.impl.AttributeAssignmentTypeImpl
Value for the attribute AttributeId.
attributeId - Variable in class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImpl
Attribute Id.
attributeID - Variable in class org.opensaml.xacml.ctx.impl.AttributeTypeImpl
AttributeID of the attribute.
ATTRIBUTEID_ATTTRIB_NAME - Static variable in interface org.opensaml.xacml.ctx.AttributeType
Name of the AttributeId attribute.
AttributeImpl - Class in org.opensaml.saml.saml1.core.impl
A Concrete implementation of the Attribute Interface.
AttributeImpl - Class in org.opensaml.saml.saml2.core.impl
Concrete implementation of Attribute.
AttributeImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeImpl
Constructor.
AttributeImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AttributeImpl
Constructor.
attributeInfo - Variable in class org.opensaml.saml.ext.saml2mdattr.impl.EntityAttributesImpl
Extension data.
AttributeMap - Class in org.opensaml.core.xml.util
A map of attribute names and attribute values that invalidates the DOM of the attribute owning XMLObject when the attributes change.
AttributeMap(XMLObject) - Constructor for class org.opensaml.core.xml.util.AttributeMap
Constructor.
AttributeMarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread safe Marshaller for Attribute objects.
AttributeMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread safe Marshaller for Attribute objects.
AttributeMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeMarshaller
 
AttributeMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AttributeMarshaller
 
attributeName - Variable in class org.opensaml.saml.saml1.core.impl.AttributeDesignatorImpl
Contains the AttributeName.
ATTRIBUTENAME_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.AttributeDesignator
Name for the AttributeName attribute.
attributeNamespace - Variable in class org.opensaml.saml.saml1.core.impl.AttributeDesignatorImpl
Contains the AttributeNamespace.
ATTRIBUTENAMESPACE_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.AttributeDesignator
Name for the AttributeNamespace attribute.
attributeOwner - Variable in class org.opensaml.core.xml.util.AttributeMap
XMLObject owning the attributes.
AttributeProfile - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata AttributeProfile.
AttributeProfileBuilder - Class in org.opensaml.saml.saml2.metadata.impl
Builder for AttributeProfileImpls.
AttributeProfileBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AttributeProfileBuilder
Constructor.
AttributeProfileImpl - Class in org.opensaml.saml.saml2.metadata.impl
A concrete implementation of AttributeProfile.
AttributeProfileImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.AttributeProfileImpl
Constructor.
attributeProfiles - Variable in class org.opensaml.saml.saml2.metadata.impl.AttributeAuthorityDescriptorImpl
Supported attribute profiles.
attributeProfiles - Variable in class org.opensaml.saml.saml2.metadata.impl.IDPSSODescriptorImpl
Attribute profiles supported by this entity.
AttributeQuery - Interface in org.opensaml.saml.saml1.core
Description of the behaviour of the AttributeQuery element.
AttributeQuery - Interface in org.opensaml.saml.saml2.core
SAML 2.0 AttributeQuery.
AttributeQueryBuilder - Class in org.opensaml.saml.saml1.core.impl
Builder of AttributeQueryImpl objects.
AttributeQueryBuilder - Class in org.opensaml.saml.saml2.core.impl
A Builder for AttributeQueryImpl objects.
AttributeQueryBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeQueryBuilder
Constructor.
AttributeQueryBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AttributeQueryBuilder
Constructor.
AttributeQueryDescriptorType - Interface in org.opensaml.saml.ext.saml2mdquery
SAML 2.0 Metadata extension AttributeQueryDescriptorType.
AttributeQueryDescriptorTypeBuilder - Class in org.opensaml.saml.ext.saml2mdquery.impl
AttributeQueryDescriptorTypeBuilder() - Constructor for class org.opensaml.saml.ext.saml2mdquery.impl.AttributeQueryDescriptorTypeBuilder
 
AttributeQueryDescriptorTypeImpl - Class in org.opensaml.saml.ext.saml2mdquery.impl
Concrete implementation of AttributeQueryDescriptorType.
AttributeQueryDescriptorTypeImpl(String, String, String) - Constructor for class org.opensaml.saml.ext.saml2mdquery.impl.AttributeQueryDescriptorTypeImpl
Constructor.
AttributeQueryDescriptorTypeMarshaller - Class in org.opensaml.saml.ext.saml2mdquery.impl
Marshaller for AttributeQueryDescriptorType objects.
AttributeQueryDescriptorTypeMarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdquery.impl.AttributeQueryDescriptorTypeMarshaller
 
AttributeQueryDescriptorTypeUnmarshaller - Class in org.opensaml.saml.ext.saml2mdquery.impl
Unmarshaller of AttributeQueryDescriptorType objects.
AttributeQueryDescriptorTypeUnmarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdquery.impl.AttributeQueryDescriptorTypeUnmarshaller
 
AttributeQueryImpl - Class in org.opensaml.saml.saml1.core.impl
Concrete implementation of the AttributeQuery interface.
AttributeQueryImpl - Class in org.opensaml.saml.saml2.core.impl
Concrete implementation of AttributeQuery.
AttributeQueryImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeQueryImpl
Constructor.
AttributeQueryImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AttributeQueryImpl
Constructor.
AttributeQueryMarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread safe Unmarshaller for AttributeQuery objects.
AttributeQueryMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for AttributeQuery.
AttributeQueryMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeQueryMarshaller
 
AttributeQueryMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AttributeQueryMarshaller
 
AttributeQueryUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread-safe Unmarshaller for AttributeQuery objects.
AttributeQueryUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for AttributeQuery.
AttributeQueryUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeQueryUnmarshaller
 
AttributeQueryUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AttributeQueryUnmarshaller
 
attributes - Variable in class org.opensaml.core.xml.util.AttributeMap
Map of attributes.
attributes - Variable in class org.opensaml.saml.common.profile.logic.EntityAttributesPredicate.EntityAttributesMatcher
Population to evaluate for a match.
attributes - Variable in class org.opensaml.saml.saml1.core.impl.AttributeStatementImpl
Contains the Attributes (in order).
attributes - Variable in class org.opensaml.saml.saml2.core.impl.AttributeQueryImpl
Attribute child elements.
attributes - Variable in class org.opensaml.saml.saml2.metadata.impl.AttributeAuthorityDescriptorImpl
Supported attribute.
attributes - Variable in class org.opensaml.saml.saml2.metadata.impl.IDPSSODescriptorImpl
Attributes accepted by this entity.
attributes - Variable in class org.opensaml.soap.common.AbstractExtensibleSOAPObject
Attributes of the proxied Element.
attributes - Variable in class org.opensaml.soap.wssecurity.impl.AttributedStringImpl
The wildcard attributes.
attributes - Variable in class org.opensaml.soap.wssecurity.impl.AttributedURIImpl
The wildcard attributes.
attributes - Variable in class org.opensaml.xacml.ctx.impl.ActionTypeImpl
Lists of the attributes in the subject.
attributes - Variable in class org.opensaml.xacml.ctx.impl.EnvironmentTypeImpl
List of the values in the environment.
attributes - Variable in class org.opensaml.xacml.ctx.impl.ResourceTypeImpl
Lists of the attributes in the subject.
attributes - Variable in class org.opensaml.xacml.ctx.impl.SubjectTypeImpl
Lists of the attributes in the subject.
AttributeSelectorType - Interface in org.opensaml.xacml.policy
XACML AttributeSelector schema type.
AttributeSelectorTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation AttributeSelectorType.
AttributeSelectorTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.AttributeSelectorTypeImpl
Constructor.
AttributeSelectorTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
AttributeSelectorTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.AttributeSelectorTypeImplBuilder
 
AttributeSelectorTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for AttributeSelectorType.
AttributeSelectorTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.AttributeSelectorTypeMarshaller
 
AttributeSelectorTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for AttributeSelectorType.
AttributeSelectorTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.AttributeSelectorTypeUnmarshaller
 
AttributeService - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata AttributeService.
AttributeServiceBuilder - Class in org.opensaml.saml.saml2.metadata.impl
AttributeServiceBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AttributeServiceBuilder
Constructor.
AttributeServiceImpl - Class in org.opensaml.saml.saml2.metadata.impl
Concrete implementation of AttributeService.
AttributeServiceImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.AttributeServiceImpl
Constructor.
attributeServices - Variable in class org.opensaml.saml.saml2.metadata.impl.AttributeAuthorityDescriptorImpl
Attribte query endpoints.
AttributeStatement - Interface in org.opensaml.saml.saml1.core
This interface defines how the object representing a SAML 1 AttributeStatement element behaves.
AttributeStatement - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core AttributeStatement.
AttributeStatementBuilder - Class in org.opensaml.saml.saml1.core.impl
Builder of AttributeStatementImpl objects.
AttributeStatementBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder for AttributeStatementImpl objects.
AttributeStatementBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeStatementBuilder
Constructor.
AttributeStatementBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AttributeStatementBuilder
Constructor.
AttributeStatementImpl - Class in org.opensaml.saml.saml1.core.impl
A Concrete implementation of the AttributeStatement Interface.
AttributeStatementImpl - Class in org.opensaml.saml.saml2.core.impl
A concrete implementation of AttributeStatement.
AttributeStatementImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeStatementImpl
Constructor.
AttributeStatementImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AttributeStatementImpl
Constructor.
AttributeStatementMarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread safe Unmarshaller for AttributeStatement objects.
AttributeStatementMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for AttributeStatement.
AttributeStatementMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeStatementMarshaller
 
AttributeStatementMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AttributeStatementMarshaller
 
AttributeStatementUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread-safe Unmarshaller for AttributeStatement objects.
AttributeStatementUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for AttributeStatement.
AttributeStatementUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeStatementUnmarshaller
 
AttributeStatementUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AttributeStatementUnmarshaller
 
AttributeType - Interface in org.opensaml.xacml.ctx
XACML context Attribute schema type.
AttributeTypeImpl - Class in org.opensaml.xacml.ctx.impl
Concrete implementation of AttributeType.
AttributeTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.ctx.impl.AttributeTypeImpl
Constructor.
AttributeTypeImplBuilder - Class in org.opensaml.xacml.ctx.impl
Builder for AttributeType objects.
AttributeTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.AttributeTypeImplBuilder
Constructor.
AttributeTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
Marshaller for AttributeType objects.
AttributeTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.AttributeTypeMarshaller
Constructor.
AttributeTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
Unmarshaller for AttributeType objects.
AttributeTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.AttributeTypeUnmarshaller
Constructor.
AttributeUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread-safe Unmarshaller for AttributeImpl objects.
AttributeUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for Attribute objects.
AttributeUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeUnmarshaller
 
AttributeUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AttributeUnmarshaller
 
attributeValue - Variable in class org.opensaml.xacml.policy.impl.ActionMatchTypeImpl
Match's attribute value.
attributeValue - Variable in class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeImpl
Match's attribute value.
attributeValue - Variable in class org.opensaml.xacml.policy.impl.ResourceMatchTypeImpl
Match's attribute value.
attributeValue - Variable in class org.opensaml.xacml.policy.impl.SubjectMatchTypeImpl
Match's attribute value.
AttributeValue - Interface in org.opensaml.saml.saml1.core
This interface defines how the object representing a SAML 1 AttributeValue element behaves.
AttributeValue - Interface in org.opensaml.saml.saml2.core
This interface defines how the object representing a SAML 2 AttributeValue element behaves.
AttributeValueBuilder - Class in org.opensaml.saml.saml1.core.impl
Builder for AttributeValue objects.
AttributeValueBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder for AttributeValue objects.
AttributeValueBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeValueBuilder
 
AttributeValueBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AttributeValueBuilder
 
AttributeValueImpl - Class in org.opensaml.saml.saml1.core.impl
A concrete implementation of AttributeValue.
AttributeValueImpl - Class in org.opensaml.saml.saml2.core.impl
A concrete implementation of AttributeValue.
AttributeValueImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeValueImpl
Constructor.
AttributeValueImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AttributeValueImpl
Constructor.
attributeValues - Variable in class org.opensaml.saml.saml1.core.impl.AttributeImpl
Contains the AttributeValues.
attributeValues - Variable in class org.opensaml.saml.saml2.core.impl.AttributeImpl
List of attribute values for this attribute.
attributeValues - Variable in class org.opensaml.xacml.ctx.impl.AttributeTypeImpl
List of values for this attribute.
attributeValues - Variable in class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeImpl
Lists of the attribute values in details.
AttributeValueType - Interface in org.opensaml.xacml.ctx
XACML context AttributeValue schema type.
AttributeValueType - Interface in org.opensaml.xacml.policy
XACML AttributeValue schema type.
AttributeValueTypeImpl - Class in org.opensaml.xacml.ctx.impl
Concrete implementation of AttributeValueType.
AttributeValueTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation of AttributeValueType.
AttributeValueTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.ctx.impl.AttributeValueTypeImpl
Constructor.
AttributeValueTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.AttributeValueTypeImpl
Constructor.
AttributeValueTypeImplBuilder - Class in org.opensaml.xacml.ctx.impl
Builder for AttributeValueType objects.
AttributeValueTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for AttributeValueType.
AttributeValueTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.AttributeValueTypeImplBuilder
Constructor.
AttributeValueTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.AttributeValueTypeImplBuilder
 
AttributeValueTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
Marshaller for AttributeValueType objects.
AttributeValueTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for AttributeValueType.
AttributeValueTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.AttributeValueTypeMarshaller
Constructor.
AttributeValueTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.AttributeValueTypeMarshaller
 
AttributeValueTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
Unmarshaller for AttributeValueType objects.
AttributeValueTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for AttributeValueType.
AttributeValueTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.AttributeValueTypeUnmarshaller
Constructor.
AttributeValueTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.AttributeValueTypeUnmarshaller
 
attrNames - Variable in class org.opensaml.core.xml.NamespaceManager
Registered namespaces of attribute names.
attrValues - Variable in class org.opensaml.core.xml.NamespaceManager
Registered namespaces of attribute values.
audience - Variable in class org.opensaml.saml.saml2.core.impl.AudienceRestrictionImpl
List of the audiences.
Audience - Interface in org.opensaml.saml.saml1.core
This interface describes how an object representing a SAML1 Audience element will behave.
Audience - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core Audience.
AudienceBuilder - Class in org.opensaml.saml.saml1.core.impl
Builder of AudienceImpl objects.
AudienceBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder for AudienceImpl objects.
AudienceBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.AudienceBuilder
Constructor.
AudienceBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AudienceBuilder
Construtor.
AudienceImpl - Class in org.opensaml.saml.saml1.core.impl
Concrete class implementation of Audience.
AudienceImpl - Class in org.opensaml.saml.saml2.core.impl
Concrete implementation of Audience.
AudienceImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.AudienceImpl
Constructor.
AudienceImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AudienceImpl
Constructor.
AudienceRestriction - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core AudienceRestriction.
AudienceRestrictionBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder for AudienceRestrictionImpl objects.
AudienceRestrictionBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AudienceRestrictionBuilder
Constructor.
AudienceRestrictionCondition - Interface in org.opensaml.saml.saml1.core
This interface describes how ab object representing a SAML1 AudienceRestrictionCondition element will behave.
AudienceRestrictionConditionBuilder - Class in org.opensaml.saml.saml1.core.impl
AudienceRestrictionConditionBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.AudienceRestrictionConditionBuilder
Constructor.
AudienceRestrictionConditionImpl - Class in org.opensaml.saml.saml1.core.impl
Concrete implementation of the org.opensaml.saml.saml1.core.AudienceRestrictionCondition.
AudienceRestrictionConditionImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.AudienceRestrictionConditionImpl
Constructor.
AudienceRestrictionConditionMarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread safe Marshaller for AudienceRestrictionCondition objects.
AudienceRestrictionConditionMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AudienceRestrictionConditionMarshaller
 
AudienceRestrictionConditionUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread-safe Unmarshaller for AudienceRestrictionCondition objects.
AudienceRestrictionConditionUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AudienceRestrictionConditionUnmarshaller
 
AudienceRestrictionConditionValidator - Class in org.opensaml.saml.saml2.assertion.impl
ConditionValidator implementation for AudienceRestriction conditions.
AudienceRestrictionConditionValidator() - Constructor for class org.opensaml.saml.saml2.assertion.impl.AudienceRestrictionConditionValidator
 
AudienceRestrictionImpl - Class in org.opensaml.saml.saml2.core.impl
Concrete implementation of AudienceRestriction.
AudienceRestrictionImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AudienceRestrictionImpl
Constructor.
AudienceRestrictionMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread safe Marshaller for AudienceRestriction objects.
AudienceRestrictionMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AudienceRestrictionMarshaller
 
audienceRestrictionsLookupStrategy - Variable in class org.opensaml.saml.common.profile.impl.AddAudienceRestrictionToAssertions
Strategy used to obtain the audiences to add.
AudienceRestrictionUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for AudienceRestriction objects.
AudienceRestrictionUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AudienceRestrictionUnmarshaller
 
audiences - Variable in class org.opensaml.saml.common.profile.impl.AddAudienceRestrictionToAssertions
Audiences to add.
audiences - Variable in class org.opensaml.saml.saml1.core.impl.AudienceRestrictionConditionImpl
Audiences.
audiences - Variable in class org.opensaml.saml.saml2.core.impl.ProxyRestrictionImpl
Audiences of the Restriction.
audiences - Variable in class org.opensaml.saml.saml2.profile.impl.AddProxyRestrictionToAssertions
Audiences to add.
AUTH_HASH - Static variable in interface org.opensaml.soap.wstrust.CombinedHash
The fixed string "AUTH-HASH" used in computing the value of the combined hash.
AUTH_REQUESTS_SIGNED_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.SPSSODescriptor
"AuthnRequestsSigned" attribute's local name.
authCache - Variable in class org.opensaml.security.httpclient.HttpClientSecurityParameters
HttpClient AuthCache to allow pre-emptive authentication.
authenticated - Variable in class org.opensaml.saml.common.messaging.context.AbstractAuthenticatableSAMLEntityContext
Flag indicating whether the SAML peer entity has been authenticated.
AUTHENTICATED_TELEPHONY_AUTHN_CTX - Static variable in interface org.opensaml.saml.saml2.core.AuthnContext
URI for Authenticated Telephony authentication context.
authenticatingAuthority - Variable in class org.opensaml.saml.saml2.core.impl.AuthnContextImpl
List of the Authenticating Authorities.
AuthenticatingAuthority - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core AuthenticatingAuthority.
AuthenticatingAuthorityBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder for AuthenticatingAuthorityImpl objects.
AuthenticatingAuthorityBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthenticatingAuthorityBuilder
Constructor.
AuthenticatingAuthorityImpl - Class in org.opensaml.saml.saml2.core.impl
A concrete implementation of AuthenticatingAuthority.
AuthenticatingAuthorityImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AuthenticatingAuthorityImpl
Constructor.
authenticationInstant - Variable in class org.opensaml.saml.saml1.core.impl.AuthenticationStatementImpl
Contains the AuthenticationMethod attribute contents.
AUTHENTICATIONINSTANT_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.AuthenticationStatement
Name of the AuthenticationInstant attribute.
AUTHENTICATIONINSTANT_ATTRIB_QNAME - Static variable in interface org.opensaml.saml.saml1.core.AuthenticationStatement
QName of the AuthenticationInstant attribute.
authenticationLookupStrategy - Variable in class org.opensaml.messaging.handler.impl.CheckMandatoryAuthentication
Strategy used to look up the authentication state associated with the message context.
authenticationMethod - Variable in class org.opensaml.saml.saml1.core.impl.AuthenticationQueryImpl
The method used to do the authentication.
authenticationMethod - Variable in class org.opensaml.saml.saml1.core.impl.AuthenticationStatementImpl
Contains the AuthenticationMethod attribute contents.
AUTHENTICATIONMETHOD_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.AuthenticationQuery
AuthenticationMethod attribute name.
AUTHENTICATIONMETHOD_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.AuthenticationStatement
Name of the AuthenticationMethod attribute.
AuthenticationQuery - Interface in org.opensaml.saml.saml1.core
Description of the behaviour of the AuthenticationQuery element.
AuthenticationQueryBuilder - Class in org.opensaml.saml.saml1.core.impl
Builder of AuthenticationQueryImpl objects.
AuthenticationQueryBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.AuthenticationQueryBuilder
Constructor.
AuthenticationQueryImpl - Class in org.opensaml.saml.saml1.core.impl
Concrete implementation of the AuthenticationQuery interface.
AuthenticationQueryImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.AuthenticationQueryImpl
Constructor.
AuthenticationQueryMarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread safe Marshaller for AuthenticationQuery objects.
AuthenticationQueryMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AuthenticationQueryMarshaller
 
AuthenticationQueryUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread-safe Unmarshaller for AuthenticationQuery objects.
AuthenticationQueryUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AuthenticationQueryUnmarshaller
 
AuthenticationStatement - Interface in org.opensaml.saml.saml1.core
This interface defines how the object representing a SAML1 AuthenticationStatment element behaves.
AuthenticationStatementBuilder - Class in org.opensaml.saml.saml1.core.impl
Builder of AuthenticationStatementImpl objects.
AuthenticationStatementBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.AuthenticationStatementBuilder
Constructor.
AuthenticationStatementImpl - Class in org.opensaml.saml.saml1.core.impl
A Concrete implementation of the AuthenticationStatement Interface.
AuthenticationStatementImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.AuthenticationStatementImpl
Constructor.
AuthenticationStatementMarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread safe Marshaller for AuthenticationStatement objects.
AuthenticationStatementMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AuthenticationStatementMarshaller
 
AuthenticationStatementUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread-safe Unmarshaller for AuthenticationStatement objects.
AuthenticationStatementUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AuthenticationStatementUnmarshaller
 
AuthenticationType - Interface in org.opensaml.soap.wstrust
The wst:AuthenticationType element.
AuthenticationTypeBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the AuthenticationType element.
AuthenticationTypeBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.AuthenticationTypeBuilder
 
AuthenticationTypeImpl - Class in org.opensaml.soap.wstrust.impl
AddressImpl.
AuthenticationTypeImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.AuthenticationTypeImpl
Constructor.
AuthenticationTypeMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the AuthenticationType element.
AuthenticationTypeMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.AuthenticationTypeMarshaller
 
AuthenticationTypeUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the wst:AuthenticationType element.
AuthenticationTypeUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.AuthenticationTypeUnmarshaller
 
Authenticator - Interface in org.opensaml.soap.wstrust
The wst:Authenticator element.
AuthenticatorBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the Authenticator element.
AuthenticatorBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.AuthenticatorBuilder
 
AuthenticatorImpl - Class in org.opensaml.soap.wstrust.impl
AuthenticatorImpl.
AuthenticatorImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.AuthenticatorImpl
Constructor.
AuthenticatorMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the Authenticator element.
AuthenticatorMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.AuthenticatorMarshaller
 
AuthenticatorUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the wst:Authenticator element.
AuthenticatorUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.AuthenticatorUnmarshaller
 
AUTHN_FAILED - Static variable in interface org.opensaml.saml.saml2.core.StatusCode
URI for AuthnFailed status code.
AUTHN_INSTANT_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthnStatement
AuthnInstant attribute name.
AUTHN_INSTANT_ATTRIB_QNAME - Static variable in interface org.opensaml.saml.saml2.core.AuthnStatement
AuthnInstant attribute QName.
AuthnAuthorityDescriptor - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata AuthnAuthorityDescriptor.
AuthnAuthorityDescriptorBuilder - Class in org.opensaml.saml.saml2.metadata.impl
A builder for AuthnAuthorityDescriptorImpl objects.
AuthnAuthorityDescriptorBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AuthnAuthorityDescriptorBuilder
Constructor.
AuthnAuthorityDescriptorImpl - Class in org.opensaml.saml.saml2.metadata.impl
Concrete implementation of AuthnAuthorityDescriptor.
AuthnAuthorityDescriptorImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.AuthnAuthorityDescriptorImpl
Constructor .
AuthnAuthorityDescriptorMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Marshaller for AuthnAuthorityDescriptor objects.
AuthnAuthorityDescriptorMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AuthnAuthorityDescriptorMarshaller
 
AuthnAuthorityDescriptorUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread-safe Unmarshaller for AuthnAuthorityDescriptor objects.
AuthnAuthorityDescriptorUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AuthnAuthorityDescriptorUnmarshaller
 
authnContext - Variable in class org.opensaml.saml.saml2.core.impl.AuthnStatementImpl
Authentication Context of the Authentication Statement.
AuthnContext - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core AuthnContext.
AuthnContextBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder for AuthnContextImpl objects.
AuthnContextBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnContextBuilder
Constructor.
authnContextClassRef - Variable in class org.opensaml.saml.saml2.core.impl.AuthnContextImpl
URI of the Context Class.
AuthnContextClassRef - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core AuthnContextClassRef.
AuthnContextClassRefBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder for AuthnContextClassRefImpl objects.
AuthnContextClassRefBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnContextClassRefBuilder
Constructor.
AuthnContextClassRefImpl - Class in org.opensaml.saml.saml2.core.impl
A concrete implementation of AuthnContextClassRef.
AuthnContextClassRefImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnContextClassRefImpl
Constructor.
authnContextClassRefs - Variable in class org.opensaml.saml.saml2.core.impl.RequestedAuthnContextImpl
AuthnContextClassRef child elements.
AuthnContextComparisonTypeEnumeration - Enum in org.opensaml.saml.saml2.core
Enumeration of RequestedAuthnContext comparison types.
AuthnContextComparisonTypeEnumeration(String) - Constructor for enum org.opensaml.saml.saml2.core.AuthnContextComparisonTypeEnumeration
Constructor.
authnContextDecl - Variable in class org.opensaml.saml.saml2.core.impl.AuthnContextImpl
Declaration of the Authentication Context.
AuthnContextDecl - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core AuthnContextDecl.
AuthnContextDeclBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder for AuthnContextDeclImpl objects.
AuthnContextDeclBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnContextDeclBuilder
 
AuthnContextDeclImpl - Class in org.opensaml.saml.saml2.core.impl
A concrete implementation of AuthnContextDecl.
AuthnContextDeclImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnContextDeclImpl
Constructor.
authnContextDeclRef - Variable in class org.opensaml.saml.saml2.core.impl.AuthnContextImpl
URI of the Declaration of the Authentication Context.
AuthnContextDeclRef - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core AuthnContextDeclRef.
AuthnContextDeclRefBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder for AuthnContextDeclRefImpl objects.
AuthnContextDeclRefBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnContextDeclRefBuilder
Constructor.
AuthnContextDeclRefImpl - Class in org.opensaml.saml.saml2.core.impl
A concrete implementation of AuthnContextDeclRef.
AuthnContextDeclRefImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnContextDeclRefImpl
Constructor.
authnContextDeclRefs - Variable in class org.opensaml.saml.saml2.core.impl.RequestedAuthnContextImpl
AuthnContextDeclRef child elements.
AuthnContextImpl - Class in org.opensaml.saml.saml2.core.impl
A concrete implemenation of AuthnContext.
AuthnContextImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnContextImpl
Constructor.
AuthnContextMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for AuthnContext.
AuthnContextMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnContextMarshaller
 
AuthnContextUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for AuthnContext.
AuthnContextUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnContextUnmarshaller
 
authnInstant - Variable in class org.opensaml.saml.saml2.core.impl.AuthnStatementImpl
Time of the authentication.
AuthnQuery - Interface in org.opensaml.saml.saml2.core
SAML 2.0 AuthnQuery.
AuthnQueryBuilder - Class in org.opensaml.saml.saml2.core.impl
A Builder for AuthnQueryImpl objects.
AuthnQueryBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnQueryBuilder
Constructor.
AuthnQueryDescriptorType - Interface in org.opensaml.saml.ext.saml2mdquery
SAML 2.0 Metadata extension AuthnQueryDescriptorType.
AuthnQueryDescriptorTypeBuilder - Class in org.opensaml.saml.ext.saml2mdquery.impl
Builder of AuthnQueryDescriptorTypeImpl objects.
AuthnQueryDescriptorTypeBuilder() - Constructor for class org.opensaml.saml.ext.saml2mdquery.impl.AuthnQueryDescriptorTypeBuilder
 
AuthnQueryDescriptorTypeImpl - Class in org.opensaml.saml.ext.saml2mdquery.impl
Concrete implementation of AuthnQueryDescriptorType.
AuthnQueryDescriptorTypeImpl(String, String, String) - Constructor for class org.opensaml.saml.ext.saml2mdquery.impl.AuthnQueryDescriptorTypeImpl
Constructor.
AuthnQueryDescriptorTypeMarshaller - Class in org.opensaml.saml.ext.saml2mdquery.impl
Marshaller for AuthnQueryDescriptorType objects.
AuthnQueryDescriptorTypeMarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdquery.impl.AuthnQueryDescriptorTypeMarshaller
 
AuthnQueryDescriptorTypeUnmarshaller - Class in org.opensaml.saml.ext.saml2mdquery.impl
Unmarshaller of AuthnQueryDescriptorType objects.
AuthnQueryDescriptorTypeUnmarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdquery.impl.AuthnQueryDescriptorTypeUnmarshaller
 
AuthnQueryImpl - Class in org.opensaml.saml.saml2.core.impl
Concrete implementation of AuthnQuery.
AuthnQueryImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnQueryImpl
Constructor.
AuthnQueryMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for AuthnQuery.
AuthnQueryMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnQueryMarshaller
 
AuthnQueryService - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata AuthnQueryService.
AuthnQueryServiceBuilder - Class in org.opensaml.saml.saml2.metadata.impl
AuthnQueryServiceBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AuthnQueryServiceBuilder
Constructor.
AuthnQueryServiceImpl - Class in org.opensaml.saml.saml2.metadata.impl
Concrete implementation of AuthnQueryService.
AuthnQueryServiceImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.AuthnQueryServiceImpl
Constructor.
authnQueryServices - Variable in class org.opensaml.saml.saml2.metadata.impl.AuthnAuthorityDescriptorImpl
AuthnQueryService endpoints.
AuthnQueryUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for AuthnQuery objects.
AuthnQueryUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnQueryUnmarshaller
 
AuthnRequest - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core AuthnRequest.
AuthnRequestBuilder - Class in org.opensaml.saml.saml2.core.impl
A Builder for AuthnRequestImpl objects.
AuthnRequestBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnRequestBuilder
Constructor.
AuthnRequestImpl - Class in org.opensaml.saml.saml2.core.impl
A concrete implementation of AuthnRequest.
AuthnRequestImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
Constructor.
AuthnRequestLookup() - Constructor for class org.opensaml.saml.common.binding.impl.SAMLAddAttributeConsumingServiceHandler.AuthnRequestLookup
 
authnRequestLookupStrategy - Variable in class org.opensaml.saml.common.binding.impl.SAMLAddAttributeConsumingServiceHandler
Lookup strategy for an AuthnRequest index.
AuthnRequestMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for AuthnRequest.
AuthnRequestMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnRequestMarshaller
 
authnRequestSigned - Variable in class org.opensaml.saml.saml2.metadata.impl.SPSSODescriptorImpl
value for isAuthnRequestSigned attribute.
AuthnRequestUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for AuthnRequest objects.
AuthnRequestUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnRequestUnmarshaller
 
AuthnStatement - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core AuthnStatement.
AuthnStatementBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder for AuthnStatementImpl objects.
AuthnStatementBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnStatementBuilder
Constructor.
AuthnStatementImpl - Class in org.opensaml.saml.saml2.core.impl
A concrete implementation of AuthnStatement.
AuthnStatementImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnStatementImpl
Constructor.
AuthnStatementMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for AuthnStatement.
AuthnStatementMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnStatementMarshaller
 
AuthnStatementUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for AuthnStatement.
AuthnStatementUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnStatementUnmarshaller
 
AuthnStatementValidator - Class in org.opensaml.saml.saml2.assertion.impl
StatementValidator implementation for AuthnStatement conditions.
AuthnStatementValidator() - Constructor for class org.opensaml.saml.saml2.assertion.impl.AuthnStatementValidator
 
authorities - Variable in class org.opensaml.saml.common.profile.logic.RegistrationAuthorityPredicate
Authorities to match on.
AuthorityBinding - Interface in org.opensaml.saml.saml1.core
Interface to define how a AuthorityBinding element behaves.
AuthorityBindingBuilder - Class in org.opensaml.saml.saml1.core.impl
Builder of AuthorityBindingImpl objects.
AuthorityBindingBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.AuthorityBindingBuilder
Constructor.
AuthorityBindingImpl - Class in org.opensaml.saml.saml1.core.impl
A concrete implementation of the SubjectLocality interface.
AuthorityBindingImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.AuthorityBindingImpl
Constructor.
AuthorityBindingMarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread safe Marshaller for AuthorityBinding objects.
AuthorityBindingMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AuthorityBindingMarshaller
 
authorityBindings - Variable in class org.opensaml.saml.saml1.core.impl.AuthenticationStatementImpl
Contains the AuthorityBinding subelements.
AuthorityBindingUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread-safe Unmarshaller for AuthorityBinding objects.
AuthorityBindingUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AuthorityBindingUnmarshaller
 
authorityKind - Variable in class org.opensaml.saml.saml1.core.impl.AuthorityBindingImpl
The AuthorityKind.
AUTHORITYKIND_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.AuthorityBinding
Name for the AuthorityKind attribute.
AuthorizationDecisionQuery - Interface in org.opensaml.saml.saml1.core
Description of the behaviour of the AuthorizationDecisionQuery element.
AuthorizationDecisionQueryBuilder - Class in org.opensaml.saml.saml1.core.impl
Builder of AuthorizationDecisionQueryImpl objects.
AuthorizationDecisionQueryBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionQueryBuilder
Constructor.
AuthorizationDecisionQueryImpl - Class in org.opensaml.saml.saml1.core.impl
Concrete implementation of the AuthorizationDecisionQuery interface.
AuthorizationDecisionQueryImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionQueryImpl
Constructor.
AuthorizationDecisionQueryMarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread safe Marshaller for AuthorizationDecisionQuery objects.
AuthorizationDecisionQueryMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionQueryMarshaller
 
AuthorizationDecisionQueryUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread-safe Unmarshaller for AuthorizationDecisionQuery objects.
AuthorizationDecisionQueryUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionQueryUnmarshaller
 
AuthorizationDecisionStatement - Interface in org.opensaml.saml.saml1.core
This interface defines how the object representing a SAML1 AuthorizationDecisionStatement element behaves.
AuthorizationDecisionStatementBuilder - Class in org.opensaml.saml.saml1.core.impl
AuthorizationDecisionStatementBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionStatementBuilder
Constructor.
AuthorizationDecisionStatementImpl - Class in org.opensaml.saml.saml1.core.impl
A concrete implementation of AuthorizationDecisionStatement.
AuthorizationDecisionStatementImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionStatementImpl
Constructor.
AuthorizationDecisionStatementMarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread safe Marshaller for AuthorizationDecisionStatement objects.
AuthorizationDecisionStatementMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionStatementMarshaller
 
AuthorizationDecisionStatementUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread-safe Unmarshaller for AuthorizationDecisionStatementImpl objects.
AuthorizationDecisionStatementUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionStatementUnmarshaller
 
AuthzDecisionQuery - Interface in org.opensaml.saml.saml2.core
SAML 2.0 AuthzDecisionQuery.
AuthzDecisionQueryBuilder - Class in org.opensaml.saml.saml2.core.impl
A Builder for AuthzDecisionQueryImpl objects.
AuthzDecisionQueryBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthzDecisionQueryBuilder
Constructor.
AuthzDecisionQueryDescriptorType - Interface in org.opensaml.saml.ext.saml2mdquery
SAML 2.0 Metadata extension AuthzDecisionQueryDescriptorType.
AuthzDecisionQueryDescriptorTypeBuilder - Class in org.opensaml.saml.ext.saml2mdquery.impl
AuthzDecisionQueryDescriptorTypeBuilder() - Constructor for class org.opensaml.saml.ext.saml2mdquery.impl.AuthzDecisionQueryDescriptorTypeBuilder
 
AuthzDecisionQueryDescriptorTypeImpl - Class in org.opensaml.saml.ext.saml2mdquery.impl
Concrete implementation of AuthzDecisionQueryDescriptorType.
AuthzDecisionQueryDescriptorTypeImpl(String, String, String) - Constructor for class org.opensaml.saml.ext.saml2mdquery.impl.AuthzDecisionQueryDescriptorTypeImpl
Constructor.
AuthzDecisionQueryDescriptorTypeMarshaller - Class in org.opensaml.saml.ext.saml2mdquery.impl
Marshaller of AuthzDecisionQueryDescriptorType objects.
AuthzDecisionQueryDescriptorTypeMarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdquery.impl.AuthzDecisionQueryDescriptorTypeMarshaller
 
AuthzDecisionQueryDescriptorTypeUnmarshaller - Class in org.opensaml.saml.ext.saml2mdquery.impl
Unmarshaller for AuthzDecisionQueryDescriptorType objects.
AuthzDecisionQueryDescriptorTypeUnmarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdquery.impl.AuthzDecisionQueryDescriptorTypeUnmarshaller
 
AuthzDecisionQueryImpl - Class in org.opensaml.saml.saml2.core.impl
Concrete implementation of AuthzDecisionQuery.
AuthzDecisionQueryImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AuthzDecisionQueryImpl
Constructor.
AuthzDecisionQueryMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for AuthzDecisionQuery objects.
AuthzDecisionQueryMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthzDecisionQueryMarshaller
 
AuthzDecisionQueryUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for AuthzDecisionQuery objects.
AuthzDecisionQueryUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthzDecisionQueryUnmarshaller
 
AuthzDecisionStatement - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core AuthzDecisionStatement.
AuthzDecisionStatementBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder for AuthzDecisionStatementImpl objects.
AuthzDecisionStatementBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthzDecisionStatementBuilder
Constructor.
AuthzDecisionStatementImpl - Class in org.opensaml.saml.saml2.core.impl
A concrete implementation of AuthzDecisionStatement.
AuthzDecisionStatementImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AuthzDecisionStatementImpl
Constructor.
AuthzDecisionStatementMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for AuthzDecisionStatement.
AuthzDecisionStatementMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthzDecisionStatementMarshaller
 
AuthzDecisionStatementUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for AuthzDecisionStatement.
AuthzDecisionStatementUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthzDecisionStatementUnmarshaller
 
AuthzService - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata AuthzService.
AuthzServiceBuilder - Class in org.opensaml.saml.saml2.metadata.impl
Builder for AuthzServiceImpl.
AuthzServiceBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AuthzServiceBuilder
Constructor.
AuthzServiceImpl - Class in org.opensaml.saml.saml2.metadata.impl
Concrete implmentation of AuthzService.
AuthzServiceImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.AuthzServiceImpl
Constructor.
authzServices - Variable in class org.opensaml.saml.saml2.metadata.impl.PDPDescriptorImpl
AuthzService children.
autocreate - Variable in class org.opensaml.messaging.context.navigate.ChildContextLookup
Whether the child context should be created if it doesn't exist.
autoGenerateDataEncryptionCredential - Variable in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Flag indicating whether the resolver should auto-generate data encryption credentials.

B

B64_CERT_STORE - Static variable in class org.opensaml.xmlsec.signature.impl.X509CertificateImpl
Class-level index of Base64 encoded cert values.
B64_CRL_STORE - Static variable in class org.opensaml.xmlsec.signature.impl.X509CRLImpl
Class-level index of Base64 encoded CRL values.
b64CertIndex - Variable in class org.opensaml.xmlsec.signature.impl.X509CertificateImpl
Index to a stored Base64 encoded cert.
b64CRLIndex - Variable in class org.opensaml.xmlsec.signature.impl.X509CRLImpl
Index to a stored Base64 encoded CRL.
backgroundInitializationFromCacheDelay - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
The delay after which to schedule the background initialization from the persistent cache.
backingList - Variable in class org.opensaml.core.xml.util.ListView
List that backs this view.
backingMap - Variable in class org.opensaml.core.xml.persist.MapLoadSaveManager
The backing map.
BackingStoreCleanupSweeper() - Constructor for class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.BackingStoreCleanupSweeper
 
backupFileInitNextRefreshDelay - Variable in class org.opensaml.saml.metadata.resolver.impl.FileBackedHTTPMetadataResolver
Duration after which to schedule next refresh, when initialized from backup file.
base - Variable in class org.opensaml.saml.metadata.resolver.impl.MetadataQueryProtocolRequestURLBuilder
The request base URL per the specification.
base64DecodeOrNull(String) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.InlineX509DataProvider
Base64 decode the input, returning null if there is an issue with decoding.
base64DecodeOrThrow(String) - Static method in class org.opensaml.security.crypto.KeySupport
Base64 decode the input string, if it fails to decode throw a KeyException wrapping the original exception.
base64Encode() - Method in class org.opensaml.saml.common.binding.artifact.AbstractSAMLArtifact
Gets the Base64 encoded artifact.
BaseBearing - Interface in org.opensaml.core.xml
Interface for element having a @xml:base attribute.
BaseClientCertAuthSecurityHandler - Class in org.opensaml.security.messaging.impl
Policy rule that checks if the client cert used to authenticate the request is valid and trusted.
BaseClientCertAuthSecurityHandler() - Constructor for class org.opensaml.security.messaging.impl.BaseClientCertAuthSecurityHandler
 
BaseContext - Class in org.opensaml.messaging.context
Base implementation of a component which represents the context used to store state used for purposes related to messaging.
BaseContext() - Constructor for class org.opensaml.messaging.context.BaseContext
Constructor.
BaseContext.ContextSetNoRemoveIteratorDecorator - Class in org.opensaml.messaging.context
Iterator decorator which disallows the remove() operation on the iterator.
baseDirectory - Variable in class org.opensaml.core.xml.persist.FilesystemLoadSaveManager
The base directory used for storing individual serialized XML files.
baseExtSchemas - Static variable in class org.opensaml.saml.common.xml.SAMLSchemaBuilder
Classpath relative location of SAML extension schemas.
BaseHttpClientRequestXMLMessageEncoder - Class in org.opensaml.messaging.encoder.httpclient
Base class for message encoders which encode XML messages to HttpRequest.
BaseHttpClientRequestXMLMessageEncoder() - Constructor for class org.opensaml.messaging.encoder.httpclient.BaseHttpClientRequestXMLMessageEncoder
 
BaseHttpClientResponseXMLMessageDecoder - Class in org.opensaml.messaging.decoder.httpclient
Base class for message decoders which decode XML messages from an HttpResponse.
BaseHttpClientResponseXMLMessageDecoder() - Constructor for class org.opensaml.messaging.decoder.httpclient.BaseHttpClientResponseXMLMessageDecoder
Constructor.
BaseHttpServletRequestXMLMessageDecoder - Class in org.opensaml.messaging.decoder.servlet
Base class for message decoders which decode XML messages from an HttpServletRequest.
BaseHttpServletRequestXMLMessageDecoder() - Constructor for class org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder
Constructor.
BaseHttpServletResponseXMLMessageEncoder - Class in org.opensaml.messaging.encoder.servlet
Base class for message encoders which encode XML messages to HttpServletResponse.
BaseHttpServletResponseXMLMessageEncoder() - Constructor for class org.opensaml.messaging.encoder.servlet.BaseHttpServletResponseXMLMessageEncoder
 
baseID - Variable in class org.opensaml.saml.ext.saml2delrestrict.impl.DelegateImpl
BaseID child element.
baseID - Variable in class org.opensaml.saml.saml2.core.impl.LogoutRequestImpl
BaseID child element.
baseID - Variable in class org.opensaml.saml.saml2.core.impl.NameIDMappingRequestImpl
BaseID child element.
baseID - Variable in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationImpl
BaseID child element.
baseID - Variable in class org.opensaml.saml.saml2.core.impl.SubjectImpl
BaseID child element.
BaseID - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core BaseID.
BaseIDImpl - Class in org.opensaml.saml.saml2.core.impl
Concrete implementation of BaseID.
BaseIDImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.BaseIDImpl
Constructor.
BaseIDMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for BaseID objects.
BaseIDMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.BaseIDMarshaller
 
BaseIDUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for BaseID objects.
BaseIDUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.BaseIDUnmarshaller
 
BaseObligationHandler - Class in org.opensaml.xacml.ctx.provider.impl
Base class for all obligation handlers.
BaseObligationHandler(String) - Constructor for class org.opensaml.xacml.ctx.provider.impl.BaseObligationHandler
Constructor.
BaseObligationHandler(String, int) - Constructor for class org.opensaml.xacml.ctx.provider.impl.BaseObligationHandler
Constructor.
BaseSAML1MessageEncoder - Class in org.opensaml.saml.saml1.binding.encoding.impl
Base class for SAML 1 message encoders.
BaseSAML1MessageEncoder() - Constructor for class org.opensaml.saml.saml1.binding.encoding.impl.BaseSAML1MessageEncoder
 
BaseSAML2MessageEncoder - Class in org.opensaml.saml.saml2.binding.encoding.impl
Base class for SAML 2 message encoders.
BaseSAML2MessageEncoder() - Constructor for class org.opensaml.saml.saml2.binding.encoding.impl.BaseSAML2MessageEncoder
 
BaseSAMLSimpleSignatureSecurityHandler - Class in org.opensaml.saml.common.binding.security.impl
Base class for security-oriented message handlers which verify simple "blob" signatures computed over some components of a request.
BaseSAMLSimpleSignatureSecurityHandler() - Constructor for class org.opensaml.saml.common.binding.security.impl.BaseSAMLSimpleSignatureSecurityHandler
 
BaseSAMLXMLSignatureSecurityHandler - Class in org.opensaml.saml.common.binding.security.impl
Base class for SAML security message handlers which evaluate a signature with a signature trust engine.
BaseSAMLXMLSignatureSecurityHandler() - Constructor for class org.opensaml.saml.common.binding.security.impl.BaseSAMLXMLSignatureSecurityHandler
 
BaseSignatureTrustEngine<TrustBasisType> - Class in org.opensaml.xmlsec.signature.support.impl
A base implementation of SignatureTrustEngine which evaluates the validity and trustworthiness of XML and raw signatures.
BaseSignatureTrustEngine(KeyInfoCredentialResolver) - Constructor for class org.opensaml.xmlsec.signature.support.impl.BaseSignatureTrustEngine
Constructor.
BaseTrustEngineSecurityHandler<TokenType> - Class in org.opensaml.security.messaging.impl
Base rule which uses a trust engine to evaluate a token extracted from the request or message.
BaseTrustEngineSecurityHandler() - Constructor for class org.opensaml.security.messaging.impl.BaseTrustEngineSecurityHandler
 
baseXMLSchemas - Static variable in class org.opensaml.saml.common.xml.SAMLSchemaBuilder
Classpath relative location of basic XML schemas.
BASIC - Static variable in interface org.opensaml.saml.saml2.core.Attribute
Basic attribute format ID.
BasicAlgorithmPolicyConfiguration - Class in org.opensaml.xmlsec.impl
Basic implementation of AlgorithmPolicyConfiguration.
BasicAlgorithmPolicyConfiguration() - Constructor for class org.opensaml.xmlsec.impl.BasicAlgorithmPolicyConfiguration
Constructor.
BasicClientTLSValidationConfiguration - Class in org.opensaml.security.x509.tls.impl
Basic implementation of ClientTLSValidationConfiguration.
BasicClientTLSValidationConfiguration() - Constructor for class org.opensaml.security.x509.tls.impl.BasicClientTLSValidationConfiguration
 
BasicClientTLSValidationParametersResolver - Class in org.opensaml.security.x509.tls.impl
Basic implementation of ClientTLSValidationParametersResolver.
BasicClientTLSValidationParametersResolver() - Constructor for class org.opensaml.security.x509.tls.impl.BasicClientTLSValidationParametersResolver
 
BasicCredential - Class in org.opensaml.security.credential
A basic implementation of Credential.
BasicCredential() - Constructor for class org.opensaml.security.credential.BasicCredential
Constructor.
BasicCredential(PublicKey) - Constructor for class org.opensaml.security.credential.BasicCredential
Constructor.
BasicCredential(PublicKey, PrivateKey) - Constructor for class org.opensaml.security.credential.BasicCredential
Constructor.
BasicCredential(SecretKey) - Constructor for class org.opensaml.security.credential.BasicCredential
Constructor.
BasicDecryptionConfiguration - Class in org.opensaml.xmlsec.impl
Basic implementation of DecryptionConfiguration.
BasicDecryptionConfiguration() - Constructor for class org.opensaml.xmlsec.impl.BasicDecryptionConfiguration
 
BasicDecryptionParametersResolver - Class in org.opensaml.xmlsec.impl
Basic implementation of DecryptionParametersResolver.
BasicDecryptionParametersResolver() - Constructor for class org.opensaml.xmlsec.impl.BasicDecryptionParametersResolver
 
BasicDynamicTrustedNamesStrategy - Class in org.opensaml.saml.metadata.resolver.filter.impl
Function which implements a basic strategy for extracting trusted names for PKIX trust engine evaluation.
BasicDynamicTrustedNamesStrategy() - Constructor for class org.opensaml.saml.metadata.resolver.filter.impl.BasicDynamicTrustedNamesStrategy
 
BasicEncryptionConfiguration - Class in org.opensaml.xmlsec.impl
Basic implementation of EncryptionConfiguration.
BasicEncryptionConfiguration() - Constructor for class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
Constructor.
BasicEncryptionParametersResolver - Class in org.opensaml.xmlsec.impl
Basic implementation of EncryptionParametersResolver.
BasicEncryptionParametersResolver() - Constructor for class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Constructor.
BasicHttpClientMessagePipeline - Class in org.opensaml.messaging.pipeline.httpclient
Basic implementation of HttpClientMessagePipeline.
BasicHttpClientMessagePipeline(MessageEncoder, MessageDecoder) - Constructor for class org.opensaml.messaging.pipeline.httpclient.BasicHttpClientMessagePipeline
Constructor.
BasicHttpClientSecurityConfiguration - Class in org.opensaml.security.httpclient.impl
Basic implementation of HttpClientSecurityConfiguration.
BasicHttpClientSecurityConfiguration() - Constructor for class org.opensaml.security.httpclient.impl.BasicHttpClientSecurityConfiguration
 
BasicHttpClientSecurityParametersResolver - Class in org.opensaml.security.httpclient.impl
Basic implementation of HttpClientSecurityParametersResolver.
BasicHttpClientSecurityParametersResolver() - Constructor for class org.opensaml.security.httpclient.impl.BasicHttpClientSecurityParametersResolver
 
BasicHttpServletMessagePipeline - Class in org.opensaml.messaging.pipeline.servlet
Basic implementation of HttpServletMessagePipeline.
BasicHttpServletMessagePipeline(MessageEncoder, MessageDecoder) - Constructor for class org.opensaml.messaging.pipeline.servlet.BasicHttpServletMessagePipeline
Constructor.
BasicKeyAgreementCredential - Class in org.opensaml.xmlsec.agreement.impl
Basic implementation of KeyAgreementCredential.
BasicKeyAgreementCredential(SecretKey, String, Credential, Credential) - Constructor for class org.opensaml.xmlsec.agreement.impl.BasicKeyAgreementCredential
Constructor.
BasicKeyInfoGenerator(BasicKeyInfoGeneratorFactory.BasicOptions, Class<? extends KeyInfo>) - Constructor for class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory.BasicKeyInfoGenerator
Constructor.
BasicKeyInfoGeneratorFactory - Class in org.opensaml.xmlsec.keyinfo.impl
A factory implementation which produces instances of KeyInfoGenerator capable of handling the information contained within a Credential.
BasicKeyInfoGeneratorFactory() - Constructor for class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory
Constructor.
BasicKeyInfoGeneratorFactory.BasicKeyInfoGenerator - Class in org.opensaml.xmlsec.keyinfo.impl
An implementation of KeyInfoGenerator capable of handling the information contained within a Credential.
BasicKeyInfoGeneratorFactory.BasicOptions - Class in org.opensaml.xmlsec.keyinfo.impl
Options to be used in the production of a KeyInfo from a Credential.
BasicMessageHandlerChain - Class in org.opensaml.messaging.handler.impl
A basic implementation of MessageHandlerChain.
BasicMessageHandlerChain() - Constructor for class org.opensaml.messaging.handler.impl.BasicMessageHandlerChain
 
BasicMessagePipeline - Class in org.opensaml.messaging.pipeline
Basic implementation of MessagePipeline.
BasicMessagePipeline(MessageEncoder, MessageDecoder) - Constructor for class org.opensaml.messaging.pipeline.BasicMessagePipeline
Constructor.
BasicMetadataResponseHandler() - Constructor for class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver.BasicMetadataResponseHandler
 
BasicNamedCurve - Class in org.opensaml.security.crypto.ec.curves
Basic implementations of NamedCurve where all required properties are simply supplied at construction time.
BasicNamedCurve(String, String, ECParameterSpec) - Constructor for class org.opensaml.security.crypto.ec.curves.BasicNamedCurve
Constructor.
BasicOptions() - Constructor for class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory.BasicOptions
 
BasicPKIXValidationInformation - Class in org.opensaml.security.x509.impl
Basic implementation of PKIXValidationInformation.
BasicPKIXValidationInformation(Collection<X509Certificate>, Collection<X509CRL>, Integer) - Constructor for class org.opensaml.security.x509.impl.BasicPKIXValidationInformation
Constructor.
BasicProviderKeyInfoCredentialResolver - Class in org.opensaml.xmlsec.keyinfo.impl
Implementation of KeyInfoCredentialResolver which resolves credentials based on a KeyInfo element using a configured list of KeyInfoProviders and optional post-processing hooks.
BasicProviderKeyInfoCredentialResolver(List<KeyInfoProvider>) - Constructor for class org.opensaml.xmlsec.keyinfo.impl.BasicProviderKeyInfoCredentialResolver
Constructor.
BasicSAMLArtifactMap - Class in org.opensaml.saml.common.binding.artifact.impl
Basic artifact map implementation.
BasicSAMLArtifactMap() - Constructor for class org.opensaml.saml.common.binding.artifact.impl.BasicSAMLArtifactMap
Constructor.
BasicSAMLArtifactMap.Cleanup - Class in org.opensaml.saml.common.binding.artifact.impl
A cleanup task that relies on the weakly consistent iterator support in the map implementation.
BasicSAMLArtifactMapEntry - Class in org.opensaml.saml.common.binding.artifact
Basic implementation of SAMLArtifactMap.SAMLArtifactMapEntry.
BasicSAMLArtifactMapEntry(String, String, String, SAMLObject) - Constructor for class org.opensaml.saml.common.binding.artifact.BasicSAMLArtifactMapEntry
Constructor.
BasicSignatureSigningConfiguration - Class in org.opensaml.xmlsec.impl
Basic implementation of SignatureSigningConfiguration.
BasicSignatureSigningConfiguration() - Constructor for class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
Constructor.
BasicSignatureSigningParametersResolver - Class in org.opensaml.xmlsec.impl
Basic implementation of SignatureSigningParametersResolver.
BasicSignatureSigningParametersResolver() - Constructor for class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
Constructor.
BasicSignatureValidationConfiguration - Class in org.opensaml.xmlsec.impl
Basic implementation of SignatureValidationConfiguration.
BasicSignatureValidationConfiguration() - Constructor for class org.opensaml.xmlsec.impl.BasicSignatureValidationConfiguration
 
BasicSignatureValidationParametersResolver - Class in org.opensaml.xmlsec.impl
Basic implementation of SignatureValidationParametersResolver.
BasicSignatureValidationParametersResolver() - Constructor for class org.opensaml.xmlsec.impl.BasicSignatureValidationParametersResolver
 
BasicWhitelistBlacklistConfiguration - Class in org.opensaml.xmlsec.impl
Deprecated, for removal: This API element is subject to removal in a future version. 
BasicWhitelistBlacklistConfiguration() - Constructor for class org.opensaml.xmlsec.impl.BasicWhitelistBlacklistConfiguration
Deprecated.
 
BasicX509Credential - Class in org.opensaml.security.x509
A basic implementation of X509Credential.
BasicX509Credential(X509Certificate) - Constructor for class org.opensaml.security.x509.BasicX509Credential
Constructor.
BasicX509Credential(X509Certificate, PrivateKey) - Constructor for class org.opensaml.security.x509.BasicX509Credential
Constructor.
BasicX509CredentialNameEvaluator - Class in org.opensaml.security.x509.impl
A basic implementaion of X509CredentialNameEvaluator which evaluates various identifiers extracted from an X509Credential's entity certificate against a set of trusted names.
BasicX509CredentialNameEvaluator() - Constructor for class org.opensaml.security.x509.impl.BasicX509CredentialNameEvaluator
Constructor.
Batch - Enum constant in enum org.opensaml.saml.metadata.resolver.DetectDuplicateEntityIDs
Detect only with batch metadata resolvers.
BATCH_CANCEL - Static variable in interface org.opensaml.soap.wstrust.RequestType
RequestType BatchCancel URI.
BATCH_ISSUE - Static variable in interface org.opensaml.soap.wstrust.RequestType
RequestType BatchIssue URI.
BATCH_RENEW - Static variable in interface org.opensaml.soap.wstrust.RequestType
RequestType BatchRenew URI.
BATCH_VALIDATE - Static variable in interface org.opensaml.soap.wstrust.RequestType
RequestType BatchValidate URI.
BatchEntityBackingStore(Set<MetadataIndex>) - Constructor for class org.opensaml.saml.metadata.resolver.impl.AbstractBatchMetadataResolver.BatchEntityBackingStore
Constructor.
BatchMetadataResolver - Interface in org.opensaml.saml.metadata.resolver
Marker interface for MetadataResolver implementations which resolve metadata from a batch of data loaded and processed in advance of resolution operations, for example by loading an XML document from a file or HTTP resource at component initialization time.
BEARER - Static variable in interface org.opensaml.soap.wstrust.KeyType
The KeyType Bearer URI.
BearerSubjectConfirmationValidator - Class in org.opensaml.saml.saml2.assertion.impl
Validates a bearer subject confirmation.
BearerSubjectConfirmationValidator() - Constructor for class org.opensaml.saml.saml2.assertion.impl.BearerSubjectConfirmationValidator
 
BestMatchLocationCriterion - Class in org.opensaml.saml.criterion
Criterion representing a SAML binding location to compare to candidate endpoints such that the best match is the one with the largest number of leading characters in common.
BestMatchLocationCriterion(String) - Constructor for class org.opensaml.saml.criterion.BestMatchLocationCriterion
Constructor.
BETTER - Enum constant in enum org.opensaml.saml.saml2.core.AuthnContextComparisonTypeEnumeration
"better" comparison type.
bigIntValue - Variable in class org.opensaml.xmlsec.signature.impl.CryptoBinaryImpl
The cached BigInteger representation of the element's base64-encoded value.
BILLING - Enum constant in enum org.opensaml.saml.saml2.metadata.ContactPersonTypeEnumeration
"billing" contact type.
BinaryExchange - Interface in org.opensaml.soap.wstrust
The wst:BinaryExchange element.
BinaryExchangeBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the BinaryExchange element.
BinaryExchangeBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.BinaryExchangeBuilder
 
BinaryExchangeImpl - Class in org.opensaml.soap.wstrust.impl
BinaryExchangeImpl.
BinaryExchangeImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.BinaryExchangeImpl
Constructor.
BinaryExchangeMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the BinaryExchange element.
BinaryExchangeMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.BinaryExchangeMarshaller
 
BinaryExchangeUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the <wst:BinaryExchange> element.
BinaryExchangeUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.BinaryExchangeUnmarshaller
 
BinarySecret - Interface in org.opensaml.soap.wstrust
The wst:BinarySecret element.
BinarySecretBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the BinarySecret element.
BinarySecretBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.BinarySecretBuilder
 
BinarySecretImpl - Class in org.opensaml.soap.wstrust.impl
BinarySecretImpl.
BinarySecretImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.BinarySecretImpl
Constructor.
BinarySecretMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the BinarySecret element.
BinarySecretMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.BinarySecretMarshaller
 
BinarySecretUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the <wst:BinarySecret> element.
BinarySecretUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.BinarySecretUnmarshaller
 
BinarySecurityToken - Interface in org.opensaml.soap.wssecurity
The <wsse:BinarySecurityToken> element.
BinarySecurityTokenBuilder - Class in org.opensaml.soap.wssecurity.impl
Builder for the <BinarySecurityToken> element.
BinarySecurityTokenBuilder() - Constructor for class org.opensaml.soap.wssecurity.impl.BinarySecurityTokenBuilder
 
BinarySecurityTokenImpl - Class in org.opensaml.soap.wssecurity.impl
BinarySecurityTokenImpl.
BinarySecurityTokenImpl(String, String, String) - Constructor for class org.opensaml.soap.wssecurity.impl.BinarySecurityTokenImpl
Constructor.
BinarySecurityTokenMarshaller - Class in org.opensaml.soap.wssecurity.impl
BinarySecurityTokenMarshaller.
BinarySecurityTokenMarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.BinarySecurityTokenMarshaller
 
BinarySecurityTokenUnmarshaller - Class in org.opensaml.soap.wssecurity.impl
BinarySecurityTokenUnmarshaller.
BinarySecurityTokenUnmarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.BinarySecurityTokenUnmarshaller
 
binding - Variable in class org.opensaml.saml.saml1.core.impl.AuthorityBindingImpl
The Binding.
BINDING_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.AuthorityBinding
Name for the Binding attribute.
BINDING_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.Endpoint
"Binding" attribute name.
BINDING_KEY - Static variable in class org.opensaml.profile.context.ProfileRequestContext
ID under which this context is stored, for example, within maps or sessions.
bindingContextLookupStrategy - Variable in class org.opensaml.saml.common.profile.logic.DefaultLocalErrorPredicate
Strategy function for access to SAMLBindingContext to check.
BindingCriterion - Class in org.opensaml.saml.criterion
Criterion representing an ordered list of SAML bindings.
BindingCriterion(List<String>) - Constructor for class org.opensaml.saml.criterion.BindingCriterion
Constructor.
bindingDescriptor - Variable in class org.opensaml.saml.common.messaging.context.SAMLBindingContext
The binding descriptor.
bindingDescriptor - Variable in class org.opensaml.saml.saml1.binding.decoding.impl.HTTPArtifactDecoder
Optional BindingDescriptor to inject into SAMLBindingContext created.
bindingDescriptor - Variable in class org.opensaml.saml.saml1.binding.decoding.impl.HttpClientResponseSOAP11Decoder
Optional BindingDescriptor to inject into SAMLBindingContext created.
bindingDescriptor - Variable in class org.opensaml.saml.saml1.binding.decoding.impl.HTTPPostDecoder
Optional BindingDescriptor to inject into SAMLBindingContext created.
bindingDescriptor - Variable in class org.opensaml.saml.saml1.binding.decoding.impl.HTTPSOAP11Decoder
Optional BindingDescriptor to inject into SAMLBindingContext created.
bindingDescriptor - Variable in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
Optional BindingDescriptor to inject into SAMLBindingContext created.
bindingDescriptor - Variable in class org.opensaml.saml.saml2.binding.decoding.impl.HttpClientResponseSOAP11Decoder
Optional BindingDescriptor to inject into SAMLBindingContext created.
bindingDescriptor - Variable in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPPostDecoder
Optional BindingDescriptor to inject into SAMLBindingContext created.
bindingDescriptor - Variable in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPRedirectDeflateDecoder
Optional BindingDescriptor to inject into SAMLBindingContext created.
bindingDescriptor - Variable in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPSOAP11Decoder
Optional BindingDescriptor to inject into SAMLBindingContext created.
BindingDescriptor - Class in org.opensaml.saml.common.binding
A class that describes a SAML binding and encapsulates information required for profile actions to interact with them.
BindingDescriptor() - Constructor for class org.opensaml.saml.common.binding.BindingDescriptor
Constructor.
BindingException - Exception in org.opensaml.saml.common.binding
Base exception for errors that occur when messages are encoded/decoded for a specific binding.
BindingException() - Constructor for exception org.opensaml.saml.common.binding.BindingException
Constructor.
BindingException(Exception) - Constructor for exception org.opensaml.saml.common.binding.BindingException
Constructor.
BindingException(String) - Constructor for exception org.opensaml.saml.common.binding.BindingException
Constructor.
BindingException(String, Exception) - Constructor for exception org.opensaml.saml.common.binding.BindingException
Constructor.
bindingId - Variable in class org.opensaml.saml.saml2.metadata.impl.EndpointImpl
Binding URI.
BindingLocationCriterion - Class in org.opensaml.saml.criterion
Deprecated, for removal: This API element is subject to removal in a future version. 
BindingLocationCriterion(String) - Constructor for class org.opensaml.saml.criterion.BindingLocationCriterion
Deprecated.
Constructor.
BindingResponseLocationCriterion - Class in org.opensaml.saml.criterion
Criterion representing a SAML binding resonse location.
BindingResponseLocationCriterion(String) - Constructor for class org.opensaml.saml.criterion.BindingResponseLocationCriterion
Constructor.
bindings - Variable in class org.opensaml.saml.criterion.BindingCriterion
The SAML binding URI.
bindingUri - Variable in class org.opensaml.saml.common.messaging.context.SAMLBindingContext
The binding URI.
BLACKLIST - Enum constant in enum org.opensaml.xmlsec.WhitelistBlacklistConfiguration.Precedence
Deprecated.
Blacklist takes precedence over whitelist.
BlockEncryption - Enum constant in enum org.opensaml.xmlsec.algorithm.AlgorithmDescriptor.AlgorithmType
Block Encryption.
BlockEncryptionAES128CBC - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for block encryption algorithm: AES-128-CBC.
BlockEncryptionAES128CBC() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES128CBC
 
BlockEncryptionAES128GCM - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for block encryption algorithm: AES-128-GCM.
BlockEncryptionAES128GCM() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES128GCM
 
BlockEncryptionAES192CBC - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for block encryption algorithm: AES-192-CBC.
BlockEncryptionAES192CBC() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES192CBC
 
BlockEncryptionAES192GCM - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for block encryption algorithm: AES-192-GCM.
BlockEncryptionAES192GCM() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES192GCM
 
BlockEncryptionAES256CBC - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for block encryption algorithm: AES-256-CBC.
BlockEncryptionAES256CBC() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES256CBC
 
BlockEncryptionAES256GCM - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for block encryption algorithm: AES-256-GCM.
BlockEncryptionAES256GCM() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES256GCM
 
BlockEncryptionAlgorithm - Interface in org.opensaml.xmlsec.algorithm
Interface for block encryption algorithm descriptors.
BlockEncryptionDESede - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for block encryption algorithm: DESede-CBC.
BlockEncryptionDESede() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionDESede
 
body - Variable in class org.opensaml.soap.soap11.impl.EnvelopeImpl
SOAP body.
Body - Interface in org.opensaml.soap.soap11
SOAP 1.1 Body.
bodyBuilder - Variable in class org.opensaml.soap.client.soap11.encoder.http.impl.HttpClientRequestSOAP11Encoder
SOAP Body builder.
bodyBuilder - Variable in class org.opensaml.soap.soap11.encoder.http.impl.HTTPSOAP11Encoder
SOAP Body builder.
BodyBuilder - Class in org.opensaml.soap.soap11.impl
Builder of BodyImpl objects.
BodyBuilder() - Constructor for class org.opensaml.soap.soap11.impl.BodyBuilder
 
bodyHandler - Variable in class org.opensaml.soap.client.soap11.decoder.http.impl.HttpClientResponseSOAP11Decoder
Message handler to use in processing the message body.
bodyHandler - Variable in class org.opensaml.soap.soap11.decoder.http.impl.HTTPSOAP11Decoder
Message handler to use in processing the message body.
BodyImpl - Class in org.opensaml.soap.soap11.impl
Concrete implemenation of Body.
BodyImpl(String, String, String) - Constructor for class org.opensaml.soap.soap11.impl.BodyImpl
Constructor.
BodyMarshaller - Class in org.opensaml.soap.soap11.impl
A thread-safe marshaller for Bodys.
BodyMarshaller() - Constructor for class org.opensaml.soap.soap11.impl.BodyMarshaller
 
BodyUnmarshaller - Class in org.opensaml.soap.soap11.impl
A thread-safe unmarshaller for Bodys.
BodyUnmarshaller() - Constructor for class org.opensaml.soap.soap11.impl.BodyUnmarshaller
 
BOTH - Enum constant in enum org.opensaml.xmlsec.keyinfo.KeyInfoCredentialResolutionMode.Mode
Public and local credential mode.
BrainpoolP256r1 - Class in org.opensaml.security.crypto.ec.curves
Descriptor for named curve 'brainpoolP256r1', OID: 1.3.36.3.3.2.8.1.1.7.
BrainpoolP256r1() - Constructor for class org.opensaml.security.crypto.ec.curves.BrainpoolP256r1
 
BrainpoolP320r1 - Class in org.opensaml.security.crypto.ec.curves
Descriptor for named curve 'brainpoolP320r1', OID: 1.3.36.3.3.2.8.1.1.9.
BrainpoolP320r1() - Constructor for class org.opensaml.security.crypto.ec.curves.BrainpoolP320r1
 
BrainpoolP384r1 - Class in org.opensaml.security.crypto.ec.curves
Descriptor for named curve 'brainpoolP384r1', OID: 1.3.36.3.3.2.8.1.1.11.
BrainpoolP384r1() - Constructor for class org.opensaml.security.crypto.ec.curves.BrainpoolP384r1
 
BrainpoolP512r1 - Class in org.opensaml.security.crypto.ec.curves
Descriptor for named curve 'brainpoolP512r1', OID: 1.3.36.3.3.2.8.1.1.13.
BrainpoolP512r1() - Constructor for class org.opensaml.security.crypto.ec.curves.BrainpoolP512r1
 
browserProfile - Variable in class org.opensaml.profile.context.ProfileRequestContext
Whether the current profile request is browser-based.
BrowserProfilePredicate - Class in org.opensaml.profile.logic
A predicate implementation that indicates whether the request is associated with a browser profile.
BrowserProfilePredicate() - Constructor for class org.opensaml.profile.logic.BrowserProfilePredicate
 
build() - Method in class org.opensaml.saml.common.messaging.soap.SAMLSOAPClientContextBuilder
Build the new operation context.
buildAndStoreSOAPMessage(XMLObject) - Method in class org.opensaml.soap.client.soap11.encoder.http.impl.HttpClientRequestSOAP11Encoder
Builds the SOAP message to be encoded.
buildAndStoreSOAPMessage(XMLObject) - Method in class org.opensaml.soap.soap11.encoder.http.impl.HTTPSOAP11Encoder
Builds the SOAP message to be encoded.
buildArtifact(byte[]) - Method in interface org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactBuilder
Builds a populated artifact given the artifact's byte-array representation.
buildArtifact(byte[]) - Method in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactBuilderFactory
Convenience method for getting an artifact builder and parsing the given artifact with it.
buildArtifact(byte[]) - Method in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0001Builder
Builds a populated artifact given the artifact's byte-array representation.
buildArtifact(byte[]) - Method in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0002Builder
Builds a populated artifact given the artifact's byte-array representation.
buildArtifact(byte[]) - Method in interface org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactBuilder
Builds a populated artifact given the artifact's byte-array representation.
buildArtifact(byte[]) - Method in class org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactBuilderFactory
convenience method for getting an artifact builder and parsing the given artifact with it.
buildArtifact(byte[]) - Method in class org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactType0004Builder
Builds a populated artifact given the artifact's byte-array representation.
buildArtifact(String) - Method in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactBuilderFactory
Convenience method for getting an artifact builder and parsing the given Base64 encoded artifact with it.
buildArtifact(String) - Method in class org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactBuilderFactory
Convenience method for getting an artifact builder and parsing the given Base64 encoded artifact with it.
buildArtifact(MessageContext) - Method in interface org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactBuilder
Builds an artifact, for the given assertion, destined for the outbound message recipient.
buildArtifact(MessageContext) - Method in class org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactType0004Builder
Builds an artifact, for the given assertion, destined for the outbound message recipient.
buildArtifact(MessageContext) - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPArtifactEncoder
Builds the SAML 2 artifact for the outgoing message.
buildArtifact(MessageContext, Assertion) - Method in interface org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactBuilder
Builds an artifact, for the given assertion, destined for the outbound message recipient.
buildArtifact(MessageContext, Assertion) - Method in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0001Builder
Builds an artifact, for the given assertion, destined for the outbound message recipient.
buildArtifact(MessageContext, Assertion) - Method in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0002Builder
Builds an artifact, for the given assertion, destined for the outbound message recipient.
buildArtifactResolveRequestMessage(SAML2Artifact, String, RoleDescriptor, String) - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
Build the SAML protocol message for artifact resolution.
buildAssertion(AbstractProfileAction, IdentifierGenerationStrategy, String) - Static method in class org.opensaml.saml.saml1.profile.SAML1ActionSupport
Constructs an Assertion using the parameters supplied, with its issue instant set to the current time.
buildAssertion(AbstractProfileAction, IdentifierGenerationStrategy, String) - Static method in class org.opensaml.saml.saml2.profile.SAML2ActionSupport
Constructs an Assertion using the parameters supplied, with its issue instant set to the current time.
buildBasicCredential(Key, Set<String>) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicProviderKeyInfoCredentialResolver
Construct a basic credential containing the specified key and set of key names.
buildBasicEncryptedKeyResolver() - Static method in class org.opensaml.xmlsec.config.impl.DefaultSecurityConfigurationBootstrap
Build a basic instance of EncryptedKeyResolver.
buildBasicInlineKeyInfoCredentialResolver() - Static method in class org.opensaml.xmlsec.config.impl.DefaultSecurityConfigurationBootstrap
Build a basic instance of KeyInfoCredentialResolver.
buildBasicKeyInfoGeneratorManager() - Static method in class org.opensaml.xmlsec.config.impl.DefaultSecurityConfigurationBootstrap
buildCertStore(PKIXValidationInformation, X509Credential) - Method in class org.opensaml.security.x509.impl.CertPathPKIXTrustEvaluator
Creates the certificate store that will be used during validation.
buildCredential(KeyStore.Entry, String, UsageType) - Method in class org.opensaml.security.credential.impl.KeyStoreCredentialResolver
Build a credential instance from the key store entry.
buildCredentialContext(KeyInfoResolutionContext) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.AbstractKeyInfoProvider
Build a credential context based on the current KeyInfo context, for return in a resolved credential.
buildCredentialCriteria(EncryptedType, CriteriaSet) - Method in class org.opensaml.xmlsec.encryption.support.Decrypter
Utility method to build a new set of credential criteria based on the KeyInfo of an EncryptedData or EncryptedKey, and any additional static criteria which might have been supplied to the decrypter.
buildCriteriaSet(String, MessageContext) - Method in class org.opensaml.saml.common.binding.security.impl.BaseSAMLSimpleSignatureSecurityHandler
Build a criteria set suitable for input to the trust engine.
buildCriteriaSet(String, MessageContext) - Method in class org.opensaml.saml.common.binding.security.impl.BaseSAMLXMLSignatureSecurityHandler
Subclasses are required to implement this method to build a criteria set for the trust engine according to trust engine and application-specific needs.
buildCriteriaSet(String, MessageContext) - Method in class org.opensaml.saml.common.binding.security.impl.SAMLMDClientCertAuthSecurityHandler
Subclasses are required to implement this method to build a criteria set for the trust engine according to trust engine and application-specific needs.
buildCriteriaSet(String, MessageContext) - Method in class org.opensaml.security.messaging.impl.BaseClientCertAuthSecurityHandler
Subclasses are required to implement this method to build a criteria set for the trust engine according to trust engine and application-specific needs.
buildCriteriaSet(String, MessageContext) - Method in class org.opensaml.security.messaging.impl.BaseTrustEngineSecurityHandler
Subclasses are required to implement this method to build a criteria set for the trust engine according to trust engine and application-specific needs.
buildCriteriaSet(SignableXMLObject, String, boolean) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.SignatureValidationFilter
Build the criteria set which will be used as input to the configured trust engine.
buildDataEncryptionKeyInfoGeneratorManager() - Static method in class org.opensaml.xmlsec.config.impl.DefaultSecurityConfigurationBootstrap
Build a basic NamedKeyInfoGeneratorManager for use when generating an EncryptedData.
buildDefaultDecryptionConfiguration() - Static method in class org.opensaml.xmlsec.config.impl.DefaultSecurityConfigurationBootstrap
Build and return a default decryption configuration.
buildDefaultEncryptionConfiguration() - Static method in class org.opensaml.xmlsec.config.impl.DefaultSecurityConfigurationBootstrap
Build and return a default encryption configuration.
buildDefaultSignatureSigningConfiguration() - Static method in class org.opensaml.xmlsec.config.impl.DefaultSecurityConfigurationBootstrap
Build and return a default signature signing configuration.
buildDefaultSignatureValidationConfiguration() - Static method in class org.opensaml.xmlsec.config.impl.DefaultSecurityConfigurationBootstrap
Build and return a default signature validation configuration.
buildDHKeyValue(DHPublicKey) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
Builds a DHKeyValue XMLObject from the Java security DH public key type.
buildDSAKeyValue(DSAPublicKey) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
Builds a DSAKeyValue XMLObject from the Java security DSA public key type.
buildECKeyValue(ECPublicKey) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
Builds an ECKeyValue XMLObject from the Java security EC public key type.
builderFactory - Variable in class org.opensaml.core.xml.config.XMLObjectProviderRegistry
Configured XMLObject builder factory.
builderFactory - Variable in class org.opensaml.saml.saml2.encryption.Encrypter
Factory for building XMLObject instances.
builderFactory - Variable in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory.BasicKeyInfoGenerator
Builder factory for KeyInfo objects.
builders - Variable in class org.opensaml.core.xml.XMLObjectBuilderFactory
Registered builders.
buildEvent(ProfileRequestContext, Object) - Static method in class org.opensaml.profile.action.ActionSupport
Builds an event from the given object.
buildEvent(ProfileRequestContext, String) - Static method in class org.opensaml.profile.action.ActionSupport
Builds an event with a given ID.
buildFaultException(HttpResponse) - Method in class org.opensaml.soap.client.soap11.decoder.http.impl.HttpClientResponseSOAP11Decoder
Build an exception by processing a fault response, i.e.
buildFaultString(Fault, String) - Method in class org.opensaml.soap.soap11.profile.impl.AddSOAPFault
Build and attach FaultString element.
buildFile(String) - Method in class org.opensaml.core.xml.persist.FilesystemLoadSaveManager
Build the target file name from the specified index key and the configured base directory.
buildFormDataToSign(VelocityContext, MessageContext, String) - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPPostSimpleSignEncoder
Build the form control data string over which the signature is computed.
buildFromEntityID(String) - Method in class org.opensaml.saml.metadata.resolver.impl.MetadataQueryProtocolRequestURLBuilder
Build request URL from entityID.
buildFromSecondaryLookups(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.MetadataQueryProtocolRequestURLBuilder
Build request URL from secondary lookup criteria.
buildFromSourceID(String, SAMLSourceIDArtifact) - Method in class org.opensaml.saml.metadata.resolver.impl.SAMLArtifactURLBuilder
Builder URL from SAML artifact source ID.
buildHttpClientContext(HttpUriRequest) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver
Build the HttpClientContext instance which will be used to invoke the HttpClient request.
buildHttpClientContext(HttpUriRequest) - Method in class org.opensaml.saml.metadata.resolver.impl.HTTPMetadataResolver
Build the HttpClientContext instance which will be used to invoke the HttpClient request.
buildHttpContext(HttpUriRequest, InOutOperationContext) - Method in class org.opensaml.soap.client.http.AbstractPipelineHttpSOAPClient
Build the HttpClientContext instance to be used by the HttpClient.
buildHttpGet() - Method in class org.opensaml.saml.metadata.resolver.impl.HTTPMetadataResolver
Builds the HttpGet instance used to fetch the metadata.
buildHttpRequest(String, InOutOperationContext) - Method in class org.opensaml.soap.client.http.AbstractPipelineHttpSOAPClient
Build the HttpUriRequest instance to be executed by the HttpClient.
buildHttpRequest(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver
Build an appropriate instance of HttpUriRequest based on the input criteria set.
buildIssuer(String) - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
Build the SAML protocol message Issuer element.
buildJavaDHPrivateKey(String) - Static method in class org.opensaml.security.crypto.KeySupport
Build Java DH private key from base64 encoding.
buildJavaDHPublicKey(String) - Static method in class org.opensaml.security.crypto.KeySupport
Build Java DH public key from base64 encoding.
buildJavaDSAPrivateKey(String) - Static method in class org.opensaml.security.crypto.KeySupport
Build Java DSA private key from base64 encoding.
buildJavaDSAPublicKey(String) - Static method in class org.opensaml.security.crypto.KeySupport
Build Java DSA public key from base64 encoding.
buildJavaECPrivateKey(String) - Static method in class org.opensaml.security.crypto.KeySupport
Build Java EC private key from base64 encoding.
buildJavaECPublicKey(String) - Static method in class org.opensaml.security.crypto.KeySupport
Build Java EC public key from base64 encoding.
buildJavaPrivateKey(String) - Static method in class org.opensaml.security.crypto.KeySupport
Build Java private key from base64 encoding.
buildJavaRSAPrivateKey(String) - Static method in class org.opensaml.security.crypto.KeySupport
Build Java RSA private key from base64 encoding.
buildJavaRSAPublicKey(String) - Static method in class org.opensaml.security.crypto.KeySupport
Build Java RSA public key from base64 encoding.
buildKey(String) - Method in class org.opensaml.saml.metadata.resolver.impl.EntityIDDigestGenerator
Build the key by applying the configured prefix and/or suffix, if present.
buildKey(KeySpec, String) - Static method in class org.opensaml.security.crypto.KeySupport
Generates a public key from the given key spec.
buildKey(KeySpec, String) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
Generates a public key from the given key spec.
buildKeyAgreementConfigurations() - Static method in class org.opensaml.xmlsec.config.impl.DefaultSecurityConfigurationBootstrap
Build key agreement configurations.
buildKeyAgreementCredential(SecretKey, Credential, Credential, KeyAgreementParameters) - Method in class org.opensaml.xmlsec.agreement.impl.AbstractKeyAgreementProcessor
Build the final KeyAgreementCredential from the given inputs.
buildKeyAlgorithmCriteria(String) - Method in class org.opensaml.xmlsec.encryption.support.Decrypter
Dynamically construct key algorithm credential criteria based on the specified algorithm URI.
buildKeyCriteria(EncryptedType) - Method in class org.opensaml.xmlsec.encryption.support.Decrypter
Build decryption key credential criteria according to information in the encrypted type object.
buildKeyInfo() - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory.BasicKeyInfoGenerator
Build a new KeyInfo instance.
buildKeyInfo(Credential, KeyInfoGenerator) - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPPostSimpleSignEncoder
Build the KeyInfo from the signing credential.
buildKeyLengthCriteria(String) - Method in class org.opensaml.xmlsec.encryption.support.Decrypter
Dynamically construct key length credential criteria based on the specified algorithm URI.
buildKeyTransportEncryptionKeyInfoGeneratorManager() - Static method in class org.opensaml.xmlsec.config.impl.DefaultSecurityConfigurationBootstrap
Build a basic NamedKeyInfoGeneratorManager for use when generating an EncryptedKey.
buildLookupCriteria(MessageContext) - Method in class org.opensaml.saml.common.binding.impl.SAMLMetadataLookupHandler
Build the lookup criteria from the message context data.
buildNamespace(QName) - Method in class org.opensaml.core.xml.NamespaceManager
Build a Namespace instance from a QName.
buildNewMappedFault(ProfileRequestContext) - Method in class org.opensaml.soap.soap11.profile.impl.AddSOAPFault
Build and return a new Fault based on configured mapping strategy.
buildObject() - Method in class org.opensaml.saml.common.AbstractSAMLObjectBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in interface org.opensaml.saml.common.SAMLObjectBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.ext.idpdisco.impl.DiscoveryResponseBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.ext.reqattr.impl.RequestedAttributesBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.ext.saml1md.impl.SourceIDBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.ext.saml2alg.impl.DigestMethodBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.ext.saml2alg.impl.SigningMethodBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.ext.saml2aslo.impl.AsynchronousBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.ext.saml2cb.impl.ChannelBindingsBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.ext.saml2delrestrict.impl.DelegateBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.ext.saml2delrestrict.impl.DelegationRestrictionTypeBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.ext.saml2mdattr.impl.EntityAttributesBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.ext.saml2mdquery.impl.ActionNamespaceBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.ext.saml2mdquery.impl.AttributeQueryDescriptorTypeBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.ext.saml2mdquery.impl.AuthnQueryDescriptorTypeBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.ext.saml2mdquery.impl.AuthzDecisionQueryDescriptorTypeBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.ext.saml2mdreqinit.impl.RequestInitiatorBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationInfoBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationPathBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.RegistrationInfoBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.RegistrationPolicyBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.UsagePolicyBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.ext.saml2mdui.impl.DescriptionBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.ext.saml2mdui.impl.DiscoHintsBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.ext.saml2mdui.impl.DisplayNameBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.ext.saml2mdui.impl.DomainHintBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.ext.saml2mdui.impl.GeolocationHintBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.ext.saml2mdui.impl.InformationURLBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.ext.saml2mdui.impl.IPHintBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.ext.saml2mdui.impl.KeywordsBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.ext.saml2mdui.impl.LogoBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.ext.saml2mdui.impl.PrivacyStatementURLBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.ext.saml2mdui.impl.UIInfoBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.ext.samlec.impl.EncTypeBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.ext.samlec.impl.GeneratedKeyBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.ext.samlec.impl.SessionKeyBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.ext.samlpthrpty.impl.RespondToBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml1.core.impl.ActionBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml1.core.impl.AdviceBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml1.core.impl.AssertionArtifactBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml1.core.impl.AssertionBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml1.core.impl.AssertionIDReferenceBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml1.core.impl.AttributeBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml1.core.impl.AttributeDesignatorBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml1.core.impl.AttributeQueryBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml1.core.impl.AttributeStatementBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml1.core.impl.AttributeValueBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml1.core.impl.AudienceBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml1.core.impl.AudienceRestrictionConditionBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml1.core.impl.AuthenticationQueryBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml1.core.impl.AuthenticationStatementBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml1.core.impl.AuthorityBindingBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionQueryBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionStatementBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml1.core.impl.ConditionsBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml1.core.impl.ConfirmationMethodBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml1.core.impl.DoNotCacheConditionBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml1.core.impl.EvidenceBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml1.core.impl.NameIdentifierBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml1.core.impl.RequestBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml1.core.impl.RespondWithBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml1.core.impl.ResponseBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml1.core.impl.StatusBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml1.core.impl.StatusCodeBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml1.core.impl.StatusDetailBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml1.core.impl.StatusMessageBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml1.core.impl.SubjectBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml1.core.impl.SubjectConfirmationBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml1.core.impl.SubjectConfirmationDataBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml1.core.impl.SubjectLocalityBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.ActionBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AdviceBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.ArtifactBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.ArtifactResolveBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.ArtifactResponseBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AssertionBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AssertionIDRefBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AssertionIDRequestBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AssertionURIRefBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AttributeBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AttributeQueryBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AttributeStatementBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AttributeValueBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AudienceBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AudienceRestrictionBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AuthenticatingAuthorityBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextClassRefBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextDeclBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextDeclRefBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AuthnQueryBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AuthnRequestBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AuthnStatementBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AuthzDecisionQueryBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AuthzDecisionStatementBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.ConditionsBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.EncryptedAssertionBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.EncryptedAttributeBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.EncryptedIDBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.EvidenceBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.ExtensionsBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.GetCompleteBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.IDPEntryBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.IDPListBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.IssuerBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.KeyInfoConfirmationDataTypeBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.LogoutRequestBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.LogoutResponseBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.ManageNameIDRequestBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.ManageNameIDResponseBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.NameIDBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.NameIDMappingRequestBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.NameIDMappingResponseBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.NameIDPolicyBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.NewEncryptedIDBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.NewIDBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.OneTimeUseBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.ProxyRestrictionBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.RequestedAuthnContextBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.RequesterIDBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.ResponseBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.ScopingBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.SessionIndexBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.StatusBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.StatusCodeBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.StatusDetailBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.StatusMessageBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.SubjectBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationDataBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.SubjectLocalityBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.core.impl.TerminateBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.ecp.impl.RelayStateBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.ecp.impl.RequestAuthenticatedBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.ecp.impl.RequestBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.ecp.impl.ResponseBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.ecp.impl.SubjectConfirmationBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.AdditionalMetadataLocationBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.AffiliateMemberBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.ArtifactResolutionServiceBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.AssertionConsumerServiceBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.AssertionIDRequestServiceBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeAuthorityDescriptorBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeConsumingServiceBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeProfileBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeServiceBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.AuthnAuthorityDescriptorBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.AuthnQueryServiceBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.AuthzServiceBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.CompanyBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.ContactPersonBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.EmailAddressBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.EncryptionMethodBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.EntitiesDescriptorBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.ExtensionsBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.GivenNameBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.IDPSSODescriptorBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.KeyDescriptorBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.ManageNameIDServiceBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.NameIDFormatBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.NameIDMappingServiceBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.OrganizationBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.OrganizationDisplayNameBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.OrganizationNameBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.OrganizationURLBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.PDPDescriptorBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.RequestedAttributeBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.ServiceDescriptionBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.ServiceNameBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.SingleLogoutServiceBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.SingleSignOnServiceBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.SPSSODescriptorBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.SurNameBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.TelephoneNumberBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in interface org.opensaml.soap.common.SOAPObjectBuilder
Builds a SOAPObject using the default name and namespace information provided SOAP specifications.
buildObject() - Method in class org.opensaml.soap.soap11.impl.BodyBuilder
Creates an envelope object with the default SOAP 1.1 namespace, prefix and "Body" as the element local name.
buildObject() - Method in class org.opensaml.soap.soap11.impl.DetailBuilder
Creates an envelope object with the default SOAP 1.1 namespace, prefix and "Detail" as the element local name.
buildObject() - Method in class org.opensaml.soap.soap11.impl.EnvelopeBuilder
Creates an envelope object with the default SOAP 1.1 namespace, prefix and "Envelope" as the element local name.
buildObject() - Method in class org.opensaml.soap.soap11.impl.FaultActorBuilder
Builds a SOAPObject using the default name and namespace information provided SOAP specifications.
buildObject() - Method in class org.opensaml.soap.soap11.impl.FaultBuilder
Creates an envelope object with the default SOAP 1.1 namespace, prefix and "Fault" as the element local name.
buildObject() - Method in class org.opensaml.soap.soap11.impl.FaultCodeBuilder
Builds a SOAPObject using the default name and namespace information provided SOAP specifications.
buildObject() - Method in class org.opensaml.soap.soap11.impl.FaultStringBuilder
Builds a SOAPObject using the default name and namespace information provided SOAP specifications.
buildObject() - Method in class org.opensaml.soap.soap11.impl.HeaderBuilder
Creates an envelope object with the default SOAP 1.1 namespace, prefix and "Header" as the element local name.
buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.AbstractWSAddressingObjectBuilder
Builds a WS-Addressing object.
buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.ActionBuilder
Builds a WS-Addressing object.
buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.AddressBuilder
Builds a WS-Addressing object.
buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.EndpointReferenceBuilder
Builds a WS-Addressing object.
buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.FaultToBuilder
Builds a WS-Addressing object.
buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.FromBuilder
Builds a WS-Addressing object.
buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.MessageIDBuilder
Builds a WS-Addressing object.
buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.MetadataBuilder
Builds a WS-Addressing object.
buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.ProblemActionBuilder
Builds a WS-Addressing object.
buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.ProblemHeaderQNameBuilder
Builds a WS-Addressing object.
buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.ProblemIRIBuilder
Builds a WS-Addressing object.
buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.ReferenceParametersBuilder
Builds a WS-Addressing object.
buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.RelatesToBuilder
Builds a WS-Addressing object.
buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.ReplyToBuilder
Builds a WS-Addressing object.
buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.RetryAfterBuilder
Builds a WS-Addressing object.
buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.SoapActionBuilder
Builds a WS-Addressing object.
buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.ToBuilder
Builds a WS-Addressing object.
buildObject() - Method in interface org.opensaml.soap.wsaddressing.WSAddressingObjectBuilder
Builds a WS-Addressing object.
buildObject() - Method in class org.opensaml.soap.wsfed.impl.AddressBuilder
Builds a WS-Federation object using its default element name.
buildObject() - Method in class org.opensaml.soap.wsfed.impl.AppliesToBuilder
Builds a WS-Federation object using its default element name.
buildObject() - Method in class org.opensaml.soap.wsfed.impl.EndPointReferenceBuilder
Builds a WS-Federation object using its default element name.
buildObject() - Method in class org.opensaml.soap.wsfed.impl.RequestedSecurityTokenBuilder
Builds a WS-Federation object using its default element name.
buildObject() - Method in class org.opensaml.soap.wsfed.impl.RequestSecurityTokenResponseBuilder
Builds a WS-Federation object using its default element name.
buildObject() - Method in interface org.opensaml.soap.wsfed.WSFedObjectBuilder
Builds a WS-Federation object using its default element name.
buildObject() - Method in class org.opensaml.soap.wspolicy.impl.AbstractWSPolicyObjectBuilder
Builds a WS-Policy object.
buildObject() - Method in class org.opensaml.soap.wspolicy.impl.AllBuilder
Builds a WS-Policy object.
buildObject() - Method in class org.opensaml.soap.wspolicy.impl.AppliesToBuilder
Builds a WS-Policy object.
buildObject() - Method in class org.opensaml.soap.wspolicy.impl.ExactlyOneBuilder
Builds a WS-Policy object.
buildObject() - Method in class org.opensaml.soap.wspolicy.impl.PolicyAttachmentBuilder
Builds a WS-Policy object.
buildObject() - Method in class org.opensaml.soap.wspolicy.impl.PolicyBuilder
Builds a WS-Policy object.
buildObject() - Method in class org.opensaml.soap.wspolicy.impl.PolicyReferenceBuilder
Builds a WS-Policy object.
buildObject() - Method in interface org.opensaml.soap.wspolicy.WSPolicyObjectBuilder
Builds a WS-Policy object.
buildObject() - Method in class org.opensaml.soap.wssecurity.impl.AbstractWSSecurityObjectBuilder
Builds a WS-Security object of the given type.
buildObject() - Method in class org.opensaml.soap.wssecurity.impl.BinarySecurityTokenBuilder
Builds a WS-Security object of the given type.
buildObject() - Method in class org.opensaml.soap.wssecurity.impl.CreatedBuilder
 
buildObject() - Method in class org.opensaml.soap.wssecurity.impl.EmbeddedBuilder
Builds a WS-Security object of the given type.
buildObject() - Method in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderBuilder
Builds a WS-Security object of the given type.
buildObject() - Method in class org.opensaml.soap.wssecurity.impl.ExpiresBuilder
 
buildObject() - Method in class org.opensaml.soap.wssecurity.impl.IterationBuilder
Builds a WS-Security object of the given type.
buildObject() - Method in class org.opensaml.soap.wssecurity.impl.KeyIdentifierBuilder
Builds a WS-Security object of the given type.
buildObject() - Method in class org.opensaml.soap.wssecurity.impl.NonceBuilder
Builds a WS-Security object of the given type.
buildObject() - Method in class org.opensaml.soap.wssecurity.impl.PasswordBuilder
Builds a WS-Security object of the given type.
buildObject() - Method in class org.opensaml.soap.wssecurity.impl.ReferenceBuilder
Builds a WS-Security object of the given type.
buildObject() - Method in class org.opensaml.soap.wssecurity.impl.SaltBuilder
Builds a WS-Security object of the given type.
buildObject() - Method in class org.opensaml.soap.wssecurity.impl.SecurityBuilder
Builds a WS-Security object of the given type.
buildObject() - Method in class org.opensaml.soap.wssecurity.impl.SecurityTokenReferenceBuilder
Builds a WS-Security object of the given type.
buildObject() - Method in class org.opensaml.soap.wssecurity.impl.SignatureConfirmationBuilder
Builds a WS-Security object of the given type.
buildObject() - Method in class org.opensaml.soap.wssecurity.impl.TimestampBuilder
Builds a WS-Security object of the given type.
buildObject() - Method in class org.opensaml.soap.wssecurity.impl.TransformationParametersBuilder
Builds a WS-Security object of the given type.
buildObject() - Method in class org.opensaml.soap.wssecurity.impl.UsernameBuilder
Builds a WS-Security object of the given type.
buildObject() - Method in class org.opensaml.soap.wssecurity.impl.UsernameTokenBuilder
Builds a WS-Security object of the given type.
buildObject() - Method in interface org.opensaml.soap.wssecurity.WSSecurityObjectBuilder
Builds a WS-Security object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.AbstractWSTrustObjectBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.AllowPostdatingBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.AuthenticationTypeBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.AuthenticatorBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.BinaryExchangeBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.BinarySecretBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.CancelTargetBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.CanonicalizationAlgorithmBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.ChallengeBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.ClaimsBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.CodeBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.CombinedHashBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.ComputedKeyAlgorithmBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.ComputedKeyBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.DelegatableBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.DelegateToBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.EncryptionAlgorithmBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.EncryptionBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.EncryptWithBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.EntropyBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.ForwardableBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.IssuedTokensBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.IssuerBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.KeyExchangeTokenBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.KeySizeBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.KeyTypeBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.KeyWrapAlgorithmBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.LifetimeBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.OnBehalfOfBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.ParticipantBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.ParticipantsBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.PrimaryBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.ProofEncryptionBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.ReasonBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.RenewingBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.RenewTargetBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.RequestedAttachedReferenceBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.RequestedProofTokenBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.RequestedSecurityTokenBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.RequestedTokenCancelledBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.RequestedUnattachedReferenceBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.RequestKETBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenCollectionBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenResponseBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenResponseCollectionBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.RequestTypeBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.SignatureAlgorithmBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.SignChallengeBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.SignChallengeResponseBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.SignWithBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.StatusBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.TokenTypeBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.UseKeyBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.ValidateTargetBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in interface org.opensaml.soap.wstrust.WSTrustObjectBuilder
Builds a WS-Trust object of the given type.
buildObject() - Method in class org.opensaml.xacml.ctx.impl.ActionTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.ctx.impl.AttributeTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.ctx.impl.AttributeValueTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.ctx.impl.DecisionTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.ctx.impl.EnvironmentTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.ctx.impl.RequestTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.ctx.impl.ResourceContentTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.ctx.impl.ResourceTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.ctx.impl.ResponseTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.ctx.impl.ResultTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.ctx.impl.StatusCodeTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.ctx.impl.StatusDetailTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.ctx.impl.StatusMessageTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.ctx.impl.StatusTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.ctx.impl.SubjectTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.impl.AbstractXACMLObjectBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.ActionMatchTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.ActionsTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.ActionTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.ApplyTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.AttributeAssignmentTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.AttributeSelectorTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.AttributeValueTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.CombinerParametersTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.CombinerParameterTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.ConditionTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.DefaultsTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.DescriptionTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.EnvironmentsTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.EnvironmentTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.FunctionTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.IdReferenceTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.ObligationsTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.ObligationTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.PolicyCombinerParametersTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.PolicySetCombinerParametersTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.ResourceMatchTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.ResourcesTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.ResourceTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.RuleCombinerParametersTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.RuleTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.SubjectAttributeDesignatorTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.SubjectMatchTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.SubjectsTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.SubjectTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.TargetTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.VariableDefinitionTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.VariableReferenceTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.profile.saml.impl.ReferencedPoliciesTypeImplBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImplBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionStatementTypeImplBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLPolicyQueryTypeImplBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLPolicyStatementTypeImplBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in interface org.opensaml.xacml.XACMLObjectBuilder
Builds a XACML object, using its default attribute name.
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.AgreementMethodBuilder
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.CarriedKeyNameBuilder
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.CipherDataBuilder
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.CipherReferenceBuilder
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.CipherValueBuilder
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.ConcatKDFParamsBuilder
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.DataReferenceBuilder
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.DerivedKeyBuilder
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.DerivedKeyNameBuilder
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.DHKeyValueBuilder
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedDataBuilder
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedKeyBuilder
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionMethodBuilder
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertiesBuilder
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyBuilder
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.GeneratorBuilder
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.IterationCountBuilder
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.KANonceBuilder
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.KeyDerivationMethodBuilder
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.KeyLengthBuilder
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.KeyReferenceBuilder
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.KeySizeBuilder
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.MasterKeyNameBuilder
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.MGFBuilder
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.OAEPparamsBuilder
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.OriginatorKeyInfoBuilder
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.OtherSourceBuilder
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.PBKDF2ParamsBuilder
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.PBuilder
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.PgenCounterBuilder
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.PRFBuilder
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.PublicBuilder
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.QBuilder
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.RecipientKeyInfoBuilder
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.ReferenceListBuilder
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.SaltBuilder
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.SeedBuilder
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.SpecifiedBuilder
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.TransformsBuilder
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
buildObject() - Method in interface org.opensaml.xmlsec.encryption.XMLEncryptionBuilder
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.DEREncodedKeyValueBuilder
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.DigestMethodBuilder
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.DSAKeyValueBuilder
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.ECKeyValueBuilder
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.ExponentBuilder
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.GBuilder
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.JBuilder
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoBuilder
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoReferenceBuilder
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.KeyNameBuilder
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.KeyValueBuilder
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.MgmtDataBuilder
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.ModulusBuilder
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.NamedCurveBuilder
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.PBuilder
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.PgenCounterBuilder
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.PGPDataBuilder
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.PGPKeyIDBuilder
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.PGPKeyPacketBuilder
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.PublicKeyBuilder
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.QBuilder
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.RetrievalMethodBuilder
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.RSAKeyValueBuilder
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.SeedBuilder
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.SignatureBuilder
Creates the XMLObject with the default prefix and local name.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.SPKIDataBuilder
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.SPKISexpBuilder
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.TransformBuilder
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.TransformsBuilder
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.X509CertificateBuilder
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.X509CRLBuilder
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.X509DataBuilder
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.X509DigestBuilder
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.X509IssuerNameBuilder
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.X509IssuerSerialBuilder
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.X509SerialNumberBuilder
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.X509SKIBuilder
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.X509SubjectNameBuilder
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.