Skip navigation links
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 

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 which is capable of storing the original metadata document on which the backing store is based.
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.
AbstractConditionalProfileAction<InboundMessageType,OutboundMessageType> - 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.
AbstractDynamicHTTPMetadataResolver - Class in org.opensaml.saml.metadata.resolver.impl
Abstract subclass for dynamic metadata resolvers that implement metadata resolution based on HTTP requests.
AbstractDynamicHTTPMetadataResolver(HttpClient) - Constructor for class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver
Constructor.
AbstractDynamicHTTPMetadataResolver(Timer, 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.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.
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(Set<String>) - Constructor for class org.opensaml.xmlsec.encryption.support.AbstractEncryptedKeyResolver
Constructor.
AbstractEncryptedKeyResolver(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
 
AbstractHttpServletMessageErrorHandler<MessageType> - Class in org.opensaml.messaging.error.servlet
Abstract implementation of HttpServletMessageErrorHandler.
AbstractHttpServletMessageErrorHandler() - Constructor for class org.opensaml.messaging.error.servlet.AbstractHttpServletMessageErrorHandler
 
AbstractHttpServletRequestMessageDecoder<MessageType> - Class in org.opensaml.messaging.decoder.servlet
Abstract implementation of HttpServletRequestMessageDecoder.
AbstractHttpServletRequestMessageDecoder() - Constructor for class org.opensaml.messaging.decoder.servlet.AbstractHttpServletRequestMessageDecoder
 
AbstractHttpServletResponseMessageEncoder<MessageType> - Class in org.opensaml.messaging.encoder.servlet
Abstract implementation of HttpServletResponseMessageEncoder.
AbstractHttpServletResponseMessageEncoder() - Constructor for class org.opensaml.messaging.encoder.servlet.AbstractHttpServletResponseMessageEncoder
 
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.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.profile.action.impl.AbstractMessageChannelSecurity
Constructor.
AbstractMessageDecoder<MessageType> - Class in org.opensaml.messaging.decoder
Abstract message decoder.
AbstractMessageDecoder() - Constructor for class org.opensaml.messaging.decoder.AbstractMessageDecoder
 
AbstractMessageEncoder<MessageType> - Class in org.opensaml.messaging.encoder
Abstract message encoder.
AbstractMessageEncoder() - Constructor for class org.opensaml.messaging.encoder.AbstractMessageEncoder
 
AbstractMessageHandler<MessageType> - Class in org.opensaml.messaging.handler
A base abstract implementation of MessageHandler.
AbstractMessageHandler() - Constructor for class org.opensaml.messaging.handler.AbstractMessageHandler
 
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.
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.
AbstractNameIDTypeMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread safe Marshaller for NameIDType objects.
AbstractNameIDTypeMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AbstractNameIDTypeMarshaller
 
AbstractNameIDTypeUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for NameIDType objects.
AbstractNameIDTypeUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AbstractNameIDTypeUnmarshaller
 
AbstractProfileAction<InboundMessageType,OutboundMessageType> - 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.
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
 
AbstractSAMLObject - Class in org.opensaml.saml.common
An abstract implementation of SAMLObject.
AbstractSAMLObject(String, String, String) - Constructor for class org.opensaml.saml.common.AbstractSAMLObject
Constructor.
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
An 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
 
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
An 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.
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.
ActionBuilder - Class in org.opensaml.saml.saml1.core.impl
Builder of ActionImpl objects.
ActionBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.ActionBuilder
Constructor.
ActionBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder for ActionImpl objects.
ActionBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.ActionBuilder
Constructor.
ActionBuilder - Class in org.opensaml.soap.wsaddressing.impl
ActionBuilder.
ActionBuilder() - Constructor for class org.opensaml.soap.wsaddressing.impl.ActionBuilder
 
ActionImpl - Class in org.opensaml.saml.saml1.core.impl
Concrete implementation of Action.
ActionImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.ActionImpl
Constructor.
ActionImpl - Class in org.opensaml.saml.saml2.core.impl
A concrete implementation of Action.
ActionImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.ActionImpl
Constructor.
ActionImpl - Class in org.opensaml.soap.wsaddressing.impl
ActionImpl is the concrete implementation of Action.
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() - Constructor for class org.opensaml.saml.saml1.core.impl.ActionMarshaller
 
ActionMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for Action.
ActionMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.ActionMarshaller
 
ActionMarshaller - Class in org.opensaml.soap.wsaddressing.impl
Marshaller for the <wsa:Action> element.
ActionMarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.ActionMarshaller
 
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.
ActionNamespaceMarshaller - Class in org.opensaml.saml.ext.saml2mdquery.impl
Marshaller of ActionNamespace objects.
ActionNamespaceMarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdquery.impl.ActionNamespaceMarshaller
 
ActionNamespaceUnmarshaller - Class in org.opensaml.saml.ext.saml2mdquery.impl
Unmarshaller for ActionNamespace objects.
ActionNamespaceUnmarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdquery.impl.ActionNamespaceUnmarshaller
 
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.
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(String, String, String) - Constructor for class org.opensaml.xacml.ctx.impl.ActionTypeImpl
Constructor.
ActionTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation for ActionType.
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() - Constructor for class org.opensaml.xacml.ctx.impl.ActionTypeImplBuilder
Constructor.
ActionTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for ActionType.
ActionTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.ActionTypeImplBuilder
 
ActionTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
Marshaller for ActionType objects.
ActionTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.ActionTypeMarshaller
Constructor.
ActionTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for ActionType.
ActionTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ActionTypeMarshaller
 
ActionTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
Unmarshaller for ActionType objects.
ActionTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.ActionTypeUnmarshaller
Constructor.
ActionTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for ActionType.
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() - Constructor for class org.opensaml.saml.saml1.core.impl.ActionUnmarshaller
 
ActionUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for Action.
ActionUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.ActionUnmarshaller
 
ActionUnmarshaller - Class in org.opensaml.soap.wsaddressing.impl
Unmarshaller for the <wsa:Action> element.
ActionUnmarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.ActionUnmarshaller
 
ActorBearing - Interface in org.opensaml.soap.soap11
Interface for element having a @soap11:actor attribute.
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.XMLObjectChildrenList
Adds the given XMLObject to this list.
addAdviceToAssertion(AbstractProfileAction, Assertion) - Static method in class org.opensaml.saml.saml2.profile.SAML2ActionSupport
Creates and adds a Advice to a given Assertion.
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.
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.
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.
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
 
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.util.SOAPSupport
Add a header block to the SOAP envelope contained within the specified message context's SOAP subcontext.
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.
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.
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.
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.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.
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(BaseObligationHandler) - Method in class org.opensaml.xacml.ctx.provider.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.
addObligationhandler(Collection<BaseObligationHandler>) - Method in class org.opensaml.xacml.ctx.provider.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.
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.
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 DSA or RSA public key into the corresponding XMLObject and stores it in a KeyInfo in a new KeyValue element.
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 - 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() - Constructor for class 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.wsfed.impl.AddressBuilder
Constructor.
AddressImpl - Class in org.opensaml.soap.wsaddressing.impl
AddressImpl is the concrete implementation of Address.
AddressImpl(String, String, String) - Constructor for class org.opensaml.soap.wsaddressing.impl.AddressImpl
Constructor.
AddressImpl - Class in org.opensaml.soap.wsfed.impl
Implementation of the Address object.
AddressImpl(String, String, String) - Constructor for class org.opensaml.soap.wsfed.impl.AddressImpl
Constructor.
AddressMarshaller - Class in org.opensaml.soap.wsaddressing.impl
Marshaller for the <wsa:Address> element.
AddressMarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.AddressMarshaller
 
AddressMarshaller - Class in org.opensaml.soap.wsfed.impl
A thread-safe marshaller for Address objects.
AddressMarshaller() - Constructor for class org.opensaml.soap.wsfed.impl.AddressMarshaller
 
AddressUnmarshaller - Class in org.opensaml.soap.wsaddressing.impl
Unmarshaller for the <wsa:Address> element.
AddressUnmarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.AddressUnmarshaller
 
AddressUnmarshaller - Class in org.opensaml.soap.wsfed.impl
A thread-safe unmarshaller for Address objects.
AddressUnmarshaller() - Constructor for class org.opensaml.soap.wsfed.impl.AddressUnmarshaller
 
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.util.SOAPSupport
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 builds a SOAP 1.1 Fault object 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.
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() - Constructor for class org.opensaml.saml.saml1.profile.impl.AddStatusToResponse
Constructor.
AddStatusToResponse - Class in org.opensaml.saml.saml2.profile.impl
Action that sets Status content in a Response obtained from a lookup strategy, typically from the outbound message context.
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() - Constructor for class org.opensaml.saml.saml1.profile.impl.AddSubjectConfirmationToSubjects
Constructor.
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.saml2.profile.impl.AddSubjectConfirmationToSubjects
Constructor.
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.
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 - Static variable in class org.opensaml.saml.saml2.metadata.ContactPersonTypeEnumeration
"administrative" contact type.
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() - Constructor for class org.opensaml.saml.saml1.core.impl.AdviceBuilder
Constructor.
AdviceBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder for AdviceImpl objects.
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(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.AdviceImpl
Constructor.
AdviceImpl - Class in org.opensaml.saml.saml2.core.impl
A concrete implementation of Advice.
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() - Constructor for class org.opensaml.saml.saml1.core.impl.AdviceMarshaller
 
AdviceMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe marshaller for Advice.
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() - Constructor for class org.opensaml.saml.saml1.core.impl.AdviceUnmarshaller
 
AdviceUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for Advice.
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.
AffiliateMemberMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread-safe Marshaller for AffiliateMember objects.
AffiliateMemberMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AffiliateMemberMarshaller
 
AffiliateMemberUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread-safe Unmarshaller for AffiliateMembers.
AffiliateMemberUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AffiliateMemberUnmarshaller
 
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 - 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.
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_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_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_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.
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_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.
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.
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
 
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.
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_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.
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
 
AnnotationSupport - Class in org.opensaml.storage.annotation
Support class that reads and writes fields decorated with storage annotations.
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.
ApacheSantuarioSignatureValidationProviderImpl - Class in org.opensaml.xmlsec.signature.support.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.provider.ApacheSantuarioSignatureValidationProviderImpl
 
ApacheSantuarioSignerProviderImpl - Class in org.opensaml.xmlsec.signature.support.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.provider.ApacheSantuarioSignerProviderImpl
 
ApacheXMLSecurityInitializer - Class in org.opensaml.xmlsec.config
Initializer which initializes the Apache XML Security library (Santuario).
ApacheXMLSecurityInitializer() - Constructor for class org.opensaml.xmlsec.config.ApacheXMLSecurityInitializer
 
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() - Constructor for class org.opensaml.soap.wsfed.impl.AppliesToBuilder
Constructor.
AppliesToBuilder - Class in org.opensaml.soap.wspolicy.impl
Builder for the AppliesTo element.
AppliesToBuilder() - Constructor for class org.opensaml.soap.wspolicy.impl.AppliesToBuilder
 
AppliesToImpl - Class in org.opensaml.soap.wsfed.impl
Implementation of the AppliesTo Object.
AppliesToImpl(String, String, String) - Constructor for class org.opensaml.soap.wsfed.impl.AppliesToImpl
Constructor.
AppliesToImpl - Class in org.opensaml.soap.wspolicy.impl
AppliesToImpl.
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() - Constructor for class org.opensaml.soap.wsfed.impl.AppliesToMarshaller
 
AppliesToMarshaller - Class in org.opensaml.soap.wspolicy.impl
Marshaller for the wsp:AppliesTo element.
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() - Constructor for class org.opensaml.soap.wsfed.impl.AppliesToUnmarshaller
 
AppliesToUnmarshaller - Class in org.opensaml.soap.wspolicy.impl
Unmarshaller for the wsp:AppliesTo element.
AppliesToUnmarshaller() - Constructor for class org.opensaml.soap.wspolicy.impl.AppliesToUnmarshaller
 
apply(ParentContext) - Method in class org.opensaml.messaging.context.navigate.ChildContextLookup
apply(MessageContext) - Method in class org.opensaml.messaging.context.navigate.MessageLookup
apply(StartContext) - Method in class org.opensaml.messaging.context.navigate.ParentContextLookup
apply(BaseContext) - Method in class org.opensaml.messaging.context.navigate.RootContextLookup
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.profile.logic.BrowserProfilePredicate
apply(BaseContext) - Method in class org.opensaml.profile.logic.IPRangePredicate
apply(ProfileRequestContext) - Method in class org.opensaml.profile.logic.NoConfidentialityMessageChannelPredicate
apply(ProfileRequestContext) - Method in class org.opensaml.profile.logic.NoIntegrityMessageChannelPredicate
apply(ProfileRequestContext) - Method in class org.opensaml.profile.logic.ProfileIdPredicate
apply(ProfileRequestContext) - Method in class org.opensaml.saml.common.binding.BindingDescriptor
apply(AttributeConsumingServiceContext) - Method in class org.opensaml.saml.common.messaging.context.navigate.AttributeConsumerServiceLookupFunction
apply(SAMLMetadataContext) - Method in class org.opensaml.saml.common.messaging.context.navigate.EntityDescriptorLookupFunction
apply(SAMLBindingContext) - Method in class org.opensaml.saml.common.messaging.context.navigate.SAMLBindingContextBindingFunction
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(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(SAMLProtocolContext) - Method in class org.opensaml.saml.common.messaging.context.navigate.SAMLProtocolContextProtocolFunction
apply(ProfileRequestContext) - Method in class org.opensaml.saml.common.profile.AbstractNameIdentifierGenerator
apply(ProfileRequestContext) - Method in class org.opensaml.saml.common.profile.impl.AddInResponseToToResponse.DefaultRequestIdLookupStrategy
apply(ProfileRequestContext) - Method in class org.opensaml.saml.common.profile.logic.AbstractNameIDPolicyPredicate
apply(EntityDescriptor) - Method in class org.opensaml.saml.common.profile.logic.AbstractRegistrationInfoPredicate
apply(ProfileRequestContext) - Method in class org.opensaml.saml.common.profile.logic.DefaultLocalErrorPredicate
apply(EntityDescriptor) - Method in class org.opensaml.saml.common.profile.logic.EntityAttributesPredicate
apply(EntityDescriptor) - Method in class org.opensaml.saml.common.profile.logic.EntityGroupNamePredicate
apply(EntityDescriptor) - Method in class org.opensaml.saml.common.profile.logic.EntityIdPredicate
apply(ProfileRequestContext) - Method in class org.opensaml.saml.common.profile.logic.MetadataNameIdentifierFormatStrategy
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(String) - Method in class org.opensaml.saml.metadata.resolver.impl.HTTPEntityIDRequestURLBuilder
apply(String) - Method in class org.opensaml.saml.metadata.resolver.impl.MetadataQueryProtocolRequestURLBuilder
apply(String) - Method in class org.opensaml.saml.metadata.resolver.impl.MetadataQueryProtocolSHA1Transformer
apply(String) - Method in class org.opensaml.saml.metadata.resolver.impl.RegexRequestURLBuilder
apply(String) - Method in class org.opensaml.saml.metadata.resolver.impl.TemplateRequestURLBuilder
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.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(Credential) - Method in class org.opensaml.security.credential.criteria.impl.EvaluableEntityIDCredentialCriterion
apply(Credential) - Method in class org.opensaml.security.credential.criteria.impl.EvaluableKeyAlgorithmCredentialCriterion
apply(Credential) - Method in class org.opensaml.security.credential.criteria.impl.EvaluableKeyLengthCredentialCriterion
apply(Credential) - Method in class org.opensaml.security.credential.criteria.impl.EvaluableKeyNameCredentialCriterion
apply(Credential) - Method in class org.opensaml.security.credential.criteria.impl.EvaluablePublicKeyCredentialCriterion
apply(Credential) - Method in class org.opensaml.security.credential.criteria.impl.EvaluableUsageCredentialCriterion
apply(Credential) - Method in class org.opensaml.security.credential.criteria.impl.EvaluableX509CertSelectorCredentialCriterion
apply(Credential) - Method in class org.opensaml.security.credential.criteria.impl.EvaluableX509DigestCredentialCriterion
apply(Credential) - Method in class org.opensaml.security.credential.criteria.impl.EvaluableX509IssuerSerialCredentialCriterion
apply(Credential) - Method in class org.opensaml.security.credential.criteria.impl.EvaluableX509SubjectKeyIdentifierCredentialCriterion
apply(Credential) - Method in class org.opensaml.security.credential.criteria.impl.EvaluableX509SubjectNameCredentialCriterion
apply(ProfileRequestContext) - Method in class org.opensaml.soap.soap11.profile.impl.AddSOAPFault.FaultCodeMappingFunction
apply(String) - Method in class org.opensaml.xmlsec.impl.AlgorithmRuntimeSupportedPredicate
apply(String) - Method in class org.opensaml.xmlsec.impl.BlacklistPredicate
apply(String) - Method in class org.opensaml.xmlsec.impl.WhitelistPredicate
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.
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.
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.
ArtifactMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for Artifact.
ArtifactMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.ArtifactMarshaller
 
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.
ArtifactResolutionServiceMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Marshaller for ArtifactResolutionService objects.
ArtifactResolutionServiceMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.ArtifactResolutionServiceMarshaller
 
ArtifactResolutionServiceUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread-safe Unmarshaller for ArtifactResolutionService objects.
ArtifactResolutionServiceUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.ArtifactResolutionServiceUnmarshaller
 
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
 
ArtifactUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thead-safe Unmarshaller for Artifact.
ArtifactUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.ArtifactUnmarshaller
 
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.
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.
AssertionArtifactMarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread safe Marshaller for AssertionArtifact objects.
AssertionArtifactMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AssertionArtifactMarshaller
 
AssertionArtifactUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread-safe Unmarshaller for AssertionArtifact objects.
AssertionArtifactUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AssertionArtifactUnmarshaller
 
AssertionBuilder - Class in org.opensaml.saml.saml1.core.impl
Builder of AssertionImpl objects.
AssertionBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.AssertionBuilder
Constructor.
AssertionBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder for AssertionImpl objects.
AssertionBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AssertionBuilder
Constructor.
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.
AssertionConsumerServiceMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Marshaller for AssertionConsumerService objects.
AssertionConsumerServiceMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AssertionConsumerServiceMarshaller
 
AssertionConsumerServiceUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread-safe Unmarshaller for AssertionConsumerService objects.
AssertionConsumerServiceUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AssertionConsumerServiceUnmarshaller
 
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.
AssertionIDReferenceMarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread safe Marshaller for AssertionIDReference objects.
AssertionIDReferenceMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AssertionIDReferenceMarshaller
 
AssertionIDReferenceUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread-safe Unmarshaller for AssertionIDReference objects.
AssertionIDReferenceUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AssertionIDReferenceUnmarshaller
 
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.
AssertionIDRefMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for AssertionIDRef.
AssertionIDRefMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AssertionIDRefMarshaller
 
AssertionIDRefUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thead-safe Unmarshaller for AssertionIDRef.
AssertionIDRefUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AssertionIDRefUnmarshaller
 
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.
AssertionIDRequestServiceMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Marshaller for AssertionIDRequestServices.
AssertionIDRequestServiceMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AssertionIDRequestServiceMarshaller
 
AssertionIDRequestServiceUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Unmarshaller for AssertionIDRequestServices.
AssertionIDRequestServiceUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AssertionIDRequestServiceUnmarshaller
 
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(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.AssertionImpl
Constructor.
AssertionImpl - Class in org.opensaml.saml.saml2.core.impl
A concrete implementation of Assertion.
AssertionImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AssertionImpl
Constructor.
AssertionMarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread safe Marshaller for Assertion objects.
AssertionMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AssertionMarshaller
 
AssertionMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for Assertion.
AssertionMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AssertionMarshaller
 
AssertionUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread-safe Unmarshaller for Assertion objects.
AssertionUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AssertionUnmarshaller
 
AssertionUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for Assertion.
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.
AssertionURIRefMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for AssertionURIRef.
AssertionURIRefMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AssertionURIRefMarshaller
 
AssertionURIRefUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for AssertionURIRef.
AssertionURIRefUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AssertionURIRefUnmarshaller
 
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 .
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.
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() - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeBuilder
Constructor.
AttributeBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder for AttributeImpl objects.
AttributeBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AttributeBuilder
Constructor.
AttributeConsumerServiceLookupFunction - Class in org.opensaml.saml.common.messaging.context.navigate
AttributeConsumerServiceLookupFunction() - Constructor for class org.opensaml.saml.common.messaging.context.navigate.AttributeConsumerServiceLookupFunction
 
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
 
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.
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
 
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
 
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(String, String, String) - Constructor for class org.opensaml.soap.wsaddressing.impl.AttributedURIImpl
Constructor.
AttributedURIImpl - Class in org.opensaml.soap.wssecurity.impl
Implementation of AttributedURI.
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() - Constructor for class org.opensaml.soap.wsaddressing.impl.AttributedURIMarshaller
 
AttributedURIMarshaller - Class in org.opensaml.soap.wssecurity.impl
Marshaller for instances of AttributedURI.
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() - Constructor for class org.opensaml.soap.wsaddressing.impl.AttributedURIUnmarshaller
 
AttributedURIUnmarshaller - Class in org.opensaml.soap.wssecurity.impl
Unmarshaller for instances of AttributedURI.
AttributedURIUnmarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.AttributedURIUnmarshaller
 
AttributeExtensibleXMLObject - Interface in org.opensaml.core.xml
An interface for XMLObjects that represent DOM elements that support the XML Schema anyAttribute construct.
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(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeImpl
Constructor.
AttributeImpl - Class in org.opensaml.saml.saml2.core.impl
Concrete implementation of Attribute.
AttributeImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AttributeImpl
Constructor.
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() - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeMarshaller
 
AttributeMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread safe Marshaller for Attribute objects.
AttributeMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AttributeMarshaller
 
ATTRIBUTENAME_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.AttributeDesignator
Name for the AttributeName attribute.
ATTRIBUTENAMESPACE_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.AttributeDesignator
Name for the AttributeNamespace attribute.
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.
AttributeProfileMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Marshaller for AttributeProfile objects.
AttributeProfileMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AttributeProfileMarshaller
 
AttributeProfileUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Unmarshaller for AttributeProfile objects.
AttributeProfileUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AttributeProfileUnmarshaller
 
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() - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeQueryBuilder
Constructor.
AttributeQueryBuilder - Class in org.opensaml.saml.saml2.core.impl
A Builder for AttributeQueryImpl objects.
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(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeQueryImpl
Constructor.
AttributeQueryImpl - Class in org.opensaml.saml.saml2.core.impl
Concrete implementation of AttributeQuery.
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() - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeQueryMarshaller
 
AttributeQueryMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for AttributeQuery.
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() - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeQueryUnmarshaller
 
AttributeQueryUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for AttributeQuery.
AttributeQueryUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AttributeQueryUnmarshaller
 
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.
AttributeServiceMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Marshaller for AttributeService objects.
AttributeServiceMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AttributeServiceMarshaller
 
AttributeServiceUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread-safe Unmarshaller for AttributeService objects.
AttributeServiceUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AttributeServiceUnmarshaller
 
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() - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeStatementBuilder
Constructor.
AttributeStatementBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder for AttributeStatementImpl objects.
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(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeStatementImpl
Constructor.
AttributeStatementImpl - Class in org.opensaml.saml.saml2.core.impl
A concrete implementation of AttributeStatement.
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() - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeStatementMarshaller
 
AttributeStatementMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for AttributeStatement.
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() - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeStatementUnmarshaller
 
AttributeStatementUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for AttributeStatement.
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() - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeUnmarshaller
 
AttributeUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for Attribute objects.
AttributeUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AttributeUnmarshaller
 
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 12 AttributeValue element behaves.
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(String, String, String) - Constructor for class org.opensaml.xacml.ctx.impl.AttributeValueTypeImpl
Constructor.
AttributeValueTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation of AttributeValueType.
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() - Constructor for class org.opensaml.xacml.ctx.impl.AttributeValueTypeImplBuilder
Constructor.
AttributeValueTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for AttributeValueType.
AttributeValueTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.AttributeValueTypeImplBuilder
 
AttributeValueTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
Marshaller for AttributeValueType objects.
AttributeValueTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.AttributeValueTypeMarshaller
Constructor.
AttributeValueTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for AttributeValueType.
AttributeValueTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.AttributeValueTypeMarshaller
 
AttributeValueTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
Unmarshaller for AttributeValueType objects.
AttributeValueTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.AttributeValueTypeUnmarshaller
Constructor.
AttributeValueTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for AttributeValueType.
AttributeValueTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.AttributeValueTypeUnmarshaller
 
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() - Constructor for class org.opensaml.saml.saml1.core.impl.AudienceBuilder
Constructor.
AudienceBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder for AudienceImpl objects.
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(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.AudienceImpl
Constructor.
AudienceImpl - Class in org.opensaml.saml.saml2.core.impl
Concrete implementation of Audience.
AudienceImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AudienceImpl
Constructor.
AudienceMarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread safe Marshaller for Audience objects.
AudienceMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AudienceMarshaller
 
AudienceMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread safe Marshaller for Audience objects.
AudienceMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AudienceMarshaller
 
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
 
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
 
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
 
AudienceUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread-safe Unmarshaller for Audience objects.
AudienceUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AudienceUnmarshaller
 
AudienceUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for Audience objects.
AudienceUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AudienceUnmarshaller
 
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.
AUTHENTICATED_TELEPHONY_AUTHN_CTX - Static variable in interface org.opensaml.saml.saml2.core.AuthnContext
URI for Authenticated Telephony authentication context.
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 implemenation of AuthenticatingAuthority.
AuthenticatingAuthorityImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AuthenticatingAuthorityImpl
Constructor.
AuthenticatingAuthorityMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for AuthenticatingAuthority.
AuthenticatingAuthorityMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthenticatingAuthorityMarshaller
 
AuthenticatingAuthorityUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for AuthenticatingAuthority.
AuthenticatingAuthorityUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthenticatingAuthorityUnmarshaller
 
AUTHENTICATIONINSTANT_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.AuthenticationStatement
Name of the AuthenticationInstant attribute.
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.
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
Concreate 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 - 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 - 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.
AuthnContextClassRefMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for AuthnContextClassRef.
AuthnContextClassRefMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnContextClassRefMarshaller
 
AuthnContextClassRefUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for AuthnContextClassRef.
AuthnContextClassRefUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnContextClassRefUnmarshaller
 
AuthnContextComparisonTypeEnumeration - Class in org.opensaml.saml.saml2.core
A type safe enumeration of RequestedAuthnContext comparison types.
AuthnContextComparisonTypeEnumeration(String) - Constructor for class org.opensaml.saml.saml2.core.AuthnContextComparisonTypeEnumeration
Constructor.
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
Constructor.
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.
AuthnContextDeclMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for AuthnContextDecl.
AuthnContextDeclMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnContextDeclMarshaller
 
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.
AuthnContextDeclRefMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for AuthnContextDeclRef.
AuthnContextDeclRefMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnContextDeclRefMarshaller
 
AuthnContextDeclRefUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for AuthnContextDecl.
AuthnContextDeclRefUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnContextDeclRefUnmarshaller
 
AuthnContextDeclUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for AuthnContextDecl.
AuthnContextDeclUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnContextDeclUnmarshaller
 
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
 
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.
AuthnQueryServiceMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Marshaller for AuthnQueryService objects.
AuthnQueryServiceMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AuthnQueryServiceMarshaller
 
AuthnQueryServiceUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread-safe Unmarshaller for AuthnQueryService objects.
AuthnQueryServiceUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AuthnQueryServiceUnmarshaller
 
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.
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
 
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
 
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 impementation 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
 
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_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.
AuthzServiceMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Marshaller for AuthzService objects.
AuthzServiceMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AuthzServiceMarshaller
 
AuthzServiceUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread-safe Unmarshaller for AuthzService objects.
AuthzServiceUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AuthzServiceUnmarshaller
 

B

BackingStoreCleanupSweeper() - Constructor for class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.BackingStoreCleanupSweeper
 
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.
BaseHttpServletRequestXMLMessageDecoder<MessageType extends XMLObject> - 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<MessageType extends XMLObject> - 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 - 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
Base class for all obligation handlers.
BaseObligationHandler(String) - Constructor for class org.opensaml.xacml.ctx.provider.BaseObligationHandler
Constructor.
BaseObligationHandler(String, int) - Constructor for class org.opensaml.xacml.ctx.provider.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
 
BaseXMLObjectMarshaller - Class in org.opensaml.core.xml.io
Base class for Marshaller classes.
BaseXMLObjectMarshaller() - Constructor for class org.opensaml.core.xml.io.BaseXMLObjectMarshaller
 
BaseXMLObjectUnmarshaller - Class in org.opensaml.core.xml.io
Base class for Unmarshaller classes.
BaseXMLObjectUnmarshaller() - Constructor for class org.opensaml.core.xml.io.BaseXMLObjectUnmarshaller
 
BASIC - Static variable in interface org.opensaml.saml.saml2.core.Attribute
Basic attribute format ID.
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(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.
BasicCredential() - 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
Constructor.
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.
BasicKeyInfoGenerator(BasicKeyInfoGeneratorFactory.BasicOptions) - 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<MessageType> - Class in org.opensaml.messaging.handler.impl
A basic implementation of MessageHandlerChain.
BasicMessageHandlerChain() - Constructor for class org.opensaml.messaging.handler.impl.BasicMessageHandlerChain
 
BasicMetadataResponseHandler() - Constructor for class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver.BasicMetadataResponseHandler
 
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.
BasicRoleDescriptorResolver - Class in org.opensaml.saml.metadata.resolver.impl
Simple impl of RoleDescriptorResolver which wraps an instance of MetadataResolver to support basic EntityDescriptor resolution, and then performs further role-related filtering over the returned EntityDescriptor.
BasicRoleDescriptorResolver(MetadataResolver) - Constructor for class org.opensaml.saml.metadata.resolver.impl.BasicRoleDescriptorResolver
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
Constructor.
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
Basic implementation of WhitelistBlacklistConfiguration.
BasicWhitelistBlacklistConfiguration() - Constructor for class org.opensaml.xmlsec.impl.BasicWhitelistBlacklistConfiguration
Constructor.
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_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() - 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.
BETTER - Static variable in class org.opensaml.saml.saml2.core.AuthnContextComparisonTypeEnumeration
"better" comparison type.
BILLING - Static variable in class 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_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.
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 - 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(String) - Constructor for exception org.opensaml.saml.common.binding.BindingException
Constructor.
BindingException(Exception) - Constructor for exception org.opensaml.saml.common.binding.BindingException
Constructor.
BindingException(String, Exception) - Constructor for exception org.opensaml.saml.common.binding.BindingException
Constructor.
BindingLocationCriterion - Class in org.opensaml.saml.criterion
Criterion representing a SAML binding location.
BindingLocationCriterion(String) - Constructor for class org.opensaml.saml.criterion.BindingLocationCriterion
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.
BlacklistPredicate - Class in org.opensaml.xmlsec.impl
Predicate which implements an algorithm URI blacklist policy.
BlacklistPredicate(Collection<String>) - Constructor for class org.opensaml.xmlsec.impl.BlacklistPredicate
Constructor.
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 - Interface in org.opensaml.soap.soap11
SOAP 1.1 Body.
BodyBuilder - Class in org.opensaml.soap.soap11.impl
Builder of BodyImpl objects.
BodyBuilder() - Constructor for class org.opensaml.soap.soap11.impl.BodyBuilder
 
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
 
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
 
buildAndStoreSOAPMessage(XMLObject) - Method in class org.opensaml.soap.soap11.encoder.http.impl.HTTPSOAP11Encoder
Builds the SOAP message to be encoded.
buildArtifact(MessageContext<SAMLObject>, 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(byte[]) - Method in interface org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactBuilder
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(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(MessageContext<SAMLObject>, 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(byte[]) - Method in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0002Builder
Builds a populated artifact given the artifact's byte-array representation.
buildArtifact(MessageContext<SAMLObject>, Assertion) - Method in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0002Builder
Builds an artifact, for the given assertion, destined for the outbound message recipient.
buildArtifact(MessageContext<SAMLObject>) - Method in interface org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactBuilder
Builds an artifact, for the given assertion, destined for the outbound message recipient.
buildArtifact(byte[]) - Method in interface org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactBuilder
Builds a populated artifact given the artifact's byte-array representation.
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(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(MessageContext<SAMLObject>) - 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<SAMLObject>) - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPArtifactEncoder
Builds the SAML 2 artifact for the outgoing message.
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.DefaultSecurityConfigurationBootstrap
Build a basic instance of EncryptedKeyResolver.
buildBasicInlineKeyInfoCredentialResolver() - Static method in class org.opensaml.xmlsec.config.DefaultSecurityConfigurationBootstrap
Build a basic instance of KeyInfoCredentialResolver.
buildBasicKeyInfoGeneratorManager() - Static method in class org.opensaml.xmlsec.config.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.
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(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.
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.
buildDataEncryptionKeyInfoGeneratorManager() - Static method in class org.opensaml.xmlsec.config.DefaultSecurityConfigurationBootstrap
Build a basic NamedKeyInfoGeneratorManager for use when generating an EncryptedData.
buildDefaultDecryptionConfiguration() - Static method in class org.opensaml.xmlsec.config.DefaultSecurityConfigurationBootstrap
Build and return a default decryption configuration.
buildDefaultEncryptionConfiguration() - Static method in class org.opensaml.xmlsec.config.DefaultSecurityConfigurationBootstrap
Build and return a default encryption configuration.
buildDefaultSignatureSigningConfiguration() - Static method in class org.opensaml.xmlsec.config.DefaultSecurityConfigurationBootstrap
Build and return a default signature signing configuration.
buildDefaultSignatureValidationConfiguration() - Static method in class org.opensaml.xmlsec.config.DefaultSecurityConfigurationBootstrap
Build and return a default signature validation configuration.
buildDSAKeyValue(DSAPublicKey) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
Builds a DSAKeyValue XMLObject from the Java security DSA public key type.
buildEvent(ProfileRequestContext, String) - Static method in class org.opensaml.profile.action.ActionSupport
Builds an event with a given ID but no related attributes.
buildFormDataToSign(VelocityContext, MessageContext<SAMLObject>, String) - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPPostSimpleSignEncoder
Build the form control data string over which the signature is computed.
buildHttpClientContext() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver
Build the HttpClientContext instance which will be used to invoke the HttpClient request.
buildHttpClientContext() - Method in class org.opensaml.saml.metadata.resolver.impl.HTTPMetadataResolver
Build the HttpClientContext instance which will be used to invoke the HttpClient request.
buildHttpGet() - Method in class org.opensaml.saml.metadata.resolver.impl.HTTPMetadataResolver
Builds the HttpGet instance used to fetch the metadata.
buildHttpRequest(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver
Build an appropriate instance of HttpUriRequest based on the input criteria set.
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(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.
buildKeyInfo(Credential, KeyInfoGenerator) - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPPostSimpleSignEncoder
Build the KeyInfo from the signing credential.
buildKeyTransportEncryptionKeyInfoGeneratorManager() - Static method in class org.opensaml.xmlsec.config.DefaultSecurityConfigurationBootstrap
Build a basic NamedKeyInfoGeneratorManager for use when generating an EncryptedKey.
buildObject(QName) - Method in class org.opensaml.core.xml.AbstractXMLObjectBuilder
Creates an XMLObject with a given fully qualified name.
buildObject(QName, QName) - Method in class org.opensaml.core.xml.AbstractXMLObjectBuilder
Creates an XMLObject with a given fully qualified name and schema type.
buildObject(String, String, String) - Method in class org.opensaml.core.xml.AbstractXMLObjectBuilder
Creates an XMLObject with a given fully qualified name.
buildObject(String, String, String, QName) - Method in class org.opensaml.core.xml.AbstractXMLObjectBuilder
Creates an XMLObject with a given fully qualified name.
buildObject(Element) - Method in class org.opensaml.core.xml.AbstractXMLObjectBuilder
Creates an XMLObject using information from the given DOM element.
buildObject(String, String, String) - Method in class org.opensaml.core.xml.schema.impl.XSAnyBuilder
Creates an XMLObject with a given fully qualified name.
buildObject(String, String, String) - Method in class org.opensaml.core.xml.schema.impl.XSBase64BinaryBuilder
Creates an XMLObject with a given fully qualified name.
buildObject(String, String, String) - Method in class org.opensaml.core.xml.schema.impl.XSBooleanBuilder
Creates an XMLObject with a given fully qualified name.
buildObject(String, String, String) - Method in class org.opensaml.core.xml.schema.impl.XSDateTimeBuilder
Creates an XMLObject with a given fully qualified name.
buildObject(String, String, String) - Method in class org.opensaml.core.xml.schema.impl.XSIntegerBuilder
Creates an XMLObject with a given fully qualified name.
buildObject(String, String, String) - Method in class org.opensaml.core.xml.schema.impl.XSQNameBuilder
Creates an XMLObject with a given fully qualified name.
buildObject(String, String, String) - Method in class org.opensaml.core.xml.schema.impl.XSStringBuilder
Creates an XMLObject with a given fully qualified name.
buildObject(String, String, String) - Method in class org.opensaml.core.xml.schema.impl.XSURIBuilder
Creates an XMLObject with a given fully qualified name.
buildObject(QName) - Method in interface org.opensaml.core.xml.XMLObjectBuilder
Creates an XMLObject with a given fully qualified name.
buildObject(QName, QName) - Method in interface org.opensaml.core.xml.XMLObjectBuilder
Creates an XMLObject with a given fully qualified name and schema type.
buildObject(String, String, String) - Method in interface org.opensaml.core.xml.XMLObjectBuilder
Creates an XMLObject with a given fully qualified name.
buildObject(String, String, String, QName) - Method in interface org.opensaml.core.xml.XMLObjectBuilder
Creates an XMLObject with a given fully qualified name.
buildObject(Element) - Method in interface org.opensaml.core.xml.XMLObjectBuilder
Creates an XMLObject using information from the given DOM element.
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(String, String, String) - Method in class org.opensaml.saml.ext.idpdisco.impl.DiscoveryResponseBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.ext.saml1md.impl.SourceIDBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.ext.saml2alg.impl.DigestMethodBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.ext.saml2alg.impl.SigningMethodBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.ext.saml2aslo.impl.AsynchronousBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.ext.saml2cb.impl.ChannelBindingsBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.ext.saml2delrestrict.impl.DelegateBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.ext.saml2delrestrict.impl.DelegationRestrictionTypeBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdattr.impl.EntityAttributesBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdquery.impl.ActionNamespaceBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdquery.impl.AttributeQueryDescriptorTypeBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdquery.impl.AuthnQueryDescriptorTypeBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdquery.impl.AuthzDecisionQueryDescriptorTypeBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdreqinit.impl.RequestInitiatorBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationInfoBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationPathBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.RegistrationInfoBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.RegistrationPolicyBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.UsagePolicyBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdui.impl.DescriptionBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdui.impl.DiscoHintsBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdui.impl.DisplayNameBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdui.impl.DomainHintBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdui.impl.GeolocationHintBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdui.impl.InformationURLBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdui.impl.IPHintBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdui.impl.KeywordsBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdui.impl.LogoBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdui.impl.PrivacyStatementURLBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdui.impl.UIInfoBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.ext.samlec.impl.EncTypeBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.ext.samlec.impl.GeneratedKeyBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.ext.samlec.impl.SessionKeyBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.ext.samlpthrpty.impl.RespondToBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.ActionBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.AdviceBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.AssertionArtifactBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.AssertionBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.AssertionIDReferenceBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.AttributeBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.AttributeDesignatorBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.AttributeQueryBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.AttributeStatementBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.AudienceBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.AudienceRestrictionConditionBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.AuthenticationQueryBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.AuthenticationStatementBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.AuthorityBindingBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionQueryBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionStatementBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.ConditionsBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.ConfirmationMethodBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.DoNotCacheConditionBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.EvidenceBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.NameIdentifierBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.RequestBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.RespondWithBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.ResponseBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.StatusBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.StatusCodeBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.StatusDetailBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.StatusMessageBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.SubjectBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.SubjectConfirmationBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.SubjectLocalityBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.ActionBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.AdviceBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.ArtifactBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.ArtifactResolveBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.ArtifactResponseBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.AssertionBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.AssertionIDRefBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.AssertionIDRequestBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.AssertionURIRefBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.AttributeBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.AttributeQueryBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.AttributeStatementBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.AudienceBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.AudienceRestrictionBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.AuthenticatingAuthorityBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextClassRefBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextDeclBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextDeclRefBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.AuthnQueryBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.AuthnRequestBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.AuthnStatementBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.AuthzDecisionQueryBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.AuthzDecisionStatementBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.ConditionsBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.EncryptedAssertionBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.EncryptedAttributeBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.EncryptedIDBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.EvidenceBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.ExtensionsBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.GetCompleteBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.IDPEntryBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.IDPListBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.IssuerBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.KeyInfoConfirmationDataTypeBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.LogoutRequestBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.LogoutResponseBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.ManageNameIDRequestBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.ManageNameIDResponseBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.NameIDBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.NameIDMappingRequestBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.NameIDMappingResponseBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.NameIDPolicyBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.NewEncryptedIDBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.NewIDBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.OneTimeUseBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.ProxyRestrictionBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.RequestedAuthnContextBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.RequesterIDBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.ResponseBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.ScopingBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.SessionIndexBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.StatusBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.StatusCodeBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.StatusDetailBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.StatusMessageBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.SubjectBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationDataBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.SubjectLocalityBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.TerminateBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.ecp.impl.RelayStateBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.ecp.impl.RequestAuthenticatedBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.ecp.impl.RequestBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.ecp.impl.ResponseBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.ecp.impl.SubjectConfirmationBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.AdditionalMetadataLocationBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.AffiliateMemberBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.ArtifactResolutionServiceBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.AssertionConsumerServiceBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.AssertionIDRequestServiceBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeAuthorityDescriptorBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeConsumingServiceBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeProfileBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeServiceBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.AuthnAuthorityDescriptorBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.AuthnQueryServiceBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.AuthzServiceBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.CompanyBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.ContactPersonBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.EmailAddressBuilder
Creates an XMLObject with a given fully qualified name.
buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.EncryptionMethodBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.EntitiesDescriptorBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.ExtensionsBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.GivenNameBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.IDPSSODescriptorBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.KeyDescriptorBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.ManageNameIDServiceBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.NameIDFormatBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.NameIDMappingServiceBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.OrganizationBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.OrganizationDisplayNameBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.OrganizationNameBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.OrganizationURLBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.PDPDescriptorBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.RequestedAttributeBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.ServiceDescriptionBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.ServiceNameBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.SingleLogoutServiceBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.SingleSignOnServiceBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.SPSSODescriptorBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.SurNameBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.TelephoneNumberBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.soap.soap11.impl.BodyBuilder
Creates an XMLObject with a given fully qualified 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(String, String, String) - Method in class org.opensaml.soap.soap11.impl.DetailBuilder
Creates an XMLObject with a given fully qualified 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(String, String, String) - Method in class org.opensaml.soap.soap11.impl.EnvelopeBuilder
Creates an XMLObject with a given fully qualified name.
buildObject(String, String, String) - Method in class org.opensaml.soap.soap11.impl.FaultActorBuilder
Creates an XMLObject with a given fully qualified 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(String, String, String) - Method in class org.opensaml.soap.soap11.impl.FaultBuilder
Creates an XMLObject with a given fully qualified name.
buildObject(String, String, String) - Method in class org.opensaml.soap.soap11.impl.FaultCodeBuilder
Creates an XMLObject with a given fully qualified 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(String, String, String) - Method in class org.opensaml.soap.soap11.impl.FaultStringBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.soap.soap11.impl.HeaderBuilder
Creates an XMLObject with a given fully qualified 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(String, String, String) - Method in class org.opensaml.soap.wsaddressing.impl.ActionBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.AddressBuilder
Builds a WS-Addressing object.
buildObject(String, String, String) - Method in class org.opensaml.soap.wsaddressing.impl.AddressBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.EndpointReferenceBuilder
Builds a WS-Addressing object.
buildObject(String, String, String) - Method in class org.opensaml.soap.wsaddressing.impl.EndpointReferenceBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.FaultToBuilder
Builds a WS-Addressing object.
buildObject(String, String, String) - Method in class org.opensaml.soap.wsaddressing.impl.FaultToBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.FromBuilder
Builds a WS-Addressing object.
buildObject(String, String, String) - Method in class org.opensaml.soap.wsaddressing.impl.FromBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.MessageIDBuilder
Builds a WS-Addressing object.
buildObject(String, String, String) - Method in class org.opensaml.soap.wsaddressing.impl.MessageIDBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.MetadataBuilder
Builds a WS-Addressing object.
buildObject(String, String, String) - Method in class org.opensaml.soap.wsaddressing.impl.MetadataBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.ProblemActionBuilder
Builds a WS-Addressing object.
buildObject(String, String, String) - Method in class org.opensaml.soap.wsaddressing.impl.ProblemActionBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.ProblemHeaderQNameBuilder
Builds a WS-Addressing object.
buildObject(String, String, String) - Method in class org.opensaml.soap.wsaddressing.impl.ProblemHeaderQNameBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.ProblemIRIBuilder
Builds a WS-Addressing object.
buildObject(String, String, String) - Method in class org.opensaml.soap.wsaddressing.impl.ProblemIRIBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.ReferenceParametersBuilder
Builds a WS-Addressing object.
buildObject(String, String, String) - Method in class org.opensaml.soap.wsaddressing.impl.ReferenceParametersBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.RelatesToBuilder
Builds a WS-Addressing object.
buildObject(String, String, String) - Method in class org.opensaml.soap.wsaddressing.impl.RelatesToBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.ReplyToBuilder
Builds a WS-Addressing object.
buildObject(String, String, String) - Method in class org.opensaml.soap.wsaddressing.impl.ReplyToBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.RetryAfterBuilder
Builds a WS-Addressing object.
buildObject(String, String, String) - Method in class org.opensaml.soap.wsaddressing.impl.RetryAfterBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.SoapActionBuilder
Builds a WS-Addressing object.
buildObject(String, String, String) - Method in class org.opensaml.soap.wsaddressing.impl.SoapActionBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.ToBuilder
Builds a WS-Addressing object.
buildObject(String, String, String) - Method in class org.opensaml.soap.wsaddressing.impl.ToBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.soap.wsfed.impl.AddressBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wsfed.impl.AppliesToBuilder
Builds a WS-Federation object using its default element name.
buildObject(String, String, String) - Method in class org.opensaml.soap.wsfed.impl.AppliesToBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wsfed.impl.EndPointReferenceBuilder
Builds a WS-Federation object using its default element name.
buildObject(String, String, String) - Method in class org.opensaml.soap.wsfed.impl.EndPointReferenceBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wsfed.impl.RequestedSecurityTokenBuilder
Builds a WS-Federation object using its default element name.
buildObject(String, String, String) - Method in class org.opensaml.soap.wsfed.impl.RequestedSecurityTokenBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wsfed.impl.RequestSecurityTokenResponseBuilder
Builds a WS-Federation object using its default element name.
buildObject(String, String, String) - Method in class org.opensaml.soap.wsfed.impl.RequestSecurityTokenResponseBuilder
Creates an XMLObject with a given fully qualified 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(String, String, String) - Method in class org.opensaml.soap.wspolicy.impl.AllBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wspolicy.impl.AppliesToBuilder
Builds a WS-Policy object.
buildObject(String, String, String) - Method in class org.opensaml.soap.wspolicy.impl.AppliesToBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wspolicy.impl.ExactlyOneBuilder
Builds a WS-Policy object.
buildObject(String, String, String) - Method in class org.opensaml.soap.wspolicy.impl.ExactlyOneBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wspolicy.impl.PolicyAttachmentBuilder
Builds a WS-Policy object.
buildObject(String, String, String) - Method in class org.opensaml.soap.wspolicy.impl.PolicyAttachmentBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wspolicy.impl.PolicyBuilder
Builds a WS-Policy object.
buildObject(String, String, String) - Method in class org.opensaml.soap.wspolicy.impl.PolicyBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wspolicy.impl.PolicyReferenceBuilder
Builds a WS-Policy object.
buildObject(String, String, String) - Method in class org.opensaml.soap.wspolicy.impl.PolicyReferenceBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.soap.wssecurity.impl.BinarySecurityTokenBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wssecurity.impl.CreatedBuilder
 
buildObject(String, String, String) - 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(String, String, String) - Method in class org.opensaml.soap.wssecurity.impl.EmbeddedBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderBuilder
Builds a WS-Security object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wssecurity.impl.ExpiresBuilder
 
buildObject(String, String, String) - 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(String, String, String) - Method in class org.opensaml.soap.wssecurity.impl.IterationBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wssecurity.impl.KeyIdentifierBuilder
Builds a WS-Security object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wssecurity.impl.KeyIdentifierBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wssecurity.impl.NonceBuilder
Builds a WS-Security object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wssecurity.impl.NonceBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wssecurity.impl.PasswordBuilder
Builds a WS-Security object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wssecurity.impl.PasswordBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wssecurity.impl.ReferenceBuilder
Builds a WS-Security object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wssecurity.impl.ReferenceBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wssecurity.impl.SaltBuilder
Builds a WS-Security object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wssecurity.impl.SaltBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wssecurity.impl.SecurityBuilder
Builds a WS-Security object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wssecurity.impl.SecurityBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wssecurity.impl.SecurityTokenReferenceBuilder
Builds a WS-Security object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wssecurity.impl.SecurityTokenReferenceBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wssecurity.impl.SignatureConfirmationBuilder
Builds a WS-Security object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wssecurity.impl.SignatureConfirmationBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wssecurity.impl.TimestampBuilder
Builds a WS-Security object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wssecurity.impl.TimestampBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wssecurity.impl.TransformationParametersBuilder
Builds a WS-Security object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wssecurity.impl.TransformationParametersBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wssecurity.impl.UsernameBuilder
Builds a WS-Security object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wssecurity.impl.UsernameBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wssecurity.impl.UsernameTokenBuilder
Builds a WS-Security object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wssecurity.impl.UsernameTokenBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.AllowPostdatingBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.AuthenticationTypeBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.AuthenticationTypeBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.AuthenticatorBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.AuthenticatorBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.BinaryExchangeBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.BinaryExchangeBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.BinarySecretBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.BinarySecretBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.CancelTargetBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.CancelTargetBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.CanonicalizationAlgorithmBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.CanonicalizationAlgorithmBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.ChallengeBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.ChallengeBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.ClaimsBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.ClaimsBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.CodeBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.CodeBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.CombinedHashBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.CombinedHashBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.ComputedKeyAlgorithmBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.ComputedKeyAlgorithmBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.ComputedKeyBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.ComputedKeyBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.DelegatableBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.DelegatableBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.DelegateToBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.DelegateToBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.EncryptionAlgorithmBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.EncryptionAlgorithmBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.EncryptionBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.EncryptionBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.EncryptWithBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.EncryptWithBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.EntropyBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.EntropyBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.ForwardableBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.ForwardableBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.IssuedTokensBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.IssuedTokensBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.IssuerBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.IssuerBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.KeyExchangeTokenBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.KeyExchangeTokenBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.KeySizeBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.KeySizeBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.KeyTypeBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.KeyTypeBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.KeyWrapAlgorithmBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.KeyWrapAlgorithmBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.LifetimeBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.LifetimeBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.OnBehalfOfBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.OnBehalfOfBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.ParticipantBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.ParticipantBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.ParticipantsBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.ParticipantsBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.PrimaryBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.PrimaryBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.ProofEncryptionBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.ProofEncryptionBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.ReasonBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.ReasonBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.RenewingBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.RenewingBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.RenewTargetBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.RenewTargetBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.RequestedAttachedReferenceBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.RequestedAttachedReferenceBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.RequestedProofTokenBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.RequestedProofTokenBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.RequestedSecurityTokenBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.RequestedSecurityTokenBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.RequestedTokenCancelledBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.RequestedTokenCancelledBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.RequestedUnattachedReferenceBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.RequestedUnattachedReferenceBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.RequestKETBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.RequestKETBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenCollectionBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenCollectionBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenResponseBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenResponseBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenResponseCollectionBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenResponseCollectionBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.RequestTypeBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.RequestTypeBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.SignatureAlgorithmBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.SignatureAlgorithmBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.SignChallengeBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.SignChallengeBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.SignChallengeResponseBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.SignChallengeResponseBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.SignWithBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.SignWithBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.StatusBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.StatusBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.TokenTypeBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.TokenTypeBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.UseKeyBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.UseKeyBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.soap.wstrust.impl.ValidateTargetBuilder
Builds a WS-Trust object of the given type.
buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.ValidateTargetBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.ActionTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.xacml.ctx.impl.AttributeTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.AttributeTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.xacml.ctx.impl.AttributeValueTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.AttributeValueTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.xacml.ctx.impl.DecisionTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.DecisionTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.xacml.ctx.impl.EnvironmentTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.EnvironmentTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.RequestTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.ResourceContentTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.ResourceTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.xacml.ctx.impl.ResponseTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.ResponseTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.xacml.ctx.impl.ResultTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.ResultTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.xacml.ctx.impl.StatusCodeTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.StatusCodeTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.xacml.ctx.impl.StatusDetailTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.StatusDetailTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.xacml.ctx.impl.StatusMessageTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.StatusMessageTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.xacml.ctx.impl.StatusTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.StatusTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.xacml.ctx.impl.SubjectTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.SubjectTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xacml.policy.impl.ActionMatchTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.xacml.policy.impl.ActionsTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.ActionsTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.xacml.policy.impl.ActionTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.ActionTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.ApplyTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xacml.policy.impl.AttributeAssignmentTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.AttributeSelectorTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.xacml.policy.impl.AttributeSelectorTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.AttributeValueTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xacml.policy.impl.CombinerParametersTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.xacml.policy.impl.CombinerParameterTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.CombinerParameterTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.ConditionTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.xacml.policy.impl.ConditionTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.DefaultsTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xacml.policy.impl.DescriptionTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.xacml.policy.impl.EnvironmentsTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.EnvironmentsTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.xacml.policy.impl.EnvironmentTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.EnvironmentTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.FunctionTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xacml.policy.impl.IdReferenceTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.xacml.policy.impl.ObligationsTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.ObligationsTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.xacml.policy.impl.ObligationTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.ObligationTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.PolicyCombinerParametersTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.xacml.policy.impl.PolicyCombinerParametersTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.PolicySetCombinerParametersTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.xacml.policy.impl.ResourceMatchTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.ResourceMatchTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.xacml.policy.impl.ResourcesTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.ResourcesTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.xacml.policy.impl.ResourceTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.ResourceTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.RuleCombinerParametersTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xacml.policy.impl.RuleTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.SubjectAttributeDesignatorTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xacml.policy.impl.SubjectMatchTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.xacml.policy.impl.SubjectsTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.SubjectsTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.xacml.policy.impl.SubjectTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.SubjectTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.xacml.policy.impl.TargetTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.TargetTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.VariableDefinitionTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.xacml.policy.impl.VariableDefinitionTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.VariableReferenceTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xacml.profile.saml.impl.ReferencedPoliciesTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionStatementTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLPolicyQueryTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLPolicyStatementTypeImplBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in interface org.opensaml.xacml.XACMLObjectBuilder
Builds a XACML object, using its default attribute name.
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.AgreementMethodBuilder
Creates an XMLObject with a given fully qualified 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(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.CarriedKeyNameBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.CipherDataBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.CipherReferenceBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.CipherValueBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.DataReferenceBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.DHKeyValueBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedDataBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedKeyBuilder
Creates an XMLObject with a given fully qualified name.
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionMethodBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertiesBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.GeneratorBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.KANonceBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.KeyReferenceBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.KeySizeBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.MGFBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.OAEPparamsBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.OriginatorKeyInfoBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.PBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.PgenCounterBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.PublicBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.QBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.RecipientKeyInfoBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.ReferenceListBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.SeedBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.TransformsBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.CryptoBinaryBuilder
Creates an XMLObject with a given fully qualified name.
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.DEREncodedKeyValueBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.DigestMethodBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.DSAKeyValueBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.ECKeyValueBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.ExponentBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.GBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.JBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoReferenceBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.KeyNameBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.KeyValueBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.MgmtDataBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.ModulusBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.NamedCurveBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.PBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.PgenCounterBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.PGPDataBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.PGPKeyIDBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.PGPKeyPacketBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.PublicKeyBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.QBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.RetrievalMethodBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.RSAKeyValueBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.SeedBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.SignatureBuilder
Creates an XMLObject with a given fully qualified name.
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.SPKIDataBuilder
Creates an XMLObject with a given fully qualified 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(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.SPKISexpBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.TransformBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.TransformsBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.X509CertificateBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.X509CRLBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.X509DataBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.X509DigestBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.X509IssuerNameBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.X509IssuerSerialBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.X509SerialNumberBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.X509SKIBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.X509SubjectNameBuilder
Creates an XMLObject with a given fully qualified name.
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(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.XPathBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.XPathBuilder
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.YBuilder
Creates an XMLObject with a given fully qualified name.
buildObject() - Method in class org.opensaml.xmlsec.signature.impl.YBuilder
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
buildObject() - Method in interface org.opensaml.xmlsec.signature.XMLSignatureBuilder
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
buildParserPool() - Method in class org.opensaml.xmlsec.encryption.support.Decrypter
Build the internal parser pool instance used to parse decrypted XML.
buildProceedEvent(ProfileRequestContext) - Static method in class org.opensaml.profile.action.ActionSupport
Signals a successful outcome by an action.
buildRedirectURL(MessageContext<SAMLObject>, String, String) - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPRedirectDeflateEncoder
Builds the URL to redirect the client to.
buildRequestURL(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver
Build the request URL based on the input criteria set.
buildRequestURL(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.FunctionDrivenDynamicHTTPMetadataResolver
Build the request URL based on the input criteria set.
buildRSAKeyValue(RSAPublicKey) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
Builds an RSAKeyValue XMLObject from the Java security RSA public key type.
buildSignatureKeyInfoGeneratorManager() - Static method in class org.opensaml.xmlsec.config.DefaultSecurityConfigurationBootstrap
Build a basic NamedKeyInfoGeneratorManager for use when generating an Signature.
buildSOAP11Fault(QName, String, String, List<XMLObject>, Map<QName, String>) - Static method in class org.opensaml.soap.util.SOAPSupport
Build a SOAP 1.1.
buildTrustAnchor(X509Certificate) - Method in class org.opensaml.security.x509.impl.CertPathPKIXTrustEvaluator
Build a trust anchor from the given X509 certificate.
buildX509Certificate(X509Certificate) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
Builds an X509Certificate XMLObject from a native Java X509Certificate.
buildX509CRL(X509CRL) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
Builds an X509CRL XMLObject from a native Java X509CRL.
buildX509Digest(X509Certificate, String) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
Build an X509Digest containing the digest of the specified certificate.
buildX509IssuerSerial(String, BigInteger) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
Build an X509IssuerSerial containing a given issuer name and serial number.
buildX509SKI(X509Certificate) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
Build an X509SKI containing the subject key identifier extension value contained within a certificate.
buildX509SubjectName(String) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
Build an X509SubjectName containing a given subject name.
buildXMLCipher(Key, String, RSAOAEPParameters) - Method in class org.opensaml.xmlsec.encryption.support.Encrypter
Construct and return an instance of XMLCipher based on the given inputs.
buildXMLObject(Element) - Method in class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
Constructs the XMLObject that the given DOM Element will be unmarshalled into.
buildXMLObject(QName) - Static method in class org.opensaml.core.xml.util.XMLObjectSupport
Build an XMLObject based on the element name.
buildXMLObject(QName, QName) - Static method in class org.opensaml.core.xml.util.XMLObjectSupport
Build an XMLObject based on the element nane and xsi:type.

C

CACHE_DURATION_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.common.CacheableSAMLObject
"cacheDuration" attribute name.
CACHE_DURATION_ATTRIB_QNAME - Static variable in interface org.opensaml.saml.saml2.common.CacheableSAMLObject
"cacheDuration" attribute's QName.
CacheableSAMLObject - Interface in org.opensaml.saml.saml2.common
A functional interface for SAMLElements that provide cache duration information.
CANCEL - Static variable in interface org.opensaml.soap.wstrust.RequestType
RequestType Cancel URI.
CancelTarget - Interface in org.opensaml.soap.wstrust
The wst:CancelTarget element.
CancelTargetBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the CancelTarget element.
CancelTargetBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.CancelTargetBuilder
 
CancelTargetImpl - Class in org.opensaml.soap.wstrust.impl
CancelTargetImpl.
CancelTargetImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.CancelTargetImpl
Constructor.
CancelTargetMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the CancelTarget element.
CancelTargetMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.CancelTargetMarshaller
 
CancelTargetUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the wst:CancelTarget element.
CancelTargetUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.CancelTargetUnmarshaller
 
Candidate(String, String) - Constructor for class org.opensaml.saml.common.profile.logic.EntityAttributesPredicate.Candidate
Constructor.
CanonicalizationAlgorithm - Interface in org.opensaml.soap.wstrust
The wst:CanonicalizationAlgorithm element.
CanonicalizationAlgorithmBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the CanonicalizationAlgorithm element.
CanonicalizationAlgorithmBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.CanonicalizationAlgorithmBuilder
 
CanonicalizationAlgorithmImpl - Class in org.opensaml.soap.wstrust.impl
CanonicalizationAlgorithmImpl.
CanonicalizationAlgorithmImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.CanonicalizationAlgorithmImpl
Constructor.
CanonicalizationAlgorithmMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the CanonicalizationAlgorithm element.
CanonicalizationAlgorithmMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.CanonicalizationAlgorithmMarshaller
 
CanonicalizationAlgorithmUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the wst:CanonicalizationAlgorithm element.
CanonicalizationAlgorithmUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.CanonicalizationAlgorithmUnmarshaller
 
CarriedKeyName - Interface in org.opensaml.xmlsec.encryption
XMLObject representing XML Encryption, version 20021210, CarriedKeyName element.
CarriedKeyNameBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of CarriedKeyName.
CarriedKeyNameBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.CarriedKeyNameBuilder
Constructor.
CarriedKeyNameImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of CarriedKeyName.
CarriedKeyNameImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.CarriedKeyNameImpl
Constructor.
CertificateNameOptions - Class in org.opensaml.security.x509.tls
Options for deriving message context issuer names from an client TLS X.509 certificate.
CertificateNameOptions() - Constructor for class org.opensaml.security.x509.tls.CertificateNameOptions
Constructor.
CertPathPKIXTrustEvaluator - Class in org.opensaml.security.x509.impl
An implementation of PKIXTrustEvaluator that is based on the Java CertPath API.
CertPathPKIXTrustEvaluator() - Constructor for class org.opensaml.security.x509.impl.CertPathPKIXTrustEvaluator
Constructor.
CertPathPKIXTrustEvaluator(PKIXValidationOptions) - Constructor for class org.opensaml.security.x509.impl.CertPathPKIXTrustEvaluator
Constructor.
CertPathPKIXValidationOptions - Class in org.opensaml.security.x509.impl
Specialization of PKIXValidationOptions which specifies options specific to a PKIXTrustEvaluator based on the Java CertPath API.
CertPathPKIXValidationOptions() - Constructor for class org.opensaml.security.x509.impl.CertPathPKIXValidationOptions
Constructor.
ChainingCredentialResolver - Class in org.opensaml.security.credential.impl
A concrete implementation of AbstractChainingCredentialResolver which is scoped to the simple CredentialResolver type.
ChainingCredentialResolver(List<CredentialResolver>) - Constructor for class org.opensaml.security.credential.impl.ChainingCredentialResolver
Constructor.
ChainingEncryptedKeyResolver - Class in org.opensaml.xmlsec.encryption.support
An implementation of EncryptedKeyResolver which chains multiple other resolver implementations together, calling them in the order specified in the resolver list.
ChainingEncryptedKeyResolver(List<EncryptedKeyResolver>) - Constructor for class org.opensaml.xmlsec.encryption.support.ChainingEncryptedKeyResolver
Constructor.
ChainingEncryptedKeyResolver(List<EncryptedKeyResolver>, Set<String>) - Constructor for class org.opensaml.xmlsec.encryption.support.ChainingEncryptedKeyResolver
Constructor.
ChainingEncryptedKeyResolver(List<EncryptedKeyResolver>, String) - Constructor for class org.opensaml.xmlsec.encryption.support.ChainingEncryptedKeyResolver
Constructor.
ChainingEncryptedKeyResolver.ChainingIterable - Class in org.opensaml.xmlsec.encryption.support
Implementation of Iterable to be returned by ChainingEncryptedKeyResolver.
ChainingEncryptedKeyResolver.ChainingIterator - Class in org.opensaml.xmlsec.encryption.support
Implementation of Iterator to be (indirectly) returned by ChainingEncryptedKeyResolver.
ChainingIterable(ChainingEncryptedKeyResolver, EncryptedData) - Constructor for class org.opensaml.xmlsec.encryption.support.ChainingEncryptedKeyResolver.ChainingIterable
Constructor.
ChainingIterator(ChainingEncryptedKeyResolver, EncryptedData) - Constructor for class org.opensaml.xmlsec.encryption.support.ChainingEncryptedKeyResolver.ChainingIterator
Constructor.
ChainingKeyInfoCredentialResolver - Class in org.opensaml.xmlsec.keyinfo.impl
A concrete implementation of AbstractChainingCredentialResolver which is scoped to the KeyInfoCredentialResolver type.
ChainingKeyInfoCredentialResolver(List<KeyInfoCredentialResolver>) - Constructor for class org.opensaml.xmlsec.keyinfo.impl.ChainingKeyInfoCredentialResolver
Constructor.
ChainingMetadataResolver - Class in org.opensaml.saml.metadata.resolver
A metadata provider that uses registered resolvers, in turn, to answer queries.
ChainingMetadataResolver() - Constructor for class org.opensaml.saml.metadata.resolver.ChainingMetadataResolver
Constructor.
ChainingNameIdentifierGenerator<NameIdType extends SAMLObject> - Class in org.opensaml.saml.common.profile.impl
A compound implementation of the NameIdentifierGenerator interface that wraps a sequence of candidate generators along with a default to try if no format-specific options are available.
ChainingNameIdentifierGenerator() - Constructor for class org.opensaml.saml.common.profile.impl.ChainingNameIdentifierGenerator
Constructor.
ChainingSAML1NameIdentifierGenerator - Class in org.opensaml.saml.saml1.profile.impl
Subclass incorporating SAML 1 interface.
ChainingSAML1NameIdentifierGenerator() - Constructor for class org.opensaml.saml.saml1.profile.impl.ChainingSAML1NameIdentifierGenerator
 
ChainingSAML2NameIDGenerator - Class in org.opensaml.saml.saml2.profile.impl
Subclass incorporating SAML 2 interface.
ChainingSAML2NameIDGenerator() - Constructor for class org.opensaml.saml.saml2.profile.impl.ChainingSAML2NameIDGenerator
 
ChainingSignaturePrevalidator - Class in org.opensaml.xmlsec.signature.support.impl
A signature prevalidator implementation which chains execution of a list of SignaturePrevalidator instances.
ChainingSignaturePrevalidator(List<SignaturePrevalidator>) - Constructor for class org.opensaml.xmlsec.signature.support.impl.ChainingSignaturePrevalidator
Constructor.
ChainingSignatureTrustEngine - Class in org.opensaml.xmlsec.signature.support.impl
Evaluate a signature in sequence using a chain of subordinate trust engines.
ChainingSignatureTrustEngine(List<SignatureTrustEngine>) - Constructor for class org.opensaml.xmlsec.signature.support.impl.ChainingSignatureTrustEngine
Constructor.
ChainingTrustEngine<TokenType> - Class in org.opensaml.security.trust.impl
Evaluate a token in sequence using a chain of subordinate trust engines.
ChainingTrustEngine(List<TrustEngine<? super TokenType>>) - Constructor for class org.opensaml.security.trust.impl.ChainingTrustEngine
Constructor.
Challenge - Interface in org.opensaml.soap.wstrust
The wst:Challenge element.
ChallengeBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the Challenge element.
ChallengeBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.ChallengeBuilder
 
ChallengeImpl - Class in org.opensaml.soap.wstrust.impl
ChallengeImpl.
ChallengeImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.ChallengeImpl
Constructor.
ChallengeMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the Challenge element.
ChallengeMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.ChallengeMarshaller
 
ChallengeUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the wst:Challenge element.
ChallengeUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.ChallengeUnmarshaller
 
CHANNEL_BINDINGS_ERROR - Static variable in class org.opensaml.saml.common.profile.SAMLEventIds
ID of event returned upon failure to verify ChannelBindings.
ChannelBindings - Interface in org.opensaml.saml.ext.saml2cb
SAML 2.0 Channel Bindings Extensions ChannelBinding element.
ChannelBindingsBuilder - Class in org.opensaml.saml.ext.saml2cb.impl
A Builder for ChannelBindings objects.
ChannelBindingsBuilder() - Constructor for class org.opensaml.saml.ext.saml2cb.impl.ChannelBindingsBuilder
Constructor.
ChannelBindingsContext - Class in org.opensaml.saml.common.messaging.context
Context, usually attached to a MessageContext that carries a collection of ChannelBindings objects supplied with a message.
ChannelBindingsContext() - Constructor for class org.opensaml.saml.common.messaging.context.ChannelBindingsContext
Constructor.
ChannelBindingsImpl - Class in org.opensaml.saml.ext.saml2cb.impl
Concrete implementation of ChannelBindings.
ChannelBindingsImpl(String, String, String) - Constructor for class org.opensaml.saml.ext.saml2cb.impl.ChannelBindingsImpl
Constructor.
ChannelBindingsMarshaller - Class in org.opensaml.saml.ext.saml2cb.impl
A thread-safe Marshaller for ChannelBindings objects.
ChannelBindingsMarshaller() - Constructor for class org.opensaml.saml.ext.saml2cb.impl.ChannelBindingsMarshaller
 
ChannelBindingsUnmarshaller - Class in org.opensaml.saml.ext.saml2cb.impl
Unmarshaller for instances of ChannelBindings.
ChannelBindingsUnmarshaller() - Constructor for class org.opensaml.saml.ext.saml2cb.impl.ChannelBindingsUnmarshaller
 
check(String, String, long) - Method in class org.opensaml.storage.ReplayCache
Returns true iff the check value is not found in the cache, and stores it.
CheckAccess - Class in org.opensaml.profile.action.impl
This action validates that a request comes from an authorized client, based on an injected service and policy parameters.
CheckAccess() - Constructor for class org.opensaml.profile.action.impl.CheckAccess
 
checkAndCreateIndex(QName) - Method in class org.opensaml.core.xml.util.IndexedXMLObjectChildrenList
Check for the existence of an index for the specified QName and create it if it doesn't exist.
checkAndMarshall(XMLObject) - Method in class org.opensaml.xmlsec.encryption.support.Decrypter
Ensure that the XMLObject is marshalled.
checkAndMarshall(XMLObject) - Method in class org.opensaml.xmlsec.encryption.support.Encrypter
Ensure that the XMLObject is marshalled.
checkCriteriaRequirements(CriteriaSet) - Method in class org.opensaml.security.credential.impl.KeyStoreCredentialResolver
Check that required credential criteria are available.
checkDOM(Signature) - Method in class org.opensaml.xmlsec.signature.support.impl.SignatureAlgorithmValidator
Check that Signature XMLObject has a cached DOM Element.
checkEndpointURI(MessageContext<SAMLObject>, URIComparator) - Method in class org.opensaml.saml.common.binding.security.impl.ReceivedEndpointSecurityHandler
Check the validity of the SAML protocol message receiver endpoint against requirements indicated in the message.
checkIDAttribute(Attr) - Method in class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
Check whether the attribute's QName is registered in the global ID attribute registry.
checkKeyAlgorithmAndLength(Key, AlgorithmDescriptor) - Static method in class org.opensaml.xmlsec.algorithm.AlgorithmSupport
Check that the supplied key is consistent with the supplied algorithm's specified key algorithm and key length, where applicable.
CheckMandatoryAuthentication - Class in org.opensaml.messaging.handler.impl
Message handler that checks that a message context is authenticated.
CheckMandatoryAuthentication() - Constructor for class org.opensaml.messaging.handler.impl.CheckMandatoryAuthentication
 
CheckMandatoryIssuer - Class in org.opensaml.messaging.handler.impl
Message handler that checks that a message context has an issuer.
CheckMandatoryIssuer() - Constructor for class org.opensaml.messaging.handler.impl.CheckMandatoryIssuer
 
CheckMessageVersionHandler - Class in org.opensaml.saml.common.binding.impl
Handler that checks whether a SAML message has an appropriate version.
CheckMessageVersionHandler() - Constructor for class org.opensaml.saml.common.binding.impl.CheckMessageVersionHandler
 
checkNames(Set<String>, X509Credential) - Method in class org.opensaml.security.x509.impl.PKIXX509CredentialTrustEngine
Evaluate the credential against the set of trusted names.
checkNames(Set<String>, X509Credential) - Method in class org.opensaml.xmlsec.signature.support.impl.PKIXSignatureTrustEngine
Evaluate the credential against the set of trusted names.
checkParams(DataEncryptionParameters) - Method in class org.opensaml.xmlsec.encryption.support.Encrypter
Check data encryption parameters for consistency and required values.
checkParams(KeyEncryptionParameters, boolean) - Method in class org.opensaml.xmlsec.encryption.support.Encrypter
Check key encryption parameters for consistency and required values.
checkParams(List<KeyEncryptionParameters>, boolean) - Method in class org.opensaml.xmlsec.encryption.support.Encrypter
Check a list of key encryption parameters for consistency and required values.
checkParams(DataEncryptionParameters, List<KeyEncryptionParameters>) - Method in class org.opensaml.xmlsec.encryption.support.Encrypter
Check the encryption parameters and key encryption parameters for valid combinations of options.
checkParams(Signature, CriteriaSet) - Method in class org.opensaml.xmlsec.signature.support.impl.BaseSignatureTrustEngine
Check the signature and credential criteria for required values.
checkParamsRaw(byte[], byte[], String, CriteriaSet) - Method in class org.opensaml.xmlsec.signature.support.impl.BaseSignatureTrustEngine
Check the signature and credential criteria for required values.
checkRelayState(String) - Static method in class org.opensaml.saml.common.binding.SAMLBindingSupport
Checks that the relay state is 80 bytes or less if it is not null.
checkSubjectAltNames() - Method in class org.opensaml.security.x509.impl.BasicX509CredentialNameEvaluator
Gets whether to check the credential's entity certificate subject alt names against the trusted key name values.
checkSubjectDN() - Method in class org.opensaml.security.x509.impl.BasicX509CredentialNameEvaluator
Gets whether to check the credential's entity certificate subject DN against the trusted key name values.
checkSubjectDNCommonName() - Method in class org.opensaml.security.x509.impl.BasicX509CredentialNameEvaluator
Gets whether to check the credential's entity certificate subject DN's common name (CN) against the trusted key name values.
checkTLSCredentialTrusted(HttpClientContext, HttpUriRequest) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver
Check that trust engine evaluation of the server TLS credential was actually performed.
checkTLSCredentialTrusted(HttpClientContext) - Method in class org.opensaml.saml.metadata.resolver.impl.HTTPMetadataResolver
Check that trust engine evaluation of the server TLS credential was actually performed.
checkURLScheme(String) - Static method in class org.opensaml.saml.common.messaging.SAMLMessageSecuritySupport
Check whether the specified URL scheme is allowed.
ChildContextLookup<ParentContext extends BaseContext,ChildContext extends BaseContext> - Class in org.opensaml.messaging.context.navigate
A ContextDataLookupFunction that gets the child context of a given parent context.
ChildContextLookup(Class<ChildContext>) - Constructor for class org.opensaml.messaging.context.navigate.ChildContextLookup
Constructor.
ChildContextLookup(Class<ChildContext>, boolean) - Constructor for class org.opensaml.messaging.context.navigate.ChildContextLookup
Constructor.
CIPHER_MODE_CBC - Static variable in class org.opensaml.security.crypto.JCAConstants
Cipher mode: "CBC".
CIPHER_MODE_ECB - Static variable in class org.opensaml.security.crypto.JCAConstants
Cipher mode: "ECB".
CIPHER_MODE_GCM - Static variable in class org.opensaml.security.crypto.JCAConstants
Cipher mode: "GCM".
CIPHER_PADDING_ISO10126 - Static variable in class org.opensaml.security.crypto.JCAConstants
Cipher padding: "ISO10126Padding".
CIPHER_PADDING_NONE - Static variable in class org.opensaml.security.crypto.JCAConstants
Cipher padding: "NoPadding".
CIPHER_PADDING_OAEP - Static variable in class org.opensaml.security.crypto.JCAConstants
Cipher padding: "OAEPPadding".
CIPHER_PADDING_PKCS1 - Static variable in class org.opensaml.security.crypto.JCAConstants
Cipher padding: "PKCS1Padding".
CipherData - Interface in org.opensaml.xmlsec.encryption
XMLObject representing XML Encryption, version 20021210, CipherData element.
CipherDataBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of CipherData.
CipherDataBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.CipherDataBuilder
Constructor.
CipherDataImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of CipherData.
CipherDataImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.CipherDataImpl
Constructor.
CipherDataMarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Marshaller for CipherData objects.
CipherDataMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.CipherDataMarshaller
 
CipherDataUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Unmarshaller for CipherData objects.
CipherDataUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.CipherDataUnmarshaller
 
CipherReference - Interface in org.opensaml.xmlsec.encryption
XMLObject representing XML Encryption, version 20021210, CipherReference element.
CipherReferenceBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of CipherReference.
CipherReferenceBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.CipherReferenceBuilder
Constructor.
CipherReferenceImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of CipherReference.
CipherReferenceImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.CipherReferenceImpl
Constructor.
CipherReferenceMarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Marshaller for CipherReference objects.
CipherReferenceMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.CipherReferenceMarshaller
 
CipherReferenceUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Unmarshaller for CipherReference objects.
CipherReferenceUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.CipherReferenceUnmarshaller
 
CipherValue - Interface in org.opensaml.xmlsec.encryption
XMLObject representing XML Encryption, version 20021210, CipherValue element.
CipherValueBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of CipherValue.
CipherValueBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.CipherValueBuilder
Constructor.
CipherValueImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of CipherValue.
CipherValueImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.CipherValueImpl
Constructor.
Claims - Interface in org.opensaml.soap.wstrust
The wst:Claims element.
ClaimsBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the Claims element.
ClaimsBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.ClaimsBuilder
 
ClaimsImpl - Class in org.opensaml.soap.wstrust.impl
ClaimsImpl.
ClaimsImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.ClaimsImpl
Constructor.
ClaimsMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the Claims element.
ClaimsMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.ClaimsMarshaller
 
ClaimsUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the wst:Claims element.
ClaimsUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.ClaimsUnmarshaller
 
ClasspathConfigurationPropertiesSource - Class in org.opensaml.core.config.provider
A configuration properties source implementation which obtains the properties set from a resource on the class path.
ClasspathConfigurationPropertiesSource() - Constructor for class org.opensaml.core.config.provider.ClasspathConfigurationPropertiesSource
 
Cleanup() - Constructor for class org.opensaml.saml.common.binding.artifact.impl.BasicSAMLArtifactMap.Cleanup
 
clear() - Static method in class org.opensaml.core.config.provider.ThreadLocalConfigurationPropertiesHolder
Clear the thread-local configuration Properties instance.
clear() - Method in class org.opensaml.core.xml.util.AttributeMap
clear() - Method in class org.opensaml.core.xml.util.IndexedXMLObjectChildrenList
clear() - Method in class org.opensaml.xmlsec.algorithm.AlgorithmRegistry
Clear all registered algorithms.
clearRegistry() - Static method in class org.opensaml.security.credential.criteria.impl.EvaluableCredentialCriteriaRegistry
Clear all mappings from the registry.
clearSubcontexts() - Method in class org.opensaml.messaging.context.BaseContext
Clear the subcontexts of the current context.
CLIENT - Static variable in interface org.opensaml.soap.soap11.FaultCode
FaultCode value Client.
ClientTLSSecurityParametersContext - Class in org.opensaml.security.messaging
Messaging context implementation for holding parameters related to validating client TLS X509Credential instances.
ClientTLSSecurityParametersContext() - Constructor for class org.opensaml.security.messaging.ClientTLSSecurityParametersContext
 
ClientTLSValidationConfiguration - Interface in org.opensaml.security.x509.tls
Configuration used in validating a client TLS X509Credential.
ClientTLSValidationConfigurationCriterion - Class in org.opensaml.security.x509.tls
Criterion which holds one or more instances of ClientTLSValidationConfiguration.
ClientTLSValidationConfigurationCriterion(List<ClientTLSValidationConfiguration>) - Constructor for class org.opensaml.security.x509.tls.ClientTLSValidationConfigurationCriterion
Constructor.
ClientTLSValidationConfigurationCriterion(ClientTLSValidationConfiguration...) - Constructor for class org.opensaml.security.x509.tls.ClientTLSValidationConfigurationCriterion
Constructor.
ClientTLSValidationConfiguratonInitializer - Class in org.opensaml.security.config
An initializer which initializes the global configuration instance of ClientTLSValidationConfiguration.
ClientTLSValidationConfiguratonInitializer() - Constructor for class org.opensaml.security.config.ClientTLSValidationConfiguratonInitializer
 
ClientTLSValidationParameters - Class in org.opensaml.security.x509.tls
Parameters used in validating a client TLS X509Credential.
ClientTLSValidationParameters() - Constructor for class org.opensaml.security.x509.tls.ClientTLSValidationParameters
 
ClientTLSValidationParametersResolver - Interface in org.opensaml.security.x509.tls
An interface for components which resolve ClientTLSValidationParameters based on a CriteriaSet.
clone() - Method in class org.opensaml.security.x509.InternalX500DNHandler
Clone the handler.
clone() - Method in class org.opensaml.security.x509.tls.CertificateNameOptions
clone() - Method in interface org.opensaml.security.x509.X500DNHandler
Clone the handler.
clone() - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory.BasicOptions
clone() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509Options
cloneXMLObject(T) - Static method in class org.opensaml.core.xml.util.XMLObjectSupport
Clone an XMLObject by brute force:
cloneXMLObject(T, boolean) - Static method in class org.opensaml.core.xml.util.XMLObjectSupport
Clone an XMLObject by brute force:
CN_OID - Static variable in class org.opensaml.security.x509.X509Support
Common Name (CN) OID.
Code - Interface in org.opensaml.soap.wstrust
The wst:Code element within a wst:Status element.
CodeBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the Code element.
CodeBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.CodeBuilder
 
CodeImpl - Class in org.opensaml.soap.wstrust.impl
CodeImpl.
CodeImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.CodeImpl
Constructor.
CodeMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the Code element.
CodeMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.CodeMarshaller
 
CodeUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the :Code element.
CodeUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.CodeUnmarshaller
 
CollectionCredentialResolver - Class in org.opensaml.security.credential.impl
An implementation of CredentialResolver that uses a Collection as the underlying credential source.
CollectionCredentialResolver() - Constructor for class org.opensaml.security.credential.impl.CollectionCredentialResolver
Constructor.
CollectionCredentialResolver(Collection<Credential>) - Constructor for class org.opensaml.security.credential.impl.CollectionCredentialResolver
Constructor.
CollectionKeyInfoCredentialResolver - Class in org.opensaml.xmlsec.keyinfo.impl
An implementation of KeyInfoCredentialResolver which uses a Collection as the underlying credential source.
CollectionKeyInfoCredentialResolver() - Constructor for class org.opensaml.xmlsec.keyinfo.impl.CollectionKeyInfoCredentialResolver
Constructor.
CollectionKeyInfoCredentialResolver(Collection<Credential>) - Constructor for class org.opensaml.xmlsec.keyinfo.impl.CollectionKeyInfoCredentialResolver
Constructor.
CombinedHash - Interface in org.opensaml.soap.wstrust
The wst:CombinedHash element.
CombinedHashBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the CombinedHash element.
CombinedHashBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.CombinedHashBuilder
 
CombinedHashImpl - Class in org.opensaml.soap.wstrust.impl
CombinedHashImpl.
CombinedHashImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.CombinedHashImpl
Constructor.
CombinedHashMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the CombinedHash element.
CombinedHashMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.CombinedHashMarshaller
 
CombinedHashUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the wst:CombinedHash element.
CombinedHashUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.CombinedHashUnmarshaller
 
COMBINEPOLICIES_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
CombinePolicies attribute name.
CombinerParametersType - Interface in org.opensaml.xacml.policy
XACML CombinerParameters schema type.
CombinerParametersTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation of CombinerParametersType.
CombinerParametersTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.CombinerParametersTypeImpl
Constructor.
CombinerParametersTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
CombinerParametersTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.CombinerParametersTypeImplBuilder
 
CombinerParametersTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for CombinerParametersType.
CombinerParametersTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.CombinerParametersTypeMarshaller
 
CombinerParametersTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for CombinerParametersType.
CombinerParametersTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.CombinerParametersTypeUnmarshaller
 
CombinerParameterType - Interface in org.opensaml.xacml.policy
XACML CombinerParameter schema type.
CombinerParameterTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation of CombinerParameterType.
CombinerParameterTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.CombinerParameterTypeImpl
Constructor.
CombinerParameterTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
CombinerParameterTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.CombinerParameterTypeImplBuilder
 
CombinerParameterTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for CombinerParameterType.
CombinerParameterTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.CombinerParameterTypeMarshaller
 
CombinerParameterTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for CombinerParameterType.
CombinerParameterTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.CombinerParameterTypeUnmarshaller
 
Company - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata Company.
CompanyBuilder - Class in org.opensaml.saml.saml2.metadata.impl
Builder of CompanyImpl.
CompanyBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.CompanyBuilder
Constructor.
CompanyImpl - Class in org.opensaml.saml.saml2.metadata.impl
Concrete implementation of Company.
CompanyImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.CompanyImpl
Constructor.
CompanyMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Marshaller for Company objects.
CompanyMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.CompanyMarshaller
 
CompanyUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread-safe Unmarshaller for Company objects.
CompanyUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.CompanyUnmarshaller
 
compareEndpointURIs(String, String, URIComparator) - Method in class org.opensaml.saml.common.binding.security.impl.ReceivedEndpointSecurityHandler
Compare the message endpoint URI's specified.
COMPARISON_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.RequestedAuthnContext
SessionIndex attribute name.
CompositeMetadataResolver - Class in org.opensaml.saml.metadata.resolver.impl
A MetadataResolver implementation that answers requests by composing the answers of child MetadataResolvers.
CompositeMetadataResolver() - Constructor for class org.opensaml.saml.metadata.resolver.impl.CompositeMetadataResolver
Constructor.
ComputedKey - Interface in org.opensaml.soap.wstrust
The wst:ComputedKey element.
ComputedKeyAlgorithm - Interface in org.opensaml.soap.wstrust
The wst:ComputedKeyAlgorithm element.
ComputedKeyAlgorithmBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the ComputedKeyAlgorithm element.
ComputedKeyAlgorithmBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.ComputedKeyAlgorithmBuilder
 
ComputedKeyAlgorithmImpl - Class in org.opensaml.soap.wstrust.impl
ComputedKeyAlgorithmImpl.
ComputedKeyAlgorithmImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.ComputedKeyAlgorithmImpl
Constructor.
ComputedKeyAlgorithmMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the ComputedKeyAlgorithm element.
ComputedKeyAlgorithmMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.ComputedKeyAlgorithmMarshaller
 
ComputedKeyAlgorithmUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the wst:ComputedKeyAlgorithm element.
ComputedKeyAlgorithmUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.ComputedKeyAlgorithmUnmarshaller
 
ComputedKeyBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the ComputedKey element.
ComputedKeyBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.ComputedKeyBuilder
 
ComputedKeyImpl - Class in org.opensaml.soap.wstrust.impl
ComputedKeyImpl.
ComputedKeyImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.ComputedKeyImpl
Constructor.
ComputedKeyMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the ComputedKey element.
ComputedKeyMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.ComputedKeyMarshaller
 
ComputedKeyUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the wst:ComputedKey element.
ComputedKeyUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.ComputedKeyUnmarshaller
 
computeExpirationTime(EntityDescriptor, DateTime) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
Compute the effective expiration time for the specified metadata.
computeNextRefreshDelay(DateTime) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
Computes the delay until the next refresh time based on the current metadata's expiration time and the refresh interval floor.
computeRefreshTriggerTime(DateTime, DateTime) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
Compute the refresh trigger time.
Condition - Interface in org.opensaml.saml.saml1.core
This interface describes how a object representing a SAML1 Condition element will behave.
Condition - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core Condition.
Conditions - Interface in org.opensaml.saml.saml1.core
This interface defines how the object representing a SAML1 Conditions element behaves.
Conditions - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core Conditions.
ConditionsBuilder - Class in org.opensaml.saml.saml1.core.impl
Builder of ConditionsImpl objects.
ConditionsBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.ConditionsBuilder
Constructor.
ConditionsBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder for ConditionsImpl objects.
ConditionsBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.ConditionsBuilder
Constructor.
ConditionsImpl - Class in org.opensaml.saml.saml1.core.impl
This is a concrete implementation of the Conditions interface.
ConditionsImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.ConditionsImpl
Constructor.
ConditionsImpl - Class in org.opensaml.saml.saml2.core.impl
Concrete implementation of Conditions.
ConditionsImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.ConditionsImpl
Constructor.
ConditionsMarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread safe Marshaller for Conditions objects.
ConditionsMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.ConditionsMarshaller
 
ConditionsMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for Conditions objects.
ConditionsMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.ConditionsMarshaller
 
ConditionsUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread-safe Unmarshaller for Conditions objects.
ConditionsUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.ConditionsUnmarshaller
 
ConditionsUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for Conditions objects.
ConditionsUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.ConditionsUnmarshaller
 
ConditionType - Interface in org.opensaml.xacml.policy
XACML Condition schema type.
ConditionTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation of ConditionType.
ConditionTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.ConditionTypeImpl
Constructor.
ConditionTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for ConditionType.
ConditionTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.ConditionTypeImplBuilder
 
ConditionTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for ConditionType.
ConditionTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ConditionTypeMarshaller
 
ConditionTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for ConditionType.
ConditionTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ConditionTypeUnmarshaller
 
CONFIG_PROPERTY_FAIL_IS_FATAL - Static variable in class org.opensaml.xmlsec.config.JavaCryptoValidationInitializer
Configuration property determining whether invalid result is fatal or not.
ConfigurableContentReference - Interface in org.opensaml.xmlsec.signature.support
A specialization of ContentReference which allows some signature reference properties to be specified.
Configuration - Interface in org.opensaml.core.config
A component which provides for the registration, retrieval and deregistration of objects related to library module configuration.
ConfigurationPropertiesSource - Interface in org.opensaml.core.config
An interface for a component which exposes a property set from a source.
ConfigurationService - Class in org.opensaml.core.config
A service which provides for the registration, retrieval and deregistration of objects related to library module configuration.
ConfigurationService() - Constructor for class org.opensaml.core.config.ConfigurationService
Constructor.
CONFIRMATION_METHOD_ATTRIB_NAME - Static variable in interface org.opensaml.saml.ext.saml2delrestrict.Delegate
ConfirmationMethod attribute name.
ConfirmationMethod - Interface in org.opensaml.saml.saml1.core
This interface defines how the object representing a SAML1 ConfirmationMethod element behaves.
ConfirmationMethodBuilder - Class in org.opensaml.saml.saml1.core.impl
Builder of ConfirmationMethodImpl objects.
ConfirmationMethodBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.ConfirmationMethodBuilder
Constructor.
ConfirmationMethodImpl - Class in org.opensaml.saml.saml1.core.impl
Concrete Implementation of the ConfirmationMethod interface.
ConfirmationMethodImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.ConfirmationMethodImpl
Constructor.
ConfirmationMethodMarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread safe Marshaller for ConfirmationMethod objects.
ConfirmationMethodMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.ConfirmationMethodMarshaller
 
ConfirmationMethodUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread-safe Unmarshaller for ConfirmationMethod objects.
ConfirmationMethodUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.ConfirmationMethodUnmarshaller
 
connectSocket(int, Socket, HttpHost, InetSocketAddress, InetSocketAddress, HttpContext) - Method in class org.opensaml.security.httpclient.impl.TrustEngineTLSSocketFactory
CONSENT_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.RequestAbstractType
Consent attribute name.
CONSENT_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.StatusResponseType
Consent attribute name.
constructStringRepresentation() - Method in class org.opensaml.core.xml.Namespace
Constructs an XML namespace declaration string representing this namespace.
CONTACT_TYPE_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.ContactPerson
"contactType" attribute's local name.
ContactPerson - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata ContactPerson.
ContactPersonBuilder - Class in org.opensaml.saml.saml2.metadata.impl
Builder of ContactPersonImpl.
ContactPersonBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.ContactPersonBuilder
Constructor.
ContactPersonImpl - Class in org.opensaml.saml.saml2.metadata.impl
Concrete implementation of ContactPerson.
ContactPersonImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.ContactPersonImpl
Constructor.
ContactPersonMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe marshaller for ContactPerson objects.
ContactPersonMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.ContactPersonMarshaller
 
ContactPersonTypeEnumeration - Class in org.opensaml.saml.saml2.metadata
A type safe enumeration of contact types used by ContactPerson.
ContactPersonTypeEnumeration(String) - Constructor for class org.opensaml.saml.saml2.metadata.ContactPersonTypeEnumeration
Constructor.
ContactPersonUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread-safe Unmarshaller for ContactPerson objects.
ContactPersonUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.ContactPersonUnmarshaller
 
contains(ElementType) - Method in class org.opensaml.core.xml.util.XMLObjectChildrenList
Checks to see if the given element is contained in this list.
contains(String) - Method in class org.opensaml.saml.common.binding.artifact.impl.BasicSAMLArtifactMap
Checks if a given artifact has a map entry.
contains(String) - Method in class org.opensaml.saml.common.binding.artifact.impl.StorageServiceSAMLArtifactMap
Checks if a given artifact has a map entry.
contains(String) - Method in interface org.opensaml.saml.common.binding.artifact.SAMLArtifactMap
Checks if a given artifact has a map entry.
containsKey(Object) - Method in class org.opensaml.core.xml.util.AttributeMap
containsSubcontext(Class<T>) - Method in class org.opensaml.messaging.context.BaseContext
Return whether the current context currently contains an instance of the specified subcontext class.
containsValue(Object) - Method in class org.opensaml.core.xml.util.AttributeMap
ContentReference - Interface in org.opensaml.xmlsec.signature.support
Interface for representing the references to the content that is digitally signed.
Context - Annotation Type in org.opensaml.storage.annotation
Identifies the field of a class that serves as the context of a StorageService record.
CONTEXT_ATTRIB_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestSecurityToken
The Context attribute name.
CONTEXT_ATTRIB_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestSecurityTokenResponse
The Context attribute name.
CONTEXT_KEY_CRITERIA_SET - Static variable in class org.opensaml.security.httpclient.HttpClientSecurityConstants
Context key for a criteria set instance supplied by an HttpClient caller.
CONTEXT_KEY_ENTITY_ID - Static variable in class org.opensaml.saml.metadata.resolver.impl.TemplateRequestURLBuilder
The Velocity context variable name for the entity ID.
CONTEXT_KEY_SERVER_TLS_CREDENTIAL_TRUSTED - Static variable in class org.opensaml.security.httpclient.HttpClientSecurityConstants
Context key for a server TLS credential evaluation result, populated by specialized instances of HttpClient socket factories.
CONTEXT_KEY_TRUST_ENGINE - Static variable in class org.opensaml.security.httpclient.HttpClientSecurityConstants
Context key for a trust engine instance supplied by an HttpClient caller.
CONTEXT_MAP_ATTRIBUTE - Static variable in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Name of request attribute for context map.
CONTEXT_SIZE - Static variable in class org.opensaml.storage.impl.JPAStorageRecord
Length of the context column.
ContextDataLookupFunction<F extends BaseContext,T> - Interface in org.opensaml.messaging.context.navigate
A Function that is used to navigate a BaseContext tree and extract data from it.
ContextSetNoRemoveIteratorDecorator(Iterator<BaseContext>) - Constructor for class org.opensaml.messaging.context.BaseContext.ContextSetNoRemoveIteratorDecorator
Constructor.
CONTROL_ACTION - Static variable in interface org.opensaml.saml.saml2.core.Action
Control action.
CopyNameIdentifierFromRequest - 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 in a Response.
CopyNameIdentifierFromRequest() - Constructor for class org.opensaml.saml.saml1.profile.impl.CopyNameIdentifierFromRequest
Constructor.
CopyNameIDFromRequest - Class in org.opensaml.saml.saml2.profile.impl
Action that builds a NameID and adds it to the Subject of all the statements in all the assertions found in a Response.
CopyNameIDFromRequest() - Constructor for class org.opensaml.saml.saml2.profile.impl.CopyNameIDFromRequest
Constructor.
COUNT_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.ProxyRestriction
Count attribute name.
create(String, String, String, Long) - Method in class org.opensaml.storage.AbstractMapBackedStorageService
Creates a new record in the store with an expiration.
create(String, String, Object, StorageSerializer, Long) - Method in class org.opensaml.storage.AbstractStorageService
Creates a new record in the store with an expiration, using a custom serialization process for an arbitrary object.
create(Object) - Method in class org.opensaml.storage.AbstractStorageService
Creates a new record in the store using an annotated object as the source.
create(String, String, String, Long) - Method in class org.opensaml.storage.impl.JPAStorageService
Creates a new record in the store with an expiration.
create(String, String, String, Long) - Method in class org.opensaml.storage.impl.LDAPStorageService
Creates a new record in the store with an expiration.
create(String, String, String, Long) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
 
create(String, String, Object, StorageSerializer, Long) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
 
create(Object) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
 
create(String, String, String, Long) - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Creates a new record in the store with an expiration.
create(String, String, String, Long) - Method in interface org.opensaml.storage.StorageService
Creates a new record in the store with an expiration.
create(String, String, Object, StorageSerializer, Long) - Method in interface org.opensaml.storage.StorageService
Creates a new record in the store with an expiration, using a custom serialization process for an arbitrary object.
create(Object) - Method in interface org.opensaml.storage.StorageService
Creates a new record in the store using an annotated object as the source.
createClassInstance(Element) - Method in class org.opensaml.core.xml.config.XMLConfigurator
Constructs an instance of the given class.
Created - Interface in org.opensaml.soap.wssecurity
The <wsu:Created> element.
CreatedBuilder - Class in org.opensaml.soap.wssecurity.impl
Builder for the <wsu:Created> element.
CreatedBuilder() - Constructor for class org.opensaml.soap.wssecurity.impl.CreatedBuilder
 
CreatedImpl - Class in org.opensaml.soap.wssecurity.impl
CreatedImpl.
CreatedImpl(String, String, String) - Constructor for class org.opensaml.soap.wssecurity.impl.CreatedImpl
Constructor.
CreatedMarshaller - Class in org.opensaml.soap.wssecurity.impl
Marshaller for the <wsu:Created> element.
CreatedMarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.CreatedMarshaller
 
CreatedUnmarshaller - Class in org.opensaml.soap.wssecurity.impl
CreatedUnmarshaller.
CreatedUnmarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.CreatedUnmarshaller
 
createLayeredSocket(Socket, String, int, HttpContext) - Method in class org.opensaml.security.httpclient.impl.TrustEngineTLSSocketFactory
createNamespace(String) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
Creates a cache-wide unique namespace for the given context name.
createNewBackingStore() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractBatchMetadataResolver
Create a new backing store instance for EntityDescriptor data.
createNewBackingStore() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
Create a new backing store instance for EntityDescriptor data.
createNewBackingStore() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
Create a new backing store instance for EntityDescriptor data.
createNewInstance(Input) - Method in class org.opensaml.core.xml.util.AbstractSingletonFactory
Create a new instance of the output class based on the input class instance.
createPostMethod(String, HttpSOAPRequestParameters, Envelope) - Method in class org.opensaml.soap.client.http.HttpSOAPClient
Create the post method used to send the SOAP request.
createReference(XMLSignature) - Method in class org.opensaml.saml.common.SAMLObjectContentReference
Called by the signature marshaller to allow references to be added to the signature.
createReference(XMLSignature) - Method in interface org.opensaml.xmlsec.signature.support.ContentReference
Called by the signature marshaller to allow references to be added to the signature.
createReference(XMLSignature) - Method in class org.opensaml.xmlsec.signature.support.URIContentReference
Called by the signature marshaller to allow references to be added to the signature.
createRequestEntity(Envelope, Charset) - Method in class org.opensaml.soap.client.http.HttpSOAPClient
Create the request entity that makes up the POST message body.
createSocket(HttpContext) - Method in class org.opensaml.security.httpclient.impl.TrustEngineTLSSocketFactory
createSubcontext(Class<T>) - Method in class org.opensaml.messaging.context.BaseContext
Create an instance of the specified subcontext class.
CREATION_INSTANT_ATTRIB_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdrpi.Publication
creation attribute name.
CREATION_INSTANT_ATTRIB_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdrpi.PublicationInfo
creation attribute name.
Credential - Interface in org.opensaml.security.credential
A credential for an entity.
CredentialContext - Interface in org.opensaml.security.credential
Marker interface for implementations which hold information specific to a particular context within which a CredentialResolver resolves a Credential.
CredentialContextSet - Class in org.opensaml.security.credential
This class holds instances of CredentialContext which represent information about the context in which a CredentialResolver has resolved a Credential.
CredentialContextSet() - Constructor for class org.opensaml.security.credential.CredentialContextSet
 
CredentialIterable(AbstractChainingCredentialResolver<ResolverType>, CriteriaSet) - Constructor for class org.opensaml.security.credential.impl.AbstractChainingCredentialResolver.CredentialIterable
Constructor.
CredentialIterator(AbstractChainingCredentialResolver<ResolverType>, CriteriaSet) - Constructor for class org.opensaml.security.credential.impl.AbstractChainingCredentialResolver.CredentialIterator
Constructor.
CredentialResolver - Interface in org.opensaml.security.credential
A resolver which uses Criterion to resolve and return instances of Credential.
CredentialSupport - Class in org.opensaml.security.credential
Helper methods for working with Credential instances.
credentialSupportsAlgorithm(Credential, String) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Evaluate whether the specified credential is supported for use with the specified algorithm URI.
credentialSupportsAlgorithm(Credential, String) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
Evaluate whether the specified credential is supported for use with the specified algorithm URI.
credentialSupportsAlgorithmForEncryption(Credential, AlgorithmDescriptor) - Static method in class org.opensaml.xmlsec.algorithm.AlgorithmSupport
Check whether the supplied credential may be used with the supplied algorithm for the purpose of encryption.
credentialSupportsAlgorithmForSigning(Credential, AlgorithmDescriptor) - Static method in class org.opensaml.xmlsec.algorithm.AlgorithmSupport
Check whether the supplied credential may be used with the supplied algorithm for the purpose of signing.
credentialSupportsEncryptionMethod(Credential, EncryptionMethod) - Method in class org.opensaml.saml.security.impl.SAMLMetadataEncryptionParametersResolver
Evaluate whether the specified credential is supported for use with the specified EncryptionMethod.
credentialSupportsSigningMethod(Credential, SigningMethod) - Method in class org.opensaml.saml.security.impl.SAMLMetadataSignatureSigningParametersResolver
Evaluate whether the specified credential is supported for use with the specified SigningMethod.
CryptoBinary - Interface in org.opensaml.xmlsec.signature
XMLObject representing XML Digital Signature, version 20020212, CryptoBinary simple type.
CryptoBinaryBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of CryptoBinary.
CryptoBinaryBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.CryptoBinaryBuilder
Constructor.
CryptoBinaryImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of CryptoBinary.
CryptoBinaryImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.CryptoBinaryImpl
Constructor.
CryptoBinaryMarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Marshaller for CryptoBinary objects.
CryptoBinaryMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.CryptoBinaryMarshaller
 
CryptoBinaryUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Unmarshaller for CryptoBinary objects.
CryptoBinaryUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.CryptoBinaryUnmarshaller
 
CTX_KEY_BLACKLIST_SUFFIX - Static variable in class org.opensaml.storage.impl.memcached.MemcachedStorageService
Key suffix for entry that contains a list of blacklisted (deleted) context keys.
CTX_KEY_LIST_SUFFIX - Static variable in class org.opensaml.storage.impl.memcached.MemcachedStorageService
Key suffix for entry that contains a list of context keys.
CurrentOrPreviousEventLookup - Class in org.opensaml.profile.context.navigate
Access either current or previous event from context tree.
CurrentOrPreviousEventLookup() - Constructor for class org.opensaml.profile.context.navigate.CurrentOrPreviousEventLookup
 

D

DATA_TYPE_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.ctx.MissingAttributeDetailType
DataType attribute name.
DATA_TYPE_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeDesignatorType
DataType attribute name.
DATA_TYPE_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeSelectorType
DataType attribute name.
DATA_TYPE_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeValueType
DataType attribute name.
DataEncryptionParameters - Class in org.opensaml.xmlsec.encryption.support
Parameters for encrypting XMLObjects.
DataEncryptionParameters() - Constructor for class org.opensaml.xmlsec.encryption.support.DataEncryptionParameters
Constructor.
DataEncryptionParameters(EncryptionParameters) - Constructor for class org.opensaml.xmlsec.encryption.support.DataEncryptionParameters
Convenience constructor which allows copying the relevant data encryption parameters from an instance of EncryptionParameters.
DataReference - Interface in org.opensaml.xmlsec.encryption
XMLObject representing XML Encryption, version 20021210, DataReference element.
DataReferenceBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of DataReference.
DataReferenceBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.DataReferenceBuilder
Constructor.
DataReferenceImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of DataReference.
DataReferenceImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.DataReferenceImpl
Constructor.
DataReferenceMarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Marshaller for DataReference objects.
DataReferenceMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.DataReferenceMarshaller
 
DataReferenceUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Unmarshaller for DataReference objects.
DataReferenceUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.DataReferenceUnmarshaller
 
DATATYPE_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.ctx.AttributeType
Name for the Datatype attribute.
DECISION_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.AuthorizationDecisionStatement
Name for Decision attribute
DECISION_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthzDecisionStatement
Decision attribute name.
DecisionType - Interface in org.opensaml.xacml.ctx
XACML context Decision schema type.
DecisionType.DECISION - Enum in org.opensaml.xacml.ctx
Allowed decision values.
DecisionTypeEnumeration - Class in org.opensaml.saml.saml1.core
A type safe "enumeration" of AuthorizationDecisionStatement Decision types.
DecisionTypeEnumeration(String) - Constructor for class org.opensaml.saml.saml1.core.DecisionTypeEnumeration
Constructor.
DecisionTypeEnumeration - Class in org.opensaml.saml.saml2.core
A type safe enumeration of AuthzDecisionStatement decision types.
DecisionTypeEnumeration(String) - Constructor for class org.opensaml.saml.saml2.core.DecisionTypeEnumeration
Constructor.
DecisionTypeImpl - Class in org.opensaml.xacml.ctx.impl
Concrete implementation of DecisionType.
DecisionTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.ctx.impl.DecisionTypeImpl
Constructor.
DecisionTypeImplBuilder - Class in org.opensaml.xacml.ctx.impl
Builder for DecisionType objects.
DecisionTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.DecisionTypeImplBuilder
Constructor.
DecisionTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
Marshaller for DecisionType objects.
DecisionTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.DecisionTypeMarshaller
Constructor.
DecisionTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
Unmarshaller for DecisionType objects.
DecisionTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.DecisionTypeUnmarshaller
Constructor.
declareNonVisibleNamespaces(SignableSAMLObject) - Static method in class org.opensaml.saml.common.SAMLObjectSupport
Examines the SignableSAMLObject for the need to declare non-visible namespaces before marshalling and signing, and if required, performs the declarations.
decode() - Method in class org.opensaml.messaging.decoder.AbstractMessageDecoder
Decode message data from the source and store it so that it may be retrieved via MessageDecoder.getMessageContext().
decode() - Method in interface org.opensaml.messaging.decoder.MessageDecoder
Decode message data from the source and store it so that it may be retrieved via MessageDecoder.getMessageContext().
decode() - Method in class org.opensaml.messaging.decoder.servlet.AbstractHttpServletRequestMessageDecoder
Decode message data from the source and store it so that it may be retrieved via MessageDecoder.getMessageContext().
decode() - Method in class org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder
Decode message data from the source and store it so that it may be retrieved via MessageDecoder.getMessageContext().
decode(CachedData) - Method in class org.opensaml.storage.impl.memcached.StorageRecordTranscoder
 
decode(CachedData) - Method in class org.opensaml.storage.impl.memcached.StringTranscoder
 
decodeBigIntegerFromCryptoBinary(String) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
Decode a base64-encoded ds:CryptoBinary value to a native Java BigInteger type.
decodeCertificate(File) - Static method in class org.opensaml.security.x509.X509Support
Decodes a single X.509 certificate in DER or PEM format.
decodeCertificate(byte[]) - Static method in class org.opensaml.security.x509.X509Support
Decodes a single X.509 certificate in DER or PEM format.
decodeCertificate(String) - Static method in class org.opensaml.security.x509.X509Support
Decode a single Java certificate from base64 encoded form without PEM headers and footers.
decodeCertificates(File) - Static method in class org.opensaml.security.x509.X509Support
Decodes X.509 certificates in DER or PEM format.
decodeCertificates(byte[]) - Static method in class org.opensaml.security.x509.X509Support
Decodes X.509 certificates in DER or PEM format.
decodeCRL(String) - Static method in class org.opensaml.security.x509.X509Support
Decode CRL in base64 encoded form without PEM headers and footers.
decodeCRLs(File) - Static method in class org.opensaml.security.x509.X509Support
Decodes CRLs in DER or PKCS#7 format.
decodeCRLs(byte[]) - Static method in class org.opensaml.security.x509.X509Support
Decodes CRLs in DER or PKCS#7 format.
DecodeMessage - Class in org.opensaml.profile.action.impl
Action that decodes an incoming request into a MessageContext.
DecodeMessage(MessageDecoder) - Constructor for class org.opensaml.profile.action.impl.DecodeMessage
Constructor.
decodeMessage(String) - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPRedirectDeflateDecoder
Base64 decodes the SAML message and then decompresses the message.
decodeOAEPParams(String) - Method in class org.opensaml.xmlsec.encryption.support.Encrypter
Safely decode and normalize base64-encoded OAEPParams data.
decodePrivateKey(File, char[]) - Static method in class org.opensaml.security.crypto.KeySupport
Decodes RSA/DSA private keys in DER, PEM, or PKCS#8 (encrypted or unencrypted) formats.
decodePrivateKey(byte[], char[]) - Static method in class org.opensaml.security.crypto.KeySupport
Decodes RSA/DSA private keys in DER, PEM, or PKCS#8 (encrypted or unencrypted) formats.
decodePublicKey(byte[]) - Static method in class org.opensaml.security.crypto.KeySupport
Decodes RSA/DSA public keys in DER-encoded "SubjectPublicKeyInfo" format.
decodeSecretKey(byte[], String) - Static method in class org.opensaml.security.crypto.KeySupport
Produces SecretKey instances specified as a raw byte[] plus a JCA key algorithm.
decodeTarget(MessageContext, HttpServletRequest) - Method in class org.opensaml.saml.saml1.binding.decoding.impl.HTTPArtifactDecoder
Decodes the TARGET parameter and adds it to the message context.
decrypt(EncryptedAssertion) - Method in class org.opensaml.saml.saml2.encryption.Decrypter
Decrypt the specified EncryptedAssertion.
decrypt(EncryptedAttribute) - Method in class org.opensaml.saml.saml2.encryption.Decrypter
Decrypt the specified EncryptedAttribute.
decrypt(EncryptedID) - Method in class org.opensaml.saml.saml2.encryption.Decrypter
Decrypt the specified EncryptedID.
decrypt(NewEncryptedID) - Method in class org.opensaml.saml.saml2.encryption.Decrypter
Decrypt the specified NewEncryptedID.
DECRYPT_ASSERTION_FAILED - Static variable in class org.opensaml.saml.common.profile.SAMLEventIds
ID of event returned upon failure to decrypt an EncryptedAssertion.
DECRYPT_ATTRIBUTE_FAILED - Static variable in class org.opensaml.saml.common.profile.SAMLEventIds
ID of event returned upon failure to decrypt an EncryptedAttribute.
DECRYPT_NAMEID_FAILED - Static variable in class org.opensaml.saml.common.profile.SAMLEventIds
ID of event returned upon failure to decrypt an EncryptedID.
DecryptAssertions - Class in org.opensaml.saml.saml2.profile.impl
Action to decrypt an EncryptedAssertion element and replace it with the decrypted Assertion in situ.
DecryptAssertions() - Constructor for class org.opensaml.saml.saml2.profile.impl.DecryptAssertions
 
DecryptAttributes - Class in org.opensaml.saml.saml2.profile.impl
Action to decrypt an EncryptedAttribute element and replace it with the decrypted Attribute in situ.
DecryptAttributes() - Constructor for class org.opensaml.saml.saml2.profile.impl.DecryptAttributes
 
decryptData(EncryptedData) - Method in class org.opensaml.xmlsec.encryption.support.Decrypter
This is a convenience method for calling Decrypter.decryptData(EncryptedData, boolean), with the rootInNewDocument parameter value supplied by Decrypter.isRootInNewDocument().
decryptData(EncryptedData, boolean) - Method in class org.opensaml.xmlsec.encryption.support.Decrypter
Decrypts the supplied EncryptedData and returns the resulting XMLObject.
decryptDataToDOM(EncryptedData) - Method in class org.opensaml.xmlsec.encryption.support.Decrypter
Decrypts the supplied EncryptedData and returns the resulting DOM DocumentFragment.
decryptDataToDOM(EncryptedData, Key) - Method in class org.opensaml.xmlsec.encryption.support.Decrypter
Decrypts the supplied EncryptedData using the specified key, and returns the resulting DOM DocumentFragment.
decryptDataToList(EncryptedData) - Method in class org.opensaml.xmlsec.encryption.support.Decrypter
This is a convenience method for calling Decrypter.decryptDataToList(EncryptedData, boolean), with the rootInNewDocument parameter value supplied by Decrypter.isRootInNewDocument().
decryptDataToList(EncryptedData, boolean) - Method in class org.opensaml.xmlsec.encryption.support.Decrypter
Decrypts the supplied EncryptedData and returns the resulting list of XMLObjects.
Decrypter - Class in org.opensaml.saml.saml2.encryption
Class which implements SAML2-specific options for EncryptedElementType objects.
Decrypter(DecryptionParameters) - Constructor for class org.opensaml.saml.saml2.encryption.Decrypter
Constructor.
Decrypter(KeyInfoCredentialResolver, KeyInfoCredentialResolver, EncryptedKeyResolver) - Constructor for class org.opensaml.saml.saml2.encryption.Decrypter
Constructor.
Decrypter(KeyInfoCredentialResolver, KeyInfoCredentialResolver, EncryptedKeyResolver, Collection<String>, Collection<String>) - Constructor for class org.opensaml.saml.saml2.encryption.Decrypter
Constructor.
Decrypter - Class in org.opensaml.xmlsec.encryption.support
Supports decryption of XMLObjects which represent data encrypted according to the XML Encryption specification, version 20021210.
Decrypter(DecryptionParameters) - Constructor for class org.opensaml.xmlsec.encryption.support.Decrypter
Constructor.
Decrypter(KeyInfoCredentialResolver, KeyInfoCredentialResolver, EncryptedKeyResolver) - Constructor for class org.opensaml.xmlsec.encryption.support.Decrypter
Constructor.
Decrypter(KeyInfoCredentialResolver, KeyInfoCredentialResolver, EncryptedKeyResolver, Collection<String>, Collection<String>) - Constructor for class org.opensaml.xmlsec.encryption.support.Decrypter
Constructor.
DecryptionConfiguration - Interface in org.opensaml.xmlsec
The configuration information to use when decrypting encrypted XML.
DecryptionConfigurationCriterion - Class in org.opensaml.xmlsec.criterion
Criterion which holds one or more instances of DecryptionConfiguration.
DecryptionConfigurationCriterion(List<DecryptionConfiguration>) - Constructor for class org.opensaml.xmlsec.criterion.DecryptionConfigurationCriterion
Constructor.
DecryptionConfigurationCriterion(DecryptionConfiguration...) - Constructor for class org.opensaml.xmlsec.criterion.DecryptionConfigurationCriterion
Constructor.
DecryptionException - Exception in org.opensaml.xmlsec.encryption.support
Exception thrown when an error occurs during decryption operations.
DecryptionException() - Constructor for exception org.opensaml.xmlsec.encryption.support.DecryptionException
Constructor.
DecryptionException(String) - Constructor for exception org.opensaml.xmlsec.encryption.support.DecryptionException
Constructor.
DecryptionException(Exception) - Constructor for exception org.opensaml.xmlsec.encryption.support.DecryptionException
Constructor.
DecryptionException(String, Exception) - Constructor for exception org.opensaml.xmlsec.encryption.support.DecryptionException
Constructor.
DecryptionParameters - Class in org.opensaml.xmlsec
The effective parameters to use when decrypting encrypted XML.
DecryptionParameters() - Constructor for class org.opensaml.xmlsec.DecryptionParameters
Constructor.
DecryptionParametersResolver - Interface in org.opensaml.xmlsec
An interface for components which resolve DecryptionParameters based on a CriteriaSet.
decryptKey(EncryptedKey, String) - Method in class org.opensaml.xmlsec.encryption.support.Decrypter
Attempts to decrypt the supplied EncryptedKey and returns the resulting Java security Key object.
decryptKey(EncryptedKey, String, Key) - Method in class org.opensaml.xmlsec.encryption.support.Decrypter
Decrypts the supplied EncryptedKey and returns the resulting Java security Key object.
DecryptNameIDs - Class in org.opensaml.saml.saml2.profile.impl
Action to decrypt an EncryptedID element and replace it with the decrypted NameID in situ.
DecryptNameIDs() - Constructor for class org.opensaml.saml.saml2.profile.impl.DecryptNameIDs
 
DEFAULT_CONTENT_TYPES - Static variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver
Default list of supported content MIME types.
DEFAULT_DATETIME_FORMAT - Static variable in interface org.opensaml.soap.wssecurity.AttributedDateTime
Deprecated.
replaced by use of a DateTimeFormatter configured via AttributedDateTime.setDateTimeFormatter(DateTimeFormatter).
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.idpdisco.DiscoveryResponse
Name of the element inside the Extensions.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml1md.SourceID
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2alg.DigestMethod
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2alg.SigningMethod
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2aslo.Asynchronous
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2cb.ChannelBindings
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2delrestrict.Delegate
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdattr.EntityAttributes
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdquery.ActionNamespace
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdreqinit.RequestInitiator
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdrpi.Publication
Name of the element inside the Extensions.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdrpi.PublicationInfo
Name of the element inside the Extensions.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdrpi.PublicationPath
Name of the element inside the Extensions.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdrpi.RegistrationInfo
Name of the element inside the Extensions.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdrpi.RegistrationPolicy
Name of the element inside the Extensions.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdrpi.UsagePolicy
Name of the element inside the Extensions.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdui.Description
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdui.DiscoHints
Name of the element inside the Extensions.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdui.DisplayName
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdui.DomainHint
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdui.GeolocationHint
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdui.InformationURL
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdui.IPHint
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdui.Keywords
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdui.Logo
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdui.PrivacyStatementURL
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdui.UIInfo
Name of the element inside the Extensions.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.samlec.EncType
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.samlec.GeneratedKey
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.samlec.SessionKey
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.samlpthrpty.RespondTo
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.Action
Default element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.Advice
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.Assertion
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.AssertionArtifact
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.AssertionIDReference
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.Attribute
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.AttributeDesignator
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.AttributeQuery
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.AttributeStatement
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.AttributeValue
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.Audience
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.AudienceRestrictionCondition
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.AuthenticationQuery
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.AuthenticationStatement
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.AuthorityBinding
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.AuthorizationDecisionQuery
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.AuthorizationDecisionStatement
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.Condition
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.Conditions
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.ConfirmationMethod
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.DoNotCacheCondition
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.Evidence
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.NameIdentifier
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.Query
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.Request
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.RespondWith
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.Response
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.Statement
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.Status
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.StatusCode
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.StatusDetail
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.StatusMessage
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.Subject
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.SubjectConfirmation
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.SubjectConfirmationData
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.SubjectLocality
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.SubjectQuery
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.SubjectStatement
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.Action
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.Advice
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.Artifact
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.ArtifactResolve
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.ArtifactResponse
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.Assertion
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.AssertionIDRef
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.AssertionIDRequest
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.AssertionURIRef
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.Attribute
Local name of the Attribute element.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.AttributeQuery
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.AttributeStatement
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.AttributeValue
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.Audience
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.AudienceRestriction
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthenticatingAuthority
Local Name of AuthenticatingAuthority.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthnContext
Local Name of AuthnContext.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthnContextClassRef
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthnContextDecl
Local Name of AuthnContextDecl.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthnContextDeclRef
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthnQuery
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthnRequest
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthnStatement
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthzDecisionQuery
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthzDecisionStatement
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.BaseID
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.Condition
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.Conditions
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.EncryptedAssertion
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.EncryptedAttribute
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.EncryptedID
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.Evidence
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.Extensions
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.GetComplete
Element Local Name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.IDPEntry
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.IDPList
Element Local Name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.Issuer
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.LogoutRequest
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.LogoutResponse
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.ManageNameIDRequest
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.ManageNameIDResponse
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.NameID
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.NameIDMappingRequest
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.NameIDMappingResponse
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.NameIDPolicy
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.NewEncryptedID
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.NewID
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.OneTimeUse
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.ProxyRestriction
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.RequestedAuthnContext
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.RequesterID
Element Local Name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.Response
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.Scoping
Element Local Name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.SessionIndex
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.Statement
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.Status
Local Name of Status.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.StatusCode
Local Name of StatusCode.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.StatusDetail
Local Name of StatusDetail.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.StatusMessage
Local Name of StatusMessage.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.Subject
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.SubjectConfirmation
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.SubjectConfirmationData
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.SubjectLocality
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.SubjectQuery
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.Terminate
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.ecp.RelayState
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.ecp.Request
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.ecp.RequestAuthenticated
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.ecp.Response
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.ecp.SubjectConfirmation
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AdditionalMetadataLocation
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AffiliateMember
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AffiliationDescriptor
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.ArtifactResolutionService
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AssertionConsumerService
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AssertionIDRequestService
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AttributeAuthorityDescriptor
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AttributeConsumingService
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AttributeProfile
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AttributeService
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AuthnAuthorityDescriptor
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AuthnQueryService
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AuthzService
Default element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.Company
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.ContactPerson
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.EmailAddress
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.EncryptionMethod
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.Endpoint
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.EntitiesDescriptor
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.EntityDescriptor
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.Extensions
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.GivenName
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.IDPSSODescriptor
Local name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.IndexedEndpoint
Local name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.KeyDescriptor
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.ManageNameIDService
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.NameIDFormat
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.NameIDMappingService
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.Organization
Local name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.OrganizationDisplayName
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.OrganizationName
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.OrganizationURL
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.PDPDescriptor
Local name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.RequestedAttribute
Local name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.RoleDescriptor
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.ServiceDescription
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.ServiceName
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.SingleLogoutService
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.SingleSignOnService
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.SPSSODescriptor
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.SSODescriptor
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.SurName
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.TelephoneNumber
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.soap11.Body
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.soap11.Detail
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.soap11.Envelope
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.soap11.Fault
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.soap11.FaultActor
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.soap11.FaultCode
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.soap11.FaultString
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.soap11.Header
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wsfed.Address
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wsfed.AppliesTo
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wsfed.EndPointReference
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wsfed.RequestedSecurityToken
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wsfed.RequestSecurityTokenResponse
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.ActionType
Local name of the Action element.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.AttributeType
Local name of the Attribute element.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.AttributeValueType
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.DecisionType
Element name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.EnvironmentType
Local name of the Attribute element.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.MissingAttributeDetailType
Local name of the element MissingAttributeDetail.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.RequestType
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.ResourceContentType
Local name of the ResourceContent element.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.ResourceType
Local name of the Attribute element.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.ResponseType
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.ResultType
Local name of the element.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.StatusCodeType
Local name of the StatusCode element.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.StatusDetailType
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.StatusMessageType
Local name of the element.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.StatusType
Local name of the StatusCode element.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.SubjectType
Local name of the element.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ActionMatchType
Local name of the element ActionMatch.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ActionsType
Local name of the element Actions.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ActionType
Local name of the element Action.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ApplyType
Local name of the element Apply.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeAssignmentType
Local name of the element AttributeAssignment.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeSelectorType
Local name of the element AttributeSelector.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeValueType
Local name of the element AttributeValue.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.CombinerParametersType
Local name of the element CombinerParameters.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.CombinerParameterType
Local name of the element CombinerParameters.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ConditionType
Local name of the element Condition.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.DescriptionType
Local name of the element Description.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.EnvironmentMatchType
Local name of the element EnvironmentMatch.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.EnvironmentsType
Local name of the element Environments.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.EnvironmentType
Local name of the element Environment.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ExpressionType
Local name of the element.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.FunctionType
Local name of the element Function.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ObligationsType
Local name of the element Obligations.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ObligationType
Local name of the element Obligation.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.PolicyCombinerParametersType
Local name of the element PolicyCombinerParameters.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.PolicySetCombinerParametersType
Local name of the element PolicySetCombineParameters.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.PolicySetType
Local name of the element PolicySet.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.PolicyType
Local name of the element Policy.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ResourceMatchType
Local name of the element ResourceMatch.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ResourcesType
Local name of the element Resources.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ResourceType
Local name of the element Resource.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.RuleCombinerParametersType
Local name of the element RuleCombinerParameters.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.RuleType
Local name of the element Rule.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.SubjectAttributeDesignatorType
Local name of the element Obligation.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.SubjectMatchType
Local name of the element SubjectMatch.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.SubjectsType
Local name of the element Subjects.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.SubjectType
Local name of the element Subject.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.TargetType
Local name of the element Target.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.VariableDefinitionType
Local name of the element.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.VariableReferenceType
Local name of the element.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.profile.saml.ReferencedPoliciesType
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementType
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.profile.saml.XACMLPolicyQueryType
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.profile.saml.XACMLPolicyStatementType
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.AgreementMethod
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.CarriedKeyName
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.CipherData
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.CipherReference
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.CipherValue
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.DataReference
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.DHKeyValue
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.EncryptedData
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.EncryptedKey
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.EncryptionMethod
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.EncryptionProperties
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.EncryptionProperty
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.Generator
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.KANonce
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.KeyReference
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.KeySize
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.MGF
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.OAEPparams
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.OriginatorKeyInfo
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.P
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.Parameters
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.PgenCounter
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.Public
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.Q
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.RecipientKeyInfo
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.ReferenceList
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.Seed
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.Transforms
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.DEREncodedKeyValue
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.DigestMethod
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.DSAKeyValue
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.ECKeyValue
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.Exponent
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.G
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.J
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.KeyInfo
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.KeyInfoReference
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.KeyName
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.KeyValue
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.MgmtData
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.Modulus
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.NamedCurve
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.P
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.PgenCounter
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.PGPData
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.PGPKeyID
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.PGPKeyPacket
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.PublicKey
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.Q
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.RetrievalMethod
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.RSAKeyValue
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.Seed
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.Signature
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.SPKIData
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.SPKISexp
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.Transform
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.Transforms
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.X509Certificate
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.X509CRL
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.X509Data
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.X509Digest
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.X509IssuerName
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.X509IssuerSerial
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.X509SerialNumber
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.X509SKI
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.X509SubjectName
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.XPath
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.Y
Element local name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.ext.idpdisco.DiscoveryResponse
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.ext.saml1md.SourceID
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.ext.saml2alg.DigestMethod
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.ext.saml2alg.SigningMethod
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.ext.saml2aslo.Asynchronous
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.ext.saml2cb.ChannelBindings
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.ext.saml2delrestrict.Delegate
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdattr.EntityAttributes
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdquery.ActionNamespace
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdreqinit.RequestInitiator
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdrpi.Publication
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdrpi.PublicationInfo
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdrpi.PublicationPath
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdrpi.RegistrationInfo
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdrpi.RegistrationPolicy
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdrpi.UsagePolicy
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdui.Description
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdui.DiscoHints
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdui.DisplayName
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdui.DomainHint
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdui.GeolocationHint
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdui.InformationURL
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdui.IPHint
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdui.Keywords
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdui.Logo
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdui.PrivacyStatementURL
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdui.UIInfo
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.ext.samlec.EncType
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.ext.samlec.GeneratedKey
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.ext.samlec.SessionKey
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.ext.samlpthrpty.RespondTo
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml1.core.Action
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml1.core.Advice
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml1.core.Assertion
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml1.core.AssertionArtifact
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml1.core.AssertionIDReference
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml1.core.Attribute
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml1.core.AttributeDesignator
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml1.core.AttributeQuery
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml1.core.AttributeStatement
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml1.core.AttributeValue
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml1.core.Audience
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml1.core.AudienceRestrictionCondition
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml1.core.AuthenticationQuery
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml1.core.AuthenticationStatement
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml1.core.AuthorityBinding
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml1.core.AuthorizationDecisionQuery
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml1.core.AuthorizationDecisionStatement
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml1.core.Condition
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml1.core.Conditions
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml1.core.ConfirmationMethod
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml1.core.DoNotCacheCondition
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml1.core.Evidence
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml1.core.NameIdentifier
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml1.core.Query
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml1.core.Request
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml1.core.RespondWith
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml1.core.Response
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml1.core.Statement
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml1.core.Status
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml1.core.StatusCode
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml1.core.StatusDetail
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml1.core.StatusMessage
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml1.core.Subject
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml1.core.SubjectConfirmation
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml1.core.SubjectConfirmationData
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml1.core.SubjectLocality
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml1.core.SubjectQuery
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml1.core.SubjectStatement
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.Action
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.Advice
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.Artifact
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.ArtifactResolve
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.ArtifactResponse
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.Assertion
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.AssertionIDRef
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.AssertionIDRequest
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.AssertionURIRef
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.Attribute
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.AttributeQuery
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.AttributeStatement
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.AttributeValue
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.Audience
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.AudienceRestriction
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthenticatingAuthority
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthnContext
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthnContextClassRef
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthnContextDecl
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthnContextDeclRef
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthnQuery
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthnRequest
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthnStatement
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthzDecisionQuery
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthzDecisionStatement
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.BaseID
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.Condition
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.Conditions
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.EncryptedAssertion
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.EncryptedAttribute
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.EncryptedID
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.Evidence
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.Extensions
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.GetComplete
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.IDPEntry
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.IDPList
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.Issuer
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.LogoutRequest
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.LogoutResponse
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.ManageNameIDRequest
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.ManageNameIDResponse
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.NameID
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.NameIDMappingRequest
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.NameIDMappingResponse
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.NameIDPolicy
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.NewEncryptedID
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.NewID
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.OneTimeUse
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.ProxyRestriction
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.RequestedAuthnContext
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.RequesterID
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.Response
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.Scoping
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.SessionIndex
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.Statement
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.Status
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.StatusCode
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.StatusDetail
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.StatusMessage
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.Subject
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.SubjectConfirmation
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.SubjectConfirmationData
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.SubjectLocality
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.SubjectQuery
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.core.Terminate
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.ecp.RelayState
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.ecp.Request
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.ecp.RequestAuthenticated
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.ecp.Response
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.ecp.SubjectConfirmation
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AdditionalMetadataLocation
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AffiliateMember
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AffiliationDescriptor
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.ArtifactResolutionService
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AssertionConsumerService
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AssertionIDRequestService
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AttributeAuthorityDescriptor
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AttributeConsumingService
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AttributeProfile
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AttributeService
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AuthnAuthorityDescriptor
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AuthnQueryService
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AuthzService
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.Company
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.ContactPerson
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.EmailAddress
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.EncryptionMethod
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.Endpoint
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.EntitiesDescriptor
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.EntityDescriptor
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.Extensions
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.GivenName
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.IDPSSODescriptor
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.IndexedEndpoint
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.KeyDescriptor
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.ManageNameIDService
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.NameIDFormat
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.NameIDMappingService
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.Organization
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.OrganizationDisplayName
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.OrganizationName
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.OrganizationURL
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.PDPDescriptor
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.RequestedAttribute
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.RoleDescriptor
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.ServiceDescription
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.ServiceName
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.SingleLogoutService
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.SingleSignOnService
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.SPSSODescriptor
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.SSODescriptor
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.SurName
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.TelephoneNumber
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.soap.soap11.Body
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.soap.soap11.Detail
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.soap.soap11.Envelope
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.soap.soap11.Fault
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.soap.soap11.FaultActor
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.soap.soap11.FaultCode
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.soap.soap11.FaultString
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.soap.soap11.Header
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.soap.wsfed.Address
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.soap.wsfed.AppliesTo
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.soap.wsfed.EndPointReference
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.soap.wsfed.RequestedSecurityToken
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.soap.wsfed.RequestSecurityTokenResponse
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.ctx.ActionType
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.ctx.AttributeType
Default element name XACML20.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.ctx.AttributeValueType
Default element name XACML20.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.ctx.DecisionType
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.ctx.EnvironmentType
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.ctx.MissingAttributeDetailType
QName of the element MissingAttributeDetail.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.ctx.RequestType
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.ctx.ResourceContentType
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.ctx.ResourceType
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.ctx.ResponseType
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.ctx.ResultType
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.ctx.StatusCodeType
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.ctx.StatusDetailType
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.ctx.StatusMessageType
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.ctx.StatusType
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.ctx.SubjectType
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.ActionMatchType
QName of the element ActionMatch.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.ActionsType
QName of the element Actions.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.ActionType
QName of the element Action.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.ApplyType
QName of the element Apply.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeAssignmentType
QName of the element AttributeAssignment.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeSelectorType
QName of the element AttributeSelector.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeValueType
QName of the element AttributeValue.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.CombinerParametersType
QName of the element CombinerParameters.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.CombinerParameterType
QName of the element CombinerParameters.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.ConditionType
QName of the element Condition.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.DescriptionType
QName of the element Description.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.EnvironmentsType
QName of the element Environments.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.EnvironmentType
QName of the element Environment.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.FunctionType
QName of the element Function.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.PolicyCombinerParametersType
QName of the element PolicyCombinerParameters.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.PolicySetCombinerParametersType
QName of the element PolicySetCombineParameters.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.PolicySetType
QName of the element PolicySet.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.PolicyType
QName of the element Policy.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.ResourceMatchType
QName of the element ResourceMatch.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.ResourcesType
QName of the element Resources.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.ResourceType
QName of the element Resource.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.RuleCombinerParametersType
QName of the element RuleCombinerParameters.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.RuleType
QName of the element Rule.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.SubjectMatchType
QName of the element SubjectMatch.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.SubjectsType
QName of the element Subjects.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.SubjectType
QName of the element Subject.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.TargetType
QName of the element Target.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.VariableDefinitionType
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.encryption.AgreementMethod
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.encryption.CarriedKeyName
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.encryption.CipherData
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.encryption.CipherReference
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.encryption.CipherValue
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.encryption.DataReference
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.encryption.DHKeyValue
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.encryption.EncryptedData
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.encryption.EncryptedKey
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.encryption.EncryptionMethod
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.encryption.EncryptionProperties
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.encryption.EncryptionProperty
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.encryption.Generator
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.encryption.KANonce
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.encryption.KeyReference
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.encryption.KeySize
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.encryption.MGF
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.encryption.OAEPparams
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.encryption.OriginatorKeyInfo
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.encryption.P
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.encryption.Parameters
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.encryption.PgenCounter
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.encryption.Public
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.encryption.Q
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.encryption.RecipientKeyInfo
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.encryption.ReferenceList
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.encryption.Seed
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.encryption.Transforms
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.signature.DEREncodedKeyValue
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.signature.DigestMethod
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.signature.DSAKeyValue
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.signature.ECKeyValue
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.signature.Exponent
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.signature.G
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.signature.J
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.signature.KeyInfo
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.signature.KeyInfoReference
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.signature.KeyName
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.signature.KeyValue
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.signature.MgmtData
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.signature.Modulus
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.signature.NamedCurve
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.signature.P
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.signature.PgenCounter
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.signature.PGPData
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.signature.PGPKeyID
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.signature.PGPKeyPacket
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.signature.PublicKey
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.signature.Q
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.signature.RetrievalMethod
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.signature.RSAKeyValue
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.signature.Seed
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.signature.Signature
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.signature.SPKIData
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.signature.SPKISexp
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.signature.Transform
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.signature.Transforms
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.signature.X509Certificate
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.signature.X509CRL
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.signature.X509Data
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.signature.X509Digest
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.signature.X509IssuerName
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.signature.X509IssuerSerial
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.signature.X509SerialNumber
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.signature.X509SKI
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.signature.X509SubjectName
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.signature.XPath
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.signature.Y
Default element name.
DEFAULT_ELEMENT_NAME_XACML10 - Static variable in interface org.opensaml.xacml.profile.saml.ReferencedPoliciesType
Default element name for XACML 1.0.
DEFAULT_ELEMENT_NAME_XACML10 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
Default element name for XACML 1.0.
DEFAULT_ELEMENT_NAME_XACML10 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementType
Default element name for XACML 1.0.
DEFAULT_ELEMENT_NAME_XACML10 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLPolicyQueryType
Default element name for XACML 1.0.
DEFAULT_ELEMENT_NAME_XACML10 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLPolicyStatementType
Default element name for XACML 1.0.
DEFAULT_ELEMENT_NAME_XACML11 - Static variable in interface org.opensaml.xacml.profile.saml.ReferencedPoliciesType
Default element name for XACML 1.1.
DEFAULT_ELEMENT_NAME_XACML11 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
Default element name for XACML 1.1.
DEFAULT_ELEMENT_NAME_XACML11 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementType
Default element name for XACML 1.1.
DEFAULT_ELEMENT_NAME_XACML11 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLPolicyQueryType
Default element name for XACML 1.1.
DEFAULT_ELEMENT_NAME_XACML11 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLPolicyStatementType
Default element name for XACML 1.1.
DEFAULT_ELEMENT_NAME_XACML20 - Static variable in interface org.opensaml.xacml.policy.ExpressionType
Default element name.
DEFAULT_ELEMENT_NAME_XACML20 - Static variable in interface org.opensaml.xacml.policy.VariableReferenceType
Default element name.
DEFAULT_ELEMENT_NAME_XACML20 - Static variable in interface org.opensaml.xacml.profile.saml.ReferencedPoliciesType
Default element name for XACML 2.0.
DEFAULT_ELEMENT_NAME_XACML20 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
Default element name for XACML 2.0.
DEFAULT_ELEMENT_NAME_XACML20 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementType
Default element name for XACML 2.0.
DEFAULT_ELEMENT_NAME_XACML20 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLPolicyQueryType
Default element name for XACML 2.0.
DEFAULT_ELEMENT_NAME_XACML20 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLPolicyStatementType
Default element name for XACML 2.0.
DEFAULT_ELEMENT_NAME_XACML30 - Static variable in interface org.opensaml.xacml.profile.saml.ReferencedPoliciesType
Default element name for XACML 3.0.
DEFAULT_ELEMENT_NAME_XACML30 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
Default element name for XACML 3.0.
DEFAULT_ELEMENT_NAME_XACML30 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementType
Default element name for XACML 3.0.
DEFAULT_ELEMENT_NAME_XACML30 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLPolicyQueryType
Default element nam for XACML 3.0.
DEFAULT_ELEMENT_NAME_XACML30 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLPolicyStatementType
Default element name for XACML 3.0.
DEFAULT_ELEMENT_QNAME - Static variable in interface org.opensaml.xacml.policy.EnvironmentMatchType
QName of the element EnvironmentMatch.
DEFAULT_ELEMENT_QNAME - Static variable in interface org.opensaml.xacml.policy.ObligationsType
QName of the element Obligations.
DEFAULT_ELEMENT_QNAME - Static variable in interface org.opensaml.xacml.policy.ObligationType
QName of the element Obligation.
DEFAULT_ELEMENT_QNAME - Static variable in interface org.opensaml.xacml.policy.SubjectAttributeDesignatorType
QName of the element Obligation.
DEFAULT_ENGINE - Static variable in class org.opensaml.saml.metadata.resolver.filter.impl.ScriptedTrustedNamesFunction
The default language is JavaScript.
DEFAULT_MAPPINGS_FILE - Static variable in class org.opensaml.security.credential.criteria.impl.EvaluableCredentialCriteriaRegistry
Properties file storing default mappings from criteria to evaluable credential criteria.
DEFAULT_NS_TOKEN - Static variable in class org.opensaml.core.xml.NamespaceManager
The token used to represent the default namespace in NamespaceManager.getNonVisibleNamespacePrefixes().
DEFAULT_PARTITION_NAME - Static variable in class org.opensaml.core.config.ConfigurationService
The default storage partition name, if none is specified using configuration properties.
DEFAULT_PRECEDENCE - Static variable in class org.opensaml.xmlsec.impl.BasicWhitelistBlacklistConfiguration
Default precedence.
DEFAULT_TEMPLATE_ID - Static variable in class org.opensaml.saml.saml1.binding.encoding.impl.HTTPPostEncoder
Default template ID.
DEFAULT_TEMPLATE_ID - Static variable in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPArtifactEncoder
Default template ID.
DEFAULT_TEMPLATE_ID - Static variable in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPPostEncoder
Default template ID.
DEFAULT_TEMPLATE_ID - Static variable in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPPostSimpleSignEncoder
Default template ID.
DEFAULT_VERSION - Static variable in interface org.opensaml.xacml.policy.PolicySetType
Default Version .
DefaultEndpointResolver<EndpointType extends Endpoint> - Class in org.opensaml.saml.common.binding.impl
Default implementation that performs additional endpoint validation.
DefaultEndpointResolver() - Constructor for class org.opensaml.saml.common.binding.impl.DefaultEndpointResolver
 
DefaultLocalErrorPredicate - Class in org.opensaml.saml.common.profile.logic
Predicate that decides whether to handle an error by returning a SAML response to a requester or fail locally.
DefaultLocalErrorPredicate() - Constructor for class org.opensaml.saml.common.profile.logic.DefaultLocalErrorPredicate
Constructor.
DefaultNameIDPolicyPredicate - Class in org.opensaml.saml.common.profile.logic
Policy that requires that qualifiers, if set, match the requester and responder.
DefaultNameIDPolicyPredicate() - Constructor for class org.opensaml.saml.common.profile.logic.DefaultNameIDPolicyPredicate
 
DefaultRequestIdLookupStrategy() - Constructor for class org.opensaml.saml.common.profile.impl.AddInResponseToToResponse.DefaultRequestIdLookupStrategy
Constructor.
DEFAULTS_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.XPathVersion
QName of the element element.
DefaultSecurityConfigurationBootstrap - Class in org.opensaml.xmlsec.config
A utility class which programmatically builds basic instances of various components related to security configuration which have reasonable default values for their various configuration parameters.
DefaultSecurityConfigurationBootstrap() - Constructor for class org.opensaml.xmlsec.config.DefaultSecurityConfigurationBootstrap
Constructor.
DefaultsType - Interface in org.opensaml.xacml.policy
XACML Defaults schema type.
DefaultsTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation for DefaultsType.
DefaultsTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.DefaultsTypeImpl
Constructor.
DefaultsTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for DefaultsType.
DefaultsTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.DefaultsTypeImplBuilder
 
DefaultsTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for DefaultsType.
DefaultsTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.DefaultsTypeMarshaller
 
DefaultsTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for DefaultsType.
DefaultsTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.DefaultsTypeUnmarshaller
 
deflateAndBase64Encode(SAMLObject) - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPRedirectDeflateEncoder
DEFLATE (RFC1951) compresses the given SAML message.
Delegatable - Interface in org.opensaml.soap.wstrust
The wst:Delegatable element.
DelegatableBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the Delegatable element.
DelegatableBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.DelegatableBuilder
 
DelegatableImpl - Class in org.opensaml.soap.wstrust.impl
DelegatableImpl.
DelegatableImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.DelegatableImpl
Constructor.
DelegatableMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the Delegatable element.
DelegatableMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.DelegatableMarshaller
 
DelegatableUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the wst:Delegatable element.
DelegatableUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.DelegatableUnmarshaller
 
Delegate - Interface in org.opensaml.saml.ext.saml2delrestrict
SAML 2.0 Condition for Delegation Restriction - Delegate element.
DelegateBuilder - Class in org.opensaml.saml.ext.saml2delrestrict.impl
Builder of Delegate.
DelegateBuilder() - Constructor for class org.opensaml.saml.ext.saml2delrestrict.impl.DelegateBuilder
Constructor.
DelegateImpl - Class in org.opensaml.saml.ext.saml2delrestrict.impl
Implementation of Delegate.
DelegateImpl(String, String, String) - Constructor for class org.opensaml.saml.ext.saml2delrestrict.impl.DelegateImpl
Constructor.
DelegateMarshaller - Class in org.opensaml.saml.ext.saml2delrestrict.impl
Marshaller for instances of Delegate.
DelegateMarshaller() - Constructor for class org.opensaml.saml.ext.saml2delrestrict.impl.DelegateMarshaller
 
DelegateTo - Interface in org.opensaml.soap.wstrust
The wst:DelegateTo element.
DelegateToBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the DelegateTo element.
DelegateToBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.DelegateToBuilder
 
DelegateToImpl - Class in org.opensaml.soap.wstrust.impl
DelegateToImpl.
DelegateToImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.DelegateToImpl
Constructor.
DelegateToMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the DelegateTo element.
DelegateToMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.DelegateToMarshaller
 
DelegateToUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the <wst:DelegateTo> element.
DelegateToUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.DelegateToUnmarshaller
 
DelegateUnmarshaller - Class in org.opensaml.saml.ext.saml2delrestrict.impl
Unmarshaller for instances of Delegate.
DelegateUnmarshaller() - Constructor for class org.opensaml.saml.ext.saml2delrestrict.impl.DelegateUnmarshaller
 
DELEGATION_INSTANT_ATTRIB_NAME - Static variable in interface org.opensaml.saml.ext.saml2delrestrict.Delegate
DelegationInstant attribute name.
DelegationRestrictionType - Interface in org.opensaml.saml.ext.saml2delrestrict
SAML 2.0 Condition for Delegation Restriction - DelegationRestrictionType complex type.
DelegationRestrictionTypeBuilder - Class in org.opensaml.saml.ext.saml2delrestrict.impl
DelegationRestrictionTypeBuilder() - Constructor for class org.opensaml.saml.ext.saml2delrestrict.impl.DelegationRestrictionTypeBuilder
Constructor.
DelegationRestrictionTypeImpl - Class in org.opensaml.saml.ext.saml2delrestrict.impl
Implementation of DelegationRestrictionType.
DelegationRestrictionTypeImpl(String, String, String) - Constructor for class org.opensaml.saml.ext.saml2delrestrict.impl.DelegationRestrictionTypeImpl
Constructor.
DelegationRestrictionTypeMarshaller - Class in org.opensaml.saml.ext.saml2delrestrict.impl
Marshaller for instances of DelegationRestrictionType.
DelegationRestrictionTypeMarshaller() - Constructor for class org.opensaml.saml.ext.saml2delrestrict.impl.DelegationRestrictionTypeMarshaller
 
DelegationRestrictionTypeUnmarshaller - Class in org.opensaml.saml.ext.saml2delrestrict.impl
Unmarshaller for instances of DelegationRestrictionType.
DelegationRestrictionTypeUnmarshaller() - Constructor for class org.opensaml.saml.ext.saml2delrestrict.impl.DelegationRestrictionTypeUnmarshaller
 
delete(String, String) - Method in class org.opensaml.storage.AbstractMapBackedStorageService
Deletes an existing record from the store.
delete(Object) - Method in class org.opensaml.storage.AbstractStorageService
Deletes an existing record from the store, using an annotated object as the source.
delete(String, String) - Method in class org.opensaml.storage.impl.JPAStorageService
Deletes an existing record from the store.
delete(String, String) - Method in class org.opensaml.storage.impl.LDAPStorageService
Deletes an existing record from the store.
delete(String, String) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
 
delete(Object) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
 
delete(String, String) - Method in interface org.opensaml.storage.StorageService
Deletes an existing record from the store.
delete(Object) - Method in interface org.opensaml.storage.StorageService
Deletes an existing record from the store, using an annotated object as the source.
DELETE_ACTION - Static variable in interface org.opensaml.saml.saml2.core.Action
Delete action.
deleteContext(String) - Method in class org.opensaml.storage.AbstractMapBackedStorageService
Forcibly removes all records in a given context along with any associated resources devoted to maintaining the context.
deleteContext(String) - Method in class org.opensaml.storage.impl.JPAStorageService
Forcibly removes all records in a given context along with any associated resources devoted to maintaining the context.
deleteContext(String) - Method in class org.opensaml.storage.impl.LDAPStorageService
Forcibly removes all records in a given context along with any associated resources devoted to maintaining the context.
deleteContext(String) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
 
deleteContext(String) - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Forcibly removes all records in a given context along with any associated resources devoted to maintaining the context.
deleteContext(String) - Method in interface org.opensaml.storage.StorageService
Forcibly removes all records in a given context along with any associated resources devoted to maintaining the context.
deleteContextImpl(String, Long) - Method in class org.opensaml.storage.impl.JPAStorageService
Deletes every record with the supplied context.
deleteImpl(Long, String, String) - Method in class org.opensaml.storage.AbstractMapBackedStorageService
Internal method to implement delete functions.
deleteImpl(Long, String, String) - Method in class org.opensaml.storage.impl.JPAStorageService
Deletes the record matching the supplied parameters.
deleteImpl(Long, String, String) - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Internal method to implement delete functions.
deleteWithVersion(long, String, String) - Method in class org.opensaml.storage.AbstractMapBackedStorageService
Deletes an existing record from the store if it currently has a specified version.
deleteWithVersion(long, Object) - Method in class org.opensaml.storage.AbstractStorageService
Deletes an existing record from the store, using an annotated object as the source, if it currently has a specified version.
deleteWithVersion(long, String, String) - Method in class org.opensaml.storage.impl.JPAStorageService
Deletes an existing record from the store if it currently has a specified version.
deleteWithVersion(long, String, String) - Method in class org.opensaml.storage.impl.LDAPStorageService
Deletes an existing record from the store if it currently has a specified version.
deleteWithVersion(long, String, String) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
 
deleteWithVersion(long, Object) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
 
deleteWithVersion(long, String, String) - Method in interface org.opensaml.storage.StorageService
Deletes an existing record from the store if it currently has a specified version.
deleteWithVersion(long, Object) - Method in interface org.opensaml.storage.StorageService
Deletes an existing record from the store, using an annotated object as the source, if it currently has a specified version.
DENY - Static variable in class org.opensaml.saml.saml1.core.DecisionTypeEnumeration
"Deny" decision type.
DENY - Static variable in class org.opensaml.saml.saml2.core.DecisionTypeEnumeration
Deny decision type.
dereferenceURI(KeyInfoReference) - Method in class org.opensaml.xmlsec.encryption.support.SimpleKeyInfoReferenceEncryptedKeyResolver
Dereference the URI attribute of the specified retrieval method into a KeyInfo.
dereferenceURI(RetrievalMethod) - Method in class org.opensaml.xmlsec.encryption.support.SimpleRetrievalMethodEncryptedKeyResolver
Dereference the URI attribute of the specified retrieval method into an EncryptedKey.
deregister(Class<T>, String) - Method in interface org.opensaml.core.config.Configuration
Deregister a configuration instance.
deregister(Class<T>) - Static method in class org.opensaml.core.config.ConfigurationService
Deregister a configuration instance.
deregister(Class<T>, String) - Method in class org.opensaml.core.config.provider.MapBasedConfiguration
Deregister a configuration instance.
deregister(Class<? extends Criterion>) - Static method in class org.opensaml.security.credential.criteria.impl.EvaluableCredentialCriteriaRegistry
Deregister a criteria-evaluator mapping.
deregister(AlgorithmDescriptor) - Method in class org.opensaml.xmlsec.algorithm.AlgorithmRegistry
Deregister an algorithm.
deregister(String) - Method in class org.opensaml.xmlsec.algorithm.AlgorithmRegistry
Deregister an algorithm.
deregisterAttributeName(QName) - Method in class org.opensaml.core.xml.NamespaceManager
Deregister a namespace-qualified attribute name.
deregisterAttributeValue(String) - Method in class org.opensaml.core.xml.NamespaceManager
Deregister a QName attribute value.
deregisterBuilder(QName) - Method in class org.opensaml.core.xml.XMLObjectBuilderFactory
Deregisters a builder.
deregisterContentValue() - Method in class org.opensaml.core.xml.NamespaceManager
Deregister a QName content value.
deregisterDefaultFactory(KeyInfoGeneratorFactory) - Method in class org.opensaml.xmlsec.keyinfo.NamedKeyInfoGeneratorManager
De-register a factory with the default (unnamed) manager.
deregisterFactory(KeyInfoGeneratorFactory) - Method in class org.opensaml.xmlsec.keyinfo.KeyInfoGeneratorManager
De-register a factory within this manager instance.
deregisterFactory(String, KeyInfoGeneratorFactory) - Method in class org.opensaml.xmlsec.keyinfo.NamedKeyInfoGeneratorManager
De-register a factory within the specified named manager.
deregisterID(QName) - Method in class org.opensaml.core.xml.util.AttributeMap
Deregister an attribute as having a type of ID.
deregisterIDAttribute(QName) - Method in class org.opensaml.core.xml.config.XMLObjectProviderRegistry
Deregister an attribute as having a type of ID.
deregisterIDAttribute(QName) - Static method in class org.opensaml.core.xml.config.XMLObjectProviderRegistrySupport
Deregister an attribute as having a type of ID.
deregisterIDMapping(String) - Method in class org.opensaml.core.xml.util.IDIndex
Deregister an ID-to-XMLObject mapping for one of this object's owner's children.
deregisterIDMappings(IDIndex) - Method in class org.opensaml.core.xml.util.IDIndex
Deregister multiple ID-to-XMLObject mappings for this object's owner's children.
deregisterMarshaller(QName) - Method in class org.opensaml.core.xml.io.MarshallerFactory
Deregisters the marshaller for the given element.
deregisterNamespaceDeclaration(Namespace) - Method in class org.opensaml.core.xml.NamespaceManager
Deregister a namespace declaration.
deregisterObjectProvider(QName) - Method in class org.opensaml.core.xml.config.XMLObjectProviderRegistry
Removes the builder, marshaller, and unmarshaller registered to the given key.
deregisterObjectProvider(QName) - Static method in class org.opensaml.core.xml.config.XMLObjectProviderRegistrySupport
Removes the builder, marshaller, and unmarshaller registered to the given key.
deregisterQNameAttribute(QName) - Method in class org.opensaml.core.xml.util.AttributeMap
Deregister an attribute as having a type of QName.
deregisterUnmarshaller(QName) - Method in class org.opensaml.core.xml.io.UnmarshallerFactory
Deregisters the unmarshaller for the given element.
DEREncodedKeyValue - Interface in org.opensaml.xmlsec.signature
XMLObject representing XML Digital Signature 1.1 DEREncodedKeyValue element.
DEREncodedKeyValueBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of DEREncodedKeyValue.
DEREncodedKeyValueBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.DEREncodedKeyValueBuilder
Constructor.
DEREncodedKeyValueImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of DEREncodedKeyValue.
DEREncodedKeyValueImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.DEREncodedKeyValueImpl
Constructor.
DEREncodedKeyValueMarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Marshaller for DEREncodedKeyValue objects.
DEREncodedKeyValueMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.DEREncodedKeyValueMarshaller
 
DEREncodedKeyValueProvider - Class in org.opensaml.xmlsec.keyinfo.impl.provider
Implementation of KeyInfoProvider which supports DEREncodedKeyValue.
DEREncodedKeyValueProvider() - Constructor for class org.opensaml.xmlsec.keyinfo.impl.provider.DEREncodedKeyValueProvider
 
DEREncodedKeyValueUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Unmarshaller for DEREncodedKeyValue objects.
DEREncodedKeyValueUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.DEREncodedKeyValueUnmarshaller
 
derivePublicKey(PrivateKey) - Static method in class org.opensaml.security.crypto.KeySupport
Derives the public key from either a DSA or RSA private key.
deriveSignerEntityID(MessageContext) - Method in class org.opensaml.saml.common.binding.security.impl.BaseSAMLSimpleSignatureSecurityHandler
Derive the signer's entity ID from the message context.
Description - Interface in org.opensaml.saml.ext.saml2mdui
DisplayName.
DescriptionBuilder - Class in org.opensaml.saml.ext.saml2mdui.impl
Builder of Description objects.
DescriptionBuilder() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.DescriptionBuilder
Constructor.
DescriptionImpl - Class in org.opensaml.saml.ext.saml2mdui.impl
Concrete implementation of Description.
DescriptionImpl(String, String, String) - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.DescriptionImpl
Constructor.
DescriptionMarshaller - Class in org.opensaml.saml.ext.saml2mdui.impl
A thread safe Marshaller for Description objects.
DescriptionMarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.DescriptionMarshaller
 
DescriptionType - Interface in org.opensaml.xacml.policy
XACML Description schema type.
DescriptionTypeImpl - Class in org.opensaml.xacml.policy.impl
Concrete implementation of DescriptionType.
DescriptionTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.DescriptionTypeImpl
Constructor.
DescriptionTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for DescriptionType.
DescriptionTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.DescriptionTypeImplBuilder
Constructor.
DescriptionTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for DescriptionType.
DescriptionTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.DescriptionTypeMarshaller
 
DescriptionTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for DescriptionType.
DescriptionTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.DescriptionTypeUnmarshaller
 
DescriptionUnmarshaller - Class in org.opensaml.saml.ext.saml2mdui.impl
A thread-safe unmarshaller for Description objects.
DescriptionUnmarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.DescriptionUnmarshaller
 
deserialize(long, String, String, String, Long) - Method in class org.opensaml.saml.common.binding.artifact.impl.StorageServiceSAMLArtifactMapEntryFactory
Returns an object recovered from a string produced through the StorageSerializer.serialize(Type) method.
deserialize(long, String, String, String, Long) - Method in interface org.opensaml.storage.StorageSerializer
Returns an object recovered from a string produced through the StorageSerializer.serialize(Type) method.
DESTINATION_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.RequestAbstractType
Destination attribute name.
DESTINATION_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.StatusResponseType
Destination attribute name.
detach() - Method in class org.opensaml.core.xml.AbstractXMLObject
Detaches the XMLObject from its parent.
detach() - Method in interface org.opensaml.core.xml.XMLObject
Detaches the XMLObject from its parent.
Detail - Interface in org.opensaml.soap.soap11
SOAP 1.1 Detail.
DetailBuilder - Class in org.opensaml.soap.soap11.impl
Builder of DetailImpl objects.
DetailBuilder() - Constructor for class org.opensaml.soap.soap11.impl.DetailBuilder
 
DetailImpl - Class in org.opensaml.soap.soap11.impl
Concrete implementation of Detail.
DetailImpl(String, String, String) - Constructor for class org.opensaml.soap.soap11.impl.DetailImpl
Constructor.
DetailMarshaller - Class in org.opensaml.soap.soap11.impl
A thread-safe marshaller for Details.
DetailMarshaller() - Constructor for class org.opensaml.soap.soap11.impl.DetailMarshaller
 
DetailUnmarshaller - Class in org.opensaml.soap.soap11.impl
A thread-safe unmarshaller for Details.
DetailUnmarshaller() - Constructor for class org.opensaml.soap.soap11.impl.DetailUnmarshaller
 
determineEntityCertificate(Collection<X509Certificate>, PrivateKey) - Static method in class org.opensaml.security.x509.X509Support
Determines the certificate, from the collection, associated with the private key.
DHKeyValue - Interface in org.opensaml.xmlsec.encryption
XMLObject representing XML Encryption, version 20021210, DHKeyValue element.
DHKeyValueBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of DHKeyValue.
DHKeyValueBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.DHKeyValueBuilder
Constructor.
DHKeyValueImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of DHKeyValue.
DHKeyValueImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
Constructor.
DHKeyValueMarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Marshaller for DHKeyValue objects.
DHKeyValueMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.DHKeyValueMarshaller
 
DHKeyValueUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Unmarshaller for DHKeyValue objects.
DHKeyValueUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.DHKeyValueUnmarshaller
 
DIALECT_ATTRIB_NAME - Static variable in interface org.opensaml.soap.wstrust.Claims
The wst:Claims/@Dialect attribute local name.
DIALECT_ATTRIB_NAME - Static variable in interface org.opensaml.soap.wstrust.Entropy
The wst:Claims/@Dialect attribute local name.
DIGEST_ALGORITHM_ATTRIB_NAME - Static variable in interface org.opensaml.soap.wspolicy.PolicyReference
The wsp:PolicyReference/@Digest attribute local name.
DIGEST_ALGORITHM_SHA1EXC - Static variable in interface org.opensaml.soap.wspolicy.PolicyReference
The default wsp:PolicyReference/@DigestAlgorithm attribute value.
DIGEST_ATTRIB_NAME - Static variable in interface org.opensaml.soap.wspolicy.PolicyReference
The wsp:PolicyReference/@Digest attribute local name.
DIGEST_MD5 - Static variable in class org.opensaml.security.crypto.JCAConstants
Digest algorithm: "MD5".
DIGEST_RIPEMD160 - Static variable in class org.opensaml.security.crypto.JCAConstants
Digest algorithm: "RIPEMD160".
DIGEST_SHA1 - Static variable in class org.opensaml.security.crypto.JCAConstants
Digest algorithm: "SHA-1".
DIGEST_SHA224 - Static variable in class org.opensaml.security.crypto.JCAConstants
Digest algorithm: "SHA-224".
DIGEST_SHA256 - Static variable in class org.opensaml.security.crypto.JCAConstants
Digest algorithm: "SHA-256".
DIGEST_SHA384 - Static variable in class org.opensaml.security.crypto.JCAConstants
Digest algorithm: "SHA-384".
DIGEST_SHA512 - Static variable in class org.opensaml.security.crypto.JCAConstants
Digest algorithm: "SHA-512".
DigestAlgorithm - Interface in org.opensaml.xmlsec.algorithm
Interface for digest algorithm descriptors.
DigestMD5 - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for digest algorithm: MD5.
DigestMD5() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.DigestMD5
 
DigestMethod - Interface in org.opensaml.saml.ext.saml2alg
SAML v2.0 Metadata Profile for Algorithm Support Version 1.0 DigestMethod SAMLObject.
DigestMethod - Interface in org.opensaml.xmlsec.signature
XMLObject representing XML Digital Signature, version 20020212, DigestMethod element.
DigestMethodBuilder - Class in org.opensaml.saml.ext.saml2alg.impl
DigestMethod builder.
DigestMethodBuilder() - Constructor for class org.opensaml.saml.ext.saml2alg.impl.DigestMethodBuilder
Constructor.
DigestMethodBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of DigestMethod.
DigestMethodBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.DigestMethodBuilder
Constructor.
DigestMethodImpl - Class in org.opensaml.saml.ext.saml2alg.impl
Implementation of DigestMethod.
DigestMethodImpl(String, String, String) - Constructor for class org.opensaml.saml.ext.saml2alg.impl.DigestMethodImpl
Constructor.
DigestMethodImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of DigestMethod.
DigestMethodImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.DigestMethodImpl
Constructor.
DigestMethodMarshaller - Class in org.opensaml.saml.ext.saml2alg.impl
DigestMethod marshaller.
DigestMethodMarshaller() - Constructor for class org.opensaml.saml.ext.saml2alg.impl.DigestMethodMarshaller
 
DigestMethodMarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Marshaller for DigestMethod objects.
DigestMethodMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.DigestMethodMarshaller
 
DigestMethodUnmarshaller - Class in org.opensaml.saml.ext.saml2alg.impl
DigestMethod unmarshaller.
DigestMethodUnmarshaller() - Constructor for class org.opensaml.saml.ext.saml2alg.impl.DigestMethodUnmarshaller
 
DigestMethodUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Unmarshaller for DigestMethod objects.
DigestMethodUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.DigestMethodUnmarshaller
 
DigestRIPEMD160 - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for digest algorithm: RIPEMD160.
DigestRIPEMD160() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.DigestRIPEMD160
 
DigestSHA1 - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for digest algorithm: SHA-1.
DigestSHA1() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.DigestSHA1
 
DigestSHA224 - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for digest algorithm: SHA-256.
DigestSHA224() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.DigestSHA224
 
DigestSHA256 - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for digest algorithm: SHA-256.
DigestSHA256() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.DigestSHA256
 
DigestSHA384 - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for digest algorithm: SHA-384.
DigestSHA384() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.DigestSHA384
 
DigestSHA512 - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for digest algorithm: SHA-512.
DigestSHA512() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.DigestSHA512
 
DIRECTORY_ALT_NAME - Static variable in class org.opensaml.security.x509.X509Support
RFC 2459 Directory Name Subject Alt Name type.
DIRTY_BIT_ATTRIBUTE - Static variable in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Name of request attribute used as a dirty bit.
DiscoHints - Interface in org.opensaml.saml.ext.saml2mdui
See IdP Discovery and Login UI Metadata Extension Profile.
DiscoHintsBuilder - Class in org.opensaml.saml.ext.saml2mdui.impl
Builder of DiscoHints.
DiscoHintsBuilder() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.DiscoHintsBuilder
Constructor.
DiscoHintsImpl - Class in org.opensaml.saml.ext.saml2mdui.impl
Concrete implementation of DiscoHints.
DiscoHintsImpl(String, String, String) - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.DiscoHintsImpl
Constructor.
DiscoHintsMarshaller - Class in org.opensaml.saml.ext.saml2mdui.impl
A thread safe Marshaller for DiscoHints objects.
DiscoHintsMarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.DiscoHintsMarshaller
 
DiscoHintsUnmarshaller - Class in org.opensaml.saml.ext.saml2mdui.impl
A thread-safe Unmarshaller for DiscoHints objects.
DiscoHintsUnmarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.DiscoHintsUnmarshaller
 
DiscoveryResponse - Interface in org.opensaml.saml.ext.idpdisco
SAML Identity Provider Discovery Protocol DiscoveryResponse.
DiscoveryResponseBuilder - Class in org.opensaml.saml.ext.idpdisco.impl
Builder of DiscoveryResponse.
DiscoveryResponseBuilder() - Constructor for class org.opensaml.saml.ext.idpdisco.impl.DiscoveryResponseBuilder
Constructor.
DiscoveryResponseImpl - Class in org.opensaml.saml.ext.idpdisco.impl
This plugs into the standard opensaml2 parser framework to allow us to get use DiscoverResponse elements in our extensions.
DiscoveryResponseImpl(String, String, String) - Constructor for class org.opensaml.saml.ext.idpdisco.impl.DiscoveryResponseImpl
Constructor.
DiscoveryResponseMarshaller - Class in org.opensaml.saml.ext.idpdisco.impl
A thread-safe Marshaller for DiscoveryResponse objects.
DiscoveryResponseMarshaller() - Constructor for class org.opensaml.saml.ext.idpdisco.impl.DiscoveryResponseMarshaller
 
DiscoveryResponseUnmarshaller - Class in org.opensaml.saml.ext.idpdisco.impl
A thread-safe Unmarshaller for DiscoveryResponse objects.
DiscoveryResponseUnmarshaller() - Constructor for class org.opensaml.saml.ext.idpdisco.impl.DiscoveryResponseUnmarshaller
 
DisplayName - Interface in org.opensaml.saml.ext.saml2mdui
DisplayName.
DisplayNameBuilder - Class in org.opensaml.saml.ext.saml2mdui.impl
Builder of DisplayName objects.
DisplayNameBuilder() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.DisplayNameBuilder
Constructor.
DisplayNameImpl - Class in org.opensaml.saml.ext.saml2mdui.impl
Concrete implementation of DisplayName.
DisplayNameImpl(String, String, String) - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.DisplayNameImpl
Constructor.
DisplayNameMarshaller - Class in org.opensaml.saml.ext.saml2mdui.impl
A thread safe Marshaller for DisplayName objects.
DisplayNameMarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.DisplayNameMarshaller
 
DisplayNameUnmarshaller - Class in org.opensaml.saml.ext.saml2mdui.impl
A thread-safe unmarshaller for DisplayName objects.
DisplayNameUnmarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.DisplayNameUnmarshaller
 
DNS_ALT_NAME - Static variable in class org.opensaml.security.x509.X509Support
RFC 2459 DNS Subject Alt Name type.
DNS_NAME_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.SubjectLocality
DNSName attribute name.
DNS_NAME_DATATYPE_URI - Static variable in class org.opensaml.xacml.XACMLConstants
DNS Name datatype URI.
DNSADDRESS_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.SubjectLocality
Name for the DNSAddress attribute.
doApply(String, String, String, String, String) - Method in class org.opensaml.saml.common.profile.logic.AbstractNameIDPolicyPredicate
Apply the predicate to the request.
doApply(RegistrationInfo) - Method in class org.opensaml.saml.common.profile.logic.AbstractRegistrationInfoPredicate
Override this method to implement the predicate.
doApply(String, String, String, String, String) - Method in class org.opensaml.saml.common.profile.logic.AffiliationNameIDPolicyPredicate
Apply the predicate to the request.
doApply(String, String, String, String, String) - Method in class org.opensaml.saml.common.profile.logic.DefaultNameIDPolicyPredicate
Apply the predicate to the request.
doApply(RegistrationInfo) - Method in class org.opensaml.saml.common.profile.logic.RegistrationAuthorityPredicate
Override this method to implement the predicate.
doApply(RegistrationInfo) - Method in class org.opensaml.saml.common.profile.logic.RegistrationPolicyPredicate
Override this method to implement the predicate.
doCheckEndpoint(CriteriaSet, EndpointType) - Method in class org.opensaml.saml.common.binding.AbstractEndpointResolver
Apply the supplied criteria to a candidate endpoint to determine its suitability.
doCheckEndpoint(CriteriaSet, EndpointType) - Method in class org.opensaml.saml.common.binding.impl.DefaultEndpointResolver
Apply the supplied criteria to a candidate endpoint to determine its suitability.
DocumentInternalIDContentReference - Class in org.opensaml.xmlsec.signature.support
A content reference that references Elements withing the same document by ID attribute.
DocumentInternalIDContentReference(String) - Constructor for class org.opensaml.xmlsec.signature.support.DocumentInternalIDContentReference
Constructor.
doDecode() - Method in class org.opensaml.messaging.decoder.AbstractMessageDecoder
Performs the decoding logic.
doDecode() - Method in class org.opensaml.saml.saml1.binding.decoding.impl.HTTPArtifactDecoder
Performs the decoding logic.
doDecode() - Method in class org.opensaml.saml.saml1.binding.decoding.impl.HTTPPostDecoder
Performs the decoding logic.
doDecode() - Method in class org.opensaml.saml.saml1.binding.decoding.impl.HTTPSOAP11Decoder
Performs the decoding logic.
doDecode() - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
Performs the decoding logic.
doDecode() - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPPostDecoder
Performs the decoding logic.
doDecode() - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPRedirectDeflateDecoder
Performs the decoding logic.
doDecode() - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPSOAP11Decoder
Performs the decoding logic.
doDecode() - Method in class org.opensaml.soap.soap11.decoder.http.impl.HTTPSOAP11Decoder
Performs the decoding logic.
doDestroy() - Method in class org.opensaml.messaging.decoder.AbstractMessageDecoder
doDestroy() - Method in class org.opensaml.messaging.decoder.servlet.AbstractHttpServletRequestMessageDecoder
doDestroy() - Method in class org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder
doDestroy() - Method in class org.opensaml.messaging.encoder.AbstractMessageEncoder
doDestroy() - Method in class org.opensaml.messaging.encoder.servlet.AbstractHttpServletResponseMessageEncoder
doDestroy() - Method in class org.opensaml.saml.common.binding.artifact.impl.BasicSAMLArtifactMap
doDestroy() - Method in class org.opensaml.saml.metadata.resolver.ChainingMetadataResolver
doDestroy() - Method in class org.opensaml.saml.metadata.resolver.filter.impl.NodeProcessingMetadataFilter
doDestroy() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver
doDestroy() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
doDestroy() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
doDestroy() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
doDestroy() - Method in class org.opensaml.saml.metadata.resolver.impl.CompositeMetadataResolver
doDestroy() - Method in class org.opensaml.saml.metadata.resolver.impl.DOMMetadataResolver
doDestroy() - Method in class org.opensaml.saml.metadata.resolver.impl.FileBackedHTTPMetadataResolver
doDestroy() - Method in class org.opensaml.saml.metadata.resolver.impl.FilesystemMetadataResolver
doDestroy() - Method in class org.opensaml.saml.metadata.resolver.impl.HTTPMetadataResolver
doDestroy() - Method in class org.opensaml.saml.metadata.resolver.impl.ResourceBackedMetadataResolver
doDestroy() - Method in class org.opensaml.saml.saml1.binding.encoding.impl.HTTPArtifactEncoder
doDestroy() - Method in class org.opensaml.saml.saml1.binding.encoding.impl.HTTPPostEncoder
doDestroy() - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPArtifactEncoder
doDestroy() - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPPostEncoder
doDestroy() - Method in class org.opensaml.storage.AbstractStorageService
doDestroy() - Method in class org.opensaml.storage.impl.JPAStorageService
doDestroy() - Method in class org.opensaml.storage.impl.LDAPStorageService
doDestroy() - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
 
doDestroy() - Method in class org.opensaml.storage.impl.MemoryStorageService
doEncode() - Method in class org.opensaml.messaging.encoder.AbstractMessageEncoder
Performs the encoding logic.
doEncode() - Method in class org.opensaml.saml.saml1.binding.encoding.impl.HTTPArtifactEncoder
Performs the encoding logic.
doEncode() - Method in class org.opensaml.saml.saml1.binding.encoding.impl.HTTPPostEncoder
Performs the encoding logic.
doEncode() - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPArtifactEncoder
Performs the encoding logic.
doEncode() - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPPostEncoder
Performs the encoding logic.
doEncode() - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPRedirectDeflateEncoder
Performs the encoding logic.
doEncode() - Method in class org.opensaml.soap.soap11.encoder.http.impl.HTTPSOAP11Encoder
Performs the encoding logic.
doEvaluate(Signature, SignableSAMLObject, MessageContext) - Method in class org.opensaml.saml.common.binding.security.impl.SAMLProtocolMessageXMLSignatureSecurityHandler
Perform cryptographic validation and trust evaluation on the Signature token using the configured Signature trust engine.
doEvaluate(X509Credential, MessageContext) - Method in class org.opensaml.security.messaging.impl.BaseClientCertAuthSecurityHandler
Evaluate the request credential.
doExecute(ProfileRequestContext<InboundMessageType, OutboundMessageType>) - Method in class org.opensaml.profile.action.AbstractProfileAction
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.profile.action.impl.CheckAccess
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.profile.action.impl.DecodeMessage
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.profile.action.impl.EncodeMessage
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.profile.action.impl.HttpServletRequestMessageChannelSecurity
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.profile.action.impl.PopulateClientTLSValidationParameters
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.profile.action.impl.PopulateDecryptionParameters
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.profile.action.impl.PopulateSignatureValidationParameters
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.profile.action.impl.SetProfileId
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.profile.action.impl.StaticMessageChannelSecurity
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.saml.common.profile.impl.AddAudienceRestrictionToAssertions
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.saml.common.profile.impl.AddInResponseToToResponse
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.saml.common.profile.impl.AddNotBeforeConditionToAssertions
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.saml.common.profile.impl.AddNotOnOrAfterConditionToAssertions
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.saml.common.profile.impl.PopulateSignatureSigningParameters
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.saml.common.profile.impl.SignAssertions
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.saml.common.profile.impl.VerifyChannelBindings
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml1.profile.impl.AddDoNotCacheConditionToAssertions
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml1.profile.impl.AddNameIdentifierToSubjects
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml1.profile.impl.AddResponseShell
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml1.profile.impl.AddStatusToResponse
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml1.profile.impl.AddSubjectConfirmationToSubjects
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml1.profile.impl.CopyNameIdentifierFromRequest
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml1.profile.impl.ResolveArtifacts
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.AbstractResponseShellAction
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.AddChannelBindingsToAssertions
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.AddGeneratedKeyToAssertions
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.AddOneTimeUseConditionToAssertions
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.AddProxyRestrictionToAssertions
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.AddStatusResponseShell
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.AddStatusToResponse
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.AddSubjectConfirmationToSubjects
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.CopyNameIDFromRequest
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.DecryptAssertions
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.DecryptAttributes
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.DecryptNameIDs
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.EncryptAssertions
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.EncryptAttributes
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.EncryptNameIDs
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.PopulateECPContext
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.ResolveArtifact
Performs this action.
doExecute(ProfileRequestContext) - Method in class org.opensaml.soap.soap11.profile.impl.AddSOAPFault
Performs this action.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
doGenerate(ProfileRequestContext) - Method in class org.opensaml.saml.common.profile.AbstractNameIdentifierGenerator
Override this method to fully control the generation process.
doGenerate(ProfileRequestContext) - Method in class org.opensaml.saml.saml1.profile.AbstractSAML1NameIdentifierGenerator
Override this method to fully control the generation process.
doGenerate(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.AbstractSAML2NameIDGenerator
Override this method to fully control the generation process.
doGetEntityDescriptor(String) - Method in class org.opensaml.saml.metadata.resolver.impl.BasicRoleDescriptorResolver
Resolve an entity descriptor based on entityID using the wrapped metadata resolver.
doGetRole(String, QName) - Method in class org.opensaml.saml.metadata.resolver.impl.BasicRoleDescriptorResolver
Gets the identified roles from an EntityDescriptor.
doGetRole(String, QName, String) - Method in class org.opensaml.saml.metadata.resolver.impl.BasicRoleDescriptorResolver
Gets the role which supports the given protocol.
doInitialize() - Method in class org.opensaml.messaging.decoder.servlet.AbstractHttpServletRequestMessageDecoder
doInitialize() - Method in class org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder
doInitialize() - Method in class org.opensaml.messaging.encoder.AbstractMessageEncoder
doInitialize() - Method in class org.opensaml.messaging.encoder.servlet.AbstractHttpServletResponseMessageEncoder
doInitialize() - Method in class org.opensaml.messaging.handler.impl.CheckMandatoryAuthentication
doInitialize() - Method in class org.opensaml.messaging.handler.impl.CheckMandatoryIssuer
doInitialize() - Method in class org.opensaml.messaging.handler.impl.HTTPRequestValidationHandler
doInitialize() - Method in class org.opensaml.profile.action.impl.CheckAccess
doInitialize() - Method in class org.opensaml.profile.action.impl.EncodeMessage
doInitialize() - Method in class org.opensaml.profile.action.impl.HttpServletRequestMessageChannelSecurity
doInitialize() - Method in class org.opensaml.profile.action.impl.PopulateClientTLSValidationParameters
doInitialize() - Method in class org.opensaml.profile.action.impl.PopulateDecryptionParameters
doInitialize() - Method in class org.opensaml.profile.action.impl.PopulateSignatureValidationParameters
doInitialize() - Method in class org.opensaml.saml.common.binding.artifact.impl.BasicSAMLArtifactMap
doInitialize() - Method in class org.opensaml.saml.common.binding.artifact.impl.StorageServiceSAMLArtifactMap
doInitialize() - Method in class org.opensaml.saml.common.binding.impl.SAMLMetadataLookupHandler
doInitialize() - Method in class org.opensaml.saml.common.binding.impl.SAMLProtocolAndRoleHandler
doInitialize() - Method in class org.opensaml.saml.common.binding.security.impl.BaseSAMLSimpleSignatureSecurityHandler
doInitialize() - Method in class org.opensaml.saml.common.binding.security.impl.MessageReplaySecurityHandler
doInitialize() - Method in class org.opensaml.saml.common.binding.security.impl.ReceivedEndpointSecurityHandler
doInitialize() - Method in class org.opensaml.saml.common.profile.AbstractNameIdentifierGenerator
doInitialize() - Method in class org.opensaml.saml.common.profile.impl.AddAudienceRestrictionToAssertions
doInitialize() - Method in class org.opensaml.saml.common.profile.impl.PopulateSignatureSigningParameters
doInitialize() - Method in class org.opensaml.saml.common.profile.logic.AbstractNameIDPolicyPredicate
doInitialize() - Method in class org.opensaml.saml.common.profile.logic.AffiliationNameIDPolicyPredicate
doInitialize() - Method in class org.opensaml.saml.metadata.resolver.ChainingMetadataResolver
doInitialize() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
doInitialize() - Method in class org.opensaml.saml.metadata.resolver.impl.CompositeMetadataResolver
doInitialize() - Method in class org.opensaml.saml.saml1.binding.encoding.impl.HTTPArtifactEncoder
doInitialize() - Method in class org.opensaml.saml.saml1.binding.encoding.impl.HTTPPostEncoder
doInitialize() - Method in class org.opensaml.saml.saml1.binding.impl.SAML1ArtifactRequestIssuerHandler
doInitialize() - Method in class org.opensaml.saml.saml1.profile.impl.AddNameIdentifierToSubjects
doInitialize() - Method in class org.opensaml.saml.saml1.profile.impl.AddSubjectConfirmationToSubjects
doInitialize() - Method in class org.opensaml.saml.saml1.profile.impl.ResolveArtifacts
doInitialize() - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPArtifactEncoder
doInitialize() - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPPostEncoder
doInitialize() - Method in class org.opensaml.saml.saml2.binding.security.impl.SAML2HTTPPostSimpleSignSecurityHandler
doInitialize() - Method in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects
doInitialize() - Method in class org.opensaml.saml.saml2.profile.impl.AddProxyRestrictionToAssertions
doInitialize() - Method in class org.opensaml.saml.saml2.profile.impl.AddStatusResponseShell
doInitialize() - Method in class org.opensaml.saml.saml2.profile.impl.AddSubjectConfirmationToSubjects
doInitialize() - Method in class org.opensaml.saml.saml2.profile.impl.ResolveArtifact
doInitialize() - Method in class org.opensaml.security.messaging.impl.BaseClientCertAuthSecurityHandler
doInitialize() - Method in class org.opensaml.soap.client.http.HttpSOAPClient
doInitialize() - Method in class org.opensaml.soap.soap11.decoder.http.impl.HTTPSOAP11Decoder
doInitialize() - Method in class org.opensaml.storage.AbstractStorageService
doInitialize() - Method in class org.opensaml.storage.impl.LDAPStorageService
doInitialize() - Method in class org.opensaml.storage.impl.MemoryStorageService
doInitialize() - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
doInitialize() - Method in class org.opensaml.storage.ReplayCache
doInvoke(MessageContext<MessageType>) - Method in class org.opensaml.messaging.handler.AbstractMessageHandler
Performs the handler logic.
doInvoke(MessageContext<MessageType>) - Method in class org.opensaml.messaging.handler.impl.BasicMessageHandlerChain
Performs the handler logic.
doInvoke(MessageContext) - Method in class org.opensaml.messaging.handler.impl.CheckMandatoryAuthentication
Performs the handler logic.
doInvoke(MessageContext) - Method in class org.opensaml.messaging.handler.impl.CheckMandatoryIssuer
Performs the handler logic.
doInvoke(MessageContext) - Method in class org.opensaml.messaging.handler.impl.HTTPRequestValidationHandler
Evaluates whether the specified HTTP servlet request meets all requirements.
doInvoke(MessageContext<MessageType>) - Method in class org.opensaml.messaging.handler.impl.SchemaValidateXMLMessage
Performs the handler logic.
doInvoke(MessageContext) - Method in class org.opensaml.saml.common.binding.impl.AddChannelBindingsHeaderHandler
Performs the handler logic.
doInvoke(MessageContext) - Method in class org.opensaml.saml.common.binding.impl.CheckMessageVersionHandler
Performs the handler logic.
doInvoke(MessageContext) - Method in class org.opensaml.saml.common.binding.impl.SAMLAddAttributeConsumingServiceHandler
Performs the handler logic.
doInvoke(MessageContext) - Method in class org.opensaml.saml.common.binding.impl.SAMLMetadataLookupHandler
Performs the handler logic.
doInvoke(MessageContext) - Method in class org.opensaml.saml.common.binding.impl.SAMLOutboundDestinationHandler
Performs the handler logic.
doInvoke(MessageContext) - Method in class org.opensaml.saml.common.binding.impl.SAMLProtocolAndRoleHandler
Performs the handler logic.
doInvoke(MessageContext) - Method in class org.opensaml.saml.common.binding.impl.SAMLSOAPDecoderBodyHandler
Performs the handler logic.
doInvoke(MessageContext) - Method in class org.opensaml.saml.common.binding.security.impl.BaseSAMLSimpleSignatureSecurityHandler
Performs the handler logic.
doInvoke(MessageContext) - Method in class org.opensaml.saml.common.binding.security.impl.EndpointURLSchemeSecurityHandler
Performs the handler logic.
doInvoke(MessageContext) - Method in class org.opensaml.saml.common.binding.security.impl.MessageLifetimeSecurityHandler
Performs the handler logic.
doInvoke(MessageContext) - Method in class org.opensaml.saml.common.binding.security.impl.MessageReplaySecurityHandler
Performs the handler logic.
doInvoke(MessageContext) - Method in class org.opensaml.saml.common.binding.security.impl.ReceivedEndpointSecurityHandler
Performs the handler logic.
doInvoke(MessageContext) - Method in class org.opensaml.saml.common.binding.security.impl.SAMLOutboundProtocolMessageSigningHandler
Performs the handler logic.
doInvoke(MessageContext) - Method in class org.opensaml.saml.common.binding.security.impl.SAMLProtocolMessageXMLSignatureSecurityHandler
Performs the handler logic.
doInvoke(MessageContext) - Method in class org.opensaml.saml.saml1.binding.impl.SAML1ArtifactRequestIssuerHandler
Performs the handler logic.
doInvoke(MessageContext) - Method in class org.opensaml.saml.saml2.binding.impl.AddConsentToResponseHandler
Performs the handler logic.
doInvoke(MessageContext) - Method in class org.opensaml.saml.saml2.binding.impl.AddECPResponseHeaderHandler
Performs the handler logic.
doInvoke(MessageContext) - Method in class org.opensaml.saml.saml2.binding.impl.AddGeneratedKeyHeaderHandler
Performs the handler logic.
doInvoke(MessageContext) - Method in class org.opensaml.saml.saml2.binding.impl.AddRelayStateHeaderHandler
Performs the handler logic.
doInvoke(MessageContext) - Method in class org.opensaml.saml.saml2.binding.impl.AddRequestAuthenticatedHeaderHandler
Performs the handler logic.
doInvoke(MessageContext) - Method in class org.opensaml.saml.saml2.binding.impl.ExtractConsentFromRequestHandler
Performs the handler logic.
doInvoke(MessageContext) - Method in class org.opensaml.saml.saml2.binding.security.impl.ExtractChannelBindingsExtensionsHandler
Performs the handler logic.
doInvoke(MessageContext) - Method in class org.opensaml.saml.saml2.binding.security.impl.ExtractChannelBindingsHeadersHandler
Performs the handler logic.
doInvoke(MessageContext<SAMLObject>) - Method in class org.opensaml.saml.saml2.binding.security.impl.SAML2AuthnRequestsSignedSecurityHandler
Performs the handler logic.
doInvoke(MessageContext) - Method in class org.opensaml.security.messaging.impl.BaseClientCertAuthSecurityHandler
Performs the handler logic.
doInvoke(MessageContext<Envelope>) - Method in class org.opensaml.soap.soap11.decoder.http.impl.EnvelopeBodyHandler
Performs the handler logic.
doInvoke(MessageContext) - Method in class org.opensaml.soap.soap11.decoder.http.impl.SimplePayloadBodyHandler
Performs the handler logic.
DomainHint - Interface in org.opensaml.saml.ext.saml2mdui
IPHint.
DomainHintBuilder - Class in org.opensaml.saml.ext.saml2mdui.impl
Builder of DomainHint objects.
DomainHintBuilder() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.DomainHintBuilder
Constructor.
DomainHintImpl - Class in org.opensaml.saml.ext.saml2mdui.impl
Concrete implementation of DomainHint.
DomainHintImpl(String, String, String) - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.DomainHintImpl
Constructor.
DomainHintMarshaller - Class in org.opensaml.saml.ext.saml2mdui.impl
A thread safe Marshaller for DomainHint objects.
DomainHintMarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.DomainHintMarshaller
 
DomainHintUnmarshaller - Class in org.opensaml.saml.ext.saml2mdui.impl
A thread-safe unmarshaller for DomainHint objects.
DomainHintUnmarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.DomainHintUnmarshaller
 
DOMMetadataResolver - Class in org.opensaml.saml.metadata.resolver.impl
A MetadataProvider implementation that retrieves metadata from a DOM Element as supplied by the user.
DOMMetadataResolver(Element) - Constructor for class org.opensaml.saml.metadata.resolver.impl.DOMMetadataResolver
Constructor.
DoNotCacheCondition - Interface in org.opensaml.saml.saml1.core
This interface describes how ab object representing a SAML1 DoNotCacheCondition element will behave.
DoNotCacheConditionBuilder - Class in org.opensaml.saml.saml1.core.impl
Builder of DoNotCacheConditionImpl objects.
DoNotCacheConditionBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.DoNotCacheConditionBuilder
Constructor.
DoNotCacheConditionImpl - Class in org.opensaml.saml.saml1.core.impl
Concrete Implementation of a DoNotCacheCondition Objects.
DoNotCacheConditionImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.DoNotCacheConditionImpl
Constructor.
DoNotCacheConditionMarshaller - Class in org.opensaml.saml.saml1.core.impl
Thread safe Marshaller for DoNotCacheCondition objects.
DoNotCacheConditionMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.DoNotCacheConditionMarshaller
 
DoNotCacheConditionUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread-safe Unmarshaller for DoNotCacheCondition objects.
DoNotCacheConditionUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.DoNotCacheConditionUnmarshaller
 
doPostExecute(ProfileRequestContext<InboundMessageType, OutboundMessageType>) - Method in class org.opensaml.profile.action.AbstractProfileAction
Called after execution, actions may override this method to perform post-processing for a request.
doPostExecute(ProfileRequestContext<InboundMessageType, OutboundMessageType>, Exception) - Method in class org.opensaml.profile.action.AbstractProfileAction
Called after execution, actions may override this method to perform post-processing for a request.
doPostInvoke(MessageContext<MessageType>) - Method in class org.opensaml.messaging.handler.AbstractMessageHandler
Called after execution, handlers may override this method to perform post-processing for a request.
doPostInvoke(MessageContext<MessageType>, Exception) - Method in class org.opensaml.messaging.handler.AbstractMessageHandler
Called after execution, handlers may override this method to perform post-processing for a request.
doPreExecute(ProfileRequestContext<InboundMessageType, OutboundMessageType>) - Method in class org.opensaml.profile.action.AbstractConditionalProfileAction
Called prior to execution, actions may override this method to perform pre-processing for a request.
doPreExecute(ProfileRequestContext<InboundMessageType, OutboundMessageType>) - Method in class org.opensaml.profile.action.AbstractProfileAction
Called prior to execution, actions may override this method to perform pre-processing for a request.
doPreExecute(ProfileRequestContext) - Method in class org.opensaml.profile.action.impl.AbstractMessageChannelSecurity
Called prior to execution, actions may override this method to perform pre-processing for a request.
doPreExecute(ProfileRequestContext) - Method in class org.opensaml.profile.action.impl.CheckAccess
Called prior to execution, actions may override this method to perform pre-processing for a request.
doPreExecute(ProfileRequestContext) - Method in class org.opensaml.profile.action.impl.EncodeMessage
Called prior to execution, actions may override this method to perform pre-processing for a request.
doPreExecute(ProfileRequestContext) - Method in class org.opensaml.saml.common.profile.impl.AddAudienceRestrictionToAssertions
Called prior to execution, actions may override this method to perform pre-processing for a request.
doPreExecute(ProfileRequestContext) - Method in class org.opensaml.saml.common.profile.impl.AddInResponseToToResponse
Called prior to execution, actions may override this method to perform pre-processing for a request.
doPreExecute(ProfileRequestContext) - Method in class org.opensaml.saml.common.profile.impl.AddNotBeforeConditionToAssertions
Called prior to execution, actions may override this method to perform pre-processing for a request.
doPreExecute(ProfileRequestContext) - Method in class org.opensaml.saml.common.profile.impl.AddNotOnOrAfterConditionToAssertions
Called prior to execution, actions may override this method to perform pre-processing for a request.
doPreExecute(ProfileRequestContext) - Method in class org.opensaml.saml.common.profile.impl.PopulateSignatureSigningParameters
Called prior to execution, actions may override this method to perform pre-processing for a request.
doPreExecute(ProfileRequestContext) - Method in class org.opensaml.saml.common.profile.impl.SignAssertions
Called prior to execution, actions may override this method to perform pre-processing for a request.
doPreExecute(ProfileRequestContext) - Method in class org.opensaml.saml.common.profile.impl.VerifyChannelBindings
Called prior to execution, actions may override this method to perform pre-processing for a request.
doPreExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml1.profile.impl.AddDoNotCacheConditionToAssertions
Called prior to execution, actions may override this method to perform pre-processing for a request.
doPreExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml1.profile.impl.AddNameIdentifierToSubjects
Called prior to execution, actions may override this method to perform pre-processing for a request.
doPreExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml1.profile.impl.AddResponseShell
Called prior to execution, actions may override this method to perform pre-processing for a request.
doPreExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml1.profile.impl.AddStatusToResponse
Called prior to execution, actions may override this method to perform pre-processing for a request.
doPreExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml1.profile.impl.AddSubjectConfirmationToSubjects
Called prior to execution, actions may override this method to perform pre-processing for a request.
doPreExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml1.profile.impl.CopyNameIdentifierFromRequest
Called prior to execution, actions may override this method to perform pre-processing for a request.
doPreExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml1.profile.impl.ResolveArtifacts
Called prior to execution, actions may override this method to perform pre-processing for a request.
doPreExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.AbstractDecryptAction
Called prior to execution, actions may override this method to perform pre-processing for a request.
doPreExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.AbstractEncryptAction
Called prior to execution, actions may override this method to perform pre-processing for a request.
doPreExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.AbstractResponseShellAction
Called prior to execution, actions may override this method to perform pre-processing for a request.
doPreExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.AddChannelBindingsToAssertions
Called prior to execution, actions may override this method to perform pre-processing for a request.
doPreExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.AddGeneratedKeyToAssertions
Called prior to execution, actions may override this method to perform pre-processing for a request.
doPreExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects
Called prior to execution, actions may override this method to perform pre-processing for a request.
doPreExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.AddOneTimeUseConditionToAssertions
Called prior to execution, actions may override this method to perform pre-processing for a request.
doPreExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.AddProxyRestrictionToAssertions
Called prior to execution, actions may override this method to perform pre-processing for a request.
doPreExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.AddStatusResponseShell
Called prior to execution, actions may override this method to perform pre-processing for a request.
doPreExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.AddStatusToResponse
Called prior to execution, actions may override this method to perform pre-processing for a request.
doPreExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.AddSubjectConfirmationToSubjects
Called prior to execution, actions may override this method to perform pre-processing for a request.
doPreExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.CopyNameIDFromRequest
Called prior to execution, actions may override this method to perform pre-processing for a request.
doPreExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.EncryptAssertions
Called prior to execution, actions may override this method to perform pre-processing for a request.
doPreExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.EncryptAttributes
Called prior to execution, actions may override this method to perform pre-processing for a request.
doPreExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.EncryptNameIDs
Called prior to execution, actions may override this method to perform pre-processing for a request.
doPreExecute(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.ResolveArtifact
Called prior to execution, actions may override this method to perform pre-processing for a request.
doPreExecute(ProfileRequestContext) - Method in class org.opensaml.soap.soap11.profile.impl.AddSOAPFault
Called prior to execution, actions may override this method to perform pre-processing for a request.
doPreInvoke(MessageContext<MessageType>) - Method in class org.opensaml.messaging.handler.AbstractMessageHandler
Called prior to execution, handlers may override this method to perform pre-processing for a request.
doPreInvoke(MessageContext<MessageType>) - Method in class org.opensaml.messaging.handler.impl.SchemaValidateXMLMessage
Called prior to execution, handlers may override this method to perform pre-processing for a request.
doPreInvoke(MessageContext) - Method in class org.opensaml.saml.common.binding.impl.AddChannelBindingsHeaderHandler
Called prior to execution, handlers may override this method to perform pre-processing for a request.
doPreInvoke(MessageContext) - Method in class org.opensaml.saml.common.binding.impl.SAMLAddAttributeConsumingServiceHandler
Called prior to execution, handlers may override this method to perform pre-processing for a request.
doPreInvoke(MessageContext) - Method in class org.opensaml.saml.common.binding.security.impl.BaseSAMLSimpleSignatureSecurityHandler
Called prior to execution, handlers may override this method to perform pre-processing for a request.
doPreInvoke(MessageContext) - Method in class org.opensaml.saml.common.binding.security.impl.BaseSAMLXMLSignatureSecurityHandler
Called prior to execution, handlers may override this method to perform pre-processing for a request.
doPreInvoke(MessageContext) - Method in class org.opensaml.saml.saml2.binding.impl.AddECPResponseHeaderHandler
Called prior to execution, handlers may override this method to perform pre-processing for a request.
doPreInvoke(MessageContext) - Method in class org.opensaml.saml.saml2.binding.impl.AddGeneratedKeyHeaderHandler
Called prior to execution, handlers may override this method to perform pre-processing for a request.
doPreInvoke(MessageContext) - Method in class org.opensaml.saml.saml2.binding.impl.AddRelayStateHeaderHandler
Called prior to execution, handlers may override this method to perform pre-processing for a request.
doPreInvoke(MessageContext) - Method in class org.opensaml.saml.saml2.binding.impl.AddRequestAuthenticatedHeaderHandler
Called prior to execution, handlers may override this method to perform pre-processing for a request.
doPreInvoke(MessageContext) - Method in class org.opensaml.saml.saml2.binding.security.impl.ExtractChannelBindingsExtensionsHandler
Called prior to execution, handlers may override this method to perform pre-processing for a request.
doPreInvoke(MessageContext) - Method in class org.opensaml.security.messaging.impl.BaseClientCertAuthSecurityHandler
Called prior to execution, handlers may override this method to perform pre-processing for a request.
doPreInvoke(MessageContext) - Method in class org.opensaml.security.messaging.impl.BaseTrustEngineSecurityHandler
Called prior to execution, handlers may override this method to perform pre-processing for a request.
doValidate(Signature, CriteriaSet) - Method in class org.opensaml.xmlsec.signature.support.impl.BaseSignatureTrustEngine
Validate the signature using the supplied trust criteria.
doValidate(byte[], byte[], String, CriteriaSet, Credential) - Method in class org.opensaml.xmlsec.signature.support.impl.BaseSignatureTrustEngine
Determines whether a raw signature over specified content is valid and signed by a trusted credential.
doValidate(Signature, CriteriaSet) - Method in class org.opensaml.xmlsec.signature.support.impl.ExplicitKeySignatureTrustEngine
Validate the signature using the supplied trust criteria.
doValidate(byte[], byte[], String, CriteriaSet, Credential) - Method in class org.opensaml.xmlsec.signature.support.impl.ExplicitKeySignatureTrustEngine
Determines whether a raw signature over specified content is valid and signed by a trusted credential.
doValidate(Signature, CriteriaSet) - Method in class org.opensaml.xmlsec.signature.support.impl.PKIXSignatureTrustEngine
Validate the signature using the supplied trust criteria.
doValidate(byte[], byte[], String, CriteriaSet, Credential) - Method in class org.opensaml.xmlsec.signature.support.impl.PKIXSignatureTrustEngine
Determines whether a raw signature over specified content is valid and signed by a trusted credential.
DSAKeyValue - Interface in org.opensaml.xmlsec.signature
XMLObject representing XML Digital Signature, version 20020212, DSAKeyValue element.
DSAKeyValueBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of DSAKeyValue.
DSAKeyValueBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.DSAKeyValueBuilder
Constructor.
DSAKeyValueImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of DSAKeyValue.
DSAKeyValueImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
Constructor.
DSAKeyValueMarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Marshaller for DSAKeyValue objects.
DSAKeyValueMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.DSAKeyValueMarshaller
 
DSAKeyValueProvider - Class in org.opensaml.xmlsec.keyinfo.impl.provider
Implementation of KeyInfoProvider which supports DSAKeyValue.
DSAKeyValueProvider() - Constructor for class org.opensaml.xmlsec.keyinfo.impl.provider.DSAKeyValueProvider
 
DSAKeyValueUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Unmarshaller for DSAKeyValue objects.
DSAKeyValueUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.DSAKeyValueUnmarshaller
 
DynamicEntityBackingStore() - Constructor for class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.DynamicEntityBackingStore
Constructor.
DynamicMetadataResolver - Interface in org.opensaml.saml.metadata.resolver
Marker interface for MetadataResolver implementations which resolve metadata by dynamically querying for the requested data individually at the time of the resolution operation, for example by invoking a request to a remote network-based metadata publishing endpoint or metadata oracle service.

E

EARLIEST_VERSION_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.IdReferenceType
EarliestVersion attribute name.
ECKeyValue - Interface in org.opensaml.xmlsec.signature
XMLObject representing XML Digital Signature, version 20020212, ECKeyValue element.
ECKeyValueBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of ECKeyValue.
ECKeyValueBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.ECKeyValueBuilder
Constructor.
ECKeyValueImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of ECKeyValue.
ECKeyValueImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.ECKeyValueImpl
Constructor.
ECKeyValueMarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Marshaller for ECKeyValue objects.
ECKeyValueMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.ECKeyValueMarshaller
 
ECKeyValueUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Unmarshaller for ECKeyValue objects.
ECKeyValueUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.ECKeyValueUnmarshaller
 
ECPARAMETERS_ELEMENT_NAME - Static variable in class org.opensaml.xmlsec.signature.impl.ECKeyValueUnmarshaller
ECParameters element name.
ECPContext - Class in org.opensaml.saml.common.messaging.context
Context, usually attached to a MessageContext that carries state associated with an ECP request that is needed during response generation.
ECPContext() - Constructor for class org.opensaml.saml.common.messaging.context.ECPContext
 
ECPointType - Interface in org.opensaml.xmlsec.signature
XMLObject representing XML Digital Signature 1.1 ECPointType element.
ECPointTypeImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of ECPointType.
ECPointTypeImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.ECPointTypeImpl
Constructor.
EDI_PARTY_ALT_NAME - Static variable in class org.opensaml.security.x509.X509Support
RFC 2459 EDI Party Name Subject Alt Name type.
EFFECT_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.RuleType
Effect attribute name.
EffectType - Enum in org.opensaml.xacml.policy
XACML policy effect type.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wsaddressing.Action
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wsaddressing.Address
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wsaddressing.EndpointReference
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wsaddressing.FaultTo
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wsaddressing.From
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wsaddressing.MessageID
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wsaddressing.Metadata
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wsaddressing.ProblemAction
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wsaddressing.ProblemHeaderQName
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wsaddressing.ProblemIRI
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wsaddressing.ReferenceParameters
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wsaddressing.RelatesTo
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wsaddressing.ReplyTo
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wsaddressing.RetryAfter
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wsaddressing.SoapAction
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wsaddressing.To
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wspolicy.All
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wspolicy.AppliesTo
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wspolicy.ExactlyOne
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wspolicy.Policy
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wspolicy.PolicyAttachment
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wspolicy.PolicyReference
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wssecurity.BinarySecurityToken
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wssecurity.Created
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wssecurity.Embedded
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wssecurity.EncryptedHeader
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wssecurity.Expires
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wssecurity.Iteration
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wssecurity.KeyIdentifier
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wssecurity.Nonce
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wssecurity.Password
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wssecurity.Reference
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wssecurity.Salt
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wssecurity.Security
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wssecurity.SecurityTokenReference
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wssecurity.SignatureConfirmation
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wssecurity.Timestamp
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wssecurity.TransformationParameters
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wssecurity.Username
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wssecurity.UsernameToken
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.AllowPostdating
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.AuthenticationType
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.Authenticator
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.BinaryExchange
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.BinarySecret
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.CancelTarget
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.CanonicalizationAlgorithm
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.Challenge
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.Claims
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.Code
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.CombinedHash
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.ComputedKey
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.ComputedKeyAlgorithm
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.Delegatable
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.DelegateTo
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.Encryption
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.EncryptionAlgorithm
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.EncryptWith
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.Entropy
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.Forwardable
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.IssuedTokens
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.Issuer
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.KeyExchangeToken
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.KeySize
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.KeyType
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.KeyWrapAlgorithm
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.Lifetime
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.OnBehalfOf
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.Participant
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.Participants
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.Primary
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.ProofEncryption
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.Reason
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.Renewing
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.RenewTarget
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestedAttachedReference
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestedProofToken
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestedSecurityToken
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestedTokenCancelled
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestedUnattachedReference
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestKET
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestSecurityToken
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestSecurityTokenCollection
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestSecurityTokenResponse
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestSecurityTokenResponseCollection
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestType
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.SignatureAlgorithm
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.SignChallenge
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.SignChallengeResponse
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.SignWith
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.Status
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.TokenType
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.UseKey
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.ValidateTarget
Element local name.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.XPathVersion
Local name of the element.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wsaddressing.Action
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wsaddressing.Address
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wsaddressing.EndpointReference
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wsaddressing.FaultTo
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wsaddressing.From
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wsaddressing.MessageID
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wsaddressing.Metadata
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wsaddressing.ProblemAction
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wsaddressing.ProblemHeaderQName
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wsaddressing.ProblemIRI
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wsaddressing.ReferenceParameters
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wsaddressing.RelatesTo
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wsaddressing.ReplyTo
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wsaddressing.RetryAfter
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wsaddressing.SoapAction
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wsaddressing.To
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wspolicy.All
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wspolicy.AppliesTo
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wspolicy.ExactlyOne
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wspolicy.Policy
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wspolicy.PolicyAttachment
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wspolicy.PolicyReference
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wssecurity.BinarySecurityToken
Qualified element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wssecurity.Created
Qualified element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wssecurity.Embedded
Qualified element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wssecurity.EncryptedHeader
Qualified element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wssecurity.Expires
Qualified element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wssecurity.Iteration
Qualified element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wssecurity.KeyIdentifier
Qualified element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wssecurity.Nonce
Qualified element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wssecurity.Password
Qualified element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wssecurity.Reference
Qualified element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wssecurity.Salt
Qualified element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wssecurity.Security
Qualified element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wssecurity.SecurityTokenReference
Qualified element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wssecurity.SignatureConfirmation
Qualified element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wssecurity.Timestamp
Qualified element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wssecurity.TransformationParameters
Qualified element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wssecurity.Username
Qualified element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wssecurity.UsernameToken
Qualified element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.AllowPostdating
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.AuthenticationType
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.Authenticator
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.BinaryExchange
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.BinarySecret
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.CancelTarget
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.CanonicalizationAlgorithm
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.Challenge
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.Claims
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.Code
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.CombinedHash
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.ComputedKey
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.ComputedKeyAlgorithm
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.Delegatable
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.DelegateTo
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.Encryption
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.EncryptionAlgorithm
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.EncryptWith
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.Entropy
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.Forwardable
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.IssuedTokens
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.Issuer
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.KeyExchangeToken
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.KeySize
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.KeyType
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.KeyWrapAlgorithm
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.Lifetime
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.OnBehalfOf
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.Participant
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.Participants
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.Primary
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.ProofEncryption
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.Reason
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.Renewing
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.RenewTarget
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestedAttachedReference
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestedProofToken
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestedSecurityToken
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestedTokenCancelled
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestedUnattachedReference
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestKET
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestSecurityToken
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestSecurityTokenCollection
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestSecurityTokenResponse
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestSecurityTokenResponseCollection
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestType
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.SignatureAlgorithm
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.SignChallenge
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.SignChallengeResponse
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.SignWith
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.Status
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.TokenType
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.UseKey
Default element name.
ELEMENT_NAME - Static variable in interface org.opensaml.soap.wstrust.ValidateTarget
Default element name.
ELEMENT_QNAME - Static variable in interface org.opensaml.saml.saml2.metadata.EntitiesDescriptor
Element QName, no prefix.
ELEMENT_QNAME - Static variable in interface org.opensaml.saml.saml2.metadata.EntityDescriptor
Element QName, no prefix.
ElementExtensibleXMLObject - Interface in org.opensaml.core.xml
An XMLObject whose content model contains "any" child elements.
EMAIL - Static variable in interface org.opensaml.saml.saml1.core.NameIdentifier
URI for email name format.
EMAIL - Static variable in interface org.opensaml.saml.saml2.core.NameIDType
URI for email name format.
EmailAddress - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata EmailAddress.
EmailAddressBuilder - Class in org.opensaml.saml.saml2.metadata.impl
Builder of EmailAddressImpl.
EmailAddressBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.EmailAddressBuilder
Constructor.
EmailAddressImpl - Class in org.opensaml.saml.saml2.metadata.impl
Concrete implementation of EmailAddress.
EmailAddressImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.EmailAddressImpl
Constructor.
EmailAddressMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Marshaller for EmailAddress objects.
EmailAddressMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.EmailAddressMarshaller
 
EmailAddressUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread-safe Unmarshaller for EmailAddress objects.
EmailAddressUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.EmailAddressUnmarshaller
 
Embedded - Interface in org.opensaml.soap.wssecurity
the <wsse:Embedded> element.
EmbeddedBuilder - Class in org.opensaml.soap.wssecurity.impl
EmbeddedBuilder.
EmbeddedBuilder() - Constructor for class org.opensaml.soap.wssecurity.impl.EmbeddedBuilder
 
EmbeddedImpl - Class in org.opensaml.soap.wssecurity.impl
EmbeddedImpl is the concrete implementation of Embedded.
EmbeddedImpl(String, String, String) - Constructor for class org.opensaml.soap.wssecurity.impl.EmbeddedImpl
Constructor.
EmbeddedMarshaller - Class in org.opensaml.soap.wssecurity.impl
EmbeddedMarshaller.
EmbeddedMarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.EmbeddedMarshaller
 
EmbeddedUnmarshaller - Class in org.opensaml.soap.wssecurity.impl
EmbeddedUnmarshaller.
EmbeddedUnmarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.EmbeddedUnmarshaller
 
emitCRLs() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Get the option to emit the CRL list as sequence of X509CRL elements within X509Data.
emitEntityCertificate() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Get the option to emit the entity certificate as an X509Certificate element within X509Data.
emitEntityCertificateChain() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Get the option to emit the entity certificate chain as sequence of X509Certificate elements within X509Data.
emitEntityIDAsKeyName() - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory
Get the option to emit the entity ID value in a Credential as a KeyName element.
emitKeyNames() - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory
Get the option to emit key names found in a Credential as KeyName elements.
emitPublicDEREncodedKeyValue() - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory
Get the option to emit the value of Credential.getPublicKey() as a DEREncodedKeyValue element.
emitPublicKeyValue() - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory
Get the option to emit the value of Credential.getPublicKey() as a KeyValue element.
emitSubjectAltNamesAsKeyNames() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Get the option to emit the entity certificate subject alternative name extension values as KeyName elements.
emitSubjectCNAsKeyName() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Get the option to emit the entity certificate subject DN common name (CN) fields as KeyName elements.
emitSubjectDNAsKeyName() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Get the option to emit the entity certificate subject DN as a KeyName element.
emitX509Digest() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Get the option to emit the entity certificate digest as an X509Digest element within X509Data.
emitX509IssuerSerial() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Get the option to emit the entity certificate issuer name and serial number as an X509IssuerSerial element within X509Data.
emitX509SKI() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Get the option to emit the entity certificate subject key identifier as an X509SKI element within X509Data.
emitX509SubjectName() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Get the option to emit the entity certificate subject DN as an X509SubjectName element within X509Data.
encode() - Method in class org.opensaml.messaging.encoder.AbstractMessageEncoder
encode() - Method in interface org.opensaml.messaging.encoder.MessageEncoder
encode() - Method in class org.opensaml.messaging.encoder.servlet.BaseHttpServletResponseXMLMessageEncoder
encode(MemcachedStorageRecord) - Method in class org.opensaml.storage.impl.memcached.StorageRecordTranscoder
 
encode(String) - Method in class org.opensaml.storage.impl.memcached.StringTranscoder
 
encodeCryptoBinaryFromBigInteger(BigInteger) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
Encode a native Java BigInteger type to a base64-encoded ds:CryptoBinary value.
EncodedString - Interface in org.opensaml.soap.wssecurity
Interface for elements of complex type EncodedString.
EncodedStringImpl - Class in org.opensaml.soap.wssecurity.impl
Implementation of EncodedString.
EncodedStringImpl(String, String, String) - Constructor for class org.opensaml.soap.wssecurity.impl.EncodedStringImpl
Constructor.
EncodedStringMarshaller - Class in org.opensaml.soap.wssecurity.impl
Marshaller for instances of EncodedString.
EncodedStringMarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.EncodedStringMarshaller
 
EncodedStringUnmarshaller - Class in org.opensaml.soap.wssecurity.impl
Unmarshaller for instances of EncodedString.
EncodedStringUnmarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.EncodedStringUnmarshaller
 
EncodeMessage - Class in org.opensaml.profile.action.impl
Action that encodes an outbound response from the outbound MessageContext.
EncodeMessage() - Constructor for class org.opensaml.profile.action.impl.EncodeMessage
 
ENCODING_ATTRIB_NAME - Static variable in interface org.opensaml.xmlsec.encryption.EncryptedType
Encoding attribute name.
ENCODING_TYPE_ATTRIB_NAME - Static variable in interface org.opensaml.soap.wssecurity.EncodedString
The EncodingType attribute name.
ENCODING_TYPE_ATTRIB_NAME - Static variable in interface org.opensaml.soap.wstrust.BinaryExchange
The EncodingType attribute name.
ENCODING_TYPE_BASE64_BINARY - Static variable in interface org.opensaml.soap.wssecurity.EncodedString
The EncodingType attribute value #Base64Binary.
EncodingStyleBearing - Interface in org.opensaml.soap.soap11
Interface for element having a @soap11:encodingStyle attribute.
EncodingStyleBearing - Interface in org.opensaml.soap.soap12
Interface for element having a @soap12:encodingStyle attribute.
encrypt(Assertion) - Method in class org.opensaml.saml.saml2.encryption.Encrypter
Encrypt the specified Assertion.
encrypt(Attribute) - Method in class org.opensaml.saml.saml2.encryption.Encrypter
Encrypt the specified Attribute.
encrypt(NameID) - Method in class org.opensaml.saml.saml2.encryption.Encrypter
Encrypt the specified NameID.
encrypt(BaseID) - Method in class org.opensaml.saml.saml2.encryption.Encrypter
Encrypt the specified BaseID.
encrypt(NewID) - Method in class org.opensaml.saml.saml2.encryption.Encrypter
Encrypt the specified NewID.
encryptAsID(Assertion) - Method in class org.opensaml.saml.saml2.encryption.Encrypter
Encrypt the specified Assertion, treating as an identifier and returning an EncryptedID.
EncryptAssertions - Class in org.opensaml.saml.saml2.profile.impl
Action that encrypts all assertions in a Response message obtained from a lookup strategy, by default the outbound message context.
EncryptAssertions() - Constructor for class org.opensaml.saml.saml2.profile.impl.EncryptAssertions
Constructor.
EncryptAttributes - Class in org.opensaml.saml.saml2.profile.impl
Action that encrypts all attributes in a Response message obtained from a lookup strategy, by default the outbound message context.
EncryptAttributes() - Constructor for class org.opensaml.saml.saml2.profile.impl.EncryptAttributes
Constructor.
ENCRYPTED - Static variable in interface org.opensaml.saml.saml2.core.NameIDType
Special URI used by NameIDPolicy to indicate a NameID should be encrypted.
ENCRYPTED_KEY_SHA1 - Static variable in class org.opensaml.soap.wssecurity.WSSecurityConstants
WS-Security - KeyIdentifier - EncryptedKeySHA1.
EncryptedAssertion - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core EncryptedAssertion.
EncryptedAssertionBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder for EncryptedAssertionImpl objects.
EncryptedAssertionBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.EncryptedAssertionBuilder
Constructor.
EncryptedAssertionImpl - Class in org.opensaml.saml.saml2.core.impl
A concrete implementation of EncryptedAssertion.
EncryptedAssertionImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.EncryptedAssertionImpl
Constructor.
EncryptedAssertionMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for EncryptedAssertion.
EncryptedAssertionMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.EncryptedAssertionMarshaller
 
EncryptedAssertionUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for EncryptedAssertion.
EncryptedAssertionUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.EncryptedAssertionUnmarshaller
 
EncryptedAttribute - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core EncryptedAttribute.
EncryptedAttributeBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder for EncryptedAttributeImpl objects.
EncryptedAttributeBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.EncryptedAttributeBuilder
Constructor.
EncryptedAttributeImpl - Class in org.opensaml.saml.saml2.core.impl
A concrete implementation of EncryptedAttribute.
EncryptedAttributeImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.EncryptedAttributeImpl
Constructor.
EncryptedAttributeMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for EncryptedAttribute.
EncryptedAttributeMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.EncryptedAttributeMarshaller
 
EncryptedAttributeUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for EncryptedAttribute.
EncryptedAttributeUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.EncryptedAttributeUnmarshaller
 
EncryptedData - Interface in org.opensaml.xmlsec.encryption
XMLObject representing XML Encryption, version 20021210, EncryptedData element.
EncryptedDataBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of EncryptedData.
EncryptedDataBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptedDataBuilder
Constructor.
EncryptedDataImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of EncryptedData.
EncryptedDataImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptedDataImpl
Constructor.
EncryptedDataMarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Marshaller for EncryptedData objects.
EncryptedDataMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptedDataMarshaller
 
EncryptedDataUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Unmarshaller for EncryptedData objects.
EncryptedDataUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptedDataUnmarshaller
 
EncryptedElementType - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core EncryptedElementType.
EncryptedElementTypeEncryptedKeyResolver - Class in org.opensaml.saml.saml2.encryption
An implementation of EncryptedKeyResolver which resolves EncryptedKey elements which appear as immediate children of the EncryptedElementType which is the parent of the EncryptedData context.
EncryptedElementTypeEncryptedKeyResolver() - Constructor for class org.opensaml.saml.saml2.encryption.EncryptedElementTypeEncryptedKeyResolver
Constructor.
EncryptedElementTypeEncryptedKeyResolver(Set<String>) - Constructor for class org.opensaml.saml.saml2.encryption.EncryptedElementTypeEncryptedKeyResolver
Constructor.
EncryptedElementTypeEncryptedKeyResolver(String) - Constructor for class org.opensaml.saml.saml2.encryption.EncryptedElementTypeEncryptedKeyResolver
Constructor.
EncryptedElementTypeImpl - Class in org.opensaml.saml.saml2.core.impl
A concrete implementation of EncryptedElementType.
EncryptedElementTypeImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.EncryptedElementTypeImpl
Constructor.
EncryptedElementTypeMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for EncryptedElementType.
EncryptedElementTypeMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.EncryptedElementTypeMarshaller
 
EncryptedElementTypeUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for EncryptedElementType.
EncryptedElementTypeUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.EncryptedElementTypeUnmarshaller
 
EncryptedHeader - Interface in org.opensaml.soap.wssecurity
The <wsse:EncryptedHeader> element.
EncryptedHeaderBuilder - Class in org.opensaml.soap.wssecurity.impl
EncryptedHeaderBuilder.
EncryptedHeaderBuilder() - Constructor for class org.opensaml.soap.wssecurity.impl.EncryptedHeaderBuilder
 
EncryptedHeaderImpl - Class in org.opensaml.soap.wssecurity.impl
Implementation of EncryptedHeader.
EncryptedHeaderImpl(String, String, String) - Constructor for class org.opensaml.soap.wssecurity.impl.EncryptedHeaderImpl
Constructor.
EncryptedHeaderMarshaller - Class in org.opensaml.soap.wssecurity.impl
Marshaller for instances of EncryptedHeaderMarshaller.
EncryptedHeaderMarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.EncryptedHeaderMarshaller
 
EncryptedHeaderUnmarshaller - Class in org.opensaml.soap.wssecurity.impl
Unmarshaller for instances of EncryptedHeader.
EncryptedHeaderUnmarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.EncryptedHeaderUnmarshaller
 
EncryptedID - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core EncryptedID.
EncryptedIDBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder for EncryptedIDImpl objects.
EncryptedIDBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.EncryptedIDBuilder
Constructor.
EncryptedIDImpl - Class in org.opensaml.saml.saml2.core.impl
A concrete implementation of EncryptedID.
EncryptedIDImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.EncryptedIDImpl
Constructor.
EncryptedIDMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for EncryptedID.
EncryptedIDMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.EncryptedIDMarshaller
 
EncryptedIDUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for EncryptedID.
EncryptedIDUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.EncryptedIDUnmarshaller
 
EncryptedKey - Interface in org.opensaml.xmlsec.encryption
XMLObject representing XML Encryption, version 20021210, EncryptedKey element.
EncryptedKeyBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of EncryptedKey.
EncryptedKeyBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptedKeyBuilder
Constructor.
EncryptedKeyImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of EncryptedKey.
EncryptedKeyImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptedKeyImpl
Constructor.
EncryptedKeyMarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Marshaller for EncryptedKey objects.
EncryptedKeyMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptedKeyMarshaller
 
EncryptedKeyResolver - Interface in org.opensaml.xmlsec.encryption.support
Interface for resolving EncryptedKey elements based on a particular EncryptedData context, primarily for use during the decryption process.
EncryptedKeyUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Unmarshaller for EncryptedKey objects.
EncryptedKeyUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptedKeyUnmarshaller
 
EncryptedType - Interface in org.opensaml.xmlsec.encryption
XMLObject representing XML Encryption, version 20021210, EncryptedType type.
EncryptedTypeImpl - Class in org.opensaml.xmlsec.encryption.impl
Abstract implementation of EncryptedType.
EncryptedTypeImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
Constructor.
EncryptedTypeMarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Marshaller for EncryptedType objects.
EncryptedTypeMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptedTypeMarshaller
 
EncryptedTypeUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Unmarshaller for EncryptedType objects.
EncryptedTypeUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptedTypeUnmarshaller
 
encryptElement(XMLObject, DataEncryptionParameters) - Method in class org.opensaml.xmlsec.encryption.support.Encrypter
Encrypts the DOM representation of the XMLObject.
encryptElement(XMLObject, DataEncryptionParameters, KeyEncryptionParameters) - Method in class org.opensaml.xmlsec.encryption.support.Encrypter
Encrypts the DOM representation of the XMLObject, encrypts the encryption key using the specified key encryption parameters and places the resulting EncryptedKey within the EncryptedData's KeyInfo.
encryptElement(XMLObject, DataEncryptionParameters, List<KeyEncryptionParameters>) - Method in class org.opensaml.xmlsec.encryption.support.Encrypter
Encrypts the DOM representation of the XMLObject, encrypts the encryption key using the specified key encryption parameters and places the resulting EncryptedKey(s) within the EncryptedData's KeyInfo.
encryptElement(XMLObject, Key, String, boolean) - Method in class org.opensaml.xmlsec.encryption.support.Encrypter
Encrypts the given XMLObject using the specified encryption key, algorithm URI and content mode flag.
encryptElementContent(XMLObject, DataEncryptionParameters) - Method in class org.opensaml.xmlsec.encryption.support.Encrypter
Encrypts the DOM representation of the content of an XMLObject.
encryptElementContent(XMLObject, DataEncryptionParameters, KeyEncryptionParameters) - Method in class org.opensaml.xmlsec.encryption.support.Encrypter
Encrypts the DOM representation of the content of an XMLObject, encrypts the encryption key using the specified key encryption parameters and places the resulting EncryptedKey within the EncryptedData's KeyInfo..
encryptElementContent(XMLObject, DataEncryptionParameters, List<KeyEncryptionParameters>) - Method in class org.opensaml.xmlsec.encryption.support.Encrypter
Encrypts the DOM representation of the content of an XMLObject, encrypts the encryption key using the specified key encryption parameters and places the resulting EncryptedKey(s) within the EncryptedData's KeyInfo..
Encrypter - Class in org.opensaml.saml.saml2.encryption
Encrypter for SAML 2 SAMLObjects which has specific options for generating instances of subtypes of EncryptedElementType.
Encrypter(DataEncryptionParameters, List<KeyEncryptionParameters>) - Constructor for class org.opensaml.saml.saml2.encryption.Encrypter
Constructor.
Encrypter(DataEncryptionParameters, KeyEncryptionParameters) - Constructor for class org.opensaml.saml.saml2.encryption.Encrypter
Constructor.
Encrypter(DataEncryptionParameters) - Constructor for class org.opensaml.saml.saml2.encryption.Encrypter
Constructor.
Encrypter - Class in org.opensaml.xmlsec.encryption.support
Supports encryption of XMLObjects, their content and keys, according to the XML Encryption specification, version 20021210.
Encrypter() - Constructor for class org.opensaml.xmlsec.encryption.support.Encrypter
Constructor.
Encrypter.KeyPlacement - Enum in org.opensaml.saml.saml2.encryption
Options for where to place the resulting EncryptedKey elements with respect to the associated EncryptedData element.
Encryption - Interface in org.opensaml.soap.wstrust
The wst:Encryption element.
EncryptionAlgorithm - Interface in org.opensaml.soap.wstrust
The wst:EncryptionAlgorithm element.
EncryptionAlgorithmBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the EncryptionAlgorithm element.
EncryptionAlgorithmBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.EncryptionAlgorithmBuilder
 
EncryptionAlgorithmImpl - Class in org.opensaml.soap.wstrust.impl
EncryptionAlgorithmImpl.
EncryptionAlgorithmImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.EncryptionAlgorithmImpl
Constructor.
EncryptionAlgorithmMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the EncryptionAlgorithm element.
EncryptionAlgorithmMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.EncryptionAlgorithmMarshaller
 
EncryptionAlgorithmUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the wst:EncryptionAlgorithm element.
EncryptionAlgorithmUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.EncryptionAlgorithmUnmarshaller
 
EncryptionBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the Encryption element.
EncryptionBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.EncryptionBuilder
 
EncryptionConfiguration - Interface in org.opensaml.xmlsec
The configuration information to use when generating encrypted XML.
EncryptionConfigurationCriterion - Class in org.opensaml.xmlsec.criterion
Criterion which holds one or more instances of EncryptionConfiguration.
EncryptionConfigurationCriterion(List<EncryptionConfiguration>) - Constructor for class org.opensaml.xmlsec.criterion.EncryptionConfigurationCriterion
Constructor.
EncryptionConfigurationCriterion(EncryptionConfiguration...) - Constructor for class org.opensaml.xmlsec.criterion.EncryptionConfigurationCriterion
Constructor.
EncryptionConstants - Class in org.opensaml.xmlsec.encryption.support
Constants defined in or related to the XML Encryption 1.0 and 1.1 specifications.
EncryptionContext - Class in org.opensaml.saml.saml2.profile.context
Context supplying encryption parameters for the different forms of SAML XML encryption.
EncryptionContext() - Constructor for class org.opensaml.saml.saml2.profile.context.EncryptionContext
 
EncryptionException - Exception in org.opensaml.xmlsec.encryption.support
Exception thrown when an error occurs during encryption operations.
EncryptionException() - Constructor for exception org.opensaml.xmlsec.encryption.support.EncryptionException
Constructor.
EncryptionException(String) - Constructor for exception org.opensaml.xmlsec.encryption.support.EncryptionException
Constructor.
EncryptionException(Exception) - Constructor for exception org.opensaml.xmlsec.encryption.support.EncryptionException
Constructor.
EncryptionException(String, Exception) - Constructor for exception org.opensaml.xmlsec.encryption.support.EncryptionException
Constructor.
EncryptionImpl - Class in org.opensaml.soap.wstrust.impl
EncryptionImpl.
EncryptionImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.EncryptionImpl
Constructor.
EncryptionMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the Encryption element.
EncryptionMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.EncryptionMarshaller
 
EncryptionMethod - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata EncryptionMethod.
EncryptionMethod - Interface in org.opensaml.xmlsec.encryption
XMLObject representing XML Encryption, version 20021210, EncryptionMethod element.
EncryptionMethodBuilder - Class in org.opensaml.saml.saml2.metadata.impl
Builder of EncryptionMethod.
EncryptionMethodBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.EncryptionMethodBuilder
Constructor.
EncryptionMethodBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of EncryptionMethod.
EncryptionMethodBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptionMethodBuilder
Constructor.
EncryptionMethodImpl - Class in org.opensaml.saml.saml2.metadata.impl
Concrete implementation of EncryptionMethod.
EncryptionMethodImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.EncryptionMethodImpl
Constructor.
EncryptionMethodImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of EncryptionMethod.
EncryptionMethodImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptionMethodImpl
Constructor.
EncryptionMethodMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Marshaller for EncryptionMethod objects.
EncryptionMethodMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.EncryptionMethodMarshaller
 
EncryptionMethodMarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Marshaller for EncryptionMethod objects.
EncryptionMethodMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptionMethodMarshaller
 
EncryptionMethodUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Unmarshaller for EncryptionMethod objects.
EncryptionMethodUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.EncryptionMethodUnmarshaller
 
EncryptionMethodUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Unmarshaller for EncryptionMethod objects.
EncryptionMethodUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptionMethodUnmarshaller
 
EncryptionParameters - Class in org.opensaml.xmlsec
The effective parameters to use when generating encrypted XML.
EncryptionParameters() - Constructor for class org.opensaml.xmlsec.EncryptionParameters
 
EncryptionParametersResolver - Interface in org.opensaml.xmlsec
An interface for components which resolve EncryptionParameters based on a CriteriaSet.
EncryptionProperties - Interface in org.opensaml.xmlsec.encryption
XMLObject representing XML Encryption, version 20021210, EncryptionProperties element.
EncryptionPropertiesBuilder - Class in org.opensaml.xmlsec.encryption.impl
EncryptionPropertiesBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptionPropertiesBuilder
Constructor.
EncryptionPropertiesImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of EncryptionProperties.
EncryptionPropertiesImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptionPropertiesImpl
Constructor.
EncryptionPropertiesMarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Marshaller for EncryptionProperties objects.
EncryptionPropertiesMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptionPropertiesMarshaller
 
EncryptionPropertiesUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Unmarshaller for EncryptionProperties objects.
EncryptionPropertiesUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptionPropertiesUnmarshaller
 
EncryptionProperty - Interface in org.opensaml.xmlsec.encryption
XMLObject representing XML Encryption, version 20021210, EncryptionProperty element.
EncryptionPropertyBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of EncryptionProperty.
EncryptionPropertyBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyBuilder
Constructor.
EncryptionPropertyImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of EncryptionProperty.
EncryptionPropertyImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyImpl
Constructor.
EncryptionPropertyMarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Marshaller for EncryptionProperty objects.
EncryptionPropertyMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyMarshaller
 
EncryptionPropertyUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Unmarshaller for EncryptionProperty objects.
EncryptionPropertyUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyUnmarshaller
 
EncryptionUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the wst:Encryption element.
EncryptionUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.EncryptionUnmarshaller
 
encryptKey(Key, List<KeyEncryptionParameters>, Document) - Method in class org.opensaml.xmlsec.encryption.support.Encrypter
Encrypts a key once for each key encryption parameters set that is supplied.
encryptKey(Key, KeyEncryptionParameters, Document) - Method in class org.opensaml.xmlsec.encryption.support.Encrypter
Encrypts a key.
encryptKey(Key, Key, String, RSAOAEPParameters, Document) - Method in class org.opensaml.xmlsec.encryption.support.Encrypter
Encrypts a key using the specified encryption key and algorithm URI.
EncryptNameIDs - Class in org.opensaml.saml.saml2.profile.impl
Action that encrypts all NameIDs in a message obtained from a lookup strategy, by default the outbound message context.
EncryptNameIDs() - Constructor for class org.opensaml.saml.saml2.profile.impl.EncryptNameIDs
Constructor.
EncryptWith - Interface in org.opensaml.soap.wstrust
The wst:EncryptWith element.
EncryptWithBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the EncryptWith element.
EncryptWithBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.EncryptWithBuilder
 
EncryptWithImpl - Class in org.opensaml.soap.wstrust.impl
EncryptWithImpl.
EncryptWithImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.EncryptWithImpl
Constructor.
EncryptWithMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the EncryptWith element.
EncryptWithMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.EncryptWithMarshaller
 
EncryptWithUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the wst:EncryptWith element.
EncryptWithUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.EncryptWithUnmarshaller
 
EncType - Interface in org.opensaml.saml.ext.samlec
SAML-EC GSS-API EncType element.
EncTypeBuilder - Class in org.opensaml.saml.ext.samlec.impl
A Builder for EncType objects.
EncTypeBuilder() - Constructor for class org.opensaml.saml.ext.samlec.impl.EncTypeBuilder
Constructor.
EncTypeImpl - Class in org.opensaml.saml.ext.samlec.impl
Concrete implementation of EncType.
EncTypeImpl(String, String, String) - Constructor for class org.opensaml.saml.ext.samlec.impl.EncTypeImpl
Constructor.
Endpoint - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata Endpoint data type interface.
ENDPOINT_RESOLUTION_FAILED - Static variable in class org.opensaml.saml.common.profile.SAMLEventIds
ID of event returned upon failure to resolve an outgoing message endpoint to use.
EndpointCriterion<EndpointType extends Endpoint> - Class in org.opensaml.saml.criterion
Criterion representing a SAML metadata endpoint object.
EndpointCriterion(EndpointType, boolean) - Constructor for class org.opensaml.saml.criterion.EndpointCriterion
Constructor.
EndpointImpl - Class in org.opensaml.saml.saml2.metadata.impl
A concrete implementation of Endpoint.
EndpointImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.EndpointImpl
Constructor.
EndpointMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Marshaller for Endpoint objects.
EndpointMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.EndpointMarshaller
 
EndpointReference - Interface in org.opensaml.soap.wsaddressing
The <wsa:EndpointReference> element.
EndPointReference - Interface in org.opensaml.soap.wsfed
This interface defines how the object representing a WS End Point Reference EndPointReference element behaves.
EndpointReferenceBuilder - Class in org.opensaml.soap.wsaddressing.impl
EndpointReferenceBuilder.
EndpointReferenceBuilder() - Constructor for class org.opensaml.soap.wsaddressing.impl.EndpointReferenceBuilder
 
EndPointReferenceBuilder - Class in org.opensaml.soap.wsfed.impl
Builder of EndPointReferenceImpl objects.
EndPointReferenceBuilder() - Constructor for class org.opensaml.soap.wsfed.impl.EndPointReferenceBuilder
Constructor.
EndpointReferenceImpl - Class in org.opensaml.soap.wsaddressing.impl
Concrete implementation of element EndpointReference.
EndpointReferenceImpl(String, String, String) - Constructor for class org.opensaml.soap.wsaddressing.impl.EndpointReferenceImpl
Constructor.
EndPointReferenceImpl - Class in org.opensaml.soap.wsfed.impl
Implementation of the EndPointReference object.
EndPointReferenceImpl(String, String, String) - Constructor for class org.opensaml.soap.wsfed.impl.EndPointReferenceImpl
Constructor.
EndpointReferenceMarshaller - Class in org.opensaml.soap.wsaddressing.impl
Marshaller for the <wsa:EndpointReference> element.
EndpointReferenceMarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.EndpointReferenceMarshaller
 
EndPointReferenceMarshaller - Class in org.opensaml.soap.wsfed.impl
A thread safe marshaller for EndPointReference objects.
EndPointReferenceMarshaller() - Constructor for class org.opensaml.soap.wsfed.impl.EndPointReferenceMarshaller
 
EndpointReferenceType - Interface in org.opensaml.soap.wsaddressing
Interface for element of type EndpointReferenceType.
EndpointReferenceTypeImpl - Class in org.opensaml.soap.wsaddressing.impl
Abstract implementation of the element of type EndpointReferenceType.
EndpointReferenceTypeImpl(String, String, String) - Constructor for class org.opensaml.soap.wsaddressing.impl.EndpointReferenceTypeImpl
Constructor.
EndpointReferenceTypeMarshaller - Class in org.opensaml.soap.wsaddressing.impl
Abstract marshaller for the element of type EndpointReferenceType.
EndpointReferenceTypeMarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.EndpointReferenceTypeMarshaller
 
EndpointReferenceTypeUnmarshaller - Class in org.opensaml.soap.wsaddressing.impl
Abstract unmarshaller for the element of type EndpointReferenceType.
EndpointReferenceTypeUnmarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.EndpointReferenceTypeUnmarshaller
 
EndpointReferenceUnmarshaller - Class in org.opensaml.soap.wsaddressing.impl
Unmarshaller for the <wsa:EndpointReference> element.
EndpointReferenceUnmarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.EndpointReferenceUnmarshaller
 
EndPointReferenceUnmarshaller - Class in org.opensaml.soap.wsfed.impl
A thread-safe unmarshaller for EndPointReference objects.
EndPointReferenceUnmarshaller() - Constructor for class org.opensaml.soap.wsfed.impl.EndPointReferenceUnmarshaller
 
EndpointResolver<EndpointType extends Endpoint> - Interface in org.opensaml.saml.common.binding
A resolver that is capable of resolving Endpoint instances which meet certain supplied criteria.
EndpointUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread-safe unmarshaller for Endpoint objects.
EndpointUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.EndpointUnmarshaller
 
EndpointURLSchemeSecurityHandler - Class in org.opensaml.saml.common.binding.security.impl
Class which verifies that the Endpoint to which a message will be delivered contains a valid URL scheme.
EndpointURLSchemeSecurityHandler() - Constructor for class org.opensaml.saml.common.binding.security.impl.EndpointURLSchemeSecurityHandler
 
EntitiesDescriptor - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata EntitiesDescriptor.
EntitiesDescriptorBuilder - Class in org.opensaml.saml.saml2.metadata.impl
A builder of EntitiesDescriptorImpl objects.
EntitiesDescriptorBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.EntitiesDescriptorBuilder
Constructor.
EntitiesDescriptorImpl - Class in org.opensaml.saml.saml2.metadata.impl
Concrete implementation of EntitiesDescriptor.
EntitiesDescriptorImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.EntitiesDescriptorImpl
Constructor.
EntitiesDescriptorMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Marshaller for EntitiesDescriptor objects.
EntitiesDescriptorMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.EntitiesDescriptorMarshaller
 
EntitiesDescriptorNameProcessor - Class in org.opensaml.saml.metadata.resolver.filter.impl
A metadata node processor implementation which attaches an instance of EntityGroupName to an EntityDescriptor for each ancestor EntitiesDescriptor in the metadata tree.
EntitiesDescriptorNameProcessor() - Constructor for class org.opensaml.saml.metadata.resolver.filter.impl.EntitiesDescriptorNameProcessor
 
EntitiesDescriptorUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Unmarshaller for EntitiesDescriptor objects.
EntitiesDescriptorUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.EntitiesDescriptorUnmarshaller
 
ENTITY - Static variable in interface org.opensaml.saml.saml2.core.NameIDType
URI for SAML entity name format.
ENTITY_ID_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.EntityDescriptor
"Name" attribute name.
EntityAttributes - Interface in org.opensaml.saml.ext.saml2mdattr
SAML V2.0 Metadata Extension for Entity Attributes EntityAttributes SAML object.
EntityAttributesBuilder - Class in org.opensaml.saml.ext.saml2mdattr.impl
Builder of EntityAttributesImpl objects.
EntityAttributesBuilder() - Constructor for class org.opensaml.saml.ext.saml2mdattr.impl.EntityAttributesBuilder
Constructor.
EntityAttributesFilter - Class in org.opensaml.saml.metadata.resolver.filter.impl
A filter that adds EntityAttributes extension content to entities in order to drive software behavior based on them.
EntityAttributesFilter() - Constructor for class org.opensaml.saml.metadata.resolver.filter.impl.EntityAttributesFilter
Constructor.
EntityAttributesImpl - Class in org.opensaml.saml.ext.saml2mdattr.impl
Concrete implementation of EntityAttributes.
EntityAttributesImpl(String, String, String) - Constructor for class org.opensaml.saml.ext.saml2mdattr.impl.EntityAttributesImpl
Constructor.
EntityAttributesMarshaller - Class in org.opensaml.saml.ext.saml2mdattr.impl
A thread-safe Marshaller for EntityAttributes.
EntityAttributesMarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdattr.impl.EntityAttributesMarshaller
 
EntityAttributesPredicate - Class in org.opensaml.saml.common.profile.logic
Predicate to determine whether an EntityDescriptor or its parent groups contain an extension Attribute that matches the predicate's criteria.
EntityAttributesPredicate(Collection<EntityAttributesPredicate.Candidate>, boolean) - Constructor for class org.opensaml.saml.common.profile.logic.EntityAttributesPredicate
Constructor.
EntityAttributesPredicate.Candidate - Class in org.opensaml.saml.common.profile.logic
An object to encapsulate the set of criteria that must be satisfied by an EntityAttributes extension to satisfy the enclosing predicate.
EntityAttributesUnmarshaller - Class in org.opensaml.saml.ext.saml2mdattr.impl
A thread-safe Unmarshaller for EntityAttributes.
EntityAttributesUnmarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdattr.impl.EntityAttributesUnmarshaller
 
EntityBackingStore() - Constructor for class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver.EntityBackingStore
Constructor.
EntityDescriptor - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata EntityDescriptor.
EntityDescriptorBuilder - Class in org.opensaml.saml.saml2.metadata.impl
An Builder for EntityDescriptor elements.
EntityDescriptorBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorBuilder
Constructor.
EntityDescriptorImpl - Class in org.opensaml.saml.saml2.metadata.impl
Concretate implementation of EntitiesDescriptor.
EntityDescriptorImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
Constructor.
EntityDescriptorLookupFunction - Class in org.opensaml.saml.common.messaging.context.navigate
EntityDescriptorLookupFunction() - Constructor for class org.opensaml.saml.common.messaging.context.navigate.EntityDescriptorLookupFunction
 
EntityDescriptorMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Marshaller for EntityDescriptor objects.
EntityDescriptorMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorMarshaller
 
EntityDescriptorUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Unmarshaller for EntityDescriptors.
EntityDescriptorUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorUnmarshaller
 
EntityGroupName - Class in org.opensaml.saml.metadata
A bean class which is used to represent an entity group to which an EntityDescriptor belongs.
EntityGroupName(String) - Constructor for class org.opensaml.saml.metadata.EntityGroupName
Constructor.
EntityGroupNamePredicate - Class in org.opensaml.saml.common.profile.logic
Predicate to determine whether one of a set of names matches any of an entity's containing EntitiesDescriptor groups.
EntityGroupNamePredicate(Collection<String>) - Constructor for class org.opensaml.saml.common.profile.logic.EntityGroupNamePredicate
Constructor.
EntityIdCriterion - Class in org.opensaml.core.criterion
Criterion representing an entity ID.
EntityIdCriterion(String) - Constructor for class org.opensaml.core.criterion.EntityIdCriterion
Constructor.
EntityIdPredicate - Class in org.opensaml.saml.common.profile.logic
Predicate that matches an EntityDescriptor against a set of entityIDs.
EntityIdPredicate(Collection<String>) - Constructor for class org.opensaml.saml.common.profile.logic.EntityIdPredicate
Constructor.
EntityManagementData(String) - Constructor for class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.EntityManagementData
Constructor.
EntityRoleCriterion - Class in org.opensaml.saml.criterion
Criterion representing an entity role.
EntityRoleCriterion(QName) - Constructor for class org.opensaml.saml.criterion.EntityRoleCriterion
Constructor.
EntityRoleFilter - Class in org.opensaml.saml.metadata.resolver.filter.impl
A filter that removes roles from an entity descriptor.
EntityRoleFilter(List<QName>) - Constructor for class org.opensaml.saml.metadata.resolver.filter.impl.EntityRoleFilter
Constructor.
Entropy - Interface in org.opensaml.soap.wstrust
The wst:Entropy element.
EntropyBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the Entropy element.
EntropyBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.EntropyBuilder
 
EntropyImpl - Class in org.opensaml.soap.wstrust.impl
EntropyImpl.
EntropyImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.EntropyImpl
Constructor.
EntropyMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the Entropy element.
EntropyMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.EntropyMarshaller
 
EntropyUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the wst:Entropy element.
EntropyUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.EntropyUnmarshaller
 
entrySet() - Method in class org.opensaml.core.xml.util.AttributeMap
Returns the set of entries.
Envelope - Interface in org.opensaml.soap.soap11
SOAP 1.1 Envelope.
EnvelopeBodyHandler - Class in org.opensaml.soap.soap11.decoder.http.impl
A body handler for use with HTTPSOAP11Decoder that populates the context message with the SOAP Envelope.
EnvelopeBodyHandler() - Constructor for class org.opensaml.soap.soap11.decoder.http.impl.EnvelopeBodyHandler
 
EnvelopeBuilder - Class in org.opensaml.soap.soap11.impl
Builder of EnvelopeImpl objects.
EnvelopeBuilder() - Constructor for class org.opensaml.soap.soap11.impl.EnvelopeBuilder
 
EnvelopeImpl - Class in org.opensaml.soap.soap11.impl
Concrete implementation of Envelope.
EnvelopeImpl(String, String, String) - Constructor for class org.opensaml.soap.soap11.impl.EnvelopeImpl
Constructor.
EnvelopeMarshaller - Class in org.opensaml.soap.soap11.impl
A thread-safe marshaller for Envelopes.
EnvelopeMarshaller() - Constructor for class org.opensaml.soap.soap11.impl.EnvelopeMarshaller
 
EnvelopeUnmarshaller - Class in org.opensaml.soap.soap11.impl
A thread-safe unmarshaller for Envelopes.
EnvelopeUnmarshaller() - Constructor for class org.opensaml.soap.soap11.impl.EnvelopeUnmarshaller
 
ENVIRONMENT_ATTRIBUTE_DESIGNATOR_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeDesignatorType
Local name of the element EnvironmentAttribtueDesignator.
ENVIRONMENT_ATTRIBUTE_DESIGNATOR_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeDesignatorType
QName of the element EnvironmentAttribtueDesignator.
EnvironmentMatchType - Interface in org.opensaml.xacml.policy
XACML EnvironmentMatch schema type.
EnvironmentMatchTypeImpl - Class in org.opensaml.xacml.policy.impl
Concrete implementation of EnvironmentMatchType.
EnvironmentMatchTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeImpl
Constructor.
EnvironmentMatchTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder of EnvironmentMatchType objects.
EnvironmentMatchTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeImplBuilder
 
EnvironmentMatchTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller of EnvironmentMatchType objects.
EnvironmentMatchTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeMarshaller
 
EnvironmentMatchTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller of EnvironmentMatchType objects.
EnvironmentMatchTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeUnmarshaller
 
EnvironmentsType - Interface in org.opensaml.xacml.policy
XACML Environments schema type.
EnvironmentsTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation of EnvironmentsType.
EnvironmentsTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.EnvironmentsTypeImpl
Constructor.
EnvironmentsTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for EnvironmentsType.
EnvironmentsTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.EnvironmentsTypeImplBuilder
 
EnvironmentsTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for EnvironmentsType.
EnvironmentsTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.EnvironmentsTypeMarshaller
 
EnvironmentsTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for EnvironmentsType.
EnvironmentsTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.EnvironmentsTypeUnmarshaller
 
EnvironmentType - Interface in org.opensaml.xacml.ctx
XACML context Environment schema type.
EnvironmentType - Interface in org.opensaml.xacml.policy
XACML Environment schema type.
EnvironmentTypeImpl - Class in org.opensaml.xacml.ctx.impl
Concrete implementation of EnvironmentType.
EnvironmentTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.ctx.impl.EnvironmentTypeImpl
Constructor.
EnvironmentTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation for EnvironmentType.
EnvironmentTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.EnvironmentTypeImpl
Constructor.
EnvironmentTypeImplBuilder - Class in org.opensaml.xacml.ctx.impl
Builder for EnvironmentType objects.
EnvironmentTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.EnvironmentTypeImplBuilder
Constructor.
EnvironmentTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for EnvironmentType.
EnvironmentTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.EnvironmentTypeImplBuilder
 
EnvironmentTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
Marshaller for EnvironmentType objects.
EnvironmentTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.EnvironmentTypeMarshaller
Constructor.
EnvironmentTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for EnvironmentType.
EnvironmentTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.EnvironmentTypeMarshaller
 
EnvironmentTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
Unmarshaller for EnvironmentType objects.
EnvironmentTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.EnvironmentTypeUnmarshaller
Constructor.
EnvironmentTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for EnvironmentType.
EnvironmentTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.EnvironmentTypeUnmarshaller
 
equals(Object) - Method in class org.opensaml.core.criterion.EntityIdCriterion
equals(Object) - Method in class org.opensaml.core.xml.Namespace
Checks if the given object is the same as this Namespace.
equals(Object) - Method in class org.opensaml.core.xml.schema.XSBooleanValue
equals(Object) - Method in class org.opensaml.saml.common.AbstractSAMLObject
equals(Object) - Method in class org.opensaml.saml.common.AbstractSignableSAMLObject
equals(Object) - Method in class org.opensaml.saml.common.binding.artifact.AbstractSAMLArtifact
equals(Object) - Method in class org.opensaml.saml.common.binding.BindingDescriptor
equals(Object) - Method in class org.opensaml.saml.criterion.BindingCriterion
equals(Object) - Method in class org.opensaml.saml.criterion.BindingLocationCriterion
equals(Object) - Method in class org.opensaml.saml.criterion.BindingResponseLocationCriterion
equals(Object) - Method in class org.opensaml.saml.criterion.EndpointCriterion
equals(Object) - Method in class org.opensaml.saml.criterion.EntityRoleCriterion
equals(Object) - Method in class org.opensaml.saml.criterion.ProtocolCriterion
equals(Object) - Method in class org.opensaml.saml.criterion.RoleDescriptorCriterion
equals(Object) - Method in class org.opensaml.saml.metadata.EntityGroupName
equals(Object) - Method in class org.opensaml.security.credential.criteria.impl.EvaluableEntityIDCredentialCriterion
equals(Object) - Method in class org.opensaml.security.credential.criteria.impl.EvaluableKeyAlgorithmCredentialCriterion
equals(Object) - Method in class org.opensaml.security.credential.criteria.impl.EvaluableKeyLengthCredentialCriterion
equals(Object) - Method in class org.opensaml.security.credential.criteria.impl.EvaluableKeyNameCredentialCriterion
equals(Object) - Method in class org.opensaml.security.credential.criteria.impl.EvaluablePublicKeyCredentialCriterion
equals(Object) - Method in class org.opensaml.security.credential.criteria.impl.EvaluableUsageCredentialCriterion
equals(Object) - Method in class org.opensaml.security.credential.criteria.impl.EvaluableX509CertSelectorCredentialCriterion
equals(Object) - Method in class org.opensaml.security.credential.criteria.impl.EvaluableX509DigestCredentialCriterion
equals(Object) - Method in class org.opensaml.security.credential.criteria.impl.EvaluableX509IssuerSerialCredentialCriterion
equals(Object) - Method in class org.opensaml.security.credential.criteria.impl.EvaluableX509SubjectKeyIdentifierCredentialCriterion
equals(Object) - Method in class org.opensaml.security.credential.criteria.impl.EvaluableX509SubjectNameCredentialCriterion
equals(Object) - Method in class org.opensaml.security.criteria.KeyAlgorithmCriterion
equals(Object) - Method in class org.opensaml.security.criteria.KeyLengthCriterion
equals(Object) - Method in class org.opensaml.security.criteria.KeyNameCriterion
equals(Object) - Method in class org.opensaml.security.criteria.PeerEntityIDCriterion
equals(Object) - Method in class org.opensaml.security.criteria.PublicKeyCriterion
equals(Object) - Method in class org.opensaml.security.criteria.UsageCriterion
equals(Object) - Method in class org.opensaml.security.x509.tls.ClientTLSValidationConfigurationCriterion
equals(Object) - Method in class org.opensaml.security.x509.TrustedNamesCriterion
equals(Object) - Method in class org.opensaml.security.x509.X509DigestCriterion
equals(Object) - Method in class org.opensaml.security.x509.X509IssuerSerialCriterion
equals(Object) - Method in class org.opensaml.security.x509.X509SubjectKeyIdentifierCriterion
equals(Object) - Method in class org.opensaml.security.x509.X509SubjectNameCriterion
equals(Object) - Method in class org.opensaml.storage.impl.JPAStorageRecord.RecordId
equals(Object) - Method in class org.opensaml.xacml.ctx.provider.BaseObligationHandler
equals(Object) - Method in class org.opensaml.xmlsec.algorithm.AlgorithmRegistry.SignatureAlgorithmIndex
equals(Object) - Method in class org.opensaml.xmlsec.criterion.DecryptionConfigurationCriterion
equals(Object) - Method in class org.opensaml.xmlsec.criterion.EncryptionConfigurationCriterion
equals(Object) - Method in class org.opensaml.xmlsec.criterion.KeyInfoGenerationProfileCriterion
equals(Object) - Method in class org.opensaml.xmlsec.criterion.SignatureSigningConfigurationCriterion
equals(Object) - Method in class org.opensaml.xmlsec.criterion.SignatureValidationConfigurationCriterion
equals(Object) - Method in class org.opensaml.xmlsec.keyinfo.KeyInfoCriterion
equals(Object) - Method in class org.opensaml.xmlsec.signature.support.SignatureValidationParametersCriterion
ERROR_URL_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.RoleDescriptor
"errorURL" attribute's local name.
EvaluableCredentialCriteriaRegistry - Class in org.opensaml.security.credential.criteria.impl
A registry which manages mappings from types of Criterion to the class type which can evaluate that criteria's data against a Credential target.
EvaluableCredentialCriterion - Interface in org.opensaml.security.credential.criteria.impl
Marker interface for evaluable credential resolver criteria.
EvaluableEntityIDCredentialCriterion - Class in org.opensaml.security.credential.criteria.impl
Instance of evaluable credential criteria for evaluating a credential's entityID.
EvaluableEntityIDCredentialCriterion(EntityIdCriterion) - Constructor for class org.opensaml.security.credential.criteria.impl.EvaluableEntityIDCredentialCriterion
Constructor.
EvaluableEntityIDCredentialCriterion(String) - Constructor for class org.opensaml.security.credential.criteria.impl.EvaluableEntityIDCredentialCriterion
Constructor.
EvaluableKeyAlgorithmCredentialCriterion - Class in org.opensaml.security.credential.criteria.impl
Instance of evaluable credential criteria for evaluating the credential key algorithm.
EvaluableKeyAlgorithmCredentialCriterion(KeyAlgorithmCriterion) - Constructor for class org.opensaml.security.credential.criteria.impl.EvaluableKeyAlgorithmCredentialCriterion
Constructor.
EvaluableKeyAlgorithmCredentialCriterion(String) - Constructor for class org.opensaml.security.credential.criteria.impl.EvaluableKeyAlgorithmCredentialCriterion
Constructor.
EvaluableKeyLengthCredentialCriterion - Class in org.opensaml.security.credential.criteria.impl
Instance of evaluable credential criteria for evaluating the credential key length.
EvaluableKeyLengthCredentialCriterion(KeyLengthCriterion) - Constructor for class org.opensaml.security.credential.criteria.impl.EvaluableKeyLengthCredentialCriterion
Constructor.
EvaluableKeyLengthCredentialCriterion(Integer) - Constructor for class org.opensaml.security.credential.criteria.impl.EvaluableKeyLengthCredentialCriterion
Constructor.
EvaluableKeyNameCredentialCriterion - Class in org.opensaml.security.credential.criteria.impl
Instance of evaluable credential criteria for evaluating credential key names.
EvaluableKeyNameCredentialCriterion(KeyNameCriterion) - Constructor for class org.opensaml.security.credential.criteria.impl.EvaluableKeyNameCredentialCriterion
Constructor.
EvaluableKeyNameCredentialCriterion(String) - Constructor for class org.opensaml.security.credential.criteria.impl.EvaluableKeyNameCredentialCriterion
Constructor.
EvaluablePublicKeyCredentialCriterion - Class in org.opensaml.security.credential.criteria.impl
Instance of evaluable credential criteria for evaluating whether a credential contains a particular public key.
EvaluablePublicKeyCredentialCriterion(PublicKeyCriterion) - Constructor for class org.opensaml.security.credential.criteria.impl.EvaluablePublicKeyCredentialCriterion
Constructor.
EvaluablePublicKeyCredentialCriterion(PublicKey) - Constructor for class org.opensaml.security.credential.criteria.impl.EvaluablePublicKeyCredentialCriterion
Constructor.
EvaluableUsageCredentialCriterion - Class in org.opensaml.security.credential.criteria.impl
Instance of evaluable credential criteria for evaluating whether a credential contains a particular usage specifier.
EvaluableUsageCredentialCriterion(UsageCriterion) - Constructor for class org.opensaml.security.credential.criteria.impl.EvaluableUsageCredentialCriterion
Constructor.
EvaluableUsageCredentialCriterion(UsageType) - Constructor for class org.opensaml.security.credential.criteria.impl.EvaluableUsageCredentialCriterion
Constructor.
EvaluableX509CertSelectorCredentialCriterion - Class in org.opensaml.security.credential.criteria.impl
Instance of evaluable credential criteria for evaluating whether a credential's certificate meets the criteria specified by an instance of X509CertSelector.
EvaluableX509CertSelectorCredentialCriterion(X509CertSelector) - Constructor for class org.opensaml.security.credential.criteria.impl.EvaluableX509CertSelectorCredentialCriterion
Constructor.
EvaluableX509DigestCredentialCriterion - Class in org.opensaml.security.credential.criteria.impl
An implementation of Criterion which specifies criteria based on the digest of an X.509 certificate.
EvaluableX509DigestCredentialCriterion(X509DigestCriterion) - Constructor for class org.opensaml.security.credential.criteria.impl.EvaluableX509DigestCredentialCriterion
Constructor.
EvaluableX509DigestCredentialCriterion(String, byte[]) - Constructor for class org.opensaml.security.credential.criteria.impl.EvaluableX509DigestCredentialCriterion
Constructor.
EvaluableX509IssuerSerialCredentialCriterion - Class in org.opensaml.security.credential.criteria.impl
Instance of evaluable credential criteria for evaluating whether a credential's certificate contains a particular issuer name and serial number.
EvaluableX509IssuerSerialCredentialCriterion(X509IssuerSerialCriterion) - Constructor for class org.opensaml.security.credential.criteria.impl.EvaluableX509IssuerSerialCredentialCriterion
Constructor.
EvaluableX509IssuerSerialCredentialCriterion(X500Principal, BigInteger) - Constructor for class org.opensaml.security.credential.criteria.impl.EvaluableX509IssuerSerialCredentialCriterion
Constructor.
EvaluableX509SubjectKeyIdentifierCredentialCriterion - Class in org.opensaml.security.credential.criteria.impl
Instance of evaluable credential criteria for evaluating whether a credential's certificate contains a particular subject key identifier.
EvaluableX509SubjectKeyIdentifierCredentialCriterion(X509SubjectKeyIdentifierCriterion) - Constructor for class org.opensaml.security.credential.criteria.impl.EvaluableX509SubjectKeyIdentifierCredentialCriterion
Constructor.
EvaluableX509SubjectKeyIdentifierCredentialCriterion(byte[]) - Constructor for class org.opensaml.security.credential.criteria.impl.EvaluableX509SubjectKeyIdentifierCredentialCriterion
Constructor.
EvaluableX509SubjectNameCredentialCriterion - Class in org.opensaml.security.credential.criteria.impl
Instance of evaluable credential criteria for evaluating whether a credential's certificate contains a particular subject name.
EvaluableX509SubjectNameCredentialCriterion(X509SubjectNameCriterion) - Constructor for class org.opensaml.security.credential.criteria.impl.EvaluableX509SubjectNameCredentialCriterion
Constructor.
EvaluableX509SubjectNameCredentialCriterion(X500Principal) - Constructor for class org.opensaml.security.credential.criteria.impl.EvaluableX509SubjectNameCredentialCriterion
Constructor.
evaluate(MessageContext<MessageType>) - Method in interface org.opensaml.messaging.context.MessageContextEvaluatingFunctor
Using the specified MessageContext as the evaluation context, produce a data value product of the appropriate type.
evaluate(TokenType, String, MessageContext) - Method in class org.opensaml.security.messaging.impl.BaseTrustEngineSecurityHandler
Evaluate the token using the configured trust engine against criteria built using the specified candidate issuer entity ID and message context information.
evaluate(TokenType, CriteriaSet) - Method in class org.opensaml.security.messaging.impl.BaseTrustEngineSecurityHandler
Evaluate the token against the specified criteria using the configured trust engine.
evaluate(X509Credential, Set<String>) - Method in class org.opensaml.security.x509.impl.BasicX509CredentialNameEvaluator
Evaluate the specified credential against the specified set of trusted names.
evaluate(X509Credential, Set<String>) - Method in interface org.opensaml.security.x509.impl.X509CredentialNameEvaluator
Evaluate the specified credential against the specified set of trusted names.
evaluateCertificateNameDerivedPresenters(X509Credential, MessageContext) - Method in class org.opensaml.security.messaging.impl.BaseClientCertAuthSecurityHandler
Evaluate candidate presenter entity ID's which may be derived from the request credential's entity certificate according to the options supplied via CertificateNameOptions.
evaluateContentType(HttpServletRequest) - Method in class org.opensaml.messaging.handler.impl.HTTPRequestValidationHandler
Checks if the request is of the correct content type.
evaluateDerivedPresenters(X509Credential, MessageContext) - Method in class org.opensaml.security.messaging.impl.BaseClientCertAuthSecurityHandler
Evaluate any candidate presenter entity ID's which may be derived from the credential or other message context information.
evaluateEncryptionMethodChildren(EncryptionMethod, CriteriaSet, Predicate<String>) - Method in class org.opensaml.saml.security.impl.SAMLMetadataEncryptionParametersResolver
Evaluate the child elements of an EncryptionMethod for acceptability based on for example whitelist/blacklist policy and algorithm runtime support.
evaluateObligation(ObligationProcessingContext, ObligationType) - Method in class org.opensaml.xacml.ctx.provider.BaseObligationHandler
Evaluates the obligation represented by this handler.
evaluateRequestMethod(HttpServletRequest) - Method in class org.opensaml.messaging.handler.impl.HTTPRequestValidationHandler
Checks if the request contains the correct request method.
evaluateRSAOAEPChildren(EncryptionMethod, CriteriaSet, Predicate<String>) - Method in class org.opensaml.saml.security.impl.SAMLMetadataEncryptionParametersResolver
Evaluate the child elements of an RSA OAEP EncryptionMethod for acceptability based on for example whitelist/blacklist policy and algorithm runtime support.
evaluateSecured(HttpServletRequest) - Method in class org.opensaml.messaging.handler.impl.HTTPRequestValidationHandler
Checks if the request is secured.
evaluateSecurityPolicy(SOAPClientContext) - Method in class org.opensaml.soap.client.http.HttpSOAPClient
Evaluates the security policy associated with the given message context.
evaluateSubjectAltNames(X509Credential, MessageContext) - Method in class org.opensaml.security.messaging.impl.BaseClientCertAuthSecurityHandler
Evaluate the presenter entity ID as derived from the cert subject alternative names specified by types enumerated in CertificateNameOptions.getSubjectAltNames().
evaluateSubjectCommonName(X509Credential, MessageContext) - Method in class org.opensaml.security.messaging.impl.BaseClientCertAuthSecurityHandler
Evaluate the presenter entity ID as derived from the cert subject common name (CN).
evaluateSubjectCommonName() - Method in class org.opensaml.security.x509.tls.CertificateNameOptions
Get whether to evaluate the certificate subject DN's common name (CN) as a derived issuer entity ID.
evaluateSubjectDN(X509Credential, MessageContext) - Method in class org.opensaml.security.messaging.impl.BaseClientCertAuthSecurityHandler
Evaluate the presenter entity ID as derived from the cert subject DN.
evaluateSubjectDN() - Method in class org.opensaml.security.x509.tls.CertificateNameOptions
Get whether to evaluate the certificate subject DN as a derived issuer entity ID.
evaluateTrust(Credential, TrustBasisType) - Method in class org.opensaml.xmlsec.signature.support.impl.BaseSignatureTrustEngine
Evaluate the untrusted KeyInfo-derived credential with respect to the specified trusted information.
evaluateTrust(Credential, Iterable<Credential>) - Method in class org.opensaml.xmlsec.signature.support.impl.ExplicitKeySignatureTrustEngine
Evaluate the untrusted KeyInfo-derived credential with respect to the specified trusted information.
evaluateTrust(Credential, Pair<Set<String>, Iterable<PKIXValidationInformation>>) - Method in class org.opensaml.xmlsec.signature.support.impl.PKIXSignatureTrustEngine
Evaluate the untrusted KeyInfo-derived credential with respect to the specified trusted information.
EventContext<EventType> - Class in org.opensaml.profile.context
A context component which holds the result of a profile action that produces an "event".
EventContext() - Constructor for class org.opensaml.profile.context.EventContext
 
EventIds - Class in org.opensaml.profile.action
Constants to use for ProfileAction EventContexts.
Evidence - Interface in org.opensaml.saml.saml1.core
Interface describing how a SAML1.1 Evidence element behaves.
Evidence - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core Evidence.
EvidenceBuilder - Class in org.opensaml.saml.saml1.core.impl
Builder of EvidenceImpl objects.
EvidenceBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.EvidenceBuilder
Constructor.
EvidenceBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder for EvidenceImpl objects.
EvidenceBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.EvidenceBuilder
Constructor.
EvidenceImpl - Class in org.opensaml.saml.saml1.core.impl
Concrete implementation of the Evidence interface.
EvidenceImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.EvidenceImpl
Constructor.
EvidenceImpl - Class in org.opensaml.saml.saml2.core.impl
A concrete implementation of Evidence.
EvidenceImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.EvidenceImpl
Constructor.
EvidenceMarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread safe Marshaller for Evidence objects.
EvidenceMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.EvidenceMarshaller
 
EvidenceMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for Evidence.
EvidenceMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.EvidenceMarshaller
 
EvidenceUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread safe Unmarshaller for Evidence objects.
EvidenceUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.EvidenceUnmarshaller
 
EvidenceUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for Evidence.
EvidenceUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.EvidenceUnmarshaller
 
Evidentiary - Interface in org.opensaml.saml.saml1.core
Marker interface for element types that can constitute evidence within a Evidence object.
Evidentiary - Interface in org.opensaml.saml.saml2.core
Marker interface for element types that can constitute evidence within a Evidence object.
EXACT - Static variable in class org.opensaml.saml.saml2.core.AuthnContextComparisonTypeEnumeration
"exact" comparison type.
ExactlyOne - Interface in org.opensaml.soap.wspolicy
The wsp:ExactlyOne element.
ExactlyOneBuilder - Class in org.opensaml.soap.wspolicy.impl
Builder for the ExactlyOne element.
ExactlyOneBuilder() - Constructor for class org.opensaml.soap.wspolicy.impl.ExactlyOneBuilder
 
ExactlyOneImpl - Class in org.opensaml.soap.wspolicy.impl
ExactlyOneImpl.
ExactlyOneImpl(String, String, String) - Constructor for class org.opensaml.soap.wspolicy.impl.ExactlyOneImpl
Constructor.
ExactlyOneMarshaller - Class in org.opensaml.soap.wspolicy.impl
Marshaller for the wsp:ExactlyOne element.
ExactlyOneMarshaller() - Constructor for class org.opensaml.soap.wspolicy.impl.ExactlyOneMarshaller
 
ExactlyOneUnmarshaller - Class in org.opensaml.soap.wspolicy.impl
Unmarshaller for the wsp:ExactlyOne element.
ExactlyOneUnmarshaller() - Constructor for class org.opensaml.soap.wspolicy.impl.ExactlyOneUnmarshaller
 
execute(ProfileRequestContext<InboundMessageType, OutboundMessageType>) - Method in class org.opensaml.profile.action.AbstractProfileAction
Performs this action.
execute(ProfileRequestContext<InboundMessageType, OutboundMessageType>) - Method in interface org.opensaml.profile.action.ProfileAction
Performs this action.
EXECUTE_ACTION - Static variable in interface org.opensaml.saml.saml2.core.Action
Execute action.
Expiration - Annotation Type in org.opensaml.storage.annotation
Identifies the field of a class that serves as the expiration of a StorageService record.
Expires - Interface in org.opensaml.soap.wssecurity
The <wsu:Expires> element.
ExpiresBuilder - Class in org.opensaml.soap.wssecurity.impl
ExpiresBuilder.
ExpiresBuilder() - Constructor for class org.opensaml.soap.wssecurity.impl.ExpiresBuilder
 
ExpiresImpl - Class in org.opensaml.soap.wssecurity.impl
ExpiresImpl.
ExpiresImpl(String, String, String) - Constructor for class org.opensaml.soap.wssecurity.impl.ExpiresImpl
Constructor.
ExpiresMarshaller - Class in org.opensaml.soap.wssecurity.impl
ExpiresMarshaller.
ExpiresMarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.ExpiresMarshaller
 
ExpiresUnmarshaller - Class in org.opensaml.soap.wssecurity.impl
ExpiresUnmarshaller.
ExpiresUnmarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.ExpiresUnmarshaller
 
ExpiringSAMLArtifactMapEntry - Class in org.opensaml.saml.common.binding.artifact
Extension of BasicSAMLArtifactMapEntry that tracks expiration.
ExpiringSAMLArtifactMapEntry(String, String, String, SAMLObject) - Constructor for class org.opensaml.saml.common.binding.artifact.ExpiringSAMLArtifactMapEntry
Constructor.
ExpiringSAMLArtifactMapEntryFactory - Class in org.opensaml.saml.common.binding.artifact.impl
A factory for instances of ExpiringSAMLArtifactMapEntry.
ExpiringSAMLArtifactMapEntryFactory() - Constructor for class org.opensaml.saml.common.binding.artifact.impl.ExpiringSAMLArtifactMapEntryFactory
 
expiry(Long) - Static method in class org.opensaml.storage.impl.memcached.MemcachedStorageRecord
Converts a StorageRecord.getExpiration() value in milliseconds to the corresponding value in seconds.
EXPLICIT_CONSENT - Static variable in interface org.opensaml.saml.saml2.core.RequestAbstractType
Explicit consent URI.
EXPLICIT_CONSENT - Static variable in interface org.opensaml.saml.saml2.core.StatusResponseType
Explicit consent URI.
ExplicitKeySignatureTrustEngine - Class in org.opensaml.xmlsec.signature.support.impl
An implementation of SignatureTrustEngine which evaluates the validity and trustworthiness of XML and raw signatures.
ExplicitKeySignatureTrustEngine(CredentialResolver, KeyInfoCredentialResolver) - Constructor for class org.opensaml.xmlsec.signature.support.impl.ExplicitKeySignatureTrustEngine
Constructor.
ExplicitKeyTrustEngine - Class in org.opensaml.security.trust.impl
Trust engine that evaluates a credential's key against key(s) expressed within a set of trusted credentials obtained from a trusted credential resolver.
ExplicitKeyTrustEngine(CredentialResolver) - Constructor for class org.opensaml.security.trust.impl.ExplicitKeyTrustEngine
Constructor.
ExplicitKeyTrustEvaluator - Class in org.opensaml.security.trust.impl
Auxillary trust evaluator for evaluating an untrusted key or credential against a trusted key or credential.
ExplicitKeyTrustEvaluator() - Constructor for class org.opensaml.security.trust.impl.ExplicitKeyTrustEvaluator
 
ExplicitX509CertificateTrustEngine - Class in org.opensaml.security.trust.impl
Trust engine that evaluates a credential's X.509 certificate against certificates expressed within a set of trusted credentials obtained from a credential resolver.
ExplicitX509CertificateTrustEngine(CredentialResolver) - Constructor for class org.opensaml.security.trust.impl.ExplicitX509CertificateTrustEngine
Constructor.
ExplicitX509CertificateTrustEvaluator - Class in org.opensaml.security.trust.impl
Auxillary trust evaluator for evaluating an untrusted X509 certificate or credential against a trusted certificate or credential.
ExplicitX509CertificateTrustEvaluator() - Constructor for class org.opensaml.security.trust.impl.ExplicitX509CertificateTrustEvaluator
 
Exponent - Interface in org.opensaml.xmlsec.signature
XMLObject representing XML Digital Signature, version 20020212, Exponent element.
ExponentBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of Exponent.
ExponentBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.ExponentBuilder
Constructor.
ExponentImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of Exponent.
ExponentImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.ExponentImpl
Constructor.
ExpressionType - Interface in org.opensaml.xacml.policy
XACML Expression schema type.
Extensions - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core Extensions.
Extensions - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata Extensions.
ExtensionsBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder of ExtensionsImpl objects.
ExtensionsBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.ExtensionsBuilder
 
ExtensionsBuilder - Class in org.opensaml.saml.saml2.metadata.impl
Builder of ExtensionsImpl objects.
ExtensionsBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.ExtensionsBuilder
 
ExtensionsImpl - Class in org.opensaml.saml.saml2.core.impl
Implementation of Extensions.
ExtensionsImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.ExtensionsImpl
Constructor.
ExtensionsImpl - Class in org.opensaml.saml.saml2.metadata.impl
Implementation of Extensions.
ExtensionsImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.ExtensionsImpl
Constructor.
ExtensionsMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for Extensions objects.
ExtensionsMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.ExtensionsMarshaller
Constructor.
ExtensionsMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread-safe Marshaller for Extensions objects.
ExtensionsMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.ExtensionsMarshaller
Constructor.
ExtensionsUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for Extensions objects.
ExtensionsUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.ExtensionsUnmarshaller
Constructor.
ExtensionsUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread-safe Unmarshaller for Extensions objects.
ExtensionsUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.ExtensionsUnmarshaller
Constructor.
ExtractChannelBindingsExtensionsHandler - Class in org.opensaml.saml.saml2.binding.security.impl
MessageHandler to process ChannelBindings extensions in an incoming SAML message and save them to a ChannelBindingsContext underneath the MessageContext.
ExtractChannelBindingsExtensionsHandler() - Constructor for class org.opensaml.saml.saml2.binding.security.impl.ExtractChannelBindingsExtensionsHandler
 
ExtractChannelBindingsHeadersHandler - Class in org.opensaml.saml.saml2.binding.security.impl
MessageHandler to process ChannelBindings SOAP header blocks in an incoming SOAP envelope and save them to a ChannelBindingsContext underneath the SOAP11Context.
ExtractChannelBindingsHeadersHandler() - Constructor for class org.opensaml.saml.saml2.binding.security.impl.ExtractChannelBindingsHeadersHandler
Constructor.
ExtractConsentFromRequestHandler - Class in org.opensaml.saml.saml2.binding.impl
MessageHandler to get the Consent attribute from a RequestAbstractType message.
ExtractConsentFromRequestHandler() - Constructor for class org.opensaml.saml.saml2.binding.impl.ExtractConsentFromRequestHandler
Constructor.
extractCredential(SSLSocket) - Method in class org.opensaml.security.httpclient.impl.TrustEngineTLSSocketFactory
Extract the server TLS X509Credential from the supplied SSLSocket.
extractCredentials(HashSet<Credential>, KeyDescriptor, String, UsageType) - Method in class org.opensaml.saml.security.impl.MetadataCredentialResolver
Extract the credentials from the specified KeyDescriptor.
extractDecryptionKey(Credential) - Static method in class org.opensaml.security.credential.CredentialSupport
Extract the decryption key from the credential.
extractEncryptionKey(Credential) - Static method in class org.opensaml.security.credential.CredentialSupport
Extract the encryption key from the credential.
extractKeyValue(Credential) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicProviderKeyInfoCredentialResolver
Utility method to extract any key that might be present in the specified Credential.
extractKeyValue(Credential) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.AbstractKeyInfoProvider
Utility method to extract any key that might be present in the specified Credential.
extractSigningKey(Credential) - Static method in class org.opensaml.security.credential.CredentialSupport
Extract the signing key from the credential.
extractVerificationKey(Credential) - Static method in class org.opensaml.security.credential.CredentialSupport
Extract the verification key from the credential.

F

Fault - Interface in org.opensaml.soap.soap11
SOAP 1.1 Fault.
FaultActor - Interface in org.opensaml.soap.soap11
SOAP 1.1 faultactor.
FaultActorBuilder - Class in org.opensaml.soap.soap11.impl
A builder of FaultActorImpl objects.
FaultActorBuilder() - Constructor for class org.opensaml.soap.soap11.impl.FaultActorBuilder
 
FaultActorImpl - Class in org.opensaml.soap.soap11.impl
Concrete implementation of FaultActor.
FaultActorImpl(String, String, String) - Constructor for class org.opensaml.soap.soap11.impl.FaultActorImpl
Constructor.
FaultBuilder - Class in org.opensaml.soap.soap11.impl
Builder of FaultImpl objects.
FaultBuilder() - Constructor for class org.opensaml.soap.soap11.impl.FaultBuilder
 
FaultCode - Interface in org.opensaml.soap.soap11
SOAP 1.1 faultcode.
FaultCodeBuilder - Class in org.opensaml.soap.soap11.impl
Builder of FaultCodeImpl objects.
FaultCodeBuilder() - Constructor for class org.opensaml.soap.soap11.impl.FaultCodeBuilder
 
FaultCodeImpl - Class in org.opensaml.soap.soap11.impl
Concrete implementation of FaultCode.
FaultCodeImpl(String, String, String) - Constructor for class org.opensaml.soap.soap11.impl.FaultCodeImpl
Constructor.
FaultCodeMappingFunction(Map<String, QName>) - Constructor for class org.opensaml.soap.soap11.profile.impl.AddSOAPFault.FaultCodeMappingFunction
Constructor.
FaultImpl - Class in org.opensaml.soap.soap11.impl
Concrete implemenation of Fault.
FaultImpl(String, String, String) - Constructor for class org.opensaml.soap.soap11.impl.FaultImpl
Constructor.
FaultMarshaller - Class in org.opensaml.soap.soap11.impl
A thread-safe marshaller for Faults.
FaultMarshaller() - Constructor for class org.opensaml.soap.soap11.impl.FaultMarshaller
 
FaultString - Interface in org.opensaml.soap.soap11
SOAP 1.1 faultstring.
FaultStringBuilder - Class in org.opensaml.soap.soap11.impl
Builder of FaultStringImpl objects.
FaultStringBuilder() - Constructor for class org.opensaml.soap.soap11.impl.FaultStringBuilder
 
FaultStringImpl - Class in org.opensaml.soap.soap11.impl
Concrete implemenation of FaultString.
FaultStringImpl(String, String, String) - Constructor for class org.opensaml.soap.soap11.impl.FaultStringImpl
Constructor.
FaultTo - Interface in org.opensaml.soap.wsaddressing
The <wsa:FaultTo> element.
FaultToBuilder - Class in org.opensaml.soap.wsaddressing.impl
Builder for the FaultTo element.
FaultToBuilder() - Constructor for class org.opensaml.soap.wsaddressing.impl.FaultToBuilder
 
FaultToImpl - Class in org.opensaml.soap.wsaddressing.impl
Concrete implementation of element FaultTo.
FaultToImpl(String, String, String) - Constructor for class org.opensaml.soap.wsaddressing.impl.FaultToImpl
Constructor.
FaultToMarshaller - Class in org.opensaml.soap.wsaddressing.impl
Marshaller for the <wsa:FaultTo> element.
FaultToMarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.FaultToMarshaller
 
FaultToUnmarshaller - Class in org.opensaml.soap.wsaddressing.impl
Unmarshaller for the <wsa:FaultTo> element.
FaultToUnmarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.FaultToUnmarshaller
 
FaultUnmarshaller - Class in org.opensaml.soap.soap11.impl
A thread-safe unmarshaller for Faults.
FaultUnmarshaller() - Constructor for class org.opensaml.soap.soap11.impl.FaultUnmarshaller
 
fetchFromOriginSource(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver
Fetch the metadata from the origin source.
fetchFromOriginSource(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
Fetch the metadata from the origin source.
fetchMetadata() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
Fetches metadata from a source.
fetchMetadata() - Method in class org.opensaml.saml.metadata.resolver.impl.FileBackedHTTPMetadataResolver
Gets the metadata document from the remote server.
fetchMetadata() - Method in class org.opensaml.saml.metadata.resolver.impl.FilesystemMetadataResolver
Fetches metadata from a source.
fetchMetadata() - Method in class org.opensaml.saml.metadata.resolver.impl.HTTPMetadataResolver
Gets the metadata document from the remote server.
fetchMetadata() - Method in class org.opensaml.saml.metadata.resolver.impl.ResourceBackedMetadataResolver
Fetches metadata from a source.
FileBackedHTTPMetadataResolver - Class in org.opensaml.saml.metadata.resolver.impl
A URL metadata provider that caches a copy of the retrieved metadata to disk so that, in the event that the metadata may not be pulled from the URL it may be pulled from disk using the last fetched data.
FileBackedHTTPMetadataResolver(HttpClient, String, String) - Constructor for class org.opensaml.saml.metadata.resolver.impl.FileBackedHTTPMetadataResolver
Constructor.
FileBackedHTTPMetadataResolver(Timer, HttpClient, String, String) - Constructor for class org.opensaml.saml.metadata.resolver.impl.FileBackedHTTPMetadataResolver
Constructor.
FilesystemCredentialResolver - Class in org.opensaml.security.credential.impl
NOTE: this class is not yet implemented A CredentialResolver that pulls credential information from the file system.
FilesystemCredentialResolver(String, Map<String, String>) - Constructor for class org.opensaml.security.credential.impl.FilesystemCredentialResolver
Constructor.
FilesystemMetadataResolver - Class in org.opensaml.saml.metadata.resolver.impl
A metadata provider that pulls metadata from a file on the local filesystem.
FilesystemMetadataResolver(File) - Constructor for class org.opensaml.saml.metadata.resolver.impl.FilesystemMetadataResolver
Constructor.
FilesystemMetadataResolver(Timer, File) - Constructor for class org.opensaml.saml.metadata.resolver.impl.FilesystemMetadataResolver
Constructor.
filter(XMLObject) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.EntityAttributesFilter
Filters the given metadata, perhaps to remove elements that are not wanted.
filter(XMLObject) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.EntityRoleFilter
Filters the given metadata, perhaps to remove elements that are not wanted.
filter(XMLObject) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.MetadataFilterChain
Filters the given metadata, perhaps to remove elements that are not wanted.
filter(XMLObject) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.NodeProcessingMetadataFilter
Filters the given metadata, perhaps to remove elements that are not wanted.
filter(XMLObject) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.PredicateFilter
Filters the given metadata, perhaps to remove elements that are not wanted.
filter(XMLObject) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.RequiredValidUntilFilter
Filters the given metadata, perhaps to remove elements that are not wanted.
filter(XMLObject) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.SchemaValidationFilter
Filters the given metadata, perhaps to remove elements that are not wanted.
filter(XMLObject) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.SignatureValidationFilter
Filters the given metadata, perhaps to remove elements that are not wanted.
filter(XMLObject) - Method in interface org.opensaml.saml.metadata.resolver.filter.MetadataFilter
Filters the given metadata, perhaps to remove elements that are not wanted.
filterEntitiesDescriptor(EntitiesDescriptor) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.EntityAttributesFilter
Filters entities descriptor.
filterEntitiesDescriptor(EntitiesDescriptor) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.EntityRoleFilter
filterEntitiesDescriptor(EntitiesDescriptor) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.PredicateFilter
Filters entities descriptor.
filterEntityDescriptor(EntityDescriptor) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.EntityAttributesFilter
Filters entity descriptor.
filterEntityDescriptor(EntityDescriptor) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.EntityRoleFilter
Filters entity descriptor roles.
FilterException - Exception in org.opensaml.saml.metadata.resolver.filter
An exception thrown during the evaluation of a MetadataFilter.
FilterException() - Constructor for exception org.opensaml.saml.metadata.resolver.filter.FilterException
Constructor.
FilterException(String) - Constructor for exception org.opensaml.saml.metadata.resolver.filter.FilterException
Constructor.
FilterException(Exception) - Constructor for exception org.opensaml.saml.metadata.resolver.filter.FilterException
Constructor.
FilterException(String, Exception) - Constructor for exception org.opensaml.saml.metadata.resolver.filter.FilterException
Constructor.
filterMetadata(XMLObject) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
Filters the given metadata.
finalize() - Method in class org.opensaml.xmlsec.signature.impl.X509CertificateImpl
finalize() - Method in class org.opensaml.xmlsec.signature.impl.X509CRLImpl
findCertFromDigest(List<X509Certificate>, List<X509Digest>) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.InlineX509DataProvider
Find the certificate from the chain that matches one of the specified digests.
findCertFromIssuerSerials(List<X509Certificate>, List<X509IssuerSerial>) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.InlineX509DataProvider
Find the certificate from the chain identified by one of the specified issuer serials.
findCertFromKey(List<X509Certificate>, PublicKey) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.InlineX509DataProvider
Find the certificate from the chain that contains the specified key.
findCertFromSubjectKeyIdentifier(List<X509Certificate>, List<X509SKI>) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.InlineX509DataProvider
Find the certificate from the chain that contains one of the specified subject key identifiers.
findCertFromSubjectNames(List<X509Certificate>, List<X509SubjectName>) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.InlineX509DataProvider
Find the certificate from the chain that contains one of the specified subject names.
findEntityCert(List<X509Certificate>, X509Data, PublicKey) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.InlineX509DataProvider
Find the end-entity cert in the list of certs contained in the X509Data.
FORCE_AUTHN_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthnRequest
ForceAuthn attribute name.
FORMAT_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.NameIdentifier
Name for the attribute which defines Name Qualifier.
FORMAT_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.NameIDPolicy
Format attribute name.
FORMAT_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.NameIDType
Format attribute name.
FORMAT_RFC1779 - Static variable in interface org.opensaml.security.x509.X500DNHandler
Specifies the string format specified in RFC 1779.
FORMAT_RFC2253 - Static variable in interface org.opensaml.security.x509.X500DNHandler
Specifies the string format specified in RFC 2253.
FormatSpecificNameIdentifierGenerator<NameIdType extends SAMLObject> - Interface in org.opensaml.saml.common.profile
Specialized type of NameIdentifierGenerator that is locked to a specific Format of identifier.
Forwardable - Interface in org.opensaml.soap.wstrust
The wst:Forwardable element.
ForwardableBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the Forwardable element.
ForwardableBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.ForwardableBuilder
 
ForwardableImpl - Class in org.opensaml.soap.wstrust.impl
ForwardableImpl.
ForwardableImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.ForwardableImpl
Constructor.
ForwardableMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the Forwardable element.
ForwardableMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.ForwardableMarshaller
 
ForwardableUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the wst:Forwardable element.
ForwardableUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.ForwardableUnmarshaller
 
FRIENDLY_NAME_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.Attribute
Name of the FriendlyName attribute.
From - Interface in org.opensaml.soap.wsaddressing
The <wsa:From> element.
FromBuilder - Class in org.opensaml.soap.wsaddressing.impl
Builder for the From element.
FromBuilder() - Constructor for class org.opensaml.soap.wsaddressing.impl.FromBuilder
 
FromImpl - Class in org.opensaml.soap.wsaddressing.impl
Concrete implementation of element From.
FromImpl(String, String, String) - Constructor for class org.opensaml.soap.wsaddressing.impl.FromImpl
Constructor.
FromMarshaller - Class in org.opensaml.soap.wsaddressing.impl
Marshaller for the <wsa:From> element.
FromMarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.FromMarshaller
 
FromUnmarshaller - Class in org.opensaml.soap.wsaddressing.impl
Unmarshaller for the <wsa:From> element.
FromUnmarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.FromUnmarshaller
 
FULFILL_ON_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.ObligationType
FulfillOn attribute name.
FUNCTION_ID_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.ApplyType
FunctionId attribute name.
FUNCTION_ID_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.FunctionType
FunctionId attribute name.
FunctionDrivenDynamicHTTPMetadataResolver - Class in org.opensaml.saml.metadata.resolver.impl
Simple implementation of an HTTP-based dynamic metadata resolver which builds the request URL to process based on a Function instance.
FunctionDrivenDynamicHTTPMetadataResolver(HttpClient) - Constructor for class org.opensaml.saml.metadata.resolver.impl.FunctionDrivenDynamicHTTPMetadataResolver
Constructor.
FunctionDrivenDynamicHTTPMetadataResolver(Timer, HttpClient) - Constructor for class org.opensaml.saml.metadata.resolver.impl.FunctionDrivenDynamicHTTPMetadataResolver
Constructor.
FunctionType - Interface in org.opensaml.xacml.policy
XACML Function schema type.
FunctionTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation of FunctionType.
FunctionTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.FunctionTypeImpl
Constructor.
FunctionTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for FunctionType.
FunctionTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.FunctionTypeImplBuilder
 
FunctionTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for FunctionType.
FunctionTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.FunctionTypeMarshaller
 
FunctionTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for FunctionType.
FunctionTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.FunctionTypeUnmarshaller
 

G

G - Interface in org.opensaml.xmlsec.signature
XMLObject representing XML Digital Signature, version 20020212, G element.
GBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of G.
GBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.GBuilder
Constructor.
generate(ProfileRequestContext, String) - Method in class org.opensaml.saml.common.profile.AbstractNameIdentifierGenerator
Generate an identifier object.
generate(ProfileRequestContext, String) - Method in class org.opensaml.saml.common.profile.impl.ChainingNameIdentifierGenerator
Generate an identifier object.
generate(ProfileRequestContext, String) - Method in interface org.opensaml.saml.common.profile.NameIdentifierGenerator
Generate an identifier object.
generate(ProfileRequestContext, String) - Method in interface org.opensaml.saml.saml1.profile.SAML1NameIdentifierGenerator
Generate an identifier object.
generate(ProfileRequestContext, String) - Method in interface org.opensaml.saml.saml2.profile.SAML2NameIDGenerator
Generate an identifier object.
generate(Credential) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory.BasicKeyInfoGenerator
Generate a new KeyInfo object based on keying material and other information within a credential.
generate(Credential) - Method in class org.opensaml.xmlsec.keyinfo.impl.StaticKeyInfoGenerator
Generate a new KeyInfo object based on keying material and other information within a credential.
generate(Credential) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
Generate a new KeyInfo object based on keying material and other information within a credential.
generate(Credential) - Method in interface org.opensaml.xmlsec.keyinfo.KeyInfoGenerator
Generate a new KeyInfo object based on keying material and other information within a credential.
generateAttributeID(QName) - Static method in class org.opensaml.core.xml.NamespaceManager
From a QName representing a qualified attribute name, generate an attribute ID suitable for use in NamespaceManager.registerAttributeValue(String, QName) and NamespaceManager.deregisterAttributeValue(String).
generateDataEncryptionCredential(String) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Generate a random data encryption symmetric key credential.
GeneratedKey - Interface in org.opensaml.saml.ext.samlec
SAML-EC GSS-API GeneratedKey element.
GeneratedKeyBuilder - Class in org.opensaml.saml.ext.samlec.impl
A Builder for GeneratedKey objects.
GeneratedKeyBuilder() - Constructor for class org.opensaml.saml.ext.samlec.impl.GeneratedKeyBuilder
Constructor.
GeneratedKeyImpl - Class in org.opensaml.saml.ext.samlec.impl
Concrete implementation of GeneratedKey.
GeneratedKeyImpl(String, String, String) - Constructor for class org.opensaml.saml.ext.samlec.impl.GeneratedKeyImpl
Constructor.
GeneratedKeyMarshaller - Class in org.opensaml.saml.ext.samlec.impl
A thread-safe Marshaller for GeneratedKey objects.
GeneratedKeyMarshaller() - Constructor for class org.opensaml.saml.ext.samlec.impl.GeneratedKeyMarshaller
 
GeneratedKeyUnmarshaller - Class in org.opensaml.saml.ext.samlec.impl
A thread-safe Unmarshaller for GeneratedKey objects.
GeneratedKeyUnmarshaller() - Constructor for class org.opensaml.saml.ext.samlec.impl.GeneratedKeyUnmarshaller
 
generateEncryptionKey(String) - Method in class org.opensaml.xmlsec.encryption.support.Encrypter
Generate a random symmetric encryption key.
generateKey(String, int, String) - Static method in class org.opensaml.security.crypto.KeySupport
Generate a random symmetric key.
generateKeyPair(String, int, String) - Static method in class org.opensaml.security.crypto.KeySupport
Generate a random asymmetric key pair.
generateKeyPair(String, int) - Static method in class org.opensaml.xmlsec.algorithm.AlgorithmSupport
Randomly generates a Java JCE KeyPair object from the specified XML Encryption algorithm URI.
generateKeyPairAndCredential(String, int, boolean) - Static method in class org.opensaml.xmlsec.algorithm.AlgorithmSupport
Generate a random asymmetric key pair and return in a BasicCredential.
generateSignature(Credential, String, String) - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPPostSimpleSignEncoder
Generates the signature over the string of concatenated form control data as indicated by the SimpleSign spec.
generateSignature(Credential, String, String) - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPRedirectDeflateEncoder
Generates the signature over the query string.
generateSymmetricKey(String) - Static method in class org.opensaml.xmlsec.algorithm.AlgorithmSupport
Generates a random Java JCE symmetric Key object from the specified XML Encryption algorithm URI.
generateSymmetricKeyAndCredential(String) - Static method in class org.opensaml.xmlsec.algorithm.AlgorithmSupport
Generate a random symmetric key and return in a BasicCredential.
Generator - Interface in org.opensaml.xmlsec.encryption
XMLObject representing XML Encryption, version 20021210, Generator element.
GeneratorBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of Generator.
GeneratorBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.GeneratorBuilder
Constructor.
GeneratorImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of Generator.
GeneratorImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.GeneratorImpl
Constructor.
GeolocationHint - Interface in org.opensaml.saml.ext.saml2mdui
IPHint.
GeolocationHintBuilder - Class in org.opensaml.saml.ext.saml2mdui.impl
Builder of GeolocationHint objects.
GeolocationHintBuilder() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.GeolocationHintBuilder
Constructor.
GeolocationHintImpl - Class in org.opensaml.saml.ext.saml2mdui.impl
Concrete implementation of GeolocationHint.
GeolocationHintImpl(String, String, String) - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.GeolocationHintImpl
Constructor.
GeolocationHintMarshaller - Class in org.opensaml.saml.ext.saml2mdui.impl
A thread safe Marshaller for GeolocationHint objects.
GeolocationHintMarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.GeolocationHintMarshaller
 
GeolocationHintUnmarshaller - Class in org.opensaml.saml.ext.saml2mdui.impl
A thread-safe unmarshaller for GeolocationHint objects.
GeolocationHintUnmarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.GeolocationHintUnmarshaller
 
get(Class<T>, String) - Method in interface org.opensaml.core.config.Configuration
Obtain the registered configuration instance.
get(Class<T>) - Static method in class org.opensaml.core.config.ConfigurationService
Obtain the registered configuration instance.
get(Class<T>, String) - Method in class org.opensaml.core.config.provider.MapBasedConfiguration
Obtain the registered configuration instance.
get(Input) - Method in class org.opensaml.core.xml.util.AbstractSimpleSingletonFactory
Get the output instance currently associated with the input instance.
get(Input) - Method in class org.opensaml.core.xml.util.AbstractSingletonFactory
Get the output instance currently associated with the input instance.
get(Input) - Method in class org.opensaml.core.xml.util.AbstractWrappedSingletonFactory
Get the output instance currently associated with the input instance.
get(Object) - Method in class org.opensaml.core.xml.util.AttributeMap
get(QName) - Method in class org.opensaml.core.xml.util.IndexedXMLObjectChildrenList
Retrieves all the SAMLObjects that have given schema type or element name, or a null if no such objects exist.
get(int) - Method in class org.opensaml.core.xml.util.XMLObjectChildrenList
get(String) - Method in class org.opensaml.saml.common.binding.artifact.impl.BasicSAMLArtifactMap
Gets the artifact entry for the given artifact.
get(String) - Method in class org.opensaml.saml.common.binding.artifact.impl.StorageServiceSAMLArtifactMap
Gets the artifact entry for the given artifact.
get(String) - Method in interface org.opensaml.saml.common.binding.artifact.SAMLArtifactMap
Gets the artifact entry for the given artifact.
get(String) - Method in class org.opensaml.xmlsec.algorithm.AlgorithmRegistry
Get the algorithm descriptor instance associated with the specified algorithm URI.
GET_METHOD - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
HTTP Method - GET.
getAction() - Method in interface org.opensaml.saml.saml2.core.Action
Gets the URI of the action to be performed.
getAction() - Method in class org.opensaml.saml.saml2.core.impl.ActionImpl
Gets the URI of the action to be performed.
getAction() - Method in class org.opensaml.soap.wsaddressing.impl.ProblemActionImpl
Get the Action child element.
getAction() - Method in interface org.opensaml.soap.wsaddressing.ProblemAction
Get the Action child element.
getAction() - Method in class org.opensaml.xacml.ctx.impl.RequestTypeImpl
Gets the action from the request.
getAction() - Method in interface org.opensaml.xacml.ctx.RequestType
Gets the action from the request.
getActionAttributeDesignator() - Method in interface org.opensaml.xacml.policy.ActionMatchType
Gets the action attribute designator for this match.
getActionAttributeDesignator() - Method in class org.opensaml.xacml.policy.impl.ActionMatchTypeImpl
Gets the action attribute designator for this match.
getActionMatches() - Method in interface org.opensaml.xacml.policy.ActionType
Gets the action matches for this action.
getActionMatches() - Method in class org.opensaml.xacml.policy.impl.ActionTypeImpl
Gets the action matches for this action.
getActionNamespaces() - Method in interface org.opensaml.saml.ext.saml2mdquery.AuthzDecisionQueryDescriptorType
Gets the list of action namespaces support by this role.
getActionNamespaces() - Method in class org.opensaml.saml.ext.saml2mdquery.impl.AuthzDecisionQueryDescriptorTypeImpl
Gets the list of action namespaces support by this role.
getActions() - Method in interface org.opensaml.saml.saml1.core.AuthorizationDecisionQuery
Get list of Action child elements
getActions() - Method in interface org.opensaml.saml.saml1.core.AuthorizationDecisionStatement
Get the Action Elements
getActions() - Method in class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionQueryImpl
Get list of Action child elements
getActions() - Method in class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionStatementImpl
Get the Action Elements
getActions() - Method in interface org.opensaml.saml.saml2.core.AuthzDecisionQuery
Gets the Actions of this query.
getActions() - Method in interface org.opensaml.saml.saml2.core.AuthzDecisionStatement
Gets the actions authorized to be performed.
getActions() - Method in class org.opensaml.saml.saml2.core.impl.AuthzDecisionQueryImpl
Gets the Actions of this query.
getActions() - Method in class org.opensaml.saml.saml2.core.impl.AuthzDecisionStatementImpl
Gets the actions authorized to be performed.
getActions() - Method in interface org.opensaml.xacml.policy.ActionsType
Gets the actions.
getActions() - Method in class org.opensaml.xacml.policy.impl.ActionsTypeImpl
Gets the actions.
getActions() - Method in class org.opensaml.xacml.policy.impl.TargetTypeImpl
Gets the actions of this target.
getActions() - Method in interface org.opensaml.xacml.policy.TargetType
Gets the actions of this target.
getActivationCondition() - Method in class org.opensaml.profile.action.AbstractConditionalProfileAction
Get activation condition indicating whether action should execute.
getActor() - Method in interface org.opensaml.soap.soap11.Fault
Gets the URI of the fault actor for this fault.
getActor() - Method in class org.opensaml.soap.soap11.impl.FaultImpl
Gets the URI of the fault actor for this fault.
getActualReceiverEndpointURI(MessageContext<SAMLObject>, HttpServletRequest) - Static method in class org.opensaml.saml.common.binding.SAMLBindingSupport
Extract the transport endpoint URI at which this message was received.
getAdditionalMetadataLocations() - Method in interface org.opensaml.saml.saml2.metadata.EntityDescriptor
Gets the additional metadata locations for this entity.
getAdditionalMetadataLocations() - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
Gets the additional metadata locations for this entity.
getAddress() - Method in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationDataImpl
Gets the IP address to which this information may be pressented.
getAddress() - Method in class org.opensaml.saml.saml2.core.impl.SubjectLocalityImpl
Gets the IP address of the system from which the subject was authenticated.
getAddress() - Method in interface org.opensaml.saml.saml2.core.SubjectConfirmationData
Gets the IP address to which this information may be pressented.
getAddress() - Method in interface org.opensaml.saml.saml2.core.SubjectLocality
Gets the IP address of the system from which the subject was authenticated.
getAddress() - Method in interface org.opensaml.saml.saml2.metadata.EmailAddress
Gets the email address.
getAddress() - Method in class org.opensaml.saml.saml2.metadata.impl.EmailAddressImpl
Gets the email address.
getAddress() - Method in interface org.opensaml.soap.wsaddressing.EndpointReferenceType
Returns the <wsa:Address> child element.
getAddress() - Method in class org.opensaml.soap.wsaddressing.impl.EndpointReferenceTypeImpl
Returns the <wsa:Address> child element.
getAddress() - Method in interface org.opensaml.soap.wsfed.EndPointReference
Return the object representing the Address (element).
getAddress() - Method in class org.opensaml.soap.wsfed.impl.EndPointReferenceImpl
Return the object representing the Address (element).
getAdvice() - Method in interface org.opensaml.saml.saml1.core.Assertion
advice is a (singleton) Object, representing the Advice sub element.
getAdvice() - Method in class org.opensaml.saml.saml1.core.impl.AssertionImpl
advice is a (singleton) Object, representing the Advice sub element.
getAdvice() - Method in interface org.opensaml.saml.saml2.core.Assertion
Gets the Advice for this assertion.
getAdvice() - Method in class org.opensaml.saml.saml2.core.impl.AssertionImpl
Gets the Advice for this assertion.
getAffiliationDescriptor() - Method in interface org.opensaml.saml.saml2.metadata.EntityDescriptor
Gets the affiliation descriptor for this entity.
getAffiliationDescriptor() - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
Gets the affiliation descriptor for this entity.
getAgreementMethods() - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoImpl
Get the list of AgreementMethod child elements.
getAgreementMethods() - Method in interface org.opensaml.xmlsec.signature.KeyInfo
Get the list of AgreementMethod child elements.
getAlgorithm() - Method in interface org.opensaml.saml.ext.saml2alg.DigestMethod
Get the value of the Algorithm URI attribute.
getAlgorithm() - Method in class org.opensaml.saml.ext.saml2alg.impl.DigestMethodImpl
Get the value of the Algorithm URI attribute.
getAlgorithm() - Method in class org.opensaml.saml.ext.saml2alg.impl.SigningMethodImpl
Get the value of the Algorithm URI attribute.
getAlgorithm() - Method in interface org.opensaml.saml.ext.saml2alg.SigningMethod
Get the value of the Algorithm URI attribute.
getAlgorithm() - Method in class org.opensaml.saml.ext.samlec.impl.SessionKeyImpl
Get the session key derivation algorithm.
getAlgorithm() - Method in interface org.opensaml.saml.ext.samlec.SessionKey
Get the session key derivation algorithm.
getAlgorithm() - Method in class org.opensaml.security.x509.X509DigestCriterion
Get the digest algorithm.
getAlgorithm() - Method in interface org.opensaml.xmlsec.encryption.AgreementMethod
Gets the algorithm URI attribute value for this agreement method.
getAlgorithm() - Method in interface org.opensaml.xmlsec.encryption.AlgorithmIdentifierType
Gets the algorithm URI attribute.
getAlgorithm() - Method in interface org.opensaml.xmlsec.encryption.EncryptionMethod
Gets the algorithm URI attribute used in this EncryptionMethod.
getAlgorithm() - Method in class org.opensaml.xmlsec.encryption.impl.AgreementMethodImpl
Gets the algorithm URI attribute value for this agreement method.
getAlgorithm() - Method in class org.opensaml.xmlsec.encryption.impl.AlgorithmIdentifierTypeImpl
Gets the algorithm URI attribute.
getAlgorithm() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionMethodImpl
Gets the algorithm URI attribute used in this EncryptionMethod.
getAlgorithm() - Method in class org.opensaml.xmlsec.encryption.support.DataEncryptionParameters
Gets the XML Encryption algorithm URI used to encrypt.
getAlgorithm() - Method in interface org.opensaml.xmlsec.signature.DigestMethod
Get the Algorithm URI attribute value.
getAlgorithm() - Method in class org.opensaml.xmlsec.signature.impl.DigestMethodImpl
Get the Algorithm URI attribute value.
getAlgorithm() - Method in class org.opensaml.xmlsec.signature.impl.TransformImpl
Get the Algorithm URI attribute value.
getAlgorithm() - Method in class org.opensaml.xmlsec.signature.impl.X509DigestImpl
Get the Algorithm URI attribute value.
getAlgorithm() - Method in interface org.opensaml.xmlsec.signature.Transform
Get the Algorithm URI attribute value.
getAlgorithm() - Method in interface org.opensaml.xmlsec.signature.X509Digest
Get the Algorithm URI attribute value.
getAlgorithmID(String) - Static method in class org.opensaml.xmlsec.algorithm.AlgorithmSupport
Get the Java security JCA/JCE algorithm identifier associated with an algorithm URI.
getAlgorithmRegistry() - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Get the AlgorithmRegistry instance used when resolving algorithm URIs.
getAlgorithmRegistry() - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
Get the AlgorithmRegistry instance used when resolving algorithm URIs.
getAlgorithmRuntimeSupportedPredicate() - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Get a predicate which evaluates whether a cryptographic algorithm is supported by the runtime environment.
getAlgorithmRuntimeSupportedPredicate() - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
Get a predicate which evaluates whether a cryptographic algorithm is supported by the runtime environment.
getAllChildren() - Method in class org.opensaml.xmlsec.signature.impl.TransformImpl
Gets the ordered list of all XMLObject child elements of this element.
getAllChildren() - Method in interface org.opensaml.xmlsec.signature.Transform
Gets the ordered list of all XMLObject child elements of this element.
getAllNamespacesInSubtreeScope() - Method in class org.opensaml.core.xml.NamespaceManager
Get the set of all namespaces which are in scope within the subtree rooted at the owning XMLObject.
getAllowCreate() - Method in class org.opensaml.saml.saml2.core.impl.NameIDPolicyImpl
Gets the AllowCreate value.
getAllowCreate() - Method in interface org.opensaml.saml.saml2.core.NameIDPolicy
Gets the AllowCreate value.
getAllowCreateXSBoolean() - Method in class org.opensaml.saml.saml2.core.impl.NameIDPolicyImpl
Gets the AllowCreate value.
getAllowCreateXSBoolean() - Method in interface org.opensaml.saml.saml2.core.NameIDPolicy
Gets the AllowCreate value.
getAllowedBindingURLSchemes() - Method in class org.opensaml.saml.config.SAMLConfiguration
Gets the unmodifiable list of schemes allowed to appear in binding URLs when encoding a message.
getAllowedBindingURLSchemes() - Static method in class org.opensaml.saml.config.SAMLConfigurationSupport
Get the allowed URL schemes.
getAlls() - Method in class org.opensaml.soap.wspolicy.impl.OperatorContentTypeImpl
Get the list of All elements.
getAlls() - Method in interface org.opensaml.soap.wspolicy.OperatorContentType
Get the list of All elements.
getAltNames(X509Certificate, Integer) - Method in class org.opensaml.security.messaging.impl.BaseClientCertAuthSecurityHandler
Get the list of subject alt name values from the certificate which are of the specified alt name type.
getAltNames(X509Certificate, Integer[]) - Static method in class org.opensaml.security.x509.X509Support
Gets the list of alternative names of a given name type.
getApplicableParameters(EncryptionContext) - Method in class org.opensaml.saml.saml2.profile.impl.AbstractEncryptAction
Return the right set of parameters for the operation to be performed, or none if no encryption should occur.
getApplicableParameters(EncryptionContext) - Method in class org.opensaml.saml.saml2.profile.impl.EncryptAssertions
Return the right set of parameters for the operation to be performed, or none if no encryption should occur.
getApplicableParameters(EncryptionContext) - Method in class org.opensaml.saml.saml2.profile.impl.EncryptAttributes
Return the right set of parameters for the operation to be performed, or none if no encryption should occur.
getApplicableParameters(EncryptionContext) - Method in class org.opensaml.saml.saml2.profile.impl.EncryptNameIDs
Return the right set of parameters for the operation to be performed, or none if no encryption should occur.
getAppliesTo() - Method in class org.opensaml.soap.wsfed.impl.RequestSecurityTokenResponseImpl
Gets the entity to which the token applies.
getAppliesTo() - Method in interface org.opensaml.soap.wsfed.RequestSecurityTokenResponse
Gets the entity to which the token applies.
getAppliesTo() - Method in class org.opensaml.soap.wspolicy.impl.PolicyAttachmentImpl
Get the AppliesTo child element.
getAppliesTo() - Method in interface org.opensaml.soap.wspolicy.PolicyAttachment
Get the AppliesTo child element.
getArsEndpointIndex(MessageContext<SAMLObject>) - Method in class org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactType0004Builder
Gets the index of the source artifact resolution service.
getArsEndpointUrl(MessageContext<SAMLObject>) - Method in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0002Builder
Gets the index of the source artifact resolution service.
getArtifact() - Method in class org.opensaml.saml.common.binding.artifact.BasicSAMLArtifactMapEntry
Gets the artifact that maps to the SAML message.
getArtifact() - Method in interface org.opensaml.saml.common.binding.artifact.SAMLArtifactMap.SAMLArtifactMapEntry
Gets the artifact that maps to the SAML message.
getArtifact() - Method in interface org.opensaml.saml.saml2.core.Artifact
Get artifact value.
getArtifact() - Method in interface org.opensaml.saml.saml2.core.ArtifactResolve
Get Artifact child element.
getArtifact() - Method in class org.opensaml.saml.saml2.core.impl.ArtifactImpl
Get artifact value.
getArtifact() - Method in class org.opensaml.saml.saml2.core.impl.ArtifactResolveImpl
Get Artifact child element.
getArtifactBuilder(byte[]) - Method in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactBuilderFactory
Gets the artifact builder for the given type.
getArtifactBuilder(byte[]) - Method in class org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactBuilderFactory
Gets the artifact builder for the given type.
getArtifactBuilders() - Method in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactBuilderFactory
Gets the currently registered artifact builders.
getArtifactBuilders() - Method in class org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactBuilderFactory
Gets the currently registered artifact builders.
getArtifactBytes() - Method in class org.opensaml.saml.common.binding.artifact.AbstractSAMLArtifact
Gets the bytes for the artifact.
getArtifactBytes() - Method in class org.opensaml.saml.saml2.binding.artifact.AbstractSAML2Artifact
Gets the bytes for the artifact.
getArtifactContext(MessageContext<SAMLObject>) - Method in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0001Builder
Get the artifact context.
getArtifactContext(MessageContext<SAMLObject>) - Method in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0002Builder
Get the artifact context.
getArtifactContext(MessageContext<SAMLObject>) - Method in class org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactType0004Builder
Get the artifact context.
getArtifactLifetime() - Method in class org.opensaml.saml.common.binding.artifact.impl.BasicSAMLArtifactMap
Get the artifact entry lifetime in milliseconds.
getArtifactLifetime() - Method in class org.opensaml.saml.common.binding.artifact.impl.StorageServiceSAMLArtifactMap
Get the artifact entry lifetime in milliseconds.
getArtifactMap() - Method in class org.opensaml.saml.saml1.binding.encoding.impl.HTTPArtifactEncoder
Get the SAML artifact map to use.
getArtifactMap() - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPArtifactEncoder
Get the SAML artifact map to use.
getArtifactResolutionServices() - Method in class org.opensaml.saml.saml2.metadata.impl.SSODescriptorImpl
Gets a list of artifact resolution services for this service.
getArtifactResolutionServices() - Method in interface org.opensaml.saml.saml2.metadata.SSODescriptor
Gets a list of artifact resolution services for this service.
getArtifactType() - Method in class org.opensaml.saml.common.messaging.context.SAMLArtifactContext
Gets the artifact type.
getAssertionArtifact() - Method in interface org.opensaml.saml.saml1.core.AssertionArtifact
Get the contents of the artifact.
getAssertionArtifact() - Method in class org.opensaml.saml.saml1.core.impl.AssertionArtifactImpl
Get the contents of the artifact.
getAssertionArtifacts() - Method in class org.opensaml.saml.saml1.core.impl.RequestImpl
Get the list of artifacts.
getAssertionArtifacts() - Method in interface org.opensaml.saml.saml1.core.Request
Get the list of artifacts.
getAssertionConsumerServiceIndex() - Method in interface org.opensaml.saml.saml2.core.AuthnRequest
Gets the index of the particular Assertion Consumer Service to which the response to this request should be delivered.
getAssertionConsumerServiceIndex() - Method in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
Gets the index of the particular Assertion Consumer Service to which the response to this request should be delivered.
getAssertionConsumerServices() - Method in class org.opensaml.saml.saml2.metadata.impl.SPSSODescriptorImpl
Gets an list of assertion consumer service Endpoints for this service.
getAssertionConsumerServices() - Method in interface org.opensaml.saml.saml2.metadata.SPSSODescriptor
Gets an list of assertion consumer service Endpoints for this service.
getAssertionConsumerServiceURL() - Method in interface org.opensaml.saml.saml2.core.AuthnRequest
Gets the URL of the particular Assertion Consumer Service to which the response to this request should be delivered.
getAssertionConsumerServiceURL() - Method in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
Gets the URL of the particular Assertion Consumer Service to which the response to this request should be delivered.
getAssertionConsumerServiceURL() - Method in class org.opensaml.saml.saml2.ecp.impl.ResponseImpl
Get the AssertionConsumerServiceURL attribute value.
getAssertionConsumerServiceURL() - Method in interface org.opensaml.saml.saml2.ecp.Response
Get the AssertionConsumerServiceURL attribute value.
getAssertionEncryptionParameters() - Method in class org.opensaml.saml.saml2.profile.context.EncryptionContext
Get the encryption parameters to use for encryption of assertions.
getAssertionHandle() - Method in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0001
Gets the artifiact's 20 byte assertion handle.
getAssertionHandle() - Method in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0002
Gets the artifiact's 20 byte assertion handle.
getAssertionID() - Method in interface org.opensaml.saml.saml2.core.AssertionIDRef
Gets the ID of the assertion this references.
getAssertionID() - Method in class org.opensaml.saml.saml2.core.impl.AssertionIDRefImpl
Gets the ID of the assertion this references.
getAssertionIDReferences() - Method in interface org.opensaml.saml.saml1.core.Advice
Get the AssertionIdReferences.
getAssertionIDReferences() - Method in interface org.opensaml.saml.saml1.core.Evidence
Get the list of assertion ID references.
getAssertionIDReferences() - Method in class org.opensaml.saml.saml1.core.impl.AdviceImpl
Get the AssertionIdReferences.
getAssertionIDReferences() - Method in class org.opensaml.saml.saml1.core.impl.EvidenceImpl
Get the list of assertion ID references.
getAssertionIDReferences() - Method in class org.opensaml.saml.saml1.core.impl.RequestImpl
Get the list of AssertionIDReferences.
getAssertionIDReferences() - Method in interface org.opensaml.saml.saml1.core.Request
Get the list of AssertionIDReferences.
getAssertionIDReferences() - Method in interface org.opensaml.saml.saml2.core.Advice
Gets the list of AssertionID references used as advice.
getAssertionIDReferences() - Method in interface org.opensaml.saml.saml2.core.Evidence
Gets the list of AssertionID references used as evidence.
getAssertionIDReferences() - Method in class org.opensaml.saml.saml2.core.impl.AdviceImpl
Gets the list of AssertionID references used as advice.
getAssertionIDReferences() - Method in class org.opensaml.saml.saml2.core.impl.EvidenceImpl
Gets the list of AssertionID references used as evidence.
getAssertionIDRefs() - Method in interface org.opensaml.saml.saml2.core.AssertionIDRequest
Gets a list of child AssertionIDRefs.
getAssertionIDRefs() - Method in class org.opensaml.saml.saml2.core.impl.AssertionIDRequestImpl
Gets a list of child AssertionIDRefs.
getAssertionIDRequestServices() - Method in interface org.opensaml.saml.saml2.metadata.AttributeAuthorityDescriptor
Gets a list of Assertion ID request services.
getAssertionIDRequestServices() - Method in interface org.opensaml.saml.saml2.metadata.AuthnAuthorityDescriptor
Gets the list of assertion ID request services for this authority.
getAssertionIDRequestServices() - Method in interface org.opensaml.saml.saml2.metadata.IDPSSODescriptor
Gets the list of assertion ID request services.
getAssertionIDRequestServices() - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeAuthorityDescriptorImpl
Gets a list of Assertion ID request services.
getAssertionIDRequestServices() - Method in class org.opensaml.saml.saml2.metadata.impl.AuthnAuthorityDescriptorImpl
Gets the list of assertion ID request services for this authority.
getAssertionIDRequestServices() - Method in class org.opensaml.saml.saml2.metadata.impl.IDPSSODescriptorImpl
Gets the list of assertion ID request services.
getAssertionIDRequestServices() - Method in class org.opensaml.saml.saml2.metadata.impl.PDPDescriptorImpl
Gets the list of assertion ID request services for this PDP.
getAssertionIDRequestServices() - Method in interface org.opensaml.saml.saml2.metadata.PDPDescriptor
Gets the list of assertion ID request services for this PDP.
getAssertions() - Method in interface org.opensaml.saml.ext.saml2mdattr.EntityAttributes
Gets the assertions about the entity.
getAssertions() - Method in class org.opensaml.saml.ext.saml2mdattr.impl.EntityAttributesImpl
Gets the assertions about the entity.
getAssertions() - Method in interface org.opensaml.saml.saml1.core.Advice
Get the Assertions.
getAssertions() - Method in interface org.opensaml.saml.saml1.core.Evidence
Get the list of Assertions.
getAssertions() - Method in class org.opensaml.saml.saml1.core.impl.AdviceImpl
Get the Assertions.
getAssertions() - Method in class org.opensaml.saml.saml1.core.impl.EvidenceImpl
Get the list of Assertions.
getAssertions() - Method in class org.opensaml.saml.saml1.core.impl.ResponseImpl
Return the objects representing the Assertion (element).
getAssertions() - Method in interface org.opensaml.saml.saml1.core.Response
Return the objects representing the Assertion (element).
getAssertions() - Method in interface org.opensaml.saml.saml2.core.Advice
Gets the list of Assertions used as advice.
getAssertions() - Method in interface org.opensaml.saml.saml2.core.Evidence
Gets the list of Assertions used as evidence.
getAssertions() - Method in class org.opensaml.saml.saml2.core.impl.AdviceImpl
Gets the list of Assertions used as advice.
getAssertions() - Method in class org.opensaml.saml.saml2.core.impl.EvidenceImpl
Gets the list of Assertions used as evidence.
getAssertions() - Method in class org.opensaml.saml.saml2.core.impl.ResponseImpl
Return the list of Assertion child elements.
getAssertions() - Method in interface org.opensaml.saml.saml2.core.Response
Return the list of Assertion child elements.
getAssertionURI() - Method in interface org.opensaml.saml.saml2.core.AssertionURIRef
Gets the URI of the assertion this references.
getAssertionURI() - Method in class org.opensaml.saml.saml2.core.impl.AssertionURIRefImpl
Gets the URI of the assertion this references.
getAssertionURIReferences() - Method in interface org.opensaml.saml.saml2.core.Advice
Gets the list of AssertionURI references used as advice.
getAssertionURIReferences() - Method in interface org.opensaml.saml.saml2.core.Evidence
Gets the list of AssertionURI references used as evidence.
getAssertionURIReferences() - Method in class org.opensaml.saml.saml2.core.impl.AdviceImpl
Gets the list of AssertionURI references used as advice.
getAssertionURIReferences() - Method in class org.opensaml.saml.saml2.core.impl.EvidenceImpl
Gets the list of AssertionURI references used as evidence.
getAttributeAssignments() - Method in class org.opensaml.xacml.policy.impl.ObligationTypeImpl
Gets the attribute assignments for this obligation.
getAttributeAssignments() - Method in interface org.opensaml.xacml.policy.ObligationType
Gets the attribute assignments for this obligation.
getAttributeAuthorityDescriptor(String) - Method in interface org.opensaml.saml.saml2.metadata.EntityDescriptor
Gets the first AttributeAuthorityDescriptor role descriptor for this entity that supports the given protocol.
getAttributeAuthorityDescriptor(String) - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
Gets the first AttributeAuthorityDescriptor role descriptor for this entity that supports the given protocol.
getAttributeConsumingService() - Method in class org.opensaml.saml.common.messaging.context.AttributeConsumingServiceContext
Gets the assertion to be validated.
getAttributeConsumingServiceIndex() - Method in interface org.opensaml.saml.saml2.core.AuthnRequest
Gets the index of the Attribute Consuming Service which describes the SAML attributes the requester desires or requires to be supplied in the Response message.
getAttributeConsumingServiceIndex() - Method in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
Gets the index of the Attribute Consuming Service which describes the SAML attributes the requester desires or requires to be supplied in the Response message.
getAttributeConsumingServices() - Method in interface org.opensaml.saml.ext.saml2mdquery.AttributeQueryDescriptorType
Gets the list of attribute consuming service endpoints support by this role.
getAttributeConsumingServices() - Method in class org.opensaml.saml.ext.saml2mdquery.impl.AttributeQueryDescriptorTypeImpl
Gets the list of attribute consuming service endpoints support by this role.
getAttributeConsumingServices() - Method in class org.opensaml.saml.saml2.metadata.impl.SPSSODescriptorImpl
Gets an list of attribute consuming service descriptors for this service.
getAttributeConsumingServices() - Method in interface org.opensaml.saml.saml2.metadata.SPSSODescriptor
Gets an list of attribute consuming service descriptors for this service.
getAttributeDesignators() - Method in interface org.opensaml.saml.saml1.core.AttributeQuery
Get list of AttributeDesignators.
getAttributeDesignators() - Method in class org.opensaml.saml.saml1.core.impl.AttributeQueryImpl
Get list of AttributeDesignators.
getAttributeEncryptionParameters() - Method in class org.opensaml.saml.saml2.profile.context.EncryptionContext
Get the encryption parameters to use for encryption of attributes.
getAttributeId() - Method in interface org.opensaml.xacml.ctx.AttributeType
gets the AttributeId.
getAttributeId() - Method in class org.opensaml.xacml.ctx.impl.AttributeTypeImpl
gets the AttributeId.
getAttributeId() - Method in class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeImpl
Gets the ID of the attribute.
getAttributeId() - Method in interface org.opensaml.xacml.ctx.MissingAttributeDetailType
Gets the ID of the attribute.
getAttributeId() - Method in interface org.opensaml.xacml.policy.AttributeAssignmentType
Gets the ID of the attribute to be assigned.
getAttributeId() - Method in interface org.opensaml.xacml.policy.AttributeDesignatorType
Gets the ID of the designated attribute.
getAttributeId() - Method in class org.opensaml.xacml.policy.impl.AttributeAssignmentTypeImpl
Gets the ID of the attribute to be assigned.
getAttributeId() - Method in class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImpl
Gets the ID of the designated attribute.
getAttributeName() - Method in interface org.opensaml.saml.saml1.core.AttributeDesignator
Get the contents of the AttributeName attribute.
getAttributeName() - Method in class org.opensaml.saml.saml1.core.impl.AttributeDesignatorImpl
Get the contents of the AttributeName attribute.
getAttributeNamespace() - Method in interface org.opensaml.saml.saml1.core.AttributeDesignator
Get the contents of the AttributeNamespace attribute.
getAttributeNamespace() - Method in class org.opensaml.saml.saml1.core.impl.AttributeDesignatorImpl
Get the contents of the AttributeNamespace attribute.
getAttributeProfiles() - Method in interface org.opensaml.saml.saml2.metadata.AttributeAuthorityDescriptor
Gets a list of Attribute profiles supported by this authority.
getAttributeProfiles() - Method in interface org.opensaml.saml.saml2.metadata.IDPSSODescriptor
Gets the list of attribute profiles supported by this IdP.
getAttributeProfiles() - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeAuthorityDescriptorImpl
Gets a list of Attribute profiles supported by this authority.
getAttributeProfiles() - Method in class org.opensaml.saml.saml2.metadata.impl.IDPSSODescriptorImpl
Gets the list of attribute profiles supported by this IdP.
getAttributeQuery() - Method in class org.opensaml.saml.saml1.core.impl.RequestImpl
Get the request AttributeQuery.
getAttributeQuery() - Method in interface org.opensaml.saml.saml1.core.Request
Get the request AttributeQuery.
getAttributes() - Method in interface org.opensaml.saml.ext.saml2mdattr.EntityAttributes
Gets the attributes about the entity.
getAttributes() - Method in class org.opensaml.saml.ext.saml2mdattr.impl.EntityAttributesImpl
Gets the attributes about the entity.
getAttributes() - Method in interface org.opensaml.saml.saml1.core.AttributeStatement
Get all the subsiduary Attribute elements.
getAttributes() - Method in class org.opensaml.saml.saml1.core.impl.AttributeStatementImpl
Get all the subsiduary Attribute elements.
getAttributes() - Method in interface org.opensaml.saml.saml2.core.AttributeQuery
Gets the Attributes of this query.
getAttributes() - Method in interface org.opensaml.saml.saml2.core.AttributeStatement
Gets the attributes expressed in this statement.
getAttributes() - Method in class org.opensaml.saml.saml2.core.impl.AttributeQueryImpl
Gets the Attributes of this query.
getAttributes() - Method in class org.opensaml.saml.saml2.core.impl.AttributeStatementImpl
Gets the attributes expressed in this statement.
getAttributes() - Method in interface org.opensaml.saml.saml2.metadata.AttributeAuthorityDescriptor
Gets the list of attribute available from this authority.
getAttributes() - Method in interface org.opensaml.saml.saml2.metadata.IDPSSODescriptor
Gets the list of attributes supported by this IdP.
getAttributes() - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeAuthorityDescriptorImpl
Gets the list of attribute available from this authority.
getAttributes() - Method in class org.opensaml.saml.saml2.metadata.impl.IDPSSODescriptorImpl
Gets the list of attributes supported by this IdP.
getAttributes() - Method in interface org.opensaml.xacml.ctx.ActionType
Returns the list of attributes in the subject.
getAttributes() - Method in interface org.opensaml.xacml.ctx.EnvironmentType
Returns the list of attributes in the environment.
getAttributes() - Method in class org.opensaml.xacml.ctx.impl.ActionTypeImpl
Returns the list of attributes in the subject.
getAttributes() - Method in class org.opensaml.xacml.ctx.impl.EnvironmentTypeImpl
Returns the list of attributes in the environment.
getAttributes() - Method in class org.opensaml.xacml.ctx.impl.ResourceTypeImpl
Returns the list of attributes in the resource.
getAttributes() - Method in class org.opensaml.xacml.ctx.impl.SubjectTypeImpl
Returns the list of attributes in the subject.
getAttributes() - Method in interface org.opensaml.xacml.ctx.ResourceType
Returns the list of attributes in the resource.
getAttributes() - Method in interface org.opensaml.xacml.ctx.SubjectType
Returns the list of attributes in the subject.
getAttributeSelector() - Method in interface org.opensaml.xacml.policy.ActionMatchType
Gets the attribute selector for this match.
getAttributeSelector() - Method in interface org.opensaml.xacml.policy.EnvironmentMatchType
Gets the attribute selector for this match.
getAttributeSelector() - Method in class org.opensaml.xacml.policy.impl.ActionMatchTypeImpl
Gets the attribute selector for this match.
getAttributeSelector() - Method in class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeImpl
Gets the attribute selector for this match.
getAttributeSelector() - Method in class org.opensaml.xacml.policy.impl.ResourceMatchTypeImpl
Gets the attribute selector for this match.
getAttributeSelector() - Method in class org.opensaml.xacml.policy.impl.SubjectMatchTypeImpl
Gets the attribute selector for this match.
getAttributeSelector() - Method in interface org.opensaml.xacml.policy.ResourceMatchType
Gets the attribute selector for this match.
getAttributeSelector() - Method in interface org.opensaml.xacml.policy.SubjectMatchType
Gets the attribute selector for this match.
getAttributeServices() - Method in interface org.opensaml.saml.saml2.metadata.AttributeAuthorityDescriptor
Gets a list of attribute service Endpoints for this authority.
getAttributeServices() - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeAuthorityDescriptorImpl
Gets a list of attribute service Endpoints for this authority.
getAttributeStatements() - Method in interface org.opensaml.saml.saml1.core.Assertion
Return all the AttributeStatement elements.
getAttributeStatements() - Method in class org.opensaml.saml.saml1.core.impl.AssertionImpl
Return all the AttributeStatement elements.
getAttributeStatements() - Method in interface org.opensaml.saml.saml2.core.Assertion
Gets the list of AttributeStatement attached to this assertion.
getAttributeStatements() - Method in class org.opensaml.saml.saml2.core.impl.AssertionImpl
Gets the list of AttributeStatement attached to this assertion.
getAttributeValue() - Method in interface org.opensaml.xacml.policy.ActionMatchType
Gets the attribute value for this match.
getAttributeValue() - Method in interface org.opensaml.xacml.policy.CombinerParameterType
Gets the attribute value type for this parameter.
getAttributeValue() - Method in interface org.opensaml.xacml.policy.EnvironmentMatchType
Gets the attribute value for this match.
getAttributeValue() - Method in class org.opensaml.xacml.policy.impl.ActionMatchTypeImpl
Gets the attribute value for this match.
getAttributeValue() - Method in class org.opensaml.xacml.policy.impl.CombinerParameterTypeImpl
Gets the attribute value type for this parameter.
getAttributeValue() - Method in class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeImpl
Gets the attribute value for this match.
getAttributeValue() - Method in class org.opensaml.xacml.policy.impl.ResourceMatchTypeImpl
Gets the attribute value for this match.
getAttributeValue() - Method in class org.opensaml.xacml.policy.impl.SubjectMatchTypeImpl
Gets the attribute value for this match.
getAttributeValue() - Method in interface org.opensaml.xacml.policy.ResourceMatchType
Gets the attribute value for this match.
getAttributeValue() - Method in interface org.opensaml.xacml.policy.SubjectMatchType
Gets the attribute value for this match.
getAttributeValues() - Method in interface org.opensaml.saml.saml1.core.Attribute
Get all the subsiduary AttributeValue elements.
getAttributeValues() - Method in class org.opensaml.saml.saml1.core.impl.AttributeImpl
Get all the subsiduary AttributeValue elements.
getAttributeValues() - Method in interface org.opensaml.saml.saml2.core.Attribute
Gets the list of attribute values for this attribute.
getAttributeValues() - Method in class org.opensaml.saml.saml2.core.impl.AttributeImpl
Gets the list of attribute values for this attribute.
getAttributeValues() - Method in interface org.opensaml.xacml.ctx.AttributeType
Gets the list of attribute values for this attribute.
getAttributeValues() - Method in class org.opensaml.xacml.ctx.impl.AttributeTypeImpl
Gets the list of attribute values for this attribute.
getAttributeValues() - Method in class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeImpl
Gets the missing attribute values.
getAttributeValues() - Method in interface org.opensaml.xacml.ctx.MissingAttributeDetailType
Gets the missing attribute values.
getAudienceRestrictionConditions() - Method in interface org.opensaml.saml.saml1.core.Conditions
Return the List representing all the AudienceRestrictionCondition sub elements.
getAudienceRestrictionConditions() - Method in class org.opensaml.saml.saml1.core.impl.ConditionsImpl
Return the List representing all the AudienceRestrictionCondition sub elements.
getAudienceRestrictions() - Method in interface org.opensaml.saml.saml2.core.Conditions
Gets the audience restriction conditions for the assertion.
getAudienceRestrictions() - Method in class org.opensaml.saml.saml2.core.impl.ConditionsImpl
Gets the audience restriction conditions for the assertion.
getAudiences() - Method in interface org.opensaml.saml.saml1.core.AudienceRestrictionCondition
Return all the audience elements.
getAudiences() - Method in class org.opensaml.saml.saml1.core.impl.AudienceRestrictionConditionImpl
Return all the audience elements.
getAudiences() - Method in interface org.opensaml.saml.saml2.core.AudienceRestriction
Gets the list of audiences for the assertion.
getAudiences() - Method in class org.opensaml.saml.saml2.core.impl.AudienceRestrictionImpl
Gets the list of audiences for the assertion.
getAudiences() - Method in class org.opensaml.saml.saml2.core.impl.ProxyRestrictionImpl
Gets the list of audiences to whom the assertion may be proxied.
getAudiences() - Method in interface org.opensaml.saml.saml2.core.ProxyRestriction
Gets the list of audiences to whom the assertion may be proxied.
getAudienceURI() - Method in interface org.opensaml.saml.saml2.core.Audience
Gets the URI of the audience for the assertion.
getAudienceURI() - Method in class org.opensaml.saml.saml2.core.impl.AudienceImpl
Gets the URI of the audience for the assertion.
getAuthContextDecl() - Method in interface org.opensaml.saml.saml2.core.AuthnContext
Gets Declaration of this Authentication Context.
getAuthContextDecl() - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextImpl
Gets Declaration of this Authentication Context.
getAuthenticatingAuthorities() - Method in interface org.opensaml.saml.saml2.core.AuthnContext
Gets the Authenticating Authorities of this Authentication Context.
getAuthenticatingAuthorities() - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextImpl
Gets the Authenticating Authorities of this Authentication Context.
getAuthenticationInstant() - Method in interface org.opensaml.saml.saml1.core.AuthenticationStatement
Return the contents of the AuthenticationInstant attribute.
getAuthenticationInstant() - Method in class org.opensaml.saml.saml1.core.impl.AuthenticationStatementImpl
Return the contents of the AuthenticationInstant attribute.
getAuthenticationMethod() - Method in interface org.opensaml.saml.saml1.core.AuthenticationQuery
Get AuthenticationMethod attribute.
getAuthenticationMethod() - Method in interface org.opensaml.saml.saml1.core.AuthenticationStatement
Return the contents of the AuthenticationMethod attribute.
getAuthenticationMethod() - Method in class org.opensaml.saml.saml1.core.impl.AuthenticationQueryImpl
Get AuthenticationMethod attribute.
getAuthenticationMethod() - Method in class org.opensaml.saml.saml1.core.impl.AuthenticationStatementImpl
Return the contents of the AuthenticationMethod attribute.
getAuthenticationQuery() - Method in class org.opensaml.saml.saml1.core.impl.RequestImpl
Get the query AuthenticationQuery.
getAuthenticationQuery() - Method in interface org.opensaml.saml.saml1.core.Request
Get the query AuthenticationQuery.
getAuthenticationStatements() - Method in interface org.opensaml.saml.saml1.core.Assertion
Return the List representing all the AuthenticationStatement sub elements.
getAuthenticationStatements() - Method in class org.opensaml.saml.saml1.core.impl.AssertionImpl
Return the List representing all the AuthenticationStatement sub elements.
getAuthnAuthorityDescriptor(String) - Method in interface org.opensaml.saml.saml2.metadata.EntityDescriptor
Gets the first AuthnAuthorityDescriptor role descriptor for this entity that supports the given protocol.
getAuthnAuthorityDescriptor(String) - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
Gets the first AuthnAuthorityDescriptor role descriptor for this entity that supports the given protocol.
getAuthnContext() - Method in interface org.opensaml.saml.saml2.core.AuthnStatement
Gets the context used to authenticate the subject.
getAuthnContext() - Method in class org.opensaml.saml.saml2.core.impl.AuthnStatementImpl
Gets the context used to authenticate the subject.
getAuthnContextClassRef() - Method in interface org.opensaml.saml.saml2.core.AuthnContext
Gets the URI identifying the Context Class of this Authentication Context.
getAuthnContextClassRef() - Method in interface org.opensaml.saml.saml2.core.AuthnContextClassRef
Gets the URI reference to an authentication context class.
getAuthnContextClassRef() - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextClassRefImpl
Gets the URI reference to an authentication context class.
getAuthnContextClassRef() - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextImpl
Gets the URI identifying the Context Class of this Authentication Context.
getAuthnContextClassRefs() - Method in class org.opensaml.saml.saml2.core.impl.RequestedAuthnContextImpl
Gets the AuthnContextClassRefs of this request.
getAuthnContextClassRefs() - Method in interface org.opensaml.saml.saml2.core.RequestedAuthnContext
Gets the AuthnContextClassRefs of this request.
getAuthnContextDeclRef() - Method in interface org.opensaml.saml.saml2.core.AuthnContext
Gets the URI of the Declaration of this Authentication Context.
getAuthnContextDeclRef() - Method in interface org.opensaml.saml.saml2.core.AuthnContextDeclRef
Gets the URI reference to an authentication context declaration.
getAuthnContextDeclRef() - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextDeclRefImpl
Gets the URI reference to an authentication context declaration.
getAuthnContextDeclRef() - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextImpl
Gets the URI of the Declaration of this Authentication Context.
getAuthnContextDeclRefs() - Method in class org.opensaml.saml.saml2.core.impl.RequestedAuthnContextImpl
Gets the AuthnContextDeclRefs of this request.
getAuthnContextDeclRefs() - Method in interface org.opensaml.saml.saml2.core.RequestedAuthnContext
Gets the AuthnContextDeclRefs of this request.
getAuthnInstant() - Method in interface org.opensaml.saml.saml2.core.AuthnStatement
Gets the time when the authentication took place.
getAuthnInstant() - Method in class org.opensaml.saml.saml2.core.impl.AuthnStatementImpl
Gets the time when the authentication took place.
getAuthnQueryServices() - Method in interface org.opensaml.saml.saml2.metadata.AuthnAuthorityDescriptor
Gets the list of authentication query services for this authority.
getAuthnQueryServices() - Method in class org.opensaml.saml.saml2.metadata.impl.AuthnAuthorityDescriptorImpl
Gets the list of authentication query services for this authority.
getAuthnStatements() - Method in interface org.opensaml.saml.saml2.core.Assertion
Gets the list of AuthnStatements attached to this assertion.
getAuthnStatements() - Method in class org.opensaml.saml.saml2.core.impl.AssertionImpl
Gets the list of AuthnStatements attached to this assertion.
getAuthorities() - Method in class org.opensaml.saml.common.profile.logic.RegistrationAuthorityPredicate
Get the authority name criteria.
getAuthorityBindings() - Method in interface org.opensaml.saml.saml1.core.AuthenticationStatement
Get the list of AuthorityBindings.
getAuthorityBindings() - Method in class org.opensaml.saml.saml1.core.impl.AuthenticationStatementImpl
Get the list of AuthorityBindings.
getAuthorityKind() - Method in interface org.opensaml.saml.saml1.core.AuthorityBinding
Get the type of authority described.
getAuthorityKind() - Method in class org.opensaml.saml.saml1.core.impl.AuthorityBindingImpl
Get the type of authority described.
getAuthorizationDecisionQuery() - Method in class org.opensaml.saml.saml1.core.impl.RequestImpl
Get the request AuthorizationDecisionQuery.
getAuthorizationDecisionQuery() - Method in interface org.opensaml.saml.saml1.core.Request
Get the request AuthorizationDecisionQuery.
getAuthorizationDecisionResult() - Method in class org.opensaml.xacml.ctx.provider.ObligationProcessingContext
Gets the result of a XACML authorization request.
getAuthorizationDecisionStatements() - Method in interface org.opensaml.saml.saml1.core.Assertion
Return the List representing all the AuthorizationStatement sub elements.
getAuthorizationDecisionStatements() - Method in class org.opensaml.saml.saml1.core.impl.AssertionImpl
Return the List representing all the AuthorizationStatement sub elements.
getAuthzDecisionStatements() - Method in interface org.opensaml.saml.saml2.core.Assertion
Gets the list of AuthzDecisionStatements attached to this assertion.
getAuthzDecisionStatements() - Method in class org.opensaml.saml.saml2.core.impl.AssertionImpl
Gets the list of AuthzDecisionStatements attached to this assertion.
getAuthzServices() - Method in class org.opensaml.saml.saml2.metadata.impl.PDPDescriptorImpl
Gets an list of authz services for this service.
getAuthzServices() - Method in interface org.opensaml.saml.saml2.metadata.PDPDescriptor
Gets an list of authz services for this service.
getBackingStore() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractBatchMetadataResolver
Get the EntityDescriptor backing store currently in use by the metadata resolver.
getBackingStore() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
Get the EntityDescriptor backing store currently in use by the metadata resolver.
getBackingStore() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
Get the EntityDescriptor backing store currently in use by the metadata resolver.
getBase64DecodedMessage(HttpServletRequest) - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPPostDecoder
Gets the Base64 encoded message from the request and decodes it.
getBaseID() - Method in interface org.opensaml.saml.ext.saml2delrestrict.Delegate
Gets the BaseID child element of the delegate.
getBaseID() - Method in class org.opensaml.saml.ext.saml2delrestrict.impl.DelegateImpl
Gets the BaseID child element of the delegate.
getBaseID() - Method in class org.opensaml.saml.saml2.core.impl.LogoutRequestImpl
Gets the base identifier of the principal for this request.
getBaseID() - Method in class org.opensaml.saml.saml2.core.impl.NameIDMappingRequestImpl
Gets the base identifier of the principal for this request.
getBaseID() - Method in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationImpl
Gets the base identifier of the principal for this request.
getBaseID() - Method in class org.opensaml.saml.saml2.core.impl.SubjectImpl
Gets the base identifier of the principal for this request.
getBaseID() - Method in interface org.opensaml.saml.saml2.core.LogoutRequest
Gets the base identifier of the principal for this request.
getBaseID() - Method in interface org.opensaml.saml.saml2.core.NameIDMappingRequest
Gets the base identifier of the principal for this request.
getBaseID() - Method in interface org.opensaml.saml.saml2.core.Subject
Gets the base identifier of the principal for this request.
getBaseID() - Method in interface org.opensaml.saml.saml2.core.SubjectConfirmation
Gets the base identifier of the principal for this request.
getBinding() - Method in interface org.opensaml.saml.saml1.core.AuthorityBinding
Get the authority binding.
getBinding() - Method in class org.opensaml.saml.saml1.core.impl.AuthorityBindingImpl
Get the authority binding.
getBinding() - Method in interface org.opensaml.saml.saml2.metadata.Endpoint
Gets the URI identifier for the binding supported by this Endpoint.
getBinding() - Method in class org.opensaml.saml.saml2.metadata.impl.EndpointImpl
Gets the URI identifier for the binding supported by this Endpoint.
getBindingDescriptor() - Method in class org.opensaml.saml.common.messaging.context.SAMLBindingContext
Get the SAML binding descriptor.
getBindings() - Method in class org.opensaml.saml.criterion.BindingCriterion
Get the SAML binding URI.
getBindingURI() - Method in interface org.opensaml.saml.common.binding.decoding.SAMLMessageDecoder
Gets the SAML binding URI supported by this decoder.
getBindingURI() - Method in interface org.opensaml.saml.common.binding.encoding.SAMLMessageEncoder
Gets the SAML binding URI supported by this encoder.
getBindingUri() - Method in class org.opensaml.saml.common.messaging.context.SAMLBindingContext
Get the SAML binding URI.
getBindingURI() - Method in class org.opensaml.saml.saml1.binding.decoding.impl.HTTPArtifactDecoder
Gets the SAML binding URI supported by this decoder.
getBindingURI() - Method in class org.opensaml.saml.saml1.binding.decoding.impl.HTTPPostDecoder
Gets the SAML binding URI supported by this decoder.
getBindingURI() - Method in class org.opensaml.saml.saml1.binding.decoding.impl.HTTPSOAP11Decoder
Gets the SAML binding URI supported by this decoder.
getBindingURI() - Method in class org.opensaml.saml.saml1.binding.encoding.impl.HTTPArtifactEncoder
Gets the SAML binding URI supported by this encoder.
getBindingURI() - Method in class org.opensaml.saml.saml1.binding.encoding.impl.HTTPPostEncoder
Gets the SAML binding URI supported by this encoder.
getBindingURI() - Method in class org.opensaml.saml.saml1.binding.encoding.impl.HTTPSOAP11Encoder
Gets the SAML binding URI supported by this encoder.
getBindingURI() - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
Gets the SAML binding URI supported by this decoder.
getBindingURI() - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPPostDecoder
Gets the SAML binding URI supported by this decoder.
getBindingURI() - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPPostSimpleSignDecoder
Gets the SAML binding URI supported by this decoder.
getBindingURI() - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPRedirectDeflateDecoder
Gets the SAML binding URI supported by this decoder.
getBindingURI() - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPSOAP11Decoder
Gets the SAML binding URI supported by this decoder.
getBindingURI() - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPArtifactEncoder
Gets the SAML binding URI supported by this encoder.
getBindingURI() - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPPostEncoder
Gets the SAML binding URI supported by this encoder.
getBindingURI() - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPPostSimpleSignEncoder
Gets the SAML binding URI supported by this encoder.
getBindingURI() - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPRedirectDeflateEncoder
Gets the SAML binding URI supported by this encoder.
getBindingURI() - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPSOAP11Encoder
Gets the SAML binding URI supported by this encoder.
getBlacklistedAlgorithms() - Method in class org.opensaml.xmlsec.impl.BasicWhitelistBlacklistConfiguration
Get the list of blacklisted algorithm URI's.
getBlacklistedAlgorithms() - Method in interface org.opensaml.xmlsec.WhitelistBlacklistConfiguration
Get the list of blacklisted algorithm URI's.
getBlacklistedAlgorithms() - Method in class org.opensaml.xmlsec.WhitelistBlacklistParameters
Get the list of blacklisted algorithm URI's.
getBody() - Method in interface org.opensaml.soap.soap11.Envelope
Gets the body of this envelope.
getBody() - Method in class org.opensaml.soap.soap11.impl.EnvelopeImpl
Gets the body of this envelope.
getBodyHandler() - Method in class org.opensaml.soap.soap11.decoder.http.impl.HTTPSOAP11Decoder
Get the configured body handler MessageHandler.
getBuilder(QName) - Static method in class org.opensaml.core.xml.util.XMLObjectSupport
Obtain an XMLObject builder for the given QName.
getBuilder(QName) - Method in class org.opensaml.core.xml.XMLObjectBuilderFactory
Retrieves an XMLObjectBuilder using the key it was registered with.
getBuilder(Element) - Method in class org.opensaml.core.xml.XMLObjectBuilderFactory
Retrieves the XMLObject builder for the given element.
getBuilderFactory() - Method in class org.opensaml.core.xml.config.XMLObjectProviderRegistry
Gets the XMLObject builder factory that has been configured with information from loaded configuration files.
getBuilderFactory() - Static method in class org.opensaml.core.xml.config.XMLObjectProviderRegistrySupport
Gets the XMLObject builder factory that has been configured with information from loaded configuration files.
getBuilderOrThrow(QName) - Method in class org.opensaml.core.xml.XMLObjectBuilderFactory
Retrieves an XMLObjectBuilder using the key it was registered with, or throws a runtime error if unable to locate one.
getBuilderOrThrow(Element) - Method in class org.opensaml.core.xml.XMLObjectBuilderFactory
Retrieves the XMLObjectBuilder for the given element.
getBuilders() - Method in class org.opensaml.core.xml.XMLObjectBuilderFactory
Gets an immutable list of all the builders currently registered.
getCachedFilteredMetadata() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractBatchMetadataResolver.BatchEntityBackingStore
Get the cached filtered source metadata.
getCachedFilteredMetadata() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractBatchMetadataResolver
Convenience method for getting the current effective cached filtered metadata.
getCachedOriginalMetadata() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractBatchMetadataResolver.BatchEntityBackingStore
Get the cached original source metadata.
getCachedOriginalMetadata() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractBatchMetadataResolver
Convenience method for getting the current effective cached original metadata.
getCacheDuration() - Method in interface org.opensaml.saml.saml2.common.CacheableSAMLObject
Gets the maximum time, in milliseconds, that this descriptor should be cached.
getCacheDuration() - Method in class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorImpl
Gets the maximum time, in milliseconds, that this descriptor should be cached.
getCacheDuration() - Method in class org.opensaml.saml.saml2.metadata.impl.EntitiesDescriptorImpl
Gets the maximum time, in milliseconds, that this descriptor should be cached.
getCacheDuration() - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
Gets the maximum time, in milliseconds, that this descriptor should be cached.
getCacheDuration() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorImpl
Gets the maximum time, in milliseconds, that this descriptor should be cached.
getCandidates() - Method in class org.opensaml.saml.common.profile.logic.EntityAttributesPredicate
Get the candidate criteria.
getCandidates() - Method in class org.opensaml.saml.metadata.support.AttributeConsumingServiceSelector
Get the list of candidate attribute consuming services.
getCanonicalizationAlgorithm() - Method in class org.opensaml.xmlsec.signature.impl.SignatureImpl
Gets the canonicalization algorithm used to create the signature content.
getCanonicalizationAlgorithm() - Method in interface org.opensaml.xmlsec.signature.Signature
Gets the canonicalization algorithm used to create the signature content.
getCapabilities() - Method in class org.opensaml.storage.AbstractStorageService
Returns the capabilities of the underlying store.
getCapabilities() - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
 
getCapabilities() - Method in interface org.opensaml.storage.StorageService
Returns the capabilities of the underlying store.
getCarriedKeyName() - Method in interface org.opensaml.xmlsec.encryption.EncryptedKey
Gets the child element carrying the human readable name for this key.
getCarriedKeyName() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedKeyImpl
Gets the child element carrying the human readable name for this key.
getCertificate(X509Certificate) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
Convert an X509Certificate into a native Java representation.
getCertificateNameOptions() - Method in class org.opensaml.security.messaging.impl.BaseClientCertAuthSecurityHandler
Get the certificate name options in use.
getCertificateNameOptions() - Method in interface org.opensaml.security.x509.tls.ClientTLSValidationConfiguration
Get a CertificateNameOptions instance to use when evaluating a client TLS X509Credential.
getCertificateNameOptions() - Method in class org.opensaml.security.x509.tls.ClientTLSValidationParameters
Get a CertificateNameOptions instance to use when evaluating a client TLS X509Credential.
getCertificateNameOptions() - Method in class org.opensaml.security.x509.tls.impl.BasicClientTLSValidationConfiguration
Get a CertificateNameOptions instance to use when evaluating a client TLS X509Credential.
getCertificatePresenterEntityID(MessageContext) - Method in class org.opensaml.saml.common.binding.security.impl.SAMLMDClientCertAuthSecurityHandler
Get the entity ID of the presenter of the client TLS certificate, as will be used for trust evaluation purposes.
getCertificatePresenterEntityID(MessageContext) - Method in class org.opensaml.security.messaging.impl.BaseClientCertAuthSecurityHandler
Get the entity ID of the presenter of the client TLS certificate, as will be used for trust evaluation purposes.
getCertificates() - Method in class org.opensaml.security.x509.impl.BasicPKIXValidationInformation
Gets the certificate trust anchors used during PKIX validation.
getCertificates() - Method in interface org.opensaml.security.x509.PKIXValidationInformation
Gets the certificate trust anchors used during PKIX validation.
getCertificates(KeyInfo) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
Get a list of the Java X509Certificate within the given KeyInfo.
getCertificates(X509Data) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
Get a list of the Java X509Certificate within the given X509Data.
getChain() - Method in class org.opensaml.security.trust.impl.ChainingTrustEngine
Get the list of configured trust engines which constitute the trust evaluation chain.
getChain() - Method in class org.opensaml.xmlsec.signature.support.impl.ChainingSignatureTrustEngine
Get the list of configured trust engines which constitute the trust evaluation chain.
getChallenge() - Method in class org.opensaml.soap.wstrust.impl.SignChallengeTypeImpl
Returns the wst:Challenge child element.
getChallenge() - Method in interface org.opensaml.soap.wstrust.SignChallengeType
Returns the wst:Challenge child element.
getChannelBindings() - Method in class org.opensaml.saml.common.messaging.context.ChannelBindingsContext
Get the channel bindings.
getChildren() - Method in interface org.opensaml.saml.saml2.core.Advice
Gets the list of all child elements attached to this advice.
getChildren(QName) - Method in interface org.opensaml.saml.saml2.core.Advice
Gets the list of child elements attached to this advice that match a particular QName.
getChildren() - Method in class org.opensaml.saml.saml2.core.impl.AdviceImpl
Gets the list of all child elements attached to this advice.
getChildren(QName) - Method in class org.opensaml.saml.saml2.core.impl.AdviceImpl
Gets the list of child elements attached to this advice that match a particular QName.
getCipherData() - Method in interface org.opensaml.xmlsec.encryption.EncryptedType
Gets the CipherData child element.
getCipherData() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
Gets the CipherData child element.
getCipherMode() - Method in interface org.opensaml.xmlsec.algorithm.BlockEncryptionAlgorithm
Get the JCA cipher mode specified by this algorithm.
getCipherMode() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES128CBC
Get the JCA cipher mode specified by this algorithm.
getCipherMode() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES128GCM
Get the JCA cipher mode specified by this algorithm.
getCipherMode() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES192CBC
Get the JCA cipher mode specified by this algorithm.
getCipherMode() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES192GCM
Get the JCA cipher mode specified by this algorithm.
getCipherMode() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES256CBC
Get the JCA cipher mode specified by this algorithm.
getCipherMode() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES256GCM
Get the JCA cipher mode specified by this algorithm.
getCipherMode() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionDESede
Get the JCA cipher mode specified by this algorithm.
getCipherMode() - Method in class org.opensaml.xmlsec.algorithm.descriptors.KeyTransportRSA15
Get the JCA cipher mode specified by this algorithm.
getCipherMode() - Method in class org.opensaml.xmlsec.algorithm.descriptors.KeyTransportRSAOAEP
Get the JCA cipher mode specified by this algorithm.
getCipherMode() - Method in class org.opensaml.xmlsec.algorithm.descriptors.KeyTransportRSAOAEPMGF1P
Get the JCA cipher mode specified by this algorithm.
getCipherMode() - Method in interface org.opensaml.xmlsec.algorithm.KeyTransportAlgorithm
Get the JCA cipher mode specified by this algorithm.
getCipherReference() - Method in interface org.opensaml.xmlsec.encryption.CipherData
Get the CipherReference which points to the location encrypted data.
getCipherReference() - Method in class org.opensaml.xmlsec.encryption.impl.CipherDataImpl
Get the CipherReference which points to the location encrypted data.
getCipherValue() - Method in interface org.opensaml.xmlsec.encryption.CipherData
Get the base64-encoded data representing the the encrypted form of the plaintext data.
getCipherValue() - Method in class org.opensaml.xmlsec.encryption.impl.CipherDataImpl
Get the base64-encoded data representing the the encrypted form of the plaintext data.
getCleanupInterval() - Method in class org.opensaml.storage.AbstractStorageService
Gets the number of milliseconds between one cleanup and another.
getCleanupTask() - Method in class org.opensaml.storage.AbstractStorageService
Returns a cleanup task function to schedule for background cleanup.
getCleanupTask() - Method in class org.opensaml.storage.impl.JPAStorageService
Returns a cleanup task function to schedule for background cleanup.
getCleanupTask() - Method in class org.opensaml.storage.impl.MemoryStorageService
Returns a cleanup task function to schedule for background cleanup.
getCleanupTask() - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Returns a cleanup task function to schedule for background cleanup.
getCleanupTaskInterval() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
Get the interval in milliseconds at which the cleanup task should run.
getCleanupTaskTimer() - Method in class org.opensaml.storage.AbstractStorageService
Gets the timer used to schedule cleanup tasks.
getClockSkew() - Method in class org.opensaml.saml.common.binding.security.impl.MessageLifetimeSecurityHandler
Get the clock skew.
getCode() - Method in interface org.opensaml.soap.soap11.Fault
Gets the fault code for this fault.
getCode() - Method in class org.opensaml.soap.soap11.impl.FaultImpl
Gets the fault code for this fault.
getCode() - Method in class org.opensaml.soap.wstrust.impl.StatusImpl
Returns the wst:Code child element.
getCode() - Method in interface org.opensaml.soap.wstrust.Status
Returns the wst:Code child element.
getCollection() - Method in class org.opensaml.security.credential.impl.CollectionCredentialResolver
Get the (modifiable) credential collection which is the backing store for the resolver.
getCombinedHash() - Method in interface org.opensaml.soap.wstrust.Authenticator
Returns the wst:CombinedHash child element.
getCombinedHash() - Method in class org.opensaml.soap.wstrust.impl.AuthenticatorImpl
Returns the wst:CombinedHash child element.
getCombinePoliciesXSBooleanValue() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
Returns if the PDP can combine policies from the query and local policies.
getCombinePoliciesXSBooleanValue() - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
Returns if the PDP can combine policies from the query and local policies.
getCombinerParameters() - Method in interface org.opensaml.xacml.policy.CombinerParametersType
Gets the combiner parameters.
getCombinerParameters() - Method in class org.opensaml.xacml.policy.impl.CombinerParametersTypeImpl
Gets the combiner parameters.
getCombinerParameters() - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Gets the combiner parameters for this policy set.
getCombinerParameters() - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
Gets the combiner parameters for this policy.
getCombinerParameters() - Method in interface org.opensaml.xacml.policy.PolicySetType
Gets the combiner parameters for this policy set.
getCombinerParameters() - Method in interface org.opensaml.xacml.policy.PolicyType
Gets the combiner parameters for this policy.
getCommonName(X509Certificate) - Method in class org.opensaml.security.messaging.impl.BaseClientCertAuthSecurityHandler
Get the first common name (CN) value from the subject DN of the specified certificate.
getCommonNames(X500Principal) - Static method in class org.opensaml.security.x509.X509Support
Gets the commons names that appear within the given distinguished name.
getCompany() - Method in interface org.opensaml.saml.saml2.metadata.ContactPerson
Gets the company this contact person is associated with.
getCompany() - Method in class org.opensaml.saml.saml2.metadata.impl.ContactPersonImpl
Gets the company this contact person is associated with.
getComparison() - Method in class org.opensaml.saml.saml2.core.impl.RequestedAuthnContextImpl
Gets the Comparison attribute value of the requested authn context.
getComparison() - Method in interface org.opensaml.saml.saml2.core.RequestedAuthnContext
Gets the Comparison attribute value of the requested authn context.
GetComplete - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core GetComplete.
GetCompleteBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder of GetCompleteImpl.
GetCompleteBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.GetCompleteBuilder
Constructor.
GetCompleteImpl - Class in org.opensaml.saml.saml2.core.impl
Concrete implementation of GetComplete.
GetCompleteImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.GetCompleteImpl
Constructor.
GetCompleteMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread safe Marshaller for GetComplete objects.
GetCompleteMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.GetCompleteMarshaller
 
GetCompleteUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for GetComplete objects.
GetCompleteUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.GetCompleteUnmarshaller
 
getCondition() - Method in class org.opensaml.saml.metadata.resolver.filter.impl.PredicateFilter
Get the predicate to be applied.
getCondition() - Method in class org.opensaml.xacml.policy.impl.RuleTypeImpl
Gets the condition for this rule.
getCondition() - Method in interface org.opensaml.xacml.policy.RuleType
Gets the condition for this rule.
getConditions() - Method in interface org.opensaml.saml.saml1.core.Assertion
Return the (singleton) Object, representing the Conditions sub element.
getConditions() - Method in interface org.opensaml.saml.saml1.core.Conditions
Return the List representing all the Condition sub elements.
getConditions(QName) - Method in interface org.opensaml.saml.saml1.core.Conditions
Return the List representing all the Conditions with the given schema type or element name.
getConditions() - Method in class org.opensaml.saml.saml1.core.impl.AssertionImpl
Return the (singleton) Object, representing the Conditions sub element.
getConditions() - Method in class org.opensaml.saml.saml1.core.impl.ConditionsImpl
Return the List representing all the Condition sub elements.
getConditions(QName) - Method in class org.opensaml.saml.saml1.core.impl.ConditionsImpl
Return the List representing all the Conditions with the given schema type or element name.
getConditions() - Method in interface org.opensaml.saml.saml2.core.Assertion
Gets the Conditions placed on this assertion.
getConditions() - Method in interface org.opensaml.saml.saml2.core.AuthnRequest
Gets the Conditions of the request.
getConditions() - Method in interface org.opensaml.saml.saml2.core.Conditions
Gets all the conditions on the assertion.
getConditions() - Method in class org.opensaml.saml.saml2.core.impl.AssertionImpl
Gets the Conditions placed on this assertion.
getConditions() - Method in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
Gets the Conditions of the request.
getConditions() - Method in class org.opensaml.saml.saml2.core.impl.ConditionsImpl
Gets all the conditions on the assertion.
getConfigResources() - Method in class org.opensaml.core.xml.config.AbstractXMLObjectProviderInitializer
Obtain the list of configuration file resources which should be loaded.
getConfigResources() - Method in class org.opensaml.core.xml.config.XMLObjectProviderInitializer
Obtain the list of configuration file resources which should be loaded.
getConfigResources() - Method in class org.opensaml.saml.config.XMLObjectProviderInitializer
Obtain the list of configuration file resources which should be loaded.
getConfigResources() - Method in class org.opensaml.soap.config.XMLObjectProviderInitializer
Obtain the list of configuration file resources which should be loaded.
getConfigResources() - Method in class org.opensaml.xacml.config.XMLObjectProviderInitializer
Obtain the list of configuration file resources which should be loaded.
getConfigResources() - Method in class org.opensaml.xacml.profile.saml.config.XMLObjectProviderInitializer
Obtain the list of configuration file resources which should be loaded.
getConfigResources() - Method in class org.opensaml.xmlsec.config.XMLObjectProviderInitializer
Obtain the list of configuration file resources which should be loaded.
getConfiguration() - Static method in class org.opensaml.core.config.ConfigurationService
Get the Configuration instance to use.
getConfigurationProperties() - Static method in class org.opensaml.core.config.ConfigurationService
Get the set of configuration meta-properties, which determines the configuration of the configuration service itself.
getConfigurations() - Method in class org.opensaml.security.x509.tls.ClientTLSValidationConfigurationCriterion
Get the list of configuration instances.
getConfigurations() - Method in class org.opensaml.xmlsec.criterion.DecryptionConfigurationCriterion
Get the list of configuration instances.
getConfigurations() - Method in class org.opensaml.xmlsec.criterion.EncryptionConfigurationCriterion
Get the list of configuration instances.
getConfigurations() - Method in class org.opensaml.xmlsec.criterion.SignatureSigningConfigurationCriterion
Get the list of configuration instances.
getConfigurations() - Method in class org.opensaml.xmlsec.criterion.SignatureValidationConfigurationCriterion
Get the list of configuration instances.
getConfirmationMethod() - Method in interface org.opensaml.saml.ext.saml2delrestrict.Delegate
Get the confirmation method attribute value.
getConfirmationMethod() - Method in class org.opensaml.saml.ext.saml2delrestrict.impl.DelegateImpl
Get the confirmation method attribute value.
getConfirmationMethod() - Method in interface org.opensaml.saml.saml1.core.ConfirmationMethod
Gets the confirmation method.
getConfirmationMethod() - Method in class org.opensaml.saml.saml1.core.impl.ConfirmationMethodImpl
Gets the confirmation method.
getConfirmationMethods() - Method in class org.opensaml.saml.saml1.core.impl.SubjectConfirmationImpl
Get a mutable list of all the ConfirmationMethods.
getConfirmationMethods() - Method in interface org.opensaml.saml.saml1.core.SubjectConfirmation
Get a mutable list of all the ConfirmationMethods.
getConsent() - Method in class org.opensaml.saml.common.messaging.context.SAMLConsentContext
Get the SAML Consent value in use.
getConsent() - Method in class org.opensaml.saml.saml2.core.impl.RequestAbstractTypeImpl
Gets the consent obtained from the principal for sending this request.
getConsent() - Method in class org.opensaml.saml.saml2.core.impl.StatusResponseTypeImpl
Gets the consent obtained from the principal for sending this response.
getConsent() - Method in interface org.opensaml.saml.saml2.core.RequestAbstractType
Gets the consent obtained from the principal for sending this request.
getConsent() - Method in interface org.opensaml.saml.saml2.core.StatusResponseType
Gets the consent obtained from the principal for sending this response.
getContactPersons() - Method in interface org.opensaml.saml.saml2.metadata.EntityDescriptor
Get the contact people for this entity.
getContactPersons() - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
Get the contact people for this entity.
getContactPersons() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorImpl
Gets an immutable list of ContactPersons for this role.
getContactPersons() - Method in interface org.opensaml.saml.saml2.metadata.RoleDescriptor
Gets an immutable list of ContactPersons for this role.
getContentReferences() - Method in class org.opensaml.xmlsec.signature.impl.SignatureImpl
Gets the list of signature content references.
getContentReferences() - Method in interface org.opensaml.xmlsec.signature.Signature
Gets the list of signature content references.
getContents() - Method in interface org.opensaml.saml.saml1.core.Action
Return the contents.
getContents() - Method in class org.opensaml.saml.saml1.core.impl.ActionImpl
Return the contents.
getContext() - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenImpl
Returns the Context attribute value.
getContext() - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenResponseImpl
Returns the Context attribute value.
getContext() - Method in interface org.opensaml.soap.wstrust.RequestSecurityToken
Returns the Context attribute value.
getContext() - Method in interface org.opensaml.soap.wstrust.RequestSecurityTokenResponse
Returns the Context attribute value.
getContext(Object) - Static method in class org.opensaml.storage.annotation.AnnotationSupport
Gets the value of the field indicated by the Context annotation on the given object.
getContext() - Method in class org.opensaml.storage.impl.JPAStorageRecord
Returns the context.
getContext() - Method in class org.opensaml.storage.impl.JPAStorageRecord.RecordId
Returns the context.
getContextMap() - Method in class org.opensaml.storage.AbstractMapBackedStorageService
Get the map of contexts to manipulate during operations.
getContextMap() - Method in class org.opensaml.storage.impl.MemoryStorageService
Get the map of contexts to manipulate during operations.
getContextMap() - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Get the map of contexts to manipulate during operations.
getContextSigningParameters(MessageContext<SAMLObject>) - Static method in class org.opensaml.saml.common.messaging.SAMLMessageSecuritySupport
Get the signing parameters from the message context.
getContextSize() - Method in class org.opensaml.storage.AbstractStorageService
Gets max size of context labels in characters.
getContextSize() - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageCapabilities
 
getContextSize() - Method in interface org.opensaml.storage.StorageCapabilities
Gets max size of context labels in characters.
getCookieName() - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Get the cookie name to use for storage tracking.
getCreated() - Method in class org.opensaml.soap.wssecurity.impl.TimestampImpl
Returns the <wsu:Created< child element.
getCreated() - Method in interface org.opensaml.soap.wssecurity.Timestamp
Returns the <wsu:Created< child element.
getCreated() - Method in class org.opensaml.soap.wstrust.impl.LifetimeImpl
Returns the wsu:Created child element.
getCreated() - Method in interface org.opensaml.soap.wstrust.Lifetime
Returns the wsu:Created child element.
getCreationInstant() - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationImpl
Get the creation instant.
getCreationInstant() - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationInfoImpl
Get the creation instant.
getCreationInstant() - Method in interface org.opensaml.saml.ext.saml2mdrpi.Publication
Get the creation instant.
getCreationInstant() - Method in interface org.opensaml.saml.ext.saml2mdrpi.PublicationInfo
Get the creation instant.
getCredentialContextSet() - Method in class org.opensaml.security.credential.AbstractCredential
Get the set of credential context information, which provides additional information specific to the contexts in which the credential was resolved.
getCredentialContextSet() - Method in interface org.opensaml.security.credential.Credential
Get the set of credential context information, which provides additional information specific to the contexts in which the credential was resolved.
getCredentialResolver() - Method in class org.opensaml.security.trust.impl.ExplicitKeyTrustEngine
Gets the credential resolver used to recover trusted credentials that may be used to validate tokens.
getCredentialResolver() - Method in class org.opensaml.security.trust.impl.ExplicitX509CertificateTrustEngine
Gets the credential resolver used to recover trusted credentials that may be used to validate tokens.
getCredentialResolver() - Method in interface org.opensaml.security.trust.TrustedCredentialTrustEngine
Gets the credential resolver used to recover trusted credentials that may be used to validate tokens.
getCredentialResolver() - Method in class org.opensaml.xmlsec.signature.support.impl.ExplicitKeySignatureTrustEngine
Gets the credential resolver used to recover trusted credentials that may be used to validate tokens.
getCredentialType() - Method in class org.opensaml.security.credential.BasicCredential
Get the primary type of the credential instance.
getCredentialType() - Method in interface org.opensaml.security.credential.Credential
Get the primary type of the credential instance.
getCredentialType() - Method in class org.opensaml.security.messaging.ServletRequestX509CredentialAdapter
Get the primary type of the credential instance.
getCredentialType() - Method in class org.opensaml.security.x509.BasicX509Credential
Get the primary type of the credential instance.
getCredentialType() - Method in class org.opensaml.security.x509.impl.KeyStoreX509CredentialAdapter
Get the primary type of the credential instance.
getCredentialType() - Method in class org.opensaml.security.x509.impl.X509KeyManagerX509CredentialAdapter
Get the primary type of the credential instance.
getCredentialType() - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory
Get the type (interface) of the specific type of credential handled by generators produced by this factory.
getCredentialType() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Get the type (interface) of the specific type of credential handled by generators produced by this factory.
getCredentialType() - Method in interface org.opensaml.xmlsec.keyinfo.KeyInfoGeneratorFactory
Get the type (interface) of the specific type of credential handled by generators produced by this factory.
getCRL(X509CRL) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
Convert an X509CRL into a native Java representation.
getCRLs() - Method in class org.opensaml.security.messaging.ServletRequestX509CredentialAdapter
Gets a collection of CRLs associated with the credential.
getCRLs() - Method in class org.opensaml.security.x509.BasicX509Credential
Gets a collection of CRLs associated with the credential.
getCRLs() - Method in class org.opensaml.security.x509.impl.BasicPKIXValidationInformation
Gets the CRLs used during PKIX validation.
getCRLs() - Method in class org.opensaml.security.x509.impl.KeyStoreX509CredentialAdapter
Gets a collection of CRLs associated with the credential.
getCRLs() - Method in class org.opensaml.security.x509.impl.X509KeyManagerX509CredentialAdapter
Gets a collection of CRLs associated with the credential.
getCRLs() - Method in interface org.opensaml.security.x509.PKIXValidationInformation
Gets the CRLs used during PKIX validation.
getCRLs() - Method in interface org.opensaml.security.x509.X509Credential
Gets a collection of CRLs associated with the credential.
getCRLs(KeyInfo) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
Get a list of the Java X509CRLs within the given KeyInfo.
getCRLs(X509Data) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
Get a list of the Java X509CRLs within the given X509Data.
getDataEncryptionAlgorithm() - Method in class org.opensaml.xmlsec.EncryptionParameters
Get the encryption algorithm URI to use when encrypting the EncryptedData.
getDataEncryptionAlgorithm() - Method in class org.opensaml.xmlsec.KeyTransportAlgorithmPredicate.SelectionInput
Get the candidate data encryption algorithm.
getDataEncryptionAlgorithms() - Method in interface org.opensaml.xmlsec.EncryptionConfiguration
Get the list of preferred data encryption algorithm URIs, in preference order.
getDataEncryptionAlgorithms() - Method in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
Get the list of preferred data encryption algorithm URIs, in preference order.
getDataEncryptionCredential() - Method in class org.opensaml.xmlsec.EncryptionParameters
Get the encryption credential to use when encrypting the EncryptedData.
getDataEncryptionCredentials() - Method in interface org.opensaml.xmlsec.EncryptionConfiguration
Get the list of data encryption credentials to use, in preference order.
getDataEncryptionCredentials() - Method in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
Get the list of data encryption credentials to use, in preference order.
getDataKeyInfoCredentialResolver() - Method in interface org.opensaml.xmlsec.DecryptionConfiguration
The KeyInfoCredentialResolver to use when processing the EncryptedData/KeyInfo.
getDataKeyInfoCredentialResolver() - Method in class org.opensaml.xmlsec.DecryptionParameters
Get the KeyInfoCredentialResolver to use when processing the EncryptedData/KeyInfo.
getDataKeyInfoCredentialResolver() - Method in class org.opensaml.xmlsec.impl.BasicDecryptionConfiguration
Get the KeyInfoCredentialResolver to use when processing the EncryptedData/KeyInfo.
getDataKeyInfoGenerator() - Method in class org.opensaml.xmlsec.EncryptionParameters
Get the KeyInfoGenerator to use when generating the EncryptedData/KeyInfo.
getDataKeyInfoGeneratorManager() - Method in interface org.opensaml.xmlsec.EncryptionConfiguration
Get the KeyInfoGenerator manager to use when generating the EncryptedData/KeyInfo.
getDataKeyInfoGeneratorManager() - Method in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
Get the KeyInfoGenerator manager to use when generating the EncryptedData/KeyInfo.
getDataReferences() - Method in class org.opensaml.xmlsec.encryption.impl.ReferenceListImpl
Get the list of data reference child elements.
getDataReferences() - Method in interface org.opensaml.xmlsec.encryption.ReferenceList
Get the list of data reference child elements.
getDataType() - Method in interface org.opensaml.xacml.ctx.AttributeType
Get the datatype of the attribute.
getDataType() - Method in class org.opensaml.xacml.ctx.impl.AttributeTypeImpl
Get the datatype of the attribute.
getDataType() - Method in class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeImpl
Gets the data type of the attribute.
getDataType() - Method in interface org.opensaml.xacml.ctx.MissingAttributeDetailType
Gets the data type of the attribute.
getDataType() - Method in interface org.opensaml.xacml.policy.AttributeDesignatorType
Gets the data type of the designated attribute.
getDataType() - Method in interface org.opensaml.xacml.policy.AttributeSelectorType
Gets the data type of the attribute to be selected.
getDataType() - Method in interface org.opensaml.xacml.policy.AttributeValueType
Gets the data type of the designated attribute.
getDataType() - Method in class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImpl
Gets the data type of the designated attribute.
getDataType() - Method in class org.opensaml.xacml.policy.impl.AttributeSelectorTypeImpl
Gets the data type of the attribute to be selected.
getDataType() - Method in class org.opensaml.xacml.policy.impl.AttributeValueTypeImpl
Gets the data type of the designated attribute.
getDateTime() - Method in interface org.opensaml.soap.wssecurity.AttributedDateTime
Returns the DateTime content or attribute value.
getDateTime() - Method in class org.opensaml.soap.wssecurity.impl.AttributedDateTimeImpl
Returns the DateTime content or attribute value.
getDateTimeFormatter() - Method in class org.opensaml.core.xml.schema.impl.XSDateTimeImpl
Get the DateTimeFormatter to be used when stringifying the DateTime value.
getDateTimeFormatter() - Method in interface org.opensaml.core.xml.schema.XSDateTime
Get the DateTimeFormatter to be used when stringifying the DateTime value.
getDateTimeFormatter() - Method in interface org.opensaml.soap.wssecurity.AttributedDateTime
Get the DateTimeFormatter to be used when stringifying the DateTime value.
getDateTimeFormatter() - Method in class org.opensaml.soap.wssecurity.impl.AttributedDateTimeImpl
Get the DateTimeFormatter to be used when stringifying the DateTime value.
getDecision() - Method in interface org.opensaml.saml.saml1.core.AuthorizationDecisionStatement
Return the contents of the Decision attribute
getDecision() - Method in class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionStatementImpl
Return the contents of the Decision attribute
getDecision() - Method in interface org.opensaml.saml.saml2.core.AuthzDecisionStatement
Gets the decision of the authorization request.
getDecision() - Method in class org.opensaml.saml.saml2.core.impl.AuthzDecisionStatementImpl
Gets the decision of the authorization request.
getDecision() - Method in interface org.opensaml.xacml.ctx.DecisionType
Gets the value of the decision.
getDecision() - Method in class org.opensaml.xacml.ctx.impl.DecisionTypeImpl
Gets the value of the decision.
getDecision() - Method in class org.opensaml.xacml.ctx.impl.ResultTypeImpl
Returns the decision in the result.
getDecision() - Method in interface org.opensaml.xacml.ctx.ResultType
Returns the decision in the result.
getDecrypter() - Method in class org.opensaml.saml.saml2.profile.impl.AbstractDecryptAction
Get the decrypter.
getDecryptionParameters() - Method in class org.opensaml.xmlsec.context.SecurityParametersContext
Get the parameters to use for XML decryption operations.
getDecryptionPredicate() - Method in class org.opensaml.saml.saml2.profile.impl.AbstractDecryptAction
Get the predicate used to determine whether to attempt decryption.
getDefaultArtifactResolutionService() - Method in class org.opensaml.saml.saml2.metadata.impl.SSODescriptorImpl
Gets the default artifact resolution service.
getDefaultArtifactResolutionService() - Method in interface org.opensaml.saml.saml2.metadata.SSODescriptor
Gets the default artifact resolution service.
getDefaultAssertionConsumerService() - Method in class org.opensaml.saml.saml2.metadata.impl.SPSSODescriptorImpl
Gets the default assertion consumer service.
getDefaultAssertionConsumerService() - Method in interface org.opensaml.saml.saml2.metadata.SPSSODescriptor
Gets the default assertion consumer service.
getDefaultAttributeConsumingService() - Method in class org.opensaml.saml.saml2.metadata.impl.SPSSODescriptorImpl
Gets the default attribute consuming service.
getDefaultAttributeConsumingService() - Method in interface org.opensaml.saml.saml2.metadata.SPSSODescriptor
Gets the default attribute consuming service.
getDefaultCriteria() - Method in class org.opensaml.saml.metadata.resolver.filter.impl.SignatureValidationFilter
Get the optional set of default criteria used as input to the trust engine.
getDefaultIdPNameQualifierLookupStrategy() - Method in class org.opensaml.saml.common.profile.AbstractNameIdentifierGenerator
Get the lookup strategy to obtain the default IdP NameQualifier.
getDefaultIndexedEndpoint(List<T>) - Static method in class org.opensaml.saml.metadata.support.SAML2MetadataSupport
Select the default IndexedEndpoint from a list of candidates.
getDefaultManager() - Method in class org.opensaml.xmlsec.keyinfo.NamedKeyInfoGeneratorManager
Get the default (unnamed) factory manager.
getDefaultProviderQName() - Method in class org.opensaml.core.xml.config.XMLObjectProviderRegistry
Gets the QName for the object provider that will be used for XMLObjects that do not have a registered object provider.
getDefaultProviderQName() - Static method in class org.opensaml.core.xml.config.XMLObjectProviderRegistrySupport
Gets the QName for the object provider that will be used for XMLObjects that do not have a registered object provider.
getDefaultSPNameQualifierLookupStrategy() - Method in class org.opensaml.saml.common.profile.AbstractNameIdentifierGenerator
Get the lookup strategy to obtain the default SPNameQualifier.
getDefaultVerificationDepth() - Method in class org.opensaml.security.x509.PKIXValidationOptions
The default PKIX maximum path verification depth, if not supplied in the PKIXValidationInformation being evaluated.
getDelegates() - Method in interface org.opensaml.saml.ext.saml2delrestrict.DelegationRestrictionType
Get the list of Delegate child elements.
getDelegates() - Method in class org.opensaml.saml.ext.saml2delrestrict.impl.DelegationRestrictionTypeImpl
Get the list of Delegate child elements.
getDelegationInstant() - Method in interface org.opensaml.saml.ext.saml2delrestrict.Delegate
Get the delegation instant attribute value.
getDelegationInstant() - Method in class org.opensaml.saml.ext.saml2delrestrict.impl.DelegateImpl
Get the delegation instant attribute value.
getDepthLimit() - Method in class org.opensaml.xmlsec.encryption.support.SimpleKeyInfoReferenceEncryptedKeyResolver
Gets the reference depth limit.
getDEREncodedKeyValue(XMLObject) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.DEREncodedKeyValueProvider
Get the DEREncodedKeyValue from the passed XML object.
getDEREncodedKeyValues() - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoImpl
Get the list of DEREncodedKeyValue child elements.
getDEREncodedKeyValues() - Method in interface org.opensaml.xmlsec.signature.KeyInfo
Get the list of DEREncodedKeyValue child elements.
getDescription() - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Gets the description for this policy set.
getDescription() - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
Gets the description for this policy.
getDescription() - Method in class org.opensaml.xacml.policy.impl.RuleTypeImpl
Gets the description of this rule.
getDescription() - Method in interface org.opensaml.xacml.policy.PolicySetType
Gets the description for this policy set.
getDescription() - Method in interface org.opensaml.xacml.policy.PolicyType
Gets the description for this policy.
getDescription() - Method in interface org.opensaml.xacml.policy.RuleType
Gets the description of this rule.
getDescriptions() - Method in class org.opensaml.saml.ext.saml2mdui.impl.UIInfoImpl
Return the descriptions.
getDescriptions() - Method in interface org.opensaml.saml.ext.saml2mdui.UIInfo
Return the descriptions.
getDescriptions() - Method in interface org.opensaml.saml.saml2.metadata.AttributeConsumingService
Gets the descriptions for this service.
getDescriptions() - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeConsumingServiceImpl
Gets the descriptions for this service.
getDestination() - Method in class org.opensaml.saml.saml2.core.impl.RequestAbstractTypeImpl
Gets the URI of the destination of the request.
getDestination() - Method in class org.opensaml.saml.saml2.core.impl.StatusResponseTypeImpl
Gets the URI of the destination of the response.
getDestination() - Method in interface org.opensaml.saml.saml2.core.RequestAbstractType
Gets the URI of the destination of the request.
getDestination() - Method in interface org.opensaml.saml.saml2.core.StatusResponseType
Gets the URI of the destination of the response.
getDetail() - Method in interface org.opensaml.soap.soap11.Fault
Gets details of this fault.
getDetail() - Method in class org.opensaml.soap.soap11.impl.FaultImpl
Gets details of this fault.
getDialect() - Method in interface org.opensaml.soap.wstrust.Claims
Returns the wst:Claims/@Dialect attribute value.
getDialect() - Method in class org.opensaml.soap.wstrust.impl.ClaimsImpl
Returns the wst:Claims/@Dialect attribute value.
getDigest() - Method in class org.opensaml.security.x509.X509DigestCriterion
Get the certificate digest.
getDigest() - Method in class org.opensaml.soap.wspolicy.impl.PolicyReferenceImpl
Returns the wsp:PolicyReference/@Digest attribute URI value.
getDigest() - Method in interface org.opensaml.soap.wspolicy.PolicyReference
Returns the wsp:PolicyReference/@Digest attribute URI value.
getDigest() - Method in class org.opensaml.xmlsec.algorithm.descriptors.HMACMD5
Get the JCA digest algorithm specified by this algorithm.
getDigest() - Method in class org.opensaml.xmlsec.algorithm.descriptors.HMACRIPEMD160
Get the JCA digest algorithm specified by this algorithm.
getDigest() - Method in class org.opensaml.xmlsec.algorithm.descriptors.HMACSHA1
Get the JCA digest algorithm specified by this algorithm.
getDigest() - Method in class org.opensaml.xmlsec.algorithm.descriptors.HMACSHA224
Get the JCA digest algorithm specified by this algorithm.
getDigest() - Method in class org.opensaml.xmlsec.algorithm.descriptors.HMACSHA256
Get the JCA digest algorithm specified by this algorithm.
getDigest() - Method in class org.opensaml.xmlsec.algorithm.descriptors.HMACSHA384
Get the JCA digest algorithm specified by this algorithm.
getDigest() - Method in class org.opensaml.xmlsec.algorithm.descriptors.HMACSHA512
Get the JCA digest algorithm specified by this algorithm.
getDigest() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureDSASHA1
Get the JCA digest algorithm specified by this algorithm.
getDigest() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureDSASHA256
Get the JCA digest algorithm specified by this algorithm.
getDigest() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureECDSASHA1
Get the JCA digest algorithm specified by this algorithm.
getDigest() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureECDSASHA224
Get the JCA digest algorithm specified by this algorithm.
getDigest() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureECDSASHA256
Get the JCA digest algorithm specified by this algorithm.
getDigest() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureECDSASHA384
Get the JCA digest algorithm specified by this algorithm.
getDigest() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureECDSASHA512
Get the JCA digest algorithm specified by this algorithm.
getDigest() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSAMD5
Get the JCA digest algorithm specified by this algorithm.
getDigest() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSARIPEMD160
Get the JCA digest algorithm specified by this algorithm.
getDigest() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASHA1
Get the JCA digest algorithm specified by this algorithm.
getDigest() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASHA224
Get the JCA digest algorithm specified by this algorithm.
getDigest() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASHA256
Get the JCA digest algorithm specified by this algorithm.
getDigest() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASHA384
Get the JCA digest algorithm specified by this algorithm.
getDigest() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASHA512
Get the JCA digest algorithm specified by this algorithm.
getDigest() - Method in interface org.opensaml.xmlsec.algorithm.MACAlgorithm
Get the JCA digest algorithm specified by this algorithm.
getDigest() - Method in interface org.opensaml.xmlsec.algorithm.SignatureAlgorithm
Get the JCA digest algorithm specified by this algorithm.
getDigestAlgorithm() - Method in class org.opensaml.saml.common.SAMLObjectContentReference
Gets the algorithm used to digest the content.
getDigestAlgorithm() - Method in class org.opensaml.soap.wspolicy.impl.PolicyReferenceImpl
Returns the wsp:PolicyReference/@DigestAlgoritm attribute Base64 binary value.
getDigestAlgorithm() - Method in interface org.opensaml.soap.wspolicy.PolicyReference
Returns the wsp:PolicyReference/@DigestAlgoritm attribute Base64 binary value.
getDigestAlgorithm(String) - Method in class org.opensaml.xmlsec.algorithm.AlgorithmRegistry
Lookup a digest method algorithm descriptor by the JCA digest method ID.
getDigestAlgorithm() - Method in interface org.opensaml.xmlsec.signature.support.ConfigurableContentReference
Gets the algorithm used to digest the content.
getDigestAlgorithm() - Method in class org.opensaml.xmlsec.signature.support.URIContentReference
Gets the algorithm used to digest the content.
getDigestMethod() - Method in class org.opensaml.xmlsec.encryption.support.RSAOAEPParameters
Get the digest method algorithm URI.
getDigestMethods(Signature) - Method in class org.opensaml.xmlsec.signature.support.impl.SignatureAlgorithmValidator
Get the list of Signature Reference DigestMethod algorithm URIs.
getDirection() - Method in class org.opensaml.saml.metadata.resolver.filter.impl.PredicateFilter
Get the direction of filtering.
getDisplayNames() - Method in class org.opensaml.saml.ext.saml2mdui.impl.UIInfoImpl
Get the Display Names The element specifies a set of localized names fit for display to users.
getDisplayNames() - Method in interface org.opensaml.saml.ext.saml2mdui.UIInfo
Get the Display Names The element specifies a set of localized names fit for display to users.
getDisplayNames() - Method in class org.opensaml.saml.saml2.metadata.impl.OrganizationImpl
Gets a list of display names for this organization.
getDisplayNames() - Method in interface org.opensaml.saml.saml2.metadata.Organization
Gets a list of display names for this organization.
getDNSAddress() - Method in class org.opensaml.saml.saml1.core.impl.SubjectLocalityImpl
Gets the DNS name of the locality.
getDNSAddress() - Method in interface org.opensaml.saml.saml1.core.SubjectLocality
Gets the DNS name of the locality.
getDNSName() - Method in class org.opensaml.saml.saml2.core.impl.SubjectLocalityImpl
Gets the DNSName of the system from which the subject was authenticated.
getDNSName() - Method in interface org.opensaml.saml.saml2.core.SubjectLocality
Gets the DNSName of the system from which the subject was authenticated.
getDOM() - Method in class org.opensaml.core.xml.AbstractXMLObject
Gets the DOM representation of this XMLObject, if one exists.
getDOM() - Method in interface org.opensaml.core.xml.XMLObject
Gets the DOM representation of this XMLObject, if one exists.
getDomainHints() - Method in interface org.opensaml.saml.ext.saml2mdui.DiscoHints
The element specifies a set of DNS domains associated with, or serviced by, the entity.
getDomainHints() - Method in class org.opensaml.saml.ext.saml2mdui.impl.DiscoHintsImpl
The element specifies a set of DNS domains associated with, or serviced by, the entity.
getDoNotCacheConditions() - Method in interface org.opensaml.saml.saml1.core.Conditions
Return the List representing all the DoNotCacheCondition sub elements.
getDoNotCacheConditions() - Method in class org.opensaml.saml.saml1.core.impl.ConditionsImpl
Return the List representing all the DoNotCacheCondition sub elements.
getDSAKey(DSAKeyValue) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
Builds an DSA key from a DSAKeyValue element.
getDSAKey(DSAKeyValue, DSAParams) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
Builds a DSA key from an DSAKeyValue element and the supplied Java DSAParams, which supplies key material from a shared key family.
getDSAKeyValue(XMLObject) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.DSAKeyValueProvider
Get the DSAKeyValue from the passed XML object.
getDSAKeyValue() - Method in class org.opensaml.xmlsec.signature.impl.KeyValueImpl
Get the DSAKeyValue child element.
getDSAKeyValue() - Method in interface org.opensaml.xmlsec.signature.KeyValue
Get the DSAKeyValue child element.
getDynamicTrustedNamesStrategy() - Method in class org.opensaml.saml.metadata.resolver.filter.impl.SignatureValidationFilter
Get the strategy function for extracting dynamic trusted names from signed metadata elements.
getEarliestExpiration(XMLObject) - Static method in class org.opensaml.saml.saml2.common.SAML2Support
Gets the earliest expiration instant for a XMLObject.
getEarliestExpiration(XMLObject, DateTime, DateTime) - Static method in class org.opensaml.saml.saml2.common.SAML2Support
Gets the earliest expiration instant within a metadata tree.
getEarliestExpirationFromCacheable(CacheableSAMLObject, DateTime, DateTime) - Static method in class org.opensaml.saml.saml2.common.SAML2Support
Gets the earliest effective expiration instant of the specified cacheable SAML object and the specified candidate time.
getEarliestExpirationFromTimeBound(TimeBoundSAMLObject, DateTime) - Static method in class org.opensaml.saml.saml2.common.SAML2Support
Gets the earliest effective expiration instant of the specified time-bound SAML object and the specified candidate time.
getEarliestVersion() - Method in interface org.opensaml.xacml.policy.IdReferenceType
Gets the earliest version of the reference.
getEarliestVersion() - Method in class org.opensaml.xacml.policy.impl.IdReferenceTypeImpl
Gets the earliest version of the reference.
getECKeyValue() - Method in class org.opensaml.xmlsec.signature.impl.KeyValueImpl
Get the ECKeyValue child element.
getECKeyValue() - Method in interface org.opensaml.xmlsec.signature.KeyValue
Get the ECKeyValue child element.
getECParameters() - Method in interface org.opensaml.xmlsec.signature.ECKeyValue
Get the ECParameters child element.
getECParameters() - Method in class org.opensaml.xmlsec.signature.impl.ECKeyValueImpl
Get the ECParameters child element.
getEffect() - Method in class org.opensaml.xacml.policy.impl.RuleTypeImpl
Gets the effect of the rule.
getEffect() - Method in interface org.opensaml.xacml.policy.RuleType
Gets the effect of the rule.
getEffectiveDataEncryptionAlgorithms(CriteriaSet, Predicate<String>) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Get the effective list of data encryption algorithm URIs to consider, including application of whitelist/blacklist policy.
getEffectiveDataEncryptionCredentials(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Get the effective list of data encryption credentials to consider.
getEffectiveIdPNameQualifier(ProfileRequestContext) - Method in class org.opensaml.saml.common.profile.AbstractNameIdentifierGenerator
Get the effective NameQualifier to apply based on the properties set and the current request.
getEffectiveKeyTransportAlgorithms(CriteriaSet, Predicate<String>) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Get the effective list of key transport algorithm URIs to consider, including application of whitelist/blacklist policy.
getEffectiveKeyTransportCredentials(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Get the effective list of key transport credentials to consider.
getEffectiveMGF(String, RSAOAEPParameters) - Method in class org.opensaml.xmlsec.encryption.support.Encrypter
Get the effective RSA OAEP mask generation function (MGF) to use.
getEffectiveSignatureAlgorithms(CriteriaSet, Predicate<String>) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
Get the effective list of signature algorithm URIs to consider, including application of whitelist/blacklist policy.
getEffectiveSigningCredentials(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
Get the effective list of signing credentials to consider.
getEffectiveSPNameQualifier(ProfileRequestContext) - Method in class org.opensaml.saml.common.profile.AbstractNameIdentifierGenerator
Get the effective SPNameQualifier to apply based on the properties set and the current request.
getEffectiveSPNameQualifier(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.AbstractSAML2NameIDGenerator
Get the effective SPNameQualifier to apply based on the properties set and the current request.
getEffectiveUsageInput(CriteriaSet) - Method in class org.opensaml.saml.security.impl.MetadataCredentialResolver
Get the effective UsageType input to use.
getEffectiveVerificationDepth(PKIXValidationInformation) - Method in class org.opensaml.security.x509.impl.CertPathPKIXTrustEvaluator
Get the effective maximum path depth to use when constructing PKIX cert path builder parameters.
getElementQName() - Method in class org.opensaml.core.xml.AbstractXMLObject
Gets the QName for this element.
getElementQName() - Method in interface org.opensaml.core.xml.XMLObject
Gets the QName for this element.
getEmailAddresses() - Method in interface org.opensaml.saml.saml2.metadata.ContactPerson
Gets a list of email addresses for this person.
getEmailAddresses() - Method in class org.opensaml.saml.saml2.metadata.impl.ContactPersonImpl
Gets a list of email addresses for this person.
getEncode() - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPArtifactEncoder
Performs HTTP GET based encoding.
getEncoded(X500Principal) - Method in class org.opensaml.security.x509.InternalX500DNHandler
Returns the distinguished name in ASN.1 DER encoded form.
getEncoded(X500Principal) - Method in interface org.opensaml.security.x509.X500DNHandler
Returns the distinguished name in ASN.1 DER encoded form.
getEncoding() - Method in interface org.opensaml.xmlsec.encryption.EncryptedType
Gets the encoding applied to the plaintext content prior to encryption.
getEncoding() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
Gets the encoding applied to the plaintext content prior to encryption.
getEncodingType() - Method in interface org.opensaml.soap.wssecurity.EncodedString
Returns the EncodingType attribute value.
getEncodingType() - Method in class org.opensaml.soap.wssecurity.impl.EncodedStringImpl
Returns the EncodingType attribute value.
getEncodingType() - Method in interface org.opensaml.soap.wstrust.BinaryExchange
Returns the EncodingType attribute value.
getEncodingType() - Method in class org.opensaml.soap.wstrust.impl.BinaryExchangeImpl
Returns the EncodingType attribute value.
getEncryptedAssertions() - Method in interface org.opensaml.saml.saml2.core.Advice
Gets the list of EncryptedAssertions used as advice.
getEncryptedAssertions() - Method in interface org.opensaml.saml.saml2.core.Evidence
Gets the list of EncryptedAssertions used as evidence.
getEncryptedAssertions() - Method in class org.opensaml.saml.saml2.core.impl.AdviceImpl
Gets the list of EncryptedAssertions used as advice.
getEncryptedAssertions() - Method in class org.opensaml.saml.saml2.core.impl.EvidenceImpl
Gets the list of EncryptedAssertions used as evidence.
getEncryptedAssertions() - Method in class org.opensaml.saml.saml2.core.impl.ResponseImpl
Return the list of EncryptedAssertion child elements.
getEncryptedAssertions() - Method in interface org.opensaml.saml.saml2.core.Response
Return the list of EncryptedAssertion child elements.
getEncryptedAttributes() - Method in interface org.opensaml.saml.saml2.core.AttributeStatement
Gets the encrypted attributes expressed in this statement.
getEncryptedAttributes() - Method in class org.opensaml.saml.saml2.core.impl.AttributeStatementImpl
Gets the encrypted attributes expressed in this statement.
getEncryptedData() - Method in interface org.opensaml.saml.saml2.core.EncryptedElementType
Get the EncryptedData child element.
getEncryptedData() - Method in class org.opensaml.saml.saml2.core.impl.EncryptedElementTypeImpl
Get the EncryptedData child element.
getEncryptedData() - Method in interface org.opensaml.soap.wssecurity.EncryptedHeader
Gets the EncryptedData child element.
getEncryptedData() - Method in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderImpl
Gets the EncryptedData child element.
getEncryptedID() - Method in interface org.opensaml.saml.ext.saml2delrestrict.Delegate
Gets the EncryptedID child element of the delegate.
getEncryptedID() - Method in class org.opensaml.saml.ext.saml2delrestrict.impl.DelegateImpl
Gets the EncryptedID child element of the delegate.
getEncryptedID() - Method in class org.opensaml.saml.saml2.core.impl.LogoutRequestImpl
Gets the encrytped name identifier of the principal for this request.
getEncryptedID() - Method in class org.opensaml.saml.saml2.core.impl.ManageNameIDRequestImpl
Get the EncryptedID of the request.
getEncryptedID() - Method in class org.opensaml.saml.saml2.core.impl.NameIDMappingRequestImpl
Gets the encrypted name identifier of the principal for this request.
getEncryptedID() - Method in class org.opensaml.saml.saml2.core.impl.NameIDMappingResponseImpl
Gets the encrypted name identifier of the principal for this response.
getEncryptedID() - Method in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationImpl
Gets the encrypted name identifier of the principal for this request.
getEncryptedID() - Method in class org.opensaml.saml.saml2.core.impl.SubjectImpl
Gets the encrypted name identifier of the principal for this request.
getEncryptedID() - Method in interface org.opensaml.saml.saml2.core.LogoutRequest
Gets the encrytped name identifier of the principal for this request.
getEncryptedID() - Method in interface org.opensaml.saml.saml2.core.ManageNameIDRequest
Get the EncryptedID of the request.
getEncryptedID() - Method in interface org.opensaml.saml.saml2.core.NameIDMappingRequest
Gets the encrypted name identifier of the principal for this request.
getEncryptedID() - Method in interface org.opensaml.saml.saml2.core.NameIDMappingResponse
Gets the encrypted name identifier of the principal for this response.
getEncryptedID() - Method in interface org.opensaml.saml.saml2.core.Subject
Gets the encrypted name identifier of the principal for this request.
getEncryptedID() - Method in interface org.opensaml.saml.saml2.core.SubjectConfirmation
Gets the encrypted name identifier of the principal for this request.
getEncryptedKeyResolver() - Method in interface org.opensaml.xmlsec.DecryptionConfiguration
Get the EncryptedKeyResolver to use when resolving the EncryptedKey(s) to process.
getEncryptedKeyResolver() - Method in class org.opensaml.xmlsec.DecryptionParameters
Get the EncryptedKeyResolver to use when resolving the EncryptedKey(s) to process.
getEncryptedKeyResolver() - Method in class org.opensaml.xmlsec.impl.BasicDecryptionConfiguration
Get the EncryptedKeyResolver to use when resolving the EncryptedKey(s) to process.
getEncryptedKeys() - Method in interface org.opensaml.saml.saml2.core.EncryptedElementType
A list of EncryptedKey child elements.
getEncryptedKeys() - Method in class org.opensaml.saml.saml2.core.impl.EncryptedElementTypeImpl
A list of EncryptedKey child elements.
getEncryptedKeys() - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoImpl
Get the list of EncryptedKey child elements Note: EncryptedKey is actually defined in the XML Encryption schema, and is not explicitly defined in the KeyInfoType content model, but for convenience this named getter method is exposed.
getEncryptedKeys() - Method in interface org.opensaml.xmlsec.signature.KeyInfo
Get the list of EncryptedKey child elements Note: EncryptedKey is actually defined in the XML Encryption schema, and is not explicitly defined in the KeyInfoType content model, but for convenience this named getter method is exposed.
getEncrypter() - Method in class org.opensaml.saml.saml2.profile.impl.AbstractEncryptAction
Get the encrypter.
getEncryptionCredential() - Method in class org.opensaml.xmlsec.encryption.support.DataEncryptionParameters
Gets the credential used to encrypt.
getEncryptionMethod() - Method in interface org.opensaml.xmlsec.encryption.EncryptedType
Gets the EncryptionMethod child element.
getEncryptionMethod() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
Gets the EncryptionMethod child element.
getEncryptionMethods() - Method in class org.opensaml.saml.saml2.metadata.impl.KeyDescriptorImpl
Gets the encryption methods that are supported by the entity.
getEncryptionMethods() - Method in interface org.opensaml.saml.saml2.metadata.KeyDescriptor
Gets the encryption methods that are supported by the entity.
getEncryptionMethods() - Method in class org.opensaml.saml.security.impl.SAMLMDCredentialContext
Return the list of EncryptionMethod's associated with credential context.
getEncryptionParameters() - Method in class org.opensaml.xmlsec.context.SecurityParametersContext
Get the parameters to use for XML encryption operations.
getEncryptionProperties() - Method in interface org.opensaml.xmlsec.encryption.EncryptedType
Gets the EncryptionProperties child element.
getEncryptionProperties() - Method in interface org.opensaml.xmlsec.encryption.EncryptionProperties
Get the list of EncryptionProperty child elements.
getEncryptionProperties() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
Gets the EncryptionProperties child element.
getEncryptionProperties() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertiesImpl
Get the list of EncryptionProperty child elements.
getEncTypes() - Method in class org.opensaml.saml.ext.samlec.impl.SessionKeyImpl
Get the session key encryption typed.
getEncTypes() - Method in interface org.opensaml.saml.ext.samlec.SessionKey
Get the session key encryption typed.
getEndpoint() - Method in class org.opensaml.saml.common.messaging.context.SAMLEndpointContext
Gets the endpoint of the SAML entity.
getEndpoint() - Method in class org.opensaml.saml.criterion.EndpointCriterion
Get the endpoint.
getEndpointIndex() - Method in class org.opensaml.saml.saml2.binding.artifact.AbstractSAML2Artifact
Gets the 2 byte endpoint index for this artifact.
getEndPointReference() - Method in interface org.opensaml.soap.wsfed.AppliesTo
Gets the endpoint reference of the entity applicable entity.
getEndPointReference() - Method in class org.opensaml.soap.wsfed.impl.AppliesToImpl
Gets the endpoint reference of the entity applicable entity.
getEndpoints() - Method in class org.opensaml.saml.ext.saml2mdquery.impl.AttributeQueryDescriptorTypeImpl
Gets a read-only list of endpoints for this role.
getEndpoints(QName) - Method in class org.opensaml.saml.ext.saml2mdquery.impl.AttributeQueryDescriptorTypeImpl
Gets a read-only list of endpoints for this role for the given type.
getEndpoints() - Method in class org.opensaml.saml.ext.saml2mdquery.impl.AuthnQueryDescriptorTypeImpl
Gets a read-only list of endpoints for this role.
getEndpoints(QName) - Method in class org.opensaml.saml.ext.saml2mdquery.impl.AuthnQueryDescriptorTypeImpl
Gets a read-only list of endpoints for this role for the given type.
getEndpoints() - Method in class org.opensaml.saml.ext.saml2mdquery.impl.AuthzDecisionQueryDescriptorTypeImpl
Gets a read-only list of endpoints for this role.
getEndpoints(QName) - Method in class org.opensaml.saml.ext.saml2mdquery.impl.AuthzDecisionQueryDescriptorTypeImpl
Gets a read-only list of endpoints for this role for the given type.
getEndpoints() - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeAuthorityDescriptorImpl
Gets a read-only list of endpoints for this role.
getEndpoints(QName) - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeAuthorityDescriptorImpl
Gets a read-only list of endpoints for this role for the given type.
getEndpoints() - Method in class org.opensaml.saml.saml2.metadata.impl.AuthnAuthorityDescriptorImpl
Gets a read-only list of endpoints for this role.
getEndpoints(QName) - Method in class org.opensaml.saml.saml2.metadata.impl.AuthnAuthorityDescriptorImpl
Gets a read-only list of endpoints for this role for the given type.
getEndpoints() - Method in class org.opensaml.saml.saml2.metadata.impl.IDPSSODescriptorImpl
Gets a read-only list of endpoints for this role.
getEndpoints(QName) - Method in class org.opensaml.saml.saml2.metadata.impl.IDPSSODescriptorImpl
Gets a read-only list of endpoints for this role for the given type.
getEndpoints() - Method in class org.opensaml.saml.saml2.metadata.impl.PDPDescriptorImpl
Gets a read-only list of endpoints for this role.
getEndpoints(QName) - Method in class org.opensaml.saml.saml2.metadata.impl.PDPDescriptorImpl
Gets a read-only list of endpoints for this role for the given type.
getEndpoints() - Method in class org.opensaml.saml.saml2.metadata.impl.SPSSODescriptorImpl
Gets a read-only list of endpoints for this role.
getEndpoints(QName) - Method in class org.opensaml.saml.saml2.metadata.impl.SPSSODescriptorImpl
Gets a read-only list of endpoints for this role for the given type.
getEndpoints() - Method in class org.opensaml.saml.saml2.metadata.impl.SSODescriptorImpl
Gets a read-only list of endpoints for this role.
getEndpoints(QName) - Method in class org.opensaml.saml.saml2.metadata.impl.SSODescriptorImpl
Gets a read-only list of endpoints for this role for the given type.
getEndpoints() - Method in interface org.opensaml.saml.saml2.metadata.RoleDescriptor
Gets a read-only list of endpoints for this role.
getEndpoints(QName) - Method in interface org.opensaml.saml.saml2.metadata.RoleDescriptor
Gets a read-only list of endpoints for this role for the given type.
getEndpointURL(MessageContext<SAMLObject>) - Static method in class org.opensaml.saml.common.binding.SAMLBindingSupport
Get the response URL from the relying party endpoint.
getEndpointURL(MessageContext<SAMLObject>) - Method in class org.opensaml.saml.saml1.binding.encoding.impl.BaseSAML1MessageEncoder
Gets the response URL from the message context.
getEndpointURL(MessageContext<SAMLObject>) - Method in class org.opensaml.saml.saml2.binding.encoding.impl.BaseSAML2MessageEncoder
Gets the response URL from the message context.
getEntitiesDescriptors() - Method in interface org.opensaml.saml.saml2.metadata.EntitiesDescriptor
Gets a list of child EntitiesDescriptors.
getEntitiesDescriptors() - Method in class org.opensaml.saml.saml2.metadata.impl.EntitiesDescriptorImpl
Gets a list of child EntitiesDescriptors.
getEntityCertificate() - Method in class org.opensaml.security.messaging.ServletRequestX509CredentialAdapter
Gets the public key certificate for the entity.
getEntityCertificate() - Method in class org.opensaml.security.x509.BasicX509Credential
Gets the public key certificate for the entity.
getEntityCertificate() - Method in class org.opensaml.security.x509.impl.KeyStoreX509CredentialAdapter
Gets the public key certificate for the entity.
getEntityCertificate() - Method in class org.opensaml.security.x509.impl.X509KeyManagerX509CredentialAdapter
Gets the public key certificate for the entity.
getEntityCertificate() - Method in interface org.opensaml.security.x509.X509Credential
Gets the public key certificate for the entity.
getEntityCertificateChain() - Method in class org.opensaml.security.messaging.ServletRequestX509CredentialAdapter
Gets an immutable collection of certificates in the entity's trust chain.
getEntityCertificateChain() - Method in class org.opensaml.security.x509.BasicX509Credential
Gets an immutable collection of certificates in the entity's trust chain.
getEntityCertificateChain() - Method in class org.opensaml.security.x509.impl.KeyStoreX509CredentialAdapter
Gets an immutable collection of certificates in the entity's trust chain.
getEntityCertificateChain() - Method in class org.opensaml.security.x509.impl.X509KeyManagerX509CredentialAdapter
Gets an immutable collection of certificates in the entity's trust chain.
getEntityCertificateChain() - Method in interface org.opensaml.security.x509.X509Credential
Gets an immutable collection of certificates in the entity's trust chain.
getEntityDescriptor() - Method in class org.opensaml.saml.common.messaging.context.SAMLMetadataContext
Gets the descriptor of the SAML entity.
getEntityDescriptors() - Method in interface org.opensaml.saml.saml2.metadata.EntitiesDescriptor
Gets a list of child EntityDescriptors.
getEntityDescriptors() - Method in class org.opensaml.saml.saml2.metadata.impl.EntitiesDescriptorImpl
Gets a list of child EntityDescriptors.
getEntityId() - Method in class org.opensaml.core.criterion.EntityIdCriterion
Gets the entity ID.
getEntityId() - Method in class org.opensaml.saml.common.messaging.context.AbstractSAMLEntityContext
Gets the entityId of the SAML entity.
getEntityId() - Method in class org.opensaml.saml.common.messaging.context.SAMLPeerEntityContext
Gets the entityId of the SAML entity.
getEntityID() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.EntityManagementData
Get the entity ID managed by this instance.
getEntityID() - Method in interface org.opensaml.saml.saml2.metadata.EntityDescriptor
Gets the entity ID for this entity descriptor.
getEntityID() - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
Gets the entity ID for this entity descriptor.
getEntityId() - Method in class org.opensaml.security.credential.AbstractCredential
The unique ID of the entity this credential is for.
getEntityId() - Method in interface org.opensaml.security.credential.Credential
The unique ID of the entity this credential is for.
getEntityIds() - Method in class org.opensaml.saml.common.profile.logic.EntityIdPredicate
Get the entityID criteria.
getEntryFactory() - Method in class org.opensaml.saml.common.binding.artifact.impl.BasicSAMLArtifactMap
Get the map entry factory.
getEntryFactory() - Method in class org.opensaml.saml.common.binding.artifact.impl.StorageServiceSAMLArtifactMap
Get the map entry factory.
getEnvelope() - Method in class org.opensaml.soap.messaging.context.SOAP11Context
Gets the current SOAP 1.1 Envelope.
getEnvironment() - Method in class org.opensaml.xacml.ctx.impl.RequestTypeImpl
Gets the environment from the request.
getEnvironment() - Method in interface org.opensaml.xacml.ctx.RequestType
Gets the environment from the request.
getEnvironmentAttributeDesignator() - Method in interface org.opensaml.xacml.policy.EnvironmentMatchType
Gets the environment attribute designator for this match.
getEnvironmentAttributeDesignator() - Method in class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeImpl
Gets the environment attribute designator for this match.
getEnvironments() - Method in interface org.opensaml.xacml.policy.EnvironmentsType
Gets the environments.
getEnvironments() - Method in class org.opensaml.xacml.policy.impl.EnvironmentsTypeImpl
Gets the environments.
getEnvironments() - Method in class org.opensaml.xacml.policy.impl.TargetTypeImpl
Gets the environments of this target.
getEnvironments() - Method in interface org.opensaml.xacml.policy.TargetType
Gets the environments of this target.
getEnvrionmentMatches() - Method in interface org.opensaml.xacml.policy.EnvironmentType
Gets the environment matches for this environment.
getEnvrionmentMatches() - Method in class org.opensaml.xacml.policy.impl.EnvironmentTypeImpl
Gets the environment matches for this environment.
getErrorURL() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorImpl
Gets the URI users should be sent to in the event of an error.
getErrorURL() - Method in interface org.opensaml.saml.saml2.metadata.RoleDescriptor
Gets the URI users should be sent to in the event of an error.
getEvaluator(Criterion) - Static method in class org.opensaml.security.credential.criteria.impl.EvaluableCredentialCriteriaRegistry
Get an instance of EvaluableCredentialCriterion which can evaluate the supplied criteria's requirements against a Credential target.
getEvent() - Method in class org.opensaml.profile.context.EventContext
Get the event represented by the context.
getEvidence() - Method in interface org.opensaml.saml.saml1.core.AuthorizationDecisionQuery
Get the Evidence child element
getEvidence() - Method in interface org.opensaml.saml.saml1.core.AuthorizationDecisionStatement
Return the Evidence element
getEvidence() - Method in interface org.opensaml.saml.saml1.core.Evidence
Get the list of all Evidentiary child elements.
getEvidence() - Method in class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionQueryImpl
Get the Evidence child element
getEvidence() - Method in class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionStatementImpl
Return the Evidence element
getEvidence() - Method in class org.opensaml.saml.saml1.core.impl.EvidenceImpl
Get the list of all Evidentiary child elements.
getEvidence() - Method in interface org.opensaml.saml.saml2.core.AuthzDecisionQuery
Gets the Evidence of this query.
getEvidence() - Method in interface org.opensaml.saml.saml2.core.AuthzDecisionStatement
Get the SAML assertion the authority relied on when making the authorization decision.
getEvidence() - Method in interface org.opensaml.saml.saml2.core.Evidence
Gets the list of all elements used as evidence.
getEvidence() - Method in class org.opensaml.saml.saml2.core.impl.AuthzDecisionQueryImpl
Gets the Evidence of this query.
getEvidence() - Method in class org.opensaml.saml.saml2.core.impl.AuthzDecisionStatementImpl
Get the SAML assertion the authority relied on when making the authorization decision.
getEvidence() - Method in class org.opensaml.saml.saml2.core.impl.EvidenceImpl
Gets the list of all elements used as evidence.
getExactlyOnes() - Method in class org.opensaml.soap.wspolicy.impl.OperatorContentTypeImpl
Get the list of ExactlyOne elements.
getExactlyOnes() - Method in interface org.opensaml.soap.wspolicy.OperatorContentType
Get the list of ExactlyOne elements.
getExpiration() - Method in class org.opensaml.saml.common.binding.artifact.ExpiringSAMLArtifactMapEntry
Returns the expiration in milliseconds since the start of the Unix epoch.
getExpiration(Object) - Static method in class org.opensaml.storage.annotation.AnnotationSupport
Gets the value of the field indicated by the Expiration annotation on the given object, or null if none.
getExpiration() - Method in class org.opensaml.storage.impl.JPAStorageRecord
Get the record expiration.
getExpiration() - Method in class org.opensaml.storage.StorageRecord
Get the record expiration.
getExpirationTime() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.EntityManagementData
Get the expiration time of the metadata.
getExpirationTime() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
Gets the time when the currently cached metadata expires.
getExpires() - Method in class org.opensaml.saml.common.binding.security.impl.MessageReplaySecurityHandler
Gets the lifetime in milliseconds of replay entries.
getExpires() - Method in class org.opensaml.soap.wssecurity.impl.TimestampImpl
Returns the <wsu:Expires> child element.
getExpires() - Method in interface org.opensaml.soap.wssecurity.Timestamp
Returns the <wsu:Expires> child element.
getExpires() - Method in class org.opensaml.soap.wstrust.impl.LifetimeImpl
Returns the wsu:Expires child element.
getExpires() - Method in interface org.opensaml.soap.wstrust.Lifetime
Returns the wsu:Expires child element.
getExpiry() - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageRecord
Gets the expiration date as an integer representing seconds since the Unix epoch, 1970-01-01T00:00:00.
getExponent() - Method in class org.opensaml.xmlsec.signature.impl.RSAKeyValueImpl
Get the Exponent child element.
getExponent() - Method in interface org.opensaml.xmlsec.signature.RSAKeyValue
Get the Exponent child element.
getExpression() - Method in interface org.opensaml.xacml.policy.ConditionType
Gets the expression for this condition.
getExpression() - Method in class org.opensaml.xacml.policy.impl.ConditionTypeImpl
Gets the expression for this condition.
getExpression() - Method in class org.opensaml.xacml.policy.impl.VariableDefinitionTypeImpl
Gets the expression for this definition.
getExpression() - Method in interface org.opensaml.xacml.policy.VariableDefinitionType
Gets the expression for this definition.
getExpressions() - Method in interface org.opensaml.xacml.policy.ApplyType
Gets the expressions for this condition.
getExpressions() - Method in class org.opensaml.xacml.policy.impl.ApplyTypeImpl
Gets the expressions for this condition.
getExpressions() - Method in class org.opensaml.xacml.policy.impl.VariableReferenceTypeImpl
Gets the expressions for this definition.
getExpressions() - Method in interface org.opensaml.xacml.policy.VariableReferenceType
Gets the expressions for this definition.
getExtensions() - Method in class org.opensaml.saml.saml2.core.impl.RequestAbstractTypeImpl
Gets the Extensions of this request.
getExtensions() - Method in class org.opensaml.saml.saml2.core.impl.StatusResponseTypeImpl
Gets the Extensions of this response.
getExtensions() - Method in interface org.opensaml.saml.saml2.core.RequestAbstractType
Gets the Extensions of this request.
getExtensions() - Method in interface org.opensaml.saml.saml2.core.StatusResponseType
Gets the Extensions of this response.
getExtensions() - Method in interface org.opensaml.saml.saml2.metadata.AffiliationDescriptor
Gets the Extensions child of this object.
getExtensions() - Method in interface org.opensaml.saml.saml2.metadata.ContactPerson
Gets the Extensions child of this object.
getExtensions() - Method in interface org.opensaml.saml.saml2.metadata.EntitiesDescriptor
Gets the Extensions child of this object.
getExtensions() - Method in interface org.opensaml.saml.saml2.metadata.EntityDescriptor
Gets the Extensions child of this object.
getExtensions() - Method in class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorImpl
Gets the Extensions child of this object.
getExtensions() - Method in class org.opensaml.saml.saml2.metadata.impl.ContactPersonImpl
Gets the Extensions child of this object.
getExtensions() - Method in class org.opensaml.saml.saml2.metadata.impl.EntitiesDescriptorImpl
Gets the Extensions child of this object.
getExtensions() - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
Gets the Extensions child of this object.
getExtensions() - Method in class org.opensaml.saml.saml2.metadata.impl.OrganizationImpl
Gets the Extensions child of this object.
getExtensions() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorImpl
Gets the Extensions child of this object.
getExtensions() - Method in interface org.opensaml.saml.saml2.metadata.Organization
Gets the Extensions child of this object.
getExtensions() - Method in interface org.opensaml.saml.saml2.metadata.RoleDescriptor
Gets the Extensions child of this object.
getExtensions(RoleDescriptor, QName) - Method in class org.opensaml.saml.security.impl.SAMLMetadataSignatureSigningParametersResolver
Get the extensions indicated by the passed QName.
getFactories() - Method in class org.opensaml.xmlsec.keyinfo.KeyInfoGeneratorManager
Get the (unmodifiable) collection of all factories managed by this manager.
getFactory(Credential) - Method in class org.opensaml.xmlsec.keyinfo.KeyInfoGeneratorManager
Get the factory which produces KeyInfoGenerators which can handle the specified credential.
getFactory(String, Credential) - Method in class org.opensaml.xmlsec.keyinfo.NamedKeyInfoGeneratorManager
Lookup and return the named generator factory for the type of the credential specified.
getFault() - Method in exception org.opensaml.soap.client.SOAPFaultException
Gets the fault that caused the exception.
getFilename() - Method in class org.opensaml.core.config.provider.AbstractFilesystemConfigurationPropertiesSource
Get the configuration properties filename.
getFilename() - Method in class org.opensaml.core.config.provider.SystemPropertyFilesystemConfigurationPropertiesSource
Get the configuration properties filename.
getFilters() - Method in class org.opensaml.saml.metadata.resolver.filter.impl.MetadataFilterChain
Get the list of MetadataFilters that make up this chain.
getFormat() - Method in class org.opensaml.saml.common.profile.AbstractNameIdentifierGenerator
Get the identifier format associated with this component.
getFormat() - Method in interface org.opensaml.saml.common.profile.FormatSpecificNameIdentifierGenerator
Get the identifier format associated with this component.
getFormat() - Method in class org.opensaml.saml.saml1.core.impl.NameIdentifierImpl
Gets the format of this identifier.
getFormat() - Method in interface org.opensaml.saml.saml1.core.NameIdentifier
Gets the format of this identifier.
getFormat() - Method in class org.opensaml.saml.saml2.core.impl.AbstractNameIDType
Gets the format of the NameID.
getFormat() - Method in class org.opensaml.saml.saml2.core.impl.NameIDPolicyImpl
Gets the format of the NameIDPolicy.
getFormat() - Method in interface org.opensaml.saml.saml2.core.NameIDPolicy
Gets the format of the NameIDPolicy.
getFormat() - Method in interface org.opensaml.saml.saml2.core.NameIDType
Gets the format of the NameID.
getFormat() - Method in class org.opensaml.saml.saml2.metadata.impl.NameIDFormatImpl
Gets the format of the NameID.
getFormat() - Method in interface org.opensaml.saml.saml2.metadata.NameIDFormat
Gets the format of the NameID.
getFriendlyName() - Method in interface org.opensaml.saml.saml2.core.Attribute
Get the friendly name of this attribute.
getFriendlyName() - Method in class org.opensaml.saml.saml2.core.impl.AttributeImpl
Get the friendly name of this attribute.
getFulfillOn() - Method in class org.opensaml.xacml.policy.impl.ObligationTypeImpl
Gets the fulfill on effect.
getFulfillOn() - Method in interface org.opensaml.xacml.policy.ObligationType
Gets the fulfill on effect.
getFunctionId() - Method in interface org.opensaml.xacml.policy.ApplyType
Gets the ID of the function.
getFunctionId() - Method in interface org.opensaml.xacml.policy.FunctionType
Gets the ID of this function.
getFunctionId() - Method in class org.opensaml.xacml.policy.impl.ApplyTypeImpl
Gets the ID of the function.
getFunctionId() - Method in class org.opensaml.xacml.policy.impl.FunctionTypeImpl
Gets the ID of this function.
getG() - Method in interface org.opensaml.xmlsec.signature.DSAKeyValue
Get the G child element.
getG() - Method in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
Get the G child element.
getGenerator() - Method in interface org.opensaml.xmlsec.encryption.DHKeyValue
Get the Generator child element.
getGenerator() - Method in class org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
Get the Generator child element.
getGeolocationHints() - Method in interface org.opensaml.saml.ext.saml2mdui.DiscoHints
The element specifies the geographic coordinates associated with, or serviced by, the entity.
getGeolocationHints() - Method in class org.opensaml.saml.ext.saml2mdui.impl.DiscoHintsImpl
The element specifies the geographic coordinates associated with, or serviced by, the entity.
getGetComplete() - Method in interface org.opensaml.saml.saml2.core.GetComplete
Gets the GetComplete URI value.
getGetComplete() - Method in interface org.opensaml.saml.saml2.core.IDPList
Gets the GetComplete URI.
getGetComplete() - Method in class org.opensaml.saml.saml2.core.impl.GetCompleteImpl
Gets the GetComplete URI value.
getGetComplete() - Method in class org.opensaml.saml.saml2.core.impl.IDPListImpl
Gets the GetComplete URI.
getGivenName() - Method in interface org.opensaml.saml.saml2.metadata.ContactPerson
Gets the given name for this person.
getGivenName() - Method in class org.opensaml.saml.saml2.metadata.impl.ContactPersonImpl
Gets the given name for this person.
getGlobalAlgorithmRegistry() - Static method in class org.opensaml.xmlsec.algorithm.AlgorithmSupport
Get the global AlgorithmRegistry instance.
getGlobalDecryptionConfiguration() - Static method in class org.opensaml.xmlsec.SecurityConfigurationSupport
Get the global DecryptionConfiguration instance.
getGlobalEncryptionConfiguration() - Static method in class org.opensaml.xmlsec.SecurityConfigurationSupport
Get the global EncryptionConfiguration instance.
getGlobalSignatureSigningConfiguration() - Static method in class org.opensaml.xmlsec.SecurityConfigurationSupport
Get the global SignatureSigningConfiguration instance.
getGlobalSignatureValidationConfiguration() - Static method in class org.opensaml.xmlsec.SecurityConfigurationSupport
Get the global SignatureValidationConfiguration instance.
getGroupNames() - Method in class org.opensaml.saml.common.profile.logic.EntityGroupNamePredicate
Get the group name criteria.
getHandler() - Method in interface org.opensaml.messaging.error.PipelineMessageErrorHandler
Get the handler to invoke on the outbound error message.
getHandlerPrecedence() - Method in class org.opensaml.xacml.ctx.provider.BaseObligationHandler
Gets the precedence of the handler.
getHandlers() - Method in class org.opensaml.messaging.handler.impl.BasicMessageHandlerChain
Get the ordered list of message handlers which comprise the handler chain.
getHandlers() - Method in interface org.opensaml.messaging.handler.MessageHandlerChain
Get the ordered list of message handlers which comprise the handler chain.
getHeader() - Method in interface org.opensaml.soap.soap11.Envelope
Gets the header of this envelope.
getHeader() - Method in class org.opensaml.soap.soap11.impl.EnvelopeImpl
Gets the header of this envelope.
getHeight() - Method in class org.opensaml.saml.ext.saml2mdui.impl.LogoImpl
Get the height of the logo.
getHeight() - Method in interface org.opensaml.saml.ext.saml2mdui.Logo
Get the height of the logo.
getHint() - Method in interface org.opensaml.saml.ext.saml2mdui.DomainHint
Gets the Hint.
getHint() - Method in interface org.opensaml.saml.ext.saml2mdui.GeolocationHint
Gets the Hint.
getHint() - Method in class org.opensaml.saml.ext.saml2mdui.impl.DomainHintImpl
Gets the Hint.
getHint() - Method in class org.opensaml.saml.ext.saml2mdui.impl.GeolocationHintImpl
Gets the Hint.
getHint() - Method in class org.opensaml.saml.ext.saml2mdui.impl.IPHintImpl
Gets the Hint.
getHint() - Method in interface org.opensaml.saml.ext.saml2mdui.IPHint
Gets the Hint.
getHMACOutputLength() - Method in class org.opensaml.xmlsec.signature.impl.SignatureImpl
Gets the HMAC output length value, optionally used when signing with an HMAC signature algorithm.
getHMACOutputLength() - Method in interface org.opensaml.xmlsec.signature.Signature
Gets the HMAC output length value, optionally used when signing with an HMAC signature algorithm.
getHTTPResponseStatus() - Method in class org.opensaml.soap.messaging.context.SOAP11Context
Get the optional HTTP response status code to return.
getHTTPResponseStatusCode() - Method in class org.opensaml.soap.soap11.encoder.http.impl.HTTPSOAP11Encoder
Get the HTTP response status code to return.
getHttpServletRequest() - Method in class org.opensaml.messaging.decoder.servlet.AbstractHttpServletRequestMessageDecoder
Get the HTTP servlet request on which to operate.
getHttpServletRequest() - Method in interface org.opensaml.messaging.decoder.servlet.HttpServletRequestMessageDecoder
Get the HTTP servlet request on which to operate.
getHttpServletRequest() - Method in class org.opensaml.messaging.error.servlet.AbstractHttpServletMessageErrorHandler
Get the HTTP servlet request.
getHttpServletRequest() - Method in interface org.opensaml.messaging.error.servlet.HttpServletMessageErrorHandler
Get the HTTP servlet request.
getHttpServletRequest() - Method in class org.opensaml.messaging.handler.impl.HTTPRequestValidationHandler
Get the HTTP servlet request instance being evaluated.
getHttpServletRequest() - Method in class org.opensaml.profile.action.AbstractProfileAction
Get the current HTTP request if available.
getHttpServletRequest() - Method in class org.opensaml.saml.common.binding.security.impl.BaseSAMLSimpleSignatureSecurityHandler
Get the HTTP servlet request being processed.
getHttpServletRequest() - Method in class org.opensaml.saml.common.binding.security.impl.ReceivedEndpointSecurityHandler
Get the HTTP servlet request being processed.
getHttpServletRequest() - Method in class org.opensaml.security.messaging.impl.BaseClientCertAuthSecurityHandler
Get the HTTP servlet request being processed.
getHttpServletResponse() - Method in class org.opensaml.messaging.encoder.servlet.AbstractHttpServletResponseMessageEncoder
Get the HTTP servlet response on which to operate.
getHttpServletResponse() - Method in interface org.opensaml.messaging.encoder.servlet.HttpServletResponseMessageEncoder
Get the HTTP servlet response on which to operate.
getHttpServletResponse() - Method in class org.opensaml.messaging.error.servlet.AbstractHttpServletMessageErrorHandler
Get the HTTP servlet response.
getHttpServletResponse() - Method in interface org.opensaml.messaging.error.servlet.HttpServletMessageErrorHandler
Get the HTTP servlet response.
getHttpServletResponse() - Method in class org.opensaml.profile.action.AbstractProfileAction
Get the current HTTP response.
getID() - Method in interface org.opensaml.saml.saml1.core.Assertion
Set the ID.
getID() - Method in class org.opensaml.saml.saml1.core.impl.AssertionImpl
Set the ID.
getID() - Method in class org.opensaml.saml.saml1.core.impl.RequestAbstractTypeImpl
Get the ID.
getID() - Method in class org.opensaml.saml.saml1.core.impl.ResponseAbstractTypeImpl
Get the ID.
getID() - Method in interface org.opensaml.saml.saml1.core.RequestAbstractType
Get the ID.
getID() - Method in interface org.opensaml.saml.saml1.core.ResponseAbstractType
Get the ID.
getID() - Method in interface org.opensaml.saml.saml2.core.Assertion
Sets the ID of this assertion.
getID() - Method in class org.opensaml.saml.saml2.core.impl.AssertionImpl
Sets the ID of this assertion.
getID() - Method in class org.opensaml.saml.saml2.core.impl.RequestAbstractTypeImpl
Gets the unique identifier of the request.
getID() - Method in class org.opensaml.saml.saml2.core.impl.StatusResponseTypeImpl
Gets the unique identifier of the response.
getID() - Method in interface org.opensaml.saml.saml2.core.RequestAbstractType
Gets the unique identifier of the request.
getID() - Method in interface org.opensaml.saml.saml2.core.StatusResponseType
Gets the unique identifier of the response.
getID() - Method in interface org.opensaml.saml.saml2.metadata.AffiliateMember
Gets the member's entity ID.
getID() - Method in interface org.opensaml.saml.saml2.metadata.AffiliationDescriptor
Gets the ID of this Descriptor.
getID() - Method in interface org.opensaml.saml.saml2.metadata.EntitiesDescriptor
Gets the ID of this entity group.
getID() - Method in interface org.opensaml.saml.saml2.metadata.EntityDescriptor
Gets the ID for this entity descriptor.
getID() - Method in class org.opensaml.saml.saml2.metadata.impl.AffiliateMemberImpl
Gets the member's entity ID.
getID() - Method in class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorImpl
Gets the ID of this Descriptor.
getID() - Method in class org.opensaml.saml.saml2.metadata.impl.EntitiesDescriptorImpl
Gets the ID of this entity group.
getID() - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
Gets the ID for this entity descriptor.
getID() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorImpl
Gets the ID of this role descriptor.
getID() - Method in interface org.opensaml.saml.saml2.metadata.RoleDescriptor
Gets the ID of this role descriptor.
getID() - Method in interface org.opensaml.xmlsec.encryption.EncryptedType
Gets the unique ID for the XML element.
getID() - Method in interface org.opensaml.xmlsec.encryption.EncryptionProperties
Get the ID attribute that uniquely identifies this element.
getID() - Method in interface org.opensaml.xmlsec.encryption.EncryptionProperty
Get the ID attribute which uniquely identifies this element.
getID() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
Gets the unique ID for the XML element.
getID() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertiesImpl
Get the ID attribute that uniquely identifies this element.
getID() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyImpl
Get the ID attribute which uniquely identifies this element.
getID() - Method in interface org.opensaml.xmlsec.signature.DEREncodedKeyValue
Get the Id attribute value.
getID() - Method in interface org.opensaml.xmlsec.signature.ECKeyValue
Get the Id attribute value.
getID() - Method in class org.opensaml.xmlsec.signature.impl.DEREncodedKeyValueImpl
Get the Id attribute value.
getID() - Method in class org.opensaml.xmlsec.signature.impl.ECKeyValueImpl
Get the Id attribute value.
getID() - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoImpl
Get the Id attribute value.
getID() - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoReferenceImpl
Get the Id attribute value.
getID() - Method in interface org.opensaml.xmlsec.signature.KeyInfo
Get the Id attribute value.
getID() - Method in interface org.opensaml.xmlsec.signature.KeyInfoReference
Get the Id attribute value.
getIdentifier(ProfileRequestContext) - Method in class org.opensaml.saml.common.profile.AbstractNameIdentifierGenerator
Override this method to reuse this implementation of AbstractNameIdentifierGenerator.doGenerate(ProfileRequestContext), and return the identifier to be included as the value of the eventual element.
getIdentifierEncryptionParameters() - Method in class org.opensaml.saml.saml2.profile.context.EncryptionContext
Get the encryption parameters to use for encryption of identifiers.
getIdentifiersToken(X509Credential, X500DNHandler) - Static method in class org.opensaml.security.x509.X509Support
Gets a formatted string representing identifier information from the supplied credential.
getIDIndex() - Method in class org.opensaml.core.xml.AbstractXMLObject
Get the IDIndex holding the ID-to-XMLObject index mapping, rooted at this XMLObject's subtree.
getIDIndex() - Method in interface org.opensaml.core.xml.XMLObject
Get the IDIndex holding the ID-to-XMLObject index mapping, rooted at this XMLObject's subtree.
getIDMappings() - Method in class org.opensaml.core.xml.util.IDIndex
Get the ID-to-XMLObject mappings for this object's owner's children.
getIDPEntrys() - Method in interface org.opensaml.saml.saml2.core.IDPList
Gets the IDPEntry list.
getIDPEntrys() - Method in class org.opensaml.saml.saml2.core.impl.IDPListImpl
Gets the IDPEntry list.
getIDPList() - Method in class org.opensaml.saml.saml2.core.impl.ScopingImpl
Gets the IDPList.
getIDPList() - Method in interface org.opensaml.saml.saml2.core.Scoping
Gets the IDPList.
getIDPList() - Method in class org.opensaml.saml.saml2.ecp.impl.RequestImpl
Get the IDPList child element.
getIDPList() - Method in interface org.opensaml.saml.saml2.ecp.Request
Get the IDPList child element.
getIdPNameQualifier() - Method in class org.opensaml.saml.common.profile.AbstractNameIdentifierGenerator
Get the NameQualifier attribute.
getIDPSSODescriptor(String) - Method in interface org.opensaml.saml.saml2.metadata.EntityDescriptor
Gets the first IDPSSODescriptor role descriptor for this entity that supports the given protocol.
getIDPSSODescriptor(String) - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
Gets the first IDPSSODescriptor role descriptor for this entity that supports the given protocol.
getIDs() - Method in class org.opensaml.core.xml.util.IDIndex
Get the set of ID strings which are the index keys.
getInboundHeaderBlock(MessageContext, QName, Set<String>, boolean) - Static method in class org.opensaml.soap.util.SOAPSupport
Get a header block from the SOAP envelope contained within the specified message context's SOAP subcontext.
getInboundMessageContext() - Method in class org.opensaml.messaging.context.InOutOperationContext
The inbound message context instance.
getIndex() - Method in class org.opensaml.saml.metadata.support.AttributeConsumingServiceSelector
Get the index of the desired service.
getIndex() - Method in interface org.opensaml.saml.saml2.metadata.AttributeConsumingService
Gets the index for this service.
getIndex() - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeConsumingServiceImpl
Gets the index for this service.
getIndex() - Method in class org.opensaml.saml.saml2.metadata.impl.IndexedEndpointImpl
Gets the index of the endpoint.
getIndex() - Method in interface org.opensaml.saml.saml2.metadata.IndexedEndpoint
Gets the index of the endpoint.
getIndexedDescriptors() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver.EntityBackingStore
Get the entity descriptor index.
getInformationURLs() - Method in class org.opensaml.saml.ext.saml2mdui.impl.UIInfoImpl
Get the URLs.
getInformationURLs() - Method in interface org.opensaml.saml.ext.saml2mdui.UIInfo
Get the URLs.
getInitialPolicies() - Method in class org.opensaml.security.x509.impl.CertPathPKIXValidationOptions
Returns the set of initial policies (OID strings) of the underlying CertPath Provider.
getInputContextOnlyXSBooleanValue() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
True then use only information in the XACMLAuthzDecisionQuery, if false could use external XACML attributes.
getInputContextOnlyXSBooleanValue() - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
True then use only information in the XACMLAuthzDecisionQuery, if false could use external XACML attributes.
getInResponseTo() - Method in class org.opensaml.saml.saml1.core.impl.ResponseAbstractTypeImpl
Return the InResponseTo (attribute).
getInResponseTo() - Method in interface org.opensaml.saml.saml1.core.ResponseAbstractType
Return the InResponseTo (attribute).
getInResponseTo() - Method in class org.opensaml.saml.saml2.core.impl.StatusResponseTypeImpl
Gets the unique request identifier for which this is a response.
getInResponseTo() - Method in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationDataImpl
Gets the message ID this is in response to.
getInResponseTo() - Method in interface org.opensaml.saml.saml2.core.StatusResponseType
Gets the unique request identifier for which this is a response.
getInResponseTo() - Method in interface org.opensaml.saml.saml2.core.SubjectConfirmationData
Gets the message ID this is in response to.
getInstance(Input) - Method in class org.opensaml.core.xml.util.AbstractSingletonFactory
Obtain an instance of the output class based on an input class instance.
getInstance(Input) - Method in class org.opensaml.core.xml.util.AbstractWrappedSingletonFactory
Obtain an instance of the output class based on an input class instance.
getInstance(Input) - Method in interface org.opensaml.core.xml.util.SingletonFactory
Obtain an instance of the output class based on an input class instance.
getIntendedDestinationEndpointURI(MessageContext<SAMLObject>) - Static method in class org.opensaml.saml.common.binding.SAMLBindingSupport
Extract the message information which indicates to what receiver endpoint URI the SAML message was intended to be delivered.
getIPAddress() - Method in class org.opensaml.saml.saml1.core.impl.SubjectLocalityImpl
Gets the IP address of the locality.
getIPAddress() - Method in interface org.opensaml.saml.saml1.core.SubjectLocality
Gets the IP address of the locality.
getIPHints() - Method in interface org.opensaml.saml.ext.saml2mdui.DiscoHints
The element specifies a set of [CIDR] blocks associated with, or serviced by, the entity.
getIPHints() - Method in class org.opensaml.saml.ext.saml2mdui.impl.DiscoHintsImpl
The element specifies a set of [CIDR] blocks associated with, or serviced by, the entity.
getIssueInstant() - Method in interface org.opensaml.saml.saml1.core.Assertion
Get the IssueInstant (attribute).
getIssueInstant() - Method in class org.opensaml.saml.saml1.core.impl.AssertionImpl
Get the IssueInstant (attribute).
getIssueInstant() - Method in class org.opensaml.saml.saml1.core.impl.RequestAbstractTypeImpl
Get the issue instant.
getIssueInstant() - Method in class org.opensaml.saml.saml1.core.impl.ResponseAbstractTypeImpl
Return the Issue Instant (attribute).
getIssueInstant() - Method in interface org.opensaml.saml.saml1.core.RequestAbstractType
Get the issue instant.
getIssueInstant() - Method in interface org.opensaml.saml.saml1.core.ResponseAbstractType
Return the Issue Instant (attribute).
getIssueInstant() - Method in interface org.opensaml.saml.saml2.core.Assertion
Gets the issue instance of this assertion.
getIssueInstant() - Method in class org.opensaml.saml.saml2.core.impl.AssertionImpl
Gets the issue instance of this assertion.
getIssueInstant() - Method in class org.opensaml.saml.saml2.core.impl.RequestAbstractTypeImpl
Gets the date/time the request was issued.
getIssueInstant() - Method in class org.opensaml.saml.saml2.core.impl.StatusResponseTypeImpl
Gets the date/time the response was issued.
getIssueInstant() - Method in interface org.opensaml.saml.saml2.core.RequestAbstractType
Gets the date/time the request was issued.
getIssueInstant() - Method in interface org.opensaml.saml.saml2.core.StatusResponseType
Gets the date/time the response was issued.
getIssuer() - Method in interface org.opensaml.saml.saml1.core.Assertion
Get the Issuer (which is an attribute) .
getIssuer() - Method in class org.opensaml.saml.saml1.core.impl.AssertionImpl
Get the Issuer (which is an attribute) .
getIssuer() - Method in interface org.opensaml.saml.saml2.core.Assertion
Gets the Issuer of this assertion.
getIssuer() - Method in class org.opensaml.saml.saml2.core.impl.AssertionImpl
Gets the Issuer of this assertion.
getIssuer() - Method in class org.opensaml.saml.saml2.core.impl.RequestAbstractTypeImpl
Gets the issuer of this request.
getIssuer() - Method in class org.opensaml.saml.saml2.core.impl.StatusResponseTypeImpl
Gets the issuer of this response.
getIssuer() - Method in interface org.opensaml.saml.saml2.core.RequestAbstractType
Gets the issuer of this request.
getIssuer() - Method in interface org.opensaml.saml.saml2.core.StatusResponseType
Gets the issuer of this response.
getIssuer() - Method in class org.opensaml.saml.saml2.ecp.impl.RequestImpl
Get the Issuer child elemet.
getIssuer() - Method in interface org.opensaml.saml.saml2.ecp.Request
Get the Issuer child elemet.
getIssuer() - Method in interface org.opensaml.xacml.ctx.AttributeType
Gets the issuer of the attribute.
getIssuer() - Method in class org.opensaml.xacml.ctx.impl.AttributeTypeImpl
Gets the issuer of the attribute.
getIssuer() - Method in class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeImpl
Gets the issuer of the attribute.
getIssuer() - Method in interface org.opensaml.xacml.ctx.MissingAttributeDetailType
Gets the issuer of the attribute.
getIssuer() - Method in interface org.opensaml.xacml.policy.AttributeDesignatorType
Gets the issuer of the designated attribute.
getIssuer() - Method in class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImpl
Gets the issuer of the designated attribute.
getIssuerId() - Method in class org.opensaml.saml.common.binding.artifact.BasicSAMLArtifactMapEntry
Gets the ID of the issuer of the artifact.
getIssuerId() - Method in interface org.opensaml.saml.common.binding.artifact.SAMLArtifactMap.SAMLArtifactMapEntry
Gets the ID of the issuer of the artifact.
getIssuerName() - Method in class org.opensaml.security.x509.X509IssuerSerialCriterion
Get the issuer name.
getIssuerName(X509Certificate) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
Get issuer name from a certificate, using the currently configured X500DNHandler and issuer DN output format.
getJ() - Method in interface org.opensaml.xmlsec.signature.DSAKeyValue
Get the J child element.
getJ() - Method in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
Get the J child element.
getJCAAlgorithmID() - Method in interface org.opensaml.xmlsec.algorithm.AlgorithmDescriptor
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES128CBC
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES128GCM
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES192CBC
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES192GCM
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES256CBC
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES256GCM
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionDESede
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.DigestMD5
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.DigestRIPEMD160
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.DigestSHA1
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.DigestSHA224
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.DigestSHA256
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.DigestSHA384
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.DigestSHA512
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.HMACMD5
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.HMACRIPEMD160
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.HMACSHA1
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.HMACSHA224
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.HMACSHA256
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.HMACSHA384
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.HMACSHA512
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.KeyTransportRSA15
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.KeyTransportRSAOAEP
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.KeyTransportRSAOAEPMGF1P
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureDSASHA1
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureDSASHA256
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureECDSASHA1
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureECDSASHA224
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureECDSASHA256
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureECDSASHA384
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureECDSASHA512
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSAMD5
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSARIPEMD160
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASHA1
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASHA224
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASHA256
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASHA384
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASHA512
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SymmetricKeyWrapAES128
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SymmetricKeyWrapAES192
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SymmetricKeyWrapAES256
Get the algorithm's JCA algorithm ID.
getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SymmetricKeyWrapDESede
Get the algorithm's JCA algorithm ID.
getJCAProviderName() - Method in class org.opensaml.xmlsec.encryption.support.Decrypter
Get the Java Cryptography Architecture (JCA) security provider name that should be used to provide the decryption support.
getJCAProviderName() - Method in class org.opensaml.xmlsec.encryption.support.Encrypter
Get the Java Cryptography Architecture (JCA) security provider name that should be used to provide the encryption support.
getKANonce() - Method in interface org.opensaml.xmlsec.encryption.AgreementMethod
Get the nonce child element used to introduce variability into the generation of keying material.
getKANonce() - Method in class org.opensaml.xmlsec.encryption.impl.AgreementMethodImpl
Get the nonce child element used to introduce variability into the generation of keying material.
getKEKKeyInfoCredentialResolver() - Method in interface org.opensaml.xmlsec.DecryptionConfiguration
The KeyInfoCredentialResolver to use when processing the EncryptedKey/KeyInfo (the Key Encryption Key or KEK).
getKEKKeyInfoCredentialResolver() - Method in class org.opensaml.xmlsec.DecryptionParameters
Get the KeyInfoCredentialResolver to use when processing the EncryptedKey/KeyInfo (the Key Encryption Key or KEK).
getKEKKeyInfoCredentialResolver() - Method in class org.opensaml.xmlsec.impl.BasicDecryptionConfiguration
Get the KeyInfoCredentialResolver to use when processing the EncryptedKey/KeyInfo (the Key Encryption Key or KEK).
getKEKResolverCriteria() - Method in class org.opensaml.xmlsec.encryption.support.Decrypter
Get the optional static set of criteria used when resolving credentials based on the KeyInfo of an EncryptedKey element.
getKey(Object) - Static method in class org.opensaml.storage.annotation.AnnotationSupport
Gets the value of the field indicated by the Key annotation on the given object.
getKey() - Method in class org.opensaml.storage.impl.JPAStorageRecord
Returns the key.
getKey() - Method in class org.opensaml.storage.impl.JPAStorageRecord.RecordId
Returns the key.
getKey() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES128CBC
Get the JCA key type specified by this algorithm.
getKey() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES128GCM
Get the JCA key type specified by this algorithm.
getKey() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES192CBC
Get the JCA key type specified by this algorithm.
getKey() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES192GCM
Get the JCA key type specified by this algorithm.
getKey() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES256CBC
Get the JCA key type specified by this algorithm.
getKey() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES256GCM
Get the JCA key type specified by this algorithm.
getKey() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionDESede
Get the JCA key type specified by this algorithm.
getKey() - Method in class org.opensaml.xmlsec.algorithm.descriptors.KeyTransportRSA15
Get the JCA key type specified by this algorithm.
getKey() - Method in class org.opensaml.xmlsec.algorithm.descriptors.KeyTransportRSAOAEP
Get the JCA key type specified by this algorithm.
getKey() - Method in class org.opensaml.xmlsec.algorithm.descriptors.KeyTransportRSAOAEPMGF1P
Get the JCA key type specified by this algorithm.
getKey() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureDSASHA1
Get the JCA key type specified by this algorithm.
getKey() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureDSASHA256
Get the JCA key type specified by this algorithm.
getKey() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureECDSASHA1
Get the JCA key type specified by this algorithm.
getKey() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureECDSASHA224
Get the JCA key type specified by this algorithm.
getKey() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureECDSASHA256
Get the JCA key type specified by this algorithm.
getKey() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureECDSASHA384
Get the JCA key type specified by this algorithm.
getKey() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureECDSASHA512
Get the JCA key type specified by this algorithm.
getKey() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSAMD5
Get the JCA key type specified by this algorithm.
getKey() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSARIPEMD160
Get the JCA key type specified by this algorithm.
getKey() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASHA1
Get the JCA key type specified by this algorithm.
getKey() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASHA224
Get the JCA key type specified by this algorithm.
getKey() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASHA256
Get the JCA key type specified by this algorithm.
getKey() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASHA384
Get the JCA key type specified by this algorithm.
getKey() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASHA512
Get the JCA key type specified by this algorithm.
getKey() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SymmetricKeyWrapAES128
Get the JCA key type specified by this algorithm.
getKey() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SymmetricKeyWrapAES192
Get the JCA key type specified by this algorithm.
getKey() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SymmetricKeyWrapAES256
Get the JCA key type specified by this algorithm.
getKey() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SymmetricKeyWrapDESede
Get the JCA key type specified by this algorithm.
getKey() - Method in interface org.opensaml.xmlsec.algorithm.KeySpecifiedAlgorithm
Get the JCA key type specified by this algorithm.
getKey() - Method in class org.opensaml.xmlsec.keyinfo.impl.KeyInfoResolutionContext
Get the key currently known to be represented by the KeyInfo.
getKey(KeyValue) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
Extracts the DSA or RSA public key within the KeyValue.
getKey(DEREncodedKeyValue) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
Extracts the public key within the DEREncodedKeyValue.
getKeyAlgorithm() - Method in class org.opensaml.security.criteria.KeyAlgorithmCriterion
Get the key algorithm criteria.
getKeyAlgorithm(String) - Static method in class org.opensaml.xmlsec.algorithm.AlgorithmSupport
Get the Java security JCA/JCE key algorithm specifier associated with an algorithm URI.
getKeyDescriptor() - Method in class org.opensaml.saml.security.impl.SAMLMDCredentialContext
Get the key descriptor context.
getKeyDescriptors() - Method in interface org.opensaml.saml.saml2.metadata.AffiliationDescriptor
Gets an immutable list of KeyDescriptors for this affiliation.
getKeyDescriptors() - Method in class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorImpl
Gets an immutable list of KeyDescriptors for this affiliation.
getKeyDescriptors() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorImpl
Gets the key descriptors for this role.
getKeyDescriptors() - Method in interface org.opensaml.saml.saml2.metadata.RoleDescriptor
Gets the key descriptors for this role.
getKeyInfo() - Method in class org.opensaml.saml.ext.samlec.impl.SessionKeyImpl
Get the KeyInfo object that describes the session key.
getKeyInfo() - Method in interface org.opensaml.saml.ext.samlec.SessionKey
Get the KeyInfo object that describes the session key.
getKeyInfo() - Method in class org.opensaml.saml.saml1.core.impl.SubjectConfirmationImpl
Gets the key information for the subject.
getKeyInfo() - Method in interface org.opensaml.saml.saml1.core.SubjectConfirmation
Gets the key information for the subject.
getKeyInfo() - Method in class org.opensaml.saml.saml2.metadata.impl.KeyDescriptorImpl
Gets information about the key, including the key itself.
getKeyInfo() - Method in interface org.opensaml.saml.saml2.metadata.KeyDescriptor
Gets information about the key, including the key itself.
getKeyInfo() - Method in interface org.opensaml.xmlsec.encryption.EncryptedType
Gets the KeyInfo child element.
getKeyInfo() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
Gets the KeyInfo child element.
getKeyInfo() - Method in class org.opensaml.xmlsec.keyinfo.impl.KeyInfoCredentialContext
Get the KeyInfo context from which the credential was derived.
getKeyInfo() - Method in class org.opensaml.xmlsec.keyinfo.impl.KeyInfoResolutionContext
Gets the KeyInfo being processed.
getKeyInfo() - Method in class org.opensaml.xmlsec.keyinfo.impl.StaticKeyInfoGenerator
Get the static KeyInfo object held by this generator.
getKeyInfo() - Method in class org.opensaml.xmlsec.keyinfo.KeyInfoCriterion
Gets the KeyInfo which is the source of credential criteria.
getKeyInfo() - Method in class org.opensaml.xmlsec.signature.impl.SignatureImpl
Gets the key info added to this signature.
getKeyInfo() - Method in interface org.opensaml.xmlsec.signature.Signature
Gets the key info added to this signature.
getKeyInfoCredentialResolver() - Method in class org.opensaml.saml.security.impl.MetadataCredentialResolver
Get the KeyInfo credential resolver used by this entityDescriptorResolver resolver to handle KeyInfo elements.
getKeyInfoGenerator() - Method in class org.opensaml.xmlsec.encryption.support.DataEncryptionParameters
Gets the instance which will be used to generate a KeyInfo object from the encryption credential.
getKeyInfoGenerator(Credential, NamedKeyInfoGeneratorManager, String) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
Obtains a KeyInfoGenerator for the specified Credential.
getKeyInfoGenerator() - Method in class org.opensaml.xmlsec.SignatureSigningParameters
Get the KeyInfoGenerator to use when generating the Signature/KeyInfo.
getKeyInfoGeneratorManager() - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
Get the manager for named KeyInfoGenerator instances.
getKeyInfoGeneratorManager() - Method in interface org.opensaml.xmlsec.SignatureSigningConfiguration
Get the manager for named KeyInfoGenerator instances.
getKeyInfoReference(XMLObject) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.KeyInfoReferenceProvider
Get the KeyInfoReference from the passed XML object.
getKeyInfoReferences() - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoImpl
Get the list of KeyInfoReference child elements.
getKeyInfoReferences() - Method in interface org.opensaml.xmlsec.signature.KeyInfo
Get the list of KeyInfoReference child elements.
getKeyInfoResolver() - Method in class org.opensaml.saml.saml2.binding.security.impl.SAML2HTTPPostSimpleSignSecurityHandler
Get the KeyInfo credential resolver.
getKeyInfoResolver() - Method in class org.opensaml.xmlsec.signature.support.impl.BaseSignatureTrustEngine
Get the KeyInfoCredentialResolver instance used to resolve (advisory) signing credential information from KeyInfo elements contained within a Signature element.
getKeyInfoResolver() - Method in class org.opensaml.xmlsec.signature.support.impl.ChainingSignatureTrustEngine
Get the KeyInfoCredentialResolver instance used to resolve (advisory) signing credential information from KeyInfo elements contained within a Signature element.
getKeyInfoResolver() - Method in interface org.opensaml.xmlsec.signature.support.SignatureTrustEngine
Get the KeyInfoCredentialResolver instance used to resolve (advisory) signing credential information from KeyInfo elements contained within a Signature element.
getKeyInfos() - Method in class org.opensaml.saml.saml2.core.impl.KeyInfoConfirmationDataTypeImpl
Get the list of child KeyInfo elements.
getKeyInfos() - Method in interface org.opensaml.saml.saml2.core.KeyInfoConfirmationDataType
Get the list of child KeyInfo elements.
getKeyLength() - Method in class org.opensaml.security.criteria.KeyLengthCriterion
Get the key length.
getKeyLength(Key) - Static method in class org.opensaml.security.crypto.KeySupport
Get the key length in bits of the specified key.
getKeyLength(String) - Static method in class org.opensaml.xmlsec.algorithm.AlgorithmSupport
Get the length of the key indicated by the algorithm URI, if applicable and available.
getKeyLength() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES128CBC
Get the length of the key specified by this algorithm.
getKeyLength() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES128GCM
Get the length of the key specified by this algorithm.
getKeyLength() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES192CBC
Get the length of the key specified by this algorithm.
getKeyLength() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES192GCM
Get the length of the key specified by this algorithm.
getKeyLength() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES256CBC
Get the length of the key specified by this algorithm.
getKeyLength() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES256GCM
Get the length of the key specified by this algorithm.
getKeyLength() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionDESede
Get the length of the key specified by this algorithm.
getKeyLength() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SymmetricKeyWrapAES128
Get the length of the key specified by this algorithm.
getKeyLength() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SymmetricKeyWrapAES192
Get the length of the key specified by this algorithm.
getKeyLength() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SymmetricKeyWrapAES256
Get the length of the key specified by this algorithm.
getKeyLength() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SymmetricKeyWrapDESede
Get the length of the key specified by this algorithm.
getKeyLength() - Method in interface org.opensaml.xmlsec.algorithm.KeyLengthSpecifiedAlgorithm
Get the length of the key specified by this algorithm.
getKeyName() - Method in class org.opensaml.security.criteria.KeyNameCriterion
Get the key name criteria.
getKeyNames() - Method in class org.opensaml.security.credential.AbstractCredential
Gets key names for this credential.
getKeyNames() - Method in interface org.opensaml.security.credential.Credential
Gets key names for this credential.
getKeyNames() - Method in class org.opensaml.xmlsec.keyinfo.impl.KeyInfoResolutionContext
The key names which are currently known.
getKeyNames(KeyInfo) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
Get the set of key names inside the specified KeyInfo as a list of strings.
getKeyNames() - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoImpl
Get the list of KeyName child elements.
getKeyNames() - Method in interface org.opensaml.xmlsec.signature.KeyInfo
Get the list of KeyName child elements.
getKeyPlacement() - Method in class org.opensaml.saml.saml2.encryption.Encrypter
Get the current key placement option.
getKeyReferences() - Method in class org.opensaml.xmlsec.encryption.impl.ReferenceListImpl
Get the list of key reference child elements.
getKeyReferences() - Method in interface org.opensaml.xmlsec.encryption.ReferenceList
Get the list of key reference child elements.
getKeyResolverCriteria() - Method in class org.opensaml.xmlsec.encryption.support.Decrypter
Get the optional static set of criteria used when resolving credentials based on the KeyInfo of an EncryptedData element.
getKeySize() - Method in class org.opensaml.storage.AbstractStorageService
Gets max size of keys in characters.
getKeySize() - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageCapabilities
 
getKeySize() - Method in interface org.opensaml.storage.StorageCapabilities
Gets max size of keys in characters.
getKeySize() - Method in interface org.opensaml.xmlsec.encryption.EncryptionMethod
Gets the KeySize child element.
getKeySize() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionMethodImpl
Gets the KeySize child element.
getKeyTransportAlgorithm() - Method in class org.opensaml.xmlsec.KeyTransportAlgorithmPredicate.SelectionInput
Get the candidate key transport algorithm.
getKeyTransportAlgorithmPredicate() - Method in interface org.opensaml.xmlsec.EncryptionConfiguration
Get the instance of KeyTransportAlgorithmPredicate.
getKeyTransportAlgorithmPredicate() - Method in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
Get the instance of KeyTransportAlgorithmPredicate.
getKeyTransportCredential() - Method in class org.opensaml.xmlsec.KeyTransportAlgorithmPredicate.SelectionInput
Get the candidate key transport credential.
getKeyTransportEncryptionAlgorithm() - Method in class org.opensaml.xmlsec.EncryptionParameters
Get the encryption algorithm URI to use when encrypting the EncryptedKey.
getKeyTransportEncryptionAlgorithms() - Method in interface org.opensaml.xmlsec.EncryptionConfiguration
Get the list of preferred key transport encryption algorithm URIs, in preference order.
getKeyTransportEncryptionAlgorithms() - Method in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
Get the list of preferred key transport encryption algorithm URIs, in preference order.
getKeyTransportEncryptionCredential() - Method in class org.opensaml.xmlsec.EncryptionParameters
Get the encryption credential to use when encrypting the EncryptedKey.
getKeyTransportEncryptionCredentials() - Method in interface org.opensaml.xmlsec.EncryptionConfiguration
Get the list of key transport encryption credentials to use, in preference order.
getKeyTransportEncryptionCredentials() - Method in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
Get the list of key transport encryption credentials to use, in preference order.
getKeyTransportKeyInfoGenerator() - Method in class org.opensaml.xmlsec.EncryptionParameters
Get the KeyInfoGenerator to use when generating the EncryptedKey/KeyInfo.
getKeyTransportKeyInfoGeneratorManager() - Method in interface org.opensaml.xmlsec.EncryptionConfiguration
Get the KeyInfoGenerator manager to use when generating the EncryptedKey/KeyInfo.
getKeyTransportKeyInfoGeneratorManager() - Method in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
Get the KeyInfoGenerator manager to use when generating the EncryptedKey/KeyInfo.
getKeyValues() - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoImpl
Get the list of KeyValue child elements.
getKeyValues() - Method in interface org.opensaml.xmlsec.signature.KeyInfo
Get the list of KeyValue child elements.
getKeywords() - Method in class org.opensaml.saml.ext.saml2mdui.impl.KeywordsImpl
Gets the keywords.
getKeywords() - Method in class org.opensaml.saml.ext.saml2mdui.impl.UIInfoImpl
Get the keywords.
getKeywords() - Method in interface org.opensaml.saml.ext.saml2mdui.Keywords
Gets the keywords.
getKeywords() - Method in interface org.opensaml.saml.ext.saml2mdui.UIInfo
Get the keywords.
getLastAccessedTime() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.EntityManagementData
Get the last time at which the entity's backing store data was accessed.
getLastRefresh() - Method in class org.opensaml.saml.metadata.resolver.ChainingMetadataResolver
Gets the time the last refresh cycle occurred.
getLastRefresh() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
Gets the time the last refresh cycle occurred.
getLastRefresh() - Method in class org.opensaml.saml.metadata.resolver.impl.CompositeMetadataResolver
Gets the time the last refresh cycle occurred.
getLastRefresh() - Method in interface org.opensaml.saml.metadata.resolver.RefreshableMetadataResolver
Gets the time the last refresh cycle occurred.
getLastUpdate() - Method in class org.opensaml.saml.metadata.resolver.ChainingMetadataResolver
Get the time that the currently available metadata was last updated.
getLastUpdate() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
Get the time that the currently available metadata was last updated.
getLastUpdate() - Method in class org.opensaml.saml.metadata.resolver.impl.CompositeMetadataResolver
Get the time that the currently available metadata was last updated.
getLastUpdate() - Method in interface org.opensaml.saml.metadata.resolver.RefreshableMetadataResolver
Get the time that the currently available metadata was last updated.
getLastUpdateTime() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.EntityManagementData
Get the last update time of the metadata.
getLatestVersion() - Method in interface org.opensaml.xacml.policy.IdReferenceType
Gets the latest version of the reference.
getLatestVersion() - Method in class org.opensaml.xacml.policy.impl.IdReferenceTypeImpl
Gets the latest version of the reference.
getLoc() - Method in interface org.opensaml.saml.saml2.core.IDPEntry
Gets the Loc value.
getLoc() - Method in class org.opensaml.saml.saml2.core.impl.IDPEntryImpl
Gets the Loc value.
getLocalCredentialResolver() - Method in class org.opensaml.xmlsec.keyinfo.impl.LocalKeyInfoCredentialResolver
Get the resolver for local credentials.
getLocation() - Method in class org.opensaml.saml.criterion.BindingLocationCriterion
Get the binding location URI.
getLocation() - Method in class org.opensaml.saml.criterion.BindingResponseLocationCriterion
Get the binding response location URI.
getLocation() - Method in interface org.opensaml.saml.saml1.core.AuthorityBinding
Get the authority location.
getLocation() - Method in class org.opensaml.saml.saml1.core.impl.AuthorityBindingImpl
Get the authority location.
getLocation() - Method in interface org.opensaml.saml.saml2.metadata.Endpoint
Gets the URI, usually a URL, for the location of this Endpoint.
getLocation() - Method in class org.opensaml.saml.saml2.metadata.impl.EndpointImpl
Gets the URI, usually a URL, for the location of this Endpoint.
getLocationURI() - Method in interface org.opensaml.saml.saml2.metadata.AdditionalMetadataLocation
Gets the location URI.
getLocationURI() - Method in class org.opensaml.saml.saml2.metadata.impl.AdditionalMetadataLocationImpl
Gets the location URI.
getLock() - Method in class org.opensaml.storage.AbstractMapBackedStorageService
Get the shared lock to synchronize access.
getLock() - Method in class org.opensaml.storage.impl.MemoryStorageService
Get the shared lock to synchronize access.
getLock() - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Get the shared lock to synchronize access.
getLoggingId() - Method in class org.opensaml.profile.context.ProfileRequestContext
Get the logging ID of the profile used by the current request.
getLogos() - Method in class org.opensaml.saml.ext.saml2mdui.impl.UIInfoImpl
Get the logos.
getLogos() - Method in interface org.opensaml.saml.ext.saml2mdui.UIInfo
Get the logos.
getLogPrefix() - Method in class org.opensaml.messaging.handler.AbstractMessageHandler
Return a prefix for logging messages for this component.
getLogPrefix() - Method in class org.opensaml.profile.action.AbstractProfileAction
Return a prefix for logging messages for this component.
getLogPrefix() - Method in class org.opensaml.saml.common.binding.AbstractEndpointResolver
Return a prefix for logging messages for this component.
getMajorVersion() - Method in class org.opensaml.saml.common.SAMLVersion
Gets the major version of the SAML version.
getMajorVersion() - Method in interface org.opensaml.saml.saml1.core.Assertion
Get the MajorVersion attribute.
getMajorVersion() - Method in class org.opensaml.saml.saml1.core.impl.AssertionImpl
Get the MajorVersion attribute.
getManagementData(String) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.DynamicEntityBackingStore
Get the management data for the specified entityID.
getManageNameIDServices() - Method in class org.opensaml.saml.saml2.metadata.impl.SSODescriptorImpl
Gets a list of manage NameId services for this service.
getManageNameIDServices() - Method in interface org.opensaml.saml.saml2.metadata.SSODescriptor
Gets a list of manage NameId services for this service.
getManager(String) - Method in class org.opensaml.xmlsec.keyinfo.NamedKeyInfoGeneratorManager
Get the named factory manager.
getManagerNames() - Method in class org.opensaml.xmlsec.keyinfo.NamedKeyInfoGeneratorManager
Get the (unmodifiable) set of names of factory managers currently available.
getMarshaller(QName) - Method in class org.opensaml.core.xml.io.MarshallerFactory
Gets the Marshaller for a particular element or null if no marshaller is registered for an element.
getMarshaller(XMLObject) - Method in class org.opensaml.core.xml.io.MarshallerFactory
Retrieves the marshaller for the given XMLObject.
getMarshaller(QName) - Static method in class org.opensaml.core.xml.util.XMLObjectSupport
Obtain an XMLObject marshaller for the given QName.
getMarshaller(XMLObject) - Static method in class org.opensaml.core.xml.util.XMLObjectSupport
Obtain an XMLObject marshaller for the given XMLObject.
getMarshallerFactory() - Method in class org.opensaml.core.xml.config.XMLObjectProviderRegistry
Gets the XMLObject marshaller factory that has been configured with information from loaded configuration files.
getMarshallerFactory() - Static method in class org.opensaml.core.xml.config.XMLObjectProviderRegistrySupport
Gets the XMLObject marshaller factory that has been configured with information from loaded configuration files.
getMarshallers() - Method in class org.opensaml.core.xml.io.MarshallerFactory
Gets an immutable listing of all the Marshallers currently registered.
getMaskGenerationFunction() - Method in class org.opensaml.xmlsec.encryption.support.RSAOAEPParameters
Get the mask generation function (MGF) algorithm URI.
getMatchId() - Method in interface org.opensaml.xacml.policy.ActionMatchType
Gets the ID of this match.
getMatchId() - Method in interface org.opensaml.xacml.policy.EnvironmentMatchType
Gets the ID of this match.
getMatchId() - Method in class org.opensaml.xacml.policy.impl.ActionMatchTypeImpl
Gets the ID of this match.
getMatchId() - Method in class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeImpl
Gets the ID of this match.
getMatchId() - Method in class org.opensaml.xacml.policy.impl.ResourceMatchTypeImpl
Gets the ID of this match.
getMatchId() - Method in class org.opensaml.xacml.policy.impl.SubjectMatchTypeImpl
Gets the ID of this match.
getMatchId() - Method in interface org.opensaml.xacml.policy.ResourceMatchType
Gets the ID of this match.
getMatchId() - Method in interface org.opensaml.xacml.policy.SubjectMatchType
Gets the ID of this match.
getMatchIfMetadataSilent() - Method in class org.opensaml.saml.common.profile.logic.AbstractRegistrationInfoPredicate
Get whether a predicate should evaluate to true if the data being matched on does not exist.
getMaxCacheDuration() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
Get the maximum cache duration for metadata.
getMaxIdleEntityData() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
Get the maximum idle time in milliseconds for which the resolver will keep data for a given entityID, before it is removed.
getMaxKeySize() - Method in class org.opensaml.saml.ext.saml2alg.impl.SigningMethodImpl
Get the value of the MaxKeySize attribute.
getMaxKeySize() - Method in interface org.opensaml.saml.ext.saml2alg.SigningMethod
Get the value of the MaxKeySize attribute.
getMaxRefreshDelay() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
Gets the maximum amount of time, in milliseconds, between refresh intervals.
getMaxSize() - Method in class org.opensaml.storage.impl.memcached.StorageRecordTranscoder
 
getMaxSize() - Method in class org.opensaml.storage.impl.memcached.StringTranscoder
 
getMaxValidityInterval() - Method in class org.opensaml.saml.metadata.resolver.filter.impl.RequiredValidUntilFilter
Get the maximum interval, in milliseconds, between now and the validUntil date.
getMembers() - Method in interface org.opensaml.saml.saml2.metadata.AffiliationDescriptor
Gets a list of the members of this affiliation.
getMembers() - Method in class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorImpl
Gets a list of the members of this affiliation.
getMessage() - Method in class org.opensaml.messaging.context.MessageContext
Get the message represented by the message context.
getMessage() - Method in class org.opensaml.saml.saml1.core.impl.StatusMessageImpl
Get the message.
getMessage() - Method in interface org.opensaml.saml.saml1.core.StatusMessage
Get the message.
getMessage() - Method in interface org.opensaml.saml.saml2.core.ArtifactResponse
Gets the protocol message from the artifact response.
getMessage() - Method in class org.opensaml.saml.saml2.core.impl.ArtifactResponseImpl
Gets the protocol message from the artifact response.
getMessage() - Method in class org.opensaml.saml.saml2.core.impl.StatusMessageImpl
Gets the Message of this Status Message.
getMessage() - Method in interface org.opensaml.saml.saml2.core.StatusMessage
Gets the Message of this Status Message.
getMessage() - Method in interface org.opensaml.soap.soap11.Fault
Gets the fault string for this fault.
getMessage() - Method in class org.opensaml.soap.soap11.impl.FaultImpl
Gets the fault string for this fault.
getMessageContext() - Method in class org.opensaml.messaging.decoder.AbstractMessageDecoder
Get the decoded message context.
getMessageContext() - Method in interface org.opensaml.messaging.decoder.MessageDecoder
Get the decoded message context.
getMessageContext() - Method in class org.opensaml.messaging.encoder.AbstractMessageEncoder
Get the message context.
getMessageEncoder() - Method in interface org.opensaml.messaging.error.PipelineMessageErrorHandler
Get the message encoder used to encode the outbound error message.
getMessageEncoder(ProfileRequestContext) - Method in interface org.opensaml.profile.action.MessageEncoderFactory
Get the MessageEncoder to use.
getMessageHandle() - Method in class org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactType0004
Gets the 20 byte message handle of the artifact.
getMessageId() - Method in class org.opensaml.saml.common.messaging.context.SAMLMessageInfoContext
Gets the ID of the message.
getMessageIssueInstant() - Method in class org.opensaml.saml.common.messaging.context.SAMLMessageInfoContext
Gets the issue instant of the message.
getMessageLifetime() - Method in class org.opensaml.saml.common.binding.security.impl.MessageLifetimeSecurityHandler
Gets the amount of time, in milliseconds, for which a message is valid.
getMessageToLog() - Method in class org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder
Get the XMLObject which will be logged as the protocol message.
getMessageToLog() - Method in class org.opensaml.messaging.encoder.servlet.BaseHttpServletResponseXMLMessageEncoder
Get the XMLObject which will be logged as the protocol message.
getMessageToLog() - Method in class org.opensaml.soap.soap11.decoder.http.impl.HTTPSOAP11Decoder
Get the XMLObject which will be logged as the protocol message.
getMessageToLog() - Method in class org.opensaml.soap.soap11.encoder.http.impl.HTTPSOAP11Encoder
Get the XMLObject which will be logged as the protocol message.
getMessageType() - Method in class org.opensaml.saml.saml2.profile.impl.AbstractResponseShellAction
Get the type of message to build.
getMetadata() - Method in interface org.opensaml.soap.wsaddressing.EndpointReferenceType
Returns the optional <wsa:Metadata> child element.
getMetadata() - Method in class org.opensaml.soap.wsaddressing.impl.EndpointReferenceTypeImpl
Returns the optional <wsa:Metadata> child element.
getMetadataBytesFromResponse(HttpResponse) - Method in class org.opensaml.saml.metadata.resolver.impl.HTTPMetadataResolver
Extracts the raw metadata bytes from the response taking in to account possible deflate and GZip compression.
getMetadataCredentialResolver() - Method in class org.opensaml.saml.security.impl.SAMLMetadataEncryptionParametersResolver
Get the metadata credential resolver instance to use to resolve encryption credentials.
getMetadataFilter() - Method in class org.opensaml.saml.metadata.resolver.ChainingMetadataResolver
Gets the metadata filter applied to the metadata.
getMetadataFilter() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
Gets the metadata filter applied to the metadata.
getMetadataFilter() - Method in class org.opensaml.saml.metadata.resolver.impl.CompositeMetadataResolver
Gets the metadata filter applied to the metadata.
getMetadataFilter() - Method in interface org.opensaml.saml.metadata.resolver.MetadataResolver
Gets the metadata filter applied to the metadata.
getMetadataIdentifier() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
Gets an identifier which may be used to distinguish this metadata in logging statements.
getMetadataIdentifier() - Method in class org.opensaml.saml.metadata.resolver.impl.FilesystemMetadataResolver
Gets an identifier which may be used to distinguish this metadata in logging statements.
getMetadataIdentifier() - Method in class org.opensaml.saml.metadata.resolver.impl.HTTPMetadataResolver
Gets an identifier which may be used to distinguish this metadata in logging statements.
getMetadataIdentifier() - Method in class org.opensaml.saml.metadata.resolver.impl.ResourceBackedMetadataResolver
Gets an identifier which may be used to distinguish this metadata in logging statements.
getMetadataURI() - Method in class org.opensaml.saml.metadata.resolver.impl.HTTPMetadataResolver
Gets the URL to fetch the metadata.
getMethod() - Method in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationImpl
Get the method used to confirm this subject.
getMethod() - Method in interface org.opensaml.saml.saml2.core.SubjectConfirmation
Get the method used to confirm this subject.
getMethod() - Method in class org.opensaml.saml.saml2.ecp.impl.SubjectConfirmationImpl
Get the method used to confirm this subject.
getMethod() - Method in interface org.opensaml.saml.saml2.ecp.SubjectConfirmation
Get the method used to confirm this subject.
getMgmtDatas() - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoImpl
Get the list of MgmtData child elements.
getMgmtDatas() - Method in interface org.opensaml.xmlsec.signature.KeyInfo
Get the list of MgmtData child elements.
getMimeType() - Method in interface org.opensaml.xmlsec.encryption.EncryptedType
Gets the MIME type of the plaintext content.
getMimeType() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
Gets the MIME type of the plaintext content.
getMinCacheDuration() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
Get the minimum cache duration for metadata.
getMinKeySize() - Method in class org.opensaml.saml.ext.saml2alg.impl.SigningMethodImpl
Get the value of the MinKeySize attribute.
getMinKeySize() - Method in interface org.opensaml.saml.ext.saml2alg.SigningMethod
Get the value of the MinKeySize attribute.
getMinorVersion() - Method in class org.opensaml.saml.common.SAMLVersion
Gets the minor version of the SAML version.
getMinorVersion() - Method in interface org.opensaml.saml.saml1.core.Assertion
Get the MinorVersion attribute.
getMinorVersion() - Method in class org.opensaml.saml.saml1.core.impl.AssertionImpl
Get the MinorVersion attribute.
getMinRefreshDelay() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
Gets the minimum amount of time, in milliseconds, between refreshes.
getModulus() - Method in class org.opensaml.xmlsec.signature.impl.RSAKeyValueImpl
Get the Modulus child element.
getModulus() - Method in interface org.opensaml.xmlsec.signature.RSAKeyValue
Get the Modulus child element.
getMustBePresent() - Method in interface org.opensaml.xacml.policy.AttributeDesignatorType
Gets whether the designated attribute must be present.
getMustBePresent() - Method in interface org.opensaml.xacml.policy.AttributeSelectorType
Gets whether the attribute to be selected must be present.
getMustBePresent() - Method in class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImpl
Gets whether the designated attribute must be present.
getMustBePresent() - Method in class org.opensaml.xacml.policy.impl.AttributeSelectorTypeImpl
Gets whether the attribute to be selected must be present.
getMustBePresentXSBoolean() - Method in interface org.opensaml.xacml.policy.AttributeDesignatorType
Gets whether the designated attribute must be present.
getMustBePresentXSBoolean() - Method in interface org.opensaml.xacml.policy.AttributeSelectorType
Gets whether the attribute to be selected must be present.
getMustBePresentXSBoolean() - Method in class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImpl
Gets whether the designated attribute must be present.
getMustBePresentXSBoolean() - Method in class org.opensaml.xacml.policy.impl.AttributeSelectorTypeImpl
Gets whether the attribute to be selected must be present.
getName() - Method in class org.opensaml.saml.common.profile.logic.EntityAttributesPredicate.Candidate
Get the Attribute Name to match.
getName() - Method in class org.opensaml.saml.metadata.EntityGroupName
Get the entity group name.
getName() - Method in interface org.opensaml.saml.saml2.core.Attribute
Get the name of this attribute.
getName() - Method in interface org.opensaml.saml.saml2.core.IDPEntry
Gets the Name value.
getName() - Method in class org.opensaml.saml.saml2.core.impl.AttributeImpl
Get the name of this attribute.
getName() - Method in class org.opensaml.saml.saml2.core.impl.IDPEntryImpl
Gets the Name value.
getName() - Method in interface org.opensaml.saml.saml2.metadata.Company
Gets the name of the company.
getName() - Method in interface org.opensaml.saml.saml2.metadata.EntitiesDescriptor
Gets the name of this entity group.
getName() - Method in interface org.opensaml.saml.saml2.metadata.GivenName
Gets the name.
getName() - Method in class org.opensaml.saml.saml2.metadata.impl.CompanyImpl
Gets the name of the company.
getName() - Method in class org.opensaml.saml.saml2.metadata.impl.EntitiesDescriptorImpl
Gets the name of this entity group.
getName() - Method in class org.opensaml.saml.saml2.metadata.impl.GivenNameImpl
Gets the name.
getName() - Method in class org.opensaml.saml.saml2.metadata.impl.SurNameImpl
Gets the name.
getName() - Method in interface org.opensaml.saml.saml2.metadata.SurName
Gets the name.
getName(X500Principal) - Method in class org.opensaml.security.x509.InternalX500DNHandler
Returns a string representation of the X.500 distinguished name using the default format as defined in the underlying implementation.
getName(X500Principal, String) - Method in class org.opensaml.security.x509.InternalX500DNHandler
Returns a string representation of the X.500 distinguished name using the specified format.
getName(X500Principal) - Method in interface org.opensaml.security.x509.X500DNHandler
Returns a string representation of the X.500 distinguished name using the default format as defined in the underlying implementation.
getName(X500Principal, String) - Method in interface org.opensaml.security.x509.X500DNHandler
Returns a string representation of the X.500 distinguished name using the specified format.
getName() - Method in class org.opensaml.soap.wspolicy.impl.PolicyImpl
Returns the wsp:Policy/@Name attribute value.
getName() - Method in interface org.opensaml.soap.wspolicy.Policy
Returns the wsp:Policy/@Name attribute value.
getName() - Method in class org.opensaml.xmlsec.criterion.KeyInfoGenerationProfileCriterion
Gets the KeyInfo generation "profile" name.
getNamedCurve() - Method in interface org.opensaml.xmlsec.signature.ECKeyValue
Get the NamedCurve child element.
getNamedCurve() - Method in class org.opensaml.xmlsec.signature.impl.ECKeyValueImpl
Get the NamedCurve child element.
getNameFormat() - Method in class org.opensaml.saml.common.profile.logic.EntityAttributesPredicate.Candidate
Get the Attribute NameFormat to match.
getNameFormat() - Method in interface org.opensaml.saml.saml2.core.Attribute
Get the name format of this attribute.
getNameFormat() - Method in class org.opensaml.saml.saml2.core.impl.AttributeImpl
Get the name format of this attribute.
getNameID() - Method in interface org.opensaml.saml.ext.saml2delrestrict.Delegate
Gets the NameID child element of the delegate.
getNameID() - Method in class org.opensaml.saml.ext.saml2delrestrict.impl.DelegateImpl
Gets the NameID child element of the delegate.
getNameID() - Method in class org.opensaml.saml.saml2.core.impl.LogoutRequestImpl
Gets the name identifier of the principal for this request.
getNameID() - Method in class org.opensaml.saml.saml2.core.impl.ManageNameIDRequestImpl
Get the NameID of the request.
getNameID() - Method in class org.opensaml.saml.saml2.core.impl.NameIDMappingRequestImpl
Gets the name identifier of the principal for this request.
getNameID() - Method in class org.opensaml.saml.saml2.core.impl.NameIDMappingResponseImpl
Gets the name identifier of the principal for this response.
getNameID() - Method in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationImpl
Gets the name identifier of the principal for this request.
getNameID() - Method in class org.opensaml.saml.saml2.core.impl.SubjectImpl
Gets the name identifier of the principal for this request.
getNameID() - Method in interface org.opensaml.saml.saml2.core.LogoutRequest
Gets the name identifier of the principal for this request.
getNameID() - Method in interface org.opensaml.saml.saml2.core.ManageNameIDRequest
Get the NameID of the request.
getNameID() - Method in interface org.opensaml.saml.saml2.core.NameIDMappingRequest
Gets the name identifier of the principal for this request.
getNameID() - Method in interface org.opensaml.saml.saml2.core.NameIDMappingResponse
Gets the name identifier of the principal for this response.
getNameID() - Method in interface org.opensaml.saml.saml2.core.Subject
Gets the name identifier of the principal for this request.
getNameID() - Method in interface org.opensaml.saml.saml2.core.SubjectConfirmation
Gets the name identifier of the principal for this request.
getNameIdentifier() - Method in class org.opensaml.saml.saml1.core.impl.NameIdentifierImpl
Deprecated.
getNameIdentifier() - Method in class org.opensaml.saml.saml1.core.impl.SubjectImpl
Gets the NameIdentifier of this Subject.
getNameIdentifier() - Method in interface org.opensaml.saml.saml1.core.NameIdentifier
Deprecated.
getNameIdentifier() - Method in interface org.opensaml.saml.saml1.core.Subject
Gets the NameIdentifier of this Subject.
getNameIDFormat() - Method in class org.opensaml.saml.ext.saml2mdquery.impl.QueryDescriptorTypeImpl
Gets the list of name ID formats supported by this query service.
getNameIDFormat() - Method in interface org.opensaml.saml.ext.saml2mdquery.QueryDescriptorType
Gets the list of name ID formats supported by this query service.
getNameIDFormats() - Method in interface org.opensaml.saml.saml2.metadata.AttributeAuthorityDescriptor
Gets a list of NameID formats supported by this authority.
getNameIDFormats() - Method in interface org.opensaml.saml.saml2.metadata.AuthnAuthorityDescriptor
Gets the list of supported name ID formats for this authority.
getNameIDFormats() - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeAuthorityDescriptorImpl
Gets a list of NameID formats supported by this authority.
getNameIDFormats() - Method in class org.opensaml.saml.saml2.metadata.impl.AuthnAuthorityDescriptorImpl
Gets the list of supported name ID formats for this authority.
getNameIDFormats() - Method in class org.opensaml.saml.saml2.metadata.impl.PDPDescriptorImpl
Gets the list of NameID formats this service supports.
getNameIDFormats() - Method in class org.opensaml.saml.saml2.metadata.impl.SSODescriptorImpl
Gets the list of NameID formats this service supports.
getNameIDFormats() - Method in interface org.opensaml.saml.saml2.metadata.PDPDescriptor
Gets the list of NameID formats this service supports.
getNameIDFormats() - Method in interface org.opensaml.saml.saml2.metadata.SSODescriptor
Gets the list of NameID formats this service supports.
getNameIDMappingServices() - Method in interface org.opensaml.saml.saml2.metadata.IDPSSODescriptor
Gets the list of NameID mapping services for this service.
getNameIDMappingServices() - Method in class org.opensaml.saml.saml2.metadata.impl.IDPSSODescriptorImpl
Gets the list of NameID mapping services for this service.
getNameIDPolicy() - Method in interface org.opensaml.saml.saml2.core.AuthnRequest
Gets the NameIDPolicy of the request.
getNameIDPolicy() - Method in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
Gets the NameIDPolicy of the request.
getNameIDPolicy() - Method in class org.opensaml.saml.saml2.core.impl.NameIDMappingRequestImpl
Get the NameIDPolicy of the request.
getNameIDPolicy() - Method in interface org.opensaml.saml.saml2.core.NameIDMappingRequest
Get the NameIDPolicy of the request.
getNameQualifier() - Method in class org.opensaml.saml.saml1.core.impl.NameIdentifierImpl
Gets the name qualifier for this identifier.
getNameQualifier() - Method in interface org.opensaml.saml.saml1.core.NameIdentifier
Gets the name qualifier for this identifier.
getNameQualifier() - Method in interface org.opensaml.saml.saml2.core.BaseID
Gets the NameQualifier value.
getNameQualifier() - Method in class org.opensaml.saml.saml2.core.impl.AbstractNameIDType
Gets the NameQualifier value.
getNameQualifier() - Method in class org.opensaml.saml.saml2.core.impl.BaseIDImpl
Gets the NameQualifier value.
getNameQualifier() - Method in interface org.opensaml.saml.saml2.core.NameIDType
Gets the NameQualifier value.
getNames() - Method in interface org.opensaml.saml.saml2.metadata.AttributeConsumingService
Gets the list of names this service has.
getNames() - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeConsumingServiceImpl
Gets the list of names this service has.
getNamespace() - Method in interface org.opensaml.saml.saml1.core.Action
Return the value of Namespace.
getNamespace() - Method in class org.opensaml.saml.saml1.core.impl.ActionImpl
Return the value of Namespace.
getNamespace() - Method in interface org.opensaml.saml.saml2.core.Action
Gets the namespace scope of the specified action.
getNamespace() - Method in class org.opensaml.saml.saml2.core.impl.ActionImpl
Gets the namespace scope of the specified action.
getNamespaceDeclarations() - Method in class org.opensaml.core.xml.NamespaceManager
Get the set of namespace declarations registered on the owning XMLObject.
getNamespaceManager() - Method in class org.opensaml.core.xml.AbstractXMLObject
Gets the NamespaceManager instance for this object.
getNamespaceManager() - Method in interface org.opensaml.core.xml.XMLObject
Gets the NamespaceManager instance for this object.
getNamespacePrefix() - Method in class org.opensaml.core.xml.Namespace
Gets the prefix of the namespace.
getNamespaces() - Method in class org.opensaml.core.xml.AbstractXMLObject
Gets the namespaces that are scoped to this element.
getNamespaces() - Method in class org.opensaml.core.xml.NamespaceManager
Get the set of namespaces currently in use on the owning XMLObject.
getNamespaces() - Method in interface org.opensaml.core.xml.XMLObject
Gets the namespaces that are scoped to this element.
getNamespaceURI() - Method in class org.opensaml.core.xml.Namespace
Gets the URI of the namespace.
getNamespaceURI() - Method in interface org.opensaml.saml.saml2.metadata.AdditionalMetadataLocation
Gets the namespace URI.
getNamespaceURI() - Method in class org.opensaml.saml.saml2.metadata.impl.AdditionalMetadataLocationImpl
Gets the namespace URI.
getNewEncryptedID() - Method in class org.opensaml.saml.saml2.core.impl.ManageNameIDRequestImpl
Get the NewEncryptedID of the request.
getNewEncryptedID() - Method in interface org.opensaml.saml.saml2.core.ManageNameIDRequest
Get the NewEncryptedID of the request.
getNewID() - Method in class org.opensaml.saml.saml2.core.impl.ManageNameIDRequestImpl
Get the NewID of the request.
getNewID() - Method in class org.opensaml.saml.saml2.core.impl.NewIDImpl
Get NewID value.
getNewID() - Method in interface org.opensaml.saml.saml2.core.ManageNameIDRequest
Get the NewID of the request.
getNewID() - Method in interface org.opensaml.saml.saml2.core.NewID
Get NewID value.
getNextRefresh() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
Gets the time when the next refresh cycle will occur.
getNodeProcessors() - Method in class org.opensaml.saml.metadata.resolver.filter.impl.NodeProcessingMetadataFilter
Get the list of metadata node processors.
getNoNamespaceSchemaLocation() - Method in class org.opensaml.core.xml.AbstractXMLObject
Gets the value of the XML Schema noNamespaceSchemaLocation attribute for this object.
getNoNamespaceSchemaLocation() - Method in interface org.opensaml.core.xml.XMLObject
Gets the value of the XML Schema noNamespaceSchemaLocation attribute for this object.
getNonVisibleNamespacePrefixes() - Method in class org.opensaml.core.xml.NamespaceManager
Obtain the set of namespace prefixes used in a non-visible manner on owning XMLObject and its children.
getNonVisibleNamespaces() - Method in class org.opensaml.core.xml.NamespaceManager
Obtain the set of namespaces used in a non-visible manner on owning XMLObject and its children.
getNotBefore() - Method in interface org.opensaml.saml.saml1.core.Conditions
Return the value of the NotBefore attribute.
getNotBefore() - Method in class org.opensaml.saml.saml1.core.impl.ConditionsImpl
Return the value of the NotBefore attribute.
getNotBefore() - Method in interface org.opensaml.saml.saml2.core.Conditions
Get the date/time before which the assertion is invalid.
getNotBefore() - Method in class org.opensaml.saml.saml2.core.impl.ConditionsImpl
Get the date/time before which the assertion is invalid.
getNotBefore() - Method in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationDataImpl
Gets the time before which this subject is not valid.
getNotBefore() - Method in interface org.opensaml.saml.saml2.core.SubjectConfirmationData
Gets the time before which this subject is not valid.
getNotOnOrAfter() - Method in interface org.opensaml.saml.saml1.core.Conditions
Return the value of the NotOnOrAfter attribute.
getNotOnOrAfter() - Method in class org.opensaml.saml.saml1.core.impl.ConditionsImpl
Return the value of the NotOnOrAfter attribute.
getNotOnOrAfter() - Method in interface org.opensaml.saml.saml2.core.Conditions
Gets the date/time on, or after, which the assertion is invalid.
getNotOnOrAfter() - Method in class org.opensaml.saml.saml2.core.impl.ConditionsImpl
Gets the date/time on, or after, which the assertion is invalid.
getNotOnOrAfter() - Method in class org.opensaml.saml.saml2.core.impl.LogoutRequestImpl
Get the NotOnOrAfter attrib value of the request.
getNotOnOrAfter() - Method in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationDataImpl
Gets the time at, or after, which this subject is not valid.
getNotOnOrAfter() - Method in interface org.opensaml.saml.saml2.core.LogoutRequest
Get the NotOnOrAfter attrib value of the request.
getNotOnOrAfter() - Method in interface org.opensaml.saml.saml2.core.SubjectConfirmationData
Gets the time at, or after, which this subject is not valid.
getNumber() - Method in class org.opensaml.saml.saml2.metadata.impl.TelephoneNumberImpl
Gets the telephone number.
getNumber() - Method in interface org.opensaml.saml.saml2.metadata.TelephoneNumber
Gets the telephone number.
getOAEPparams() - Method in interface org.opensaml.xmlsec.encryption.EncryptionMethod
Gets the OAEPparams child element.
getOAEPparams() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionMethodImpl
Gets the OAEPparams child element.
getOAEPParams() - Method in class org.opensaml.xmlsec.encryption.support.RSAOAEPParameters
Get the base64-encoded OAEPParams value.
getObjectMetadata() - Method in class org.opensaml.core.xml.AbstractXMLObject
Get the mutable multimap which holds additional information (represented by plain Java object instances) associated with this XMLObject.
getObjectMetadata() - Method in interface org.opensaml.core.xml.XMLObject
Get the mutable multimap which holds additional information (represented by plain Java object instances) associated with this XMLObject.
getObligationHandlers() - Method in class org.opensaml.xacml.ctx.provider.ObligationService
Gets the registered obligation handlers.
getObligationId() - Method in class org.opensaml.xacml.ctx.provider.BaseObligationHandler
Gets the ID of the handled obligation.
getObligationId() - Method in class org.opensaml.xacml.policy.impl.ObligationTypeImpl
Gets the ID of this obligation.
getObligationId() - Method in interface org.opensaml.xacml.policy.ObligationType
Gets the ID of this obligation.
getObligations() - Method in class org.opensaml.xacml.ctx.impl.ResultTypeImpl
Returns the list of Obligations in the result.
getObligations() - Method in interface org.opensaml.xacml.ctx.ResultType
Returns the list of Obligations in the result.
getObligations() - Method in class org.opensaml.xacml.policy.impl.ObligationsTypeImpl
Get the list of obligations.
getObligations() - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Gets the obligations of this policy set.
getObligations() - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
Gets the obligations of this policy.
getObligations() - Method in interface org.opensaml.xacml.policy.ObligationsType
Get the list of obligations.
getObligations() - Method in interface org.opensaml.xacml.policy.PolicySetType
Gets the obligations of this policy set.
getObligations() - Method in interface org.opensaml.xacml.policy.PolicyType
Gets the obligations of this policy.
getOneTimeUse() - Method in interface org.opensaml.saml.saml2.core.Conditions
Gets the OneTimeUse condition for the assertion.
getOneTimeUse() - Method in class org.opensaml.saml.saml2.core.impl.ConditionsImpl
Gets the OneTimeUse condition for the assertion.
getOptions() - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory
Get the options of this instance.
getOptions() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Get the options of this instance.
getOrderedChildren() - Method in class org.opensaml.core.xml.AbstractElementExtensibleXMLObject
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.core.xml.schema.impl.XSAnyImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.core.xml.schema.impl.XSBase64BinaryImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.core.xml.schema.impl.XSBooleanImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.core.xml.schema.impl.XSDateTimeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.core.xml.schema.impl.XSIntegerImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.core.xml.schema.impl.XSQNameImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.core.xml.schema.impl.XSStringImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.core.xml.schema.impl.XSURIImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in interface org.opensaml.core.xml.XMLObject
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.ext.saml2alg.impl.DigestMethodImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.ext.saml2alg.impl.SigningMethodImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.ext.saml2aslo.impl.AsynchronousImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.ext.saml2delrestrict.impl.DelegateImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.ext.saml2delrestrict.impl.DelegationRestrictionTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.ext.saml2mdattr.impl.EntityAttributesImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.ext.saml2mdquery.impl.ActionNamespaceImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.ext.saml2mdquery.impl.AttributeQueryDescriptorTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.ext.saml2mdquery.impl.AuthzDecisionQueryDescriptorTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.ext.saml2mdquery.impl.QueryDescriptorTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationInfoImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationPathImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.RegistrationInfoImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.ext.saml2mdui.impl.DiscoHintsImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.ext.saml2mdui.impl.DomainHintImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.ext.saml2mdui.impl.GeolocationHintImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.ext.saml2mdui.impl.IPHintImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.ext.saml2mdui.impl.KeywordsImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.ext.saml2mdui.impl.LogoImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.ext.saml2mdui.impl.UIInfoImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.ext.samlec.impl.SessionKeyImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml1.core.impl.ActionImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml1.core.impl.AdviceImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml1.core.impl.AssertionArtifactImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml1.core.impl.AssertionIDReferenceImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml1.core.impl.AssertionImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml1.core.impl.AttributeDesignatorImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml1.core.impl.AttributeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml1.core.impl.AttributeQueryImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml1.core.impl.AttributeStatementImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml1.core.impl.AudienceImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml1.core.impl.AudienceRestrictionConditionImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml1.core.impl.AuthenticationQueryImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml1.core.impl.AuthenticationStatementImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml1.core.impl.AuthorityBindingImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionQueryImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionStatementImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml1.core.impl.ConditionsImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml1.core.impl.ConfirmationMethodImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml1.core.impl.DoNotCacheConditionImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml1.core.impl.EvidenceImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml1.core.impl.NameIdentifierImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml1.core.impl.RequestAbstractTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml1.core.impl.RequestImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml1.core.impl.RespondWithImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml1.core.impl.ResponseAbstractTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml1.core.impl.ResponseImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml1.core.impl.StatusCodeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml1.core.impl.StatusDetailImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml1.core.impl.StatusImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml1.core.impl.StatusMessageImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml1.core.impl.SubjectConfirmationImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml1.core.impl.SubjectImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml1.core.impl.SubjectLocalityImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml1.core.impl.SubjectQueryImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml1.core.impl.SubjectStatementImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.AbstractNameIDType
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.ActionImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.AdviceImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.ArtifactImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.ArtifactResolveImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.ArtifactResponseImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.AssertionIDRefImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.AssertionIDRequestImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.AssertionImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.AssertionURIRefImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.AttributeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.AttributeQueryImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.AttributeStatementImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.AudienceImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.AudienceRestrictionImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.AuthenticatingAuthorityImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextClassRefImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextDeclImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextDeclRefImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.AuthnQueryImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.AuthnStatementImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.AuthzDecisionQueryImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.AuthzDecisionStatementImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.BaseIDImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.ConditionsImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.EncryptedElementTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.EvidenceImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.ExtensionsImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.GetCompleteImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.IDPEntryImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.IDPListImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.LogoutRequestImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.ManageNameIDRequestImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.NameIDMappingRequestImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.NameIDMappingResponseImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.NameIDPolicyImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.NewIDImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.OneTimeUseImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.ProxyRestrictionImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.RequestAbstractTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.RequestedAuthnContextImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.RequesterIDImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.ResponseImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.ScopingImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.SessionIndexImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.StatusCodeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.StatusDetailImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.StatusImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.StatusMessageImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.StatusResponseTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationDataImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.SubjectImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.SubjectLocalityImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.SubjectQueryImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.core.impl.TerminateImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.ecp.impl.RelayStateImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.ecp.impl.RequestAuthenticatedImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.ecp.impl.RequestImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.ecp.impl.ResponseImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.ecp.impl.SubjectConfirmationImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.metadata.impl.AdditionalMetadataLocationImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.metadata.impl.AffiliateMemberImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeAuthorityDescriptorImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeConsumingServiceImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeProfileImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.metadata.impl.AuthnAuthorityDescriptorImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.metadata.impl.CompanyImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.metadata.impl.ContactPersonImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.metadata.impl.EmailAddressImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.metadata.impl.EndpointImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.metadata.impl.EntitiesDescriptorImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.metadata.impl.ExtensionsImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.metadata.impl.GivenNameImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.metadata.impl.IDPSSODescriptorImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.metadata.impl.KeyDescriptorImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.metadata.impl.LocalizedNameImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.metadata.impl.LocalizedURIImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.metadata.impl.NameIDFormatImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.metadata.impl.OrganizationImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.metadata.impl.PDPDescriptorImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.metadata.impl.RequestedAttributeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.metadata.impl.SPSSODescriptorImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.metadata.impl.SSODescriptorImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.metadata.impl.SurNameImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.saml.saml2.metadata.impl.TelephoneNumberImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.common.AbstractExtensibleSOAPObject
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.soap11.impl.EnvelopeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.soap11.impl.FaultImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wsaddressing.impl.AbstractWSAddressingObject
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wsaddressing.impl.EndpointReferenceTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wsaddressing.impl.MetadataImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wsaddressing.impl.ProblemActionImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wsaddressing.impl.ReferenceParametersImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wsfed.impl.AddressImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wsfed.impl.AppliesToImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wsfed.impl.EndPointReferenceImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wsfed.impl.RequestedSecurityTokenImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wsfed.impl.RequestSecurityTokenResponseImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wspolicy.impl.AppliesToImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wspolicy.impl.OperatorContentTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wspolicy.impl.PolicyAttachmentImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wspolicy.impl.PolicyReferenceImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wssecurity.impl.AbstractWSSecurityObject
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wssecurity.impl.EmbeddedImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wssecurity.impl.SecurityImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wssecurity.impl.SecurityTokenReferenceImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wssecurity.impl.TimestampImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wssecurity.impl.TransformationParametersImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wssecurity.impl.UsernameTokenImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wstrust.impl.AllowPostdatingImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wstrust.impl.AuthenticatorImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wstrust.impl.BinarySecretImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wstrust.impl.CancelTargetImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wstrust.impl.ClaimsImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wstrust.impl.DelegatableImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wstrust.impl.DelegateToImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wstrust.impl.EncryptionImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wstrust.impl.EntropyImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wstrust.impl.ForwardableImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wstrust.impl.KeyExchangeTokenImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wstrust.impl.LifetimeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wstrust.impl.OnBehalfOfImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wstrust.impl.ParticipantsImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wstrust.impl.ParticipantTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wstrust.impl.ProofEncryptionImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wstrust.impl.RenewingImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wstrust.impl.RenewTargetImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wstrust.impl.RequestedProofTokenImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wstrust.impl.RequestedReferenceTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wstrust.impl.RequestedSecurityTokenImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wstrust.impl.RequestedTokenCancelledImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wstrust.impl.RequestKETImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenCollectionImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenResponseCollectionImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenResponseImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wstrust.impl.SignChallengeTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wstrust.impl.StatusImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wstrust.impl.UseKeyImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.soap.wstrust.impl.ValidateTargetImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.ctx.impl.ActionTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.ctx.impl.AttributeTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.ctx.impl.AttributeValueTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.ctx.impl.DecisionTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.ctx.impl.EnvironmentTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.ctx.impl.RequestTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.ctx.impl.ResourceContentTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.ctx.impl.ResourceTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.ctx.impl.ResponseTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.ctx.impl.ResultTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.ctx.impl.StatusCodeTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.ctx.impl.StatusDetailTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.ctx.impl.StatusMessageTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.ctx.impl.StatusTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.ctx.impl.SubjectTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.ActionMatchTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.ActionsTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.ActionTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.ApplyTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.AttributeSelectorTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.AttributeValueTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.CombinerParametersTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.CombinerParameterTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.ConditionTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.DefaultsTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.DescriptionTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.EnvironmentsTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.EnvironmentTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.FunctionTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.ObligationsTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.ObligationTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.PolicySetCombinerParametersTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.ResourceMatchTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.ResourcesTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.ResourceTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.RuleTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.SubjectAttributeDesignatorTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.SubjectMatchTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.SubjectsTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.SubjectTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.TargetTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.VariableDefinitionTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.VariableReferenceTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.profile.saml.impl.ReferencedPoliciesTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionStatementTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLPolicyQueryTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLPolicyStatementTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xmlsec.encryption.impl.AgreementMethodImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xmlsec.encryption.impl.AlgorithmIdentifierTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xmlsec.encryption.impl.CipherDataImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xmlsec.encryption.impl.CipherReferenceImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedKeyImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionMethodImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertiesImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xmlsec.encryption.impl.ReferenceListImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xmlsec.encryption.impl.ReferenceTypeImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xmlsec.encryption.impl.TransformsImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xmlsec.signature.impl.DigestMethodImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xmlsec.signature.impl.ECKeyValueImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoReferenceImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xmlsec.signature.impl.KeyValueImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xmlsec.signature.impl.NamedCurveImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xmlsec.signature.impl.PGPDataImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xmlsec.signature.impl.RetrievalMethodImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xmlsec.signature.impl.RSAKeyValueImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xmlsec.signature.impl.SignatureImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xmlsec.signature.impl.SPKIDataImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xmlsec.signature.impl.TransformImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xmlsec.signature.impl.TransformsImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xmlsec.signature.impl.X509CertificateImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xmlsec.signature.impl.X509CRLImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xmlsec.signature.impl.X509DataImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xmlsec.signature.impl.X509IssuerSerialImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedChildren() - Method in class org.opensaml.xmlsec.signature.impl.X509SerialNumberImpl
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
getOrderedDescriptors() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver.EntityBackingStore
Get the ordered entity descriptor list.
getOrganization() - Method in interface org.opensaml.saml.saml2.metadata.EntityDescriptor
Gets the organization for this entity.
getOrganization() - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
Gets the organization for this entity.
getOrganization() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorImpl
Gets the organization responsible for this role.
getOrganization() - Method in interface org.opensaml.saml.saml2.metadata.RoleDescriptor
Gets the organization responsible for this role.
getOrganizationNames() - Method in class org.opensaml.saml.saml2.metadata.impl.OrganizationImpl
Gets a list of names for this organization.
getOrganizationNames() - Method in interface org.opensaml.saml.saml2.metadata.Organization
Gets a list of names for this organization.
getOriginatorKeyInfo() - Method in interface org.opensaml.xmlsec.encryption.AgreementMethod
Get the child element containing the key generation material for the originator.
getOriginatorKeyInfo() - Method in class org.opensaml.xmlsec.encryption.impl.AgreementMethodImpl
Get the child element containing the key generation material for the originator.
getOutboundMessageContext() - Method in class org.opensaml.messaging.context.InOutOperationContext
The outbound message context instance.
getOwner() - Method in class org.opensaml.core.xml.NamespaceManager
Get the owning XMLObject instance.
getOwnerID() - Method in interface org.opensaml.saml.saml2.metadata.AffiliationDescriptor
Gets the ID of the owner of this affiliation.
getOwnerID() - Method in class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorImpl
Gets the ID of the owner of this affiliation.
getP() - Method in interface org.opensaml.xmlsec.encryption.DHKeyValue
Get the P child element.
getP() - Method in class org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
Get the P child element.
getP() - Method in interface org.opensaml.xmlsec.signature.DSAKeyValue
Get the P child element.
getP() - Method in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
Get the P child element.
getPadding() - Method in interface org.opensaml.xmlsec.algorithm.BlockEncryptionAlgorithm
Get the JCA padding algorithm specified by this algorithm.
getPadding() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES128CBC
Get the JCA padding algorithm specified by this algorithm.
getPadding() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES128GCM
Get the JCA padding algorithm specified by this algorithm.
getPadding() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES192CBC
Get the JCA padding algorithm specified by this algorithm.
getPadding() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES192GCM
Get the JCA padding algorithm specified by this algorithm.
getPadding() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES256CBC
Get the JCA padding algorithm specified by this algorithm.
getPadding() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES256GCM
Get the JCA padding algorithm specified by this algorithm.
getPadding() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionDESede
Get the JCA padding algorithm specified by this algorithm.
getPadding() - Method in class org.opensaml.xmlsec.algorithm.descriptors.KeyTransportRSA15
Get the JCA padding algorithm specified by this algorithm.
getPadding() - Method in class org.opensaml.xmlsec.algorithm.descriptors.KeyTransportRSAOAEP
Get the JCA padding algorithm specified by this algorithm.
getPadding() - Method in class org.opensaml.xmlsec.algorithm.descriptors.KeyTransportRSAOAEPMGF1P
Get the JCA padding algorithm specified by this algorithm.
getPadding() - Method in interface org.opensaml.xmlsec.algorithm.KeyTransportAlgorithm
Get the JCA padding algorithm specified by this algorithm.
getParameterName() - Method in interface org.opensaml.xacml.policy.CombinerParameterType
Gets the parameter name.
getParameterName() - Method in class org.opensaml.xacml.policy.impl.CombinerParameterTypeImpl
Gets the parameter name.
getParameters() - Method in interface org.opensaml.xmlsec.encryption.AlgorithmIdentifierType
Gets the Parameters child element.
getParameters() - Method in class org.opensaml.xmlsec.encryption.impl.AlgorithmIdentifierTypeImpl
Gets the Parameters child element.
getParent() - Method in class org.opensaml.core.xml.AbstractXMLObject
Gets the parent of this element or null if there is no parent.
getParent() - Method in interface org.opensaml.core.xml.XMLObject
Gets the parent of this element or null if there is no parent.
getParent() - Method in class org.opensaml.messaging.context.BaseContext
Get the parent context, if there is one.
getParentContext() - Method in class org.opensaml.profile.action.impl.AbstractMessageChannelSecurity
Get the parent context on which the MessageChannelSecurityContext will be populated.
getParserPool() - Method in class org.opensaml.core.xml.config.XMLObjectProviderRegistry
Get the currently configured ParserPool instance.
getParserPool() - Static method in class org.opensaml.core.xml.config.XMLObjectProviderRegistrySupport
Get the currently configured ParserPool instance.
getParserPool() - Method in class org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder
Gets the parser pool used to deserialize incoming messages.
getParserPool() - Method in class org.opensaml.saml.common.binding.artifact.impl.StorageServiceSAMLArtifactMapEntryFactory
Gets the parser pool used to parse serialized data.
getParserPool() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
Gets the pool of parsers to use to parse XML.
getParserPool() - Method in class org.opensaml.saml.saml2.binding.security.impl.SAML2HTTPPostSimpleSignSecurityHandler
Get the parser pool.
getParticipants() - Method in class org.opensaml.soap.wstrust.impl.ParticipantsImpl
Returns the list of wst:Participant child elements .
getParticipants() - Method in interface org.opensaml.soap.wstrust.Participants
Returns the list of wst:Participant child elements .
getPartitionName() - Static method in class org.opensaml.core.config.ConfigurationService
Return the partition name which will be used for storage of configuration objects.
getPDPDescriptor(String) - Method in interface org.opensaml.saml.saml2.metadata.EntityDescriptor
Gets the first PDPDescriptor role descriptor for this entity that supports the given protocol.
getPDPDescriptor(String) - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
Gets the first PDPDescriptor role descriptor for this entity that supports the given protocol.
getPeerID() - Method in class org.opensaml.security.criteria.PeerEntityIDCriterion
Get the entity ID which is the peer relative to a primary entity ID.
getPgenCounter() - Method in interface org.opensaml.xmlsec.encryption.DHKeyValue
Get the pgenCounter element.
getPgenCounter() - Method in class org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
Get the pgenCounter element.
getPgenCounter() - Method in interface org.opensaml.xmlsec.signature.DSAKeyValue
Get the PgenCounter element.
getPgenCounter() - Method in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
Get the PgenCounter element.
getPGPDatas() - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoImpl
Get the list of PGPData child elements.
getPGPDatas() - Method in interface org.opensaml.xmlsec.signature.KeyInfo
Get the list of PGPData child elements.
getPGPKeyID() - Method in class org.opensaml.xmlsec.signature.impl.PGPDataImpl
Get PGPKeyID child element.
getPGPKeyID() - Method in interface org.opensaml.xmlsec.signature.PGPData
Get PGPKeyID child element.
getPGPKeyPacket() - Method in class org.opensaml.xmlsec.signature.impl.PGPDataImpl
Get PGPKeyPacket child element.
getPGPKeyPacket() - Method in interface org.opensaml.xmlsec.signature.PGPData
Get PGPKeyPacket child element.
getPKIXBuilderParameters(PKIXValidationInformation, X509Credential) - Method in class org.opensaml.security.x509.impl.CertPathPKIXTrustEvaluator
Creates the set of PKIX builder parameters to use when building the cert path builder.
getPKIXResolver() - Method in class org.opensaml.security.x509.impl.PKIXX509CredentialTrustEngine
Get the resolver instance which will be used to resolve PKIX validation information.
getPKIXResolver() - Method in interface org.opensaml.security.x509.PKIXTrustEngine
Get the resolver instance which will be used to resolve PKIX validation information.
getPKIXResolver() - Method in class org.opensaml.xmlsec.signature.support.impl.PKIXSignatureTrustEngine
Get the resolver instance which will be used to resolve PKIX validation information.
getPKIXTrustEvaluator() - Method in class org.opensaml.security.x509.impl.PKIXX509CredentialTrustEngine
Get the PKIXTrustEvaluator instance used to evaluate trust.
getPKIXTrustEvaluator() - Method in class org.opensaml.xmlsec.signature.support.impl.PKIXSignatureTrustEngine
Get the PKIXTrustEvaluator instance used to evaluate trust.
getPKIXValidationOptions() - Method in class org.opensaml.security.x509.impl.CertPathPKIXTrustEvaluator
Get the PKIXValidationOptions instance that is in use.
getPKIXValidationOptions() - Method in interface org.opensaml.security.x509.PKIXTrustEvaluator
Get the PKIXValidationOptions instance that is in use.
getPolicies() - Method in class org.opensaml.saml.common.profile.logic.RegistrationPolicyPredicate
Get the policy criteria.
getPolicies() - Method in class org.opensaml.soap.wspolicy.impl.OperatorContentTypeImpl
Get the list of Policy elements.
getPolicies() - Method in class org.opensaml.soap.wspolicy.impl.PolicyAttachmentImpl
Get the list of Policy child elements.
getPolicies() - Method in interface org.opensaml.soap.wspolicy.OperatorContentType
Get the list of Policy elements.
getPolicies() - Method in interface org.opensaml.soap.wspolicy.PolicyAttachment
Get the list of Policy child elements.
getPolicies() - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Gets the child policies.
getPolicies() - Method in interface org.opensaml.xacml.policy.PolicySetType
Gets the child policies.
getPolicies() - Method in class org.opensaml.xacml.profile.saml.impl.ReferencedPoliciesTypeImpl
Gets the policies in this element.
getPolicies() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
Gets the policies to be used while rendering a decision.
getPolicies() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLPolicyStatementTypeImpl
Return the XACMLPolicy inside the policy statement.
getPolicies() - Method in interface org.opensaml.xacml.profile.saml.ReferencedPoliciesType
Gets the policies in this element.
getPolicies() - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
Gets the policies to be used while rendering a decision.
getPolicies() - Method in interface org.opensaml.xacml.profile.saml.XACMLPolicyStatementType
Return the XACMLPolicy inside the policy statement.
getPolicyChoiceGroup() - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
getPolicyChoiceGroup() - Method in interface org.opensaml.xacml.policy.PolicySetType
getPolicyCombinerParameters() - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Gets the policy combiner parameters for this policy set.
getPolicyCombinerParameters() - Method in interface org.opensaml.xacml.policy.PolicySetType
Gets the policy combiner parameters for this policy set.
getPolicyCombiningAlgoId() - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Gets the policy combining algorithm used with this policy set.
getPolicyCombiningAlgoId() - Method in interface org.opensaml.xacml.policy.PolicySetType
Gets the policy combining algorithm used with this policy set.
getPolicyDefaults() - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
Gets the defaults for this policy.
getPolicyDefaults() - Method in interface org.opensaml.xacml.policy.PolicyType
Gets the defaults for this policy.
getPolicyId() - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
Gets the ID of this policy.
getPolicyId() - Method in interface org.opensaml.xacml.policy.PolicyType
Gets the ID of this policy.
getPolicyIdRef() - Method in class org.opensaml.xacml.policy.impl.PolicyCombinerParametersTypeImpl
Gets the referenced policy's ID.
getPolicyIdRef() - Method in interface org.opensaml.xacml.policy.PolicyCombinerParametersType
Gets the referenced policy's ID.
getPolicyIdReferences() - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Gets the policy Id references.
getPolicyIdReferences() - Method in interface org.opensaml.xacml.policy.PolicySetType
Gets the policy Id references.
getPolicyIdReferences() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLPolicyQueryTypeImpl
Gets the IDs for referenced policies.
getPolicyIdReferences() - Method in interface org.opensaml.xacml.profile.saml.XACMLPolicyQueryType
Gets the IDs for referenced policies.
getPolicyReferences() - Method in class org.opensaml.soap.wspolicy.impl.OperatorContentTypeImpl
Get the list of PolicyReference elements.
getPolicyReferences() - Method in class org.opensaml.soap.wspolicy.impl.PolicyAttachmentImpl
Get the list of PolicyReference child elements.
getPolicyReferences() - Method in interface org.opensaml.soap.wspolicy.OperatorContentType
Get the list of PolicyReference elements.
getPolicyReferences() - Method in interface org.opensaml.soap.wspolicy.PolicyAttachment
Get the list of PolicyReference child elements.
getPolicySetCombinerParameters() - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Gets the policy set combiner parameters for this policy set.
getPolicySetCombinerParameters() - Method in interface org.opensaml.xacml.policy.PolicySetType
Gets the policy set combiner parameters for this policy set.
getPolicySetDefaults() - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Gets the defaults for this policy set.
getPolicySetDefaults() - Method in interface org.opensaml.xacml.policy.PolicySetType
Gets the defaults for this policy set.
getPolicySetId() - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Gets the ID of this policy set.
getPolicySetId() - Method in interface org.opensaml.xacml.policy.PolicySetType
Gets the ID of this policy set.
getPolicySetIdRef() - Method in class org.opensaml.xacml.policy.impl.PolicySetCombinerParametersTypeImpl
Gets the referenced policy set's ID.
getPolicySetIdRef() - Method in interface org.opensaml.xacml.policy.PolicySetCombinerParametersType
Gets the referenced policy set's ID.
getPolicySetIdReferences() - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Gets the policy set Id references.
getPolicySetIdReferences() - Method in interface org.opensaml.xacml.policy.PolicySetType
Gets the policy set Id references.
getPolicySetIdReferences() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLPolicyQueryTypeImpl
Gets the IDs for referenced policy sets.
getPolicySetIdReferences() - Method in interface org.opensaml.xacml.profile.saml.XACMLPolicyQueryType
Gets the IDs for referenced policy sets.
getPolicySets() - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Gets the child policy sets.
getPolicySets() - Method in interface org.opensaml.xacml.policy.PolicySetType
Gets the child policy sets.
getPolicySets() - Method in class org.opensaml.xacml.profile.saml.impl.ReferencedPoliciesTypeImpl
Gets the policieSets in this element.
getPolicySets() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
Gets the policy sets to be used while rendering a decision.
getPolicySets() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLPolicyStatementTypeImpl
Return the XACMLPolicySet inside the policy statement.
getPolicySets() - Method in interface org.opensaml.xacml.profile.saml.ReferencedPoliciesType
Gets the policieSets in this element.
getPolicySets() - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
Gets the policy sets to be used while rendering a decision.
getPolicySets() - Method in interface org.opensaml.xacml.profile.saml.XACMLPolicyStatementType
Return the XACMLPolicySet inside the policy statement.
getPrimary() - Method in class org.opensaml.soap.wstrust.impl.ParticipantsImpl
Returns the wst:Primary child element.
getPrimary() - Method in interface org.opensaml.soap.wstrust.Participants
Returns the wst:Primary child element.
getPrivacyStatementURLs() - Method in class org.opensaml.saml.ext.saml2mdui.impl.UIInfoImpl
Get the Privacy Statement URLs.
getPrivacyStatementURLs() - Method in interface org.opensaml.saml.ext.saml2mdui.UIInfo
Get the Privacy Statement URLs.
getPrivateKey() - Method in class org.opensaml.security.credential.AbstractCredential
Gets the private key for the entity if there is one.
getPrivateKey() - Method in interface org.opensaml.security.credential.Credential
Gets the private key for the entity if there is one.
getPrivateKey() - Method in class org.opensaml.security.x509.impl.KeyStoreX509CredentialAdapter
Gets the private key for the entity if there is one.
getPrivateKey() - Method in class org.opensaml.security.x509.impl.X509KeyManagerX509CredentialAdapter
Gets the private key for the entity if there is one.
getProfileId() - Method in class org.opensaml.profile.context.ProfileRequestContext
Get the ID of the profile used by the current request.
getProfileURI() - Method in interface org.opensaml.saml.saml2.metadata.AttributeProfile
Gets the URI of this attribute profile.
getProfileURI() - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeProfileImpl
Gets the URI of this attribute profile.
getProperties() - Method in interface org.opensaml.core.config.ConfigurationPropertiesSource
Get the property set exposed by the source.
getProperties() - Method in class org.opensaml.core.config.provider.AbstractFilesystemConfigurationPropertiesSource
Get the property set exposed by the source.
getProperties() - Method in class org.opensaml.core.config.provider.ClasspathConfigurationPropertiesSource
Get the property set exposed by the source.
getProperties() - Static method in class org.opensaml.core.config.provider.ThreadLocalConfigurationPropertiesHolder
Get the thread-local configuration Properties instance.
getProperties() - Method in class org.opensaml.core.config.provider.ThreadLocalConfigurationPropertiesSource
Get the property set exposed by the source.
getProperties() - Method in class org.opensaml.xmlsec.keyinfo.impl.KeyInfoResolutionContext
Get the extensible properties map.
getProtocol() - Method in class org.opensaml.saml.common.messaging.context.SAMLProtocolContext
Gets the SAML protocol in use.
getProtocol() - Method in class org.opensaml.saml.criterion.ProtocolCriterion
Get the SAML protocol URI.
getProtocolBinding() - Method in interface org.opensaml.saml.saml2.core.AuthnRequest
Gets the protocol binding URI for the request.
getProtocolBinding() - Method in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
Gets the protocol binding URI for the request.
getProviderID() - Method in interface org.opensaml.saml.saml2.core.IDPEntry
Gets ProviderID URI.
getProviderID() - Method in class org.opensaml.saml.saml2.core.impl.IDPEntryImpl
Gets ProviderID URI.
getProviderName() - Method in interface org.opensaml.saml.saml2.core.AuthnRequest
Gets the human-readable name of the requester for use by the presenter's user agent or the identity provider.
getProviderName() - Method in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
Gets the human-readable name of the requester for use by the presenter's user agent or the identity provider.
getProviderName() - Method in class org.opensaml.saml.saml2.ecp.impl.RequestImpl
Get the ProviderName attribute value.
getProviderName() - Method in interface org.opensaml.saml.saml2.ecp.Request
Get the ProviderName attribute value.
getProviders() - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicProviderKeyInfoCredentialResolver
Return the list of the KeyInfoProvider instances used in this resolver configuration.
getProxyCount() - Method in class org.opensaml.saml.saml2.core.impl.ProxyRestrictionImpl
Gets the number of times the assertion may be proxied.
getProxyCount() - Method in class org.opensaml.saml.saml2.core.impl.ScopingImpl
Gets the ProxyCount attrib value.
getProxyCount() - Method in interface org.opensaml.saml.saml2.core.ProxyRestriction
Gets the number of times the assertion may be proxied.
getProxyCount() - Method in interface org.opensaml.saml.saml2.core.Scoping
Gets the ProxyCount attrib value.
getProxyRestriction() - Method in interface org.opensaml.saml.saml2.core.Conditions
Gets the ProxyRestriction condition for the assertion.
getProxyRestriction() - Method in class org.opensaml.saml.saml2.core.impl.ConditionsImpl
Gets the ProxyRestriction condition for the assertion.
getPublic() - Method in interface org.opensaml.xmlsec.encryption.DHKeyValue
Get the Public element.
getPublic() - Method in class org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
Get the Public element.
getPublicationId() - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationImpl
Get the publicationId.
getPublicationId() - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationInfoImpl
Get the publicationId.
getPublicationId() - Method in interface org.opensaml.saml.ext.saml2mdrpi.Publication
Get the publicationId.
getPublicationId() - Method in interface org.opensaml.saml.ext.saml2mdrpi.PublicationInfo
Get the publicationId.
getPublications() - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationPathImpl
Get the Publications.
getPublications() - Method in interface org.opensaml.saml.ext.saml2mdrpi.PublicationPath
Get the Publications.
getPublicKey() - Method in class org.opensaml.security.credential.AbstractCredential
Gets the public key for the entity.
getPublicKey() - Method in interface org.opensaml.security.credential.Credential
Gets the public key for the entity.
getPublicKey() - Method in class org.opensaml.security.criteria.PublicKeyCriterion
Get the public key criteria.
getPublicKey() - Method in class org.opensaml.security.messaging.ServletRequestX509CredentialAdapter
Gets the public key for the entity.
getPublicKey() - Method in class org.opensaml.security.x509.BasicX509Credential
Gets the public key for the entity.
getPublicKey() - Method in class org.opensaml.security.x509.impl.KeyStoreX509CredentialAdapter
Gets the public key for the entity.
getPublicKey() - Method in class org.opensaml.security.x509.impl.X509KeyManagerX509CredentialAdapter
Gets the public key for the entity.
getPublicKey() - Method in interface org.opensaml.xmlsec.signature.ECKeyValue
Get the PublicKey child element.
getPublicKey() - Method in class org.opensaml.xmlsec.signature.impl.ECKeyValueImpl
Get the PublicKey child element.
getPublicKeys(KeyInfo) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
Extracts all the public keys within the given KeyInfo's KeyValues and DEREncodedKeyValues.
getPublisher() - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationImpl
Get the publisher.
getPublisher() - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationInfoImpl
Get the publisher.
getPublisher() - Method in interface org.opensaml.saml.ext.saml2mdrpi.Publication
Get the publisher.
getPublisher() - Method in interface org.opensaml.saml.ext.saml2mdrpi.PublicationInfo
Get the publisher.
getQ() - Method in interface org.opensaml.xmlsec.encryption.DHKeyValue
Get the Q child element.
getQ() - Method in class org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
Get the Q child element.
getQ() - Method in interface org.opensaml.xmlsec.signature.DSAKeyValue
Get the Q child element.
getQ() - Method in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
Get the Q child element.
getQuery() - Method in class org.opensaml.saml.saml1.core.impl.RequestImpl
Get the request Query, SubjectQuery, AuthenticationQuery, AttributeQuery, or AuthorizationDecisionQuery.
getQuery() - Method in interface org.opensaml.saml.saml1.core.Request
Get the request Query, SubjectQuery, AuthenticationQuery, AttributeQuery, or AuthorizationDecisionQuery.
getReadWriteLock() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.EntityManagementData
Get the read-write lock instance which governs access to the entity's backing store data.
getReason() - Method in class org.opensaml.saml.saml2.core.impl.LogoutRequestImpl
Get the Reason attrib value of the request.
getReason() - Method in interface org.opensaml.saml.saml2.core.LogoutRequest
Get the Reason attrib value of the request.
getReason() - Method in class org.opensaml.soap.wstrust.impl.StatusImpl
Returns the wst:Reason child element.
getReason() - Method in interface org.opensaml.soap.wstrust.Status
Returns the wst:Reason child element.
getRecipient() - Method in class org.opensaml.saml.saml1.core.impl.ResponseAbstractTypeImpl
Return the Recipient (attribute).
getRecipient() - Method in interface org.opensaml.saml.saml1.core.ResponseAbstractType
Return the Recipient (attribute).
getRecipient() - Method in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationDataImpl
Gets the recipient of this subject.
getRecipient() - Method in interface org.opensaml.saml.saml2.core.SubjectConfirmationData
Gets the recipient of this subject.
getRecipient() - Method in interface org.opensaml.xmlsec.encryption.EncryptedKey
Gets the hint about for whom this encrypted key is intended.
getRecipient() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedKeyImpl
Gets the hint about for whom this encrypted key is intended.
getRecipient() - Method in class org.opensaml.xmlsec.encryption.support.KeyEncryptionParameters
Gets the recipient of the key.
getRecipientKeyInfo() - Method in interface org.opensaml.xmlsec.encryption.AgreementMethod
Get the child element containing the key generation material for the recipient.
getRecipientKeyInfo() - Method in class org.opensaml.xmlsec.encryption.impl.AgreementMethodImpl
Get the child element containing the key generation material for the recipient.
getRecipients() - Method in class org.opensaml.xmlsec.encryption.support.AbstractEncryptedKeyResolver
Get the set of recipient criteria used by this resolver, and against which a candidate EncryptedKey's Recipient attribute is evaluated.
getRecipients() - Method in interface org.opensaml.xmlsec.encryption.support.EncryptedKeyResolver
Get the set of recipient criteria used by this resolver, and against which a candidate EncryptedKey's Recipient attribute is evaluated.
getReference() - Method in interface org.opensaml.saml.saml1.core.AssertionIDReference
Get the reference.
getReference() - Method in class org.opensaml.saml.saml1.core.impl.AssertionIDReferenceImpl
Get the reference.
getReferencedPolicies() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
Gets the reference to the policies to be used while rendering a decision.
getReferencedPolicies() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLPolicyStatementTypeImpl
Gets the referenced policies.
getReferencedPolicies() - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
Gets the reference to the policies to be used while rendering a decision.
getReferencedPolicies() - Method in interface org.opensaml.xacml.profile.saml.XACMLPolicyStatementType
Gets the referenced policies.
getReferenceList() - Method in interface org.opensaml.xmlsec.encryption.EncryptedKey
Gets the child element containing pointers to EncryptedData and EncryptedKey elements encrypted using this key.
getReferenceList() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedKeyImpl
Gets the child element containing pointers to EncryptedData and EncryptedKey elements encrypted using this key.
getReferenceParameters() - Method in interface org.opensaml.soap.wsaddressing.EndpointReferenceType
Returns the optional <wsa:ReferenceParameters> child element.
getReferenceParameters() - Method in class org.opensaml.soap.wsaddressing.impl.EndpointReferenceTypeImpl
Returns the optional <wsa:ReferenceParameters> child element.
getReferences() - Method in class org.opensaml.xmlsec.encryption.impl.ReferenceListImpl
Get the list of reference child elements.
getReferences() - Method in interface org.opensaml.xmlsec.encryption.ReferenceList
Get the list of reference child elements.
getRefreshDelayFactor() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
Gets the delay factor used to compute the next refresh time.
getRefreshDelayFactor() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
Gets the delay factor used to compute the next refresh time.
getRefreshTriggerTime() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.EntityManagementData
Get the refresh trigger time of the metadata.
getRegexps() - Method in class org.opensaml.saml.common.profile.logic.EntityAttributesPredicate.Candidate
Get the regular expressions to match.
getRegistrationAuthority() - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.RegistrationInfoImpl
Get the registration authority.
getRegistrationAuthority() - Method in interface org.opensaml.saml.ext.saml2mdrpi.RegistrationInfo
Get the registration authority.
getRegistrationInfo(EntityDescriptor) - Method in class org.opensaml.saml.common.profile.logic.AbstractRegistrationInfoPredicate
Get the RegistrationInfo extension associated with an entity, if any.
getRegistrationInstant() - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.RegistrationInfoImpl
Get the registration instant.
getRegistrationInstant() - Method in interface org.opensaml.saml.ext.saml2mdrpi.RegistrationInfo
Get the registration instant.
getRegistrationPolicies() - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.RegistrationInfoImpl
getRegistrationPolicies() - Method in interface org.opensaml.saml.ext.saml2mdrpi.RegistrationInfo
getRegistry() - Method in class org.opensaml.core.xml.config.XMLConfigurator
Get the XMLObject provider registry instance to use.
getRelationshipType() - Method in class org.opensaml.soap.wsaddressing.impl.RelatesToImpl
Returns the RelationshipType attribute URI value.
getRelationshipType() - Method in interface org.opensaml.soap.wsaddressing.RelatesTo
Returns the RelationshipType attribute URI value.
getRelayState(MessageContext<SAMLObject>) - Static method in class org.opensaml.saml.common.binding.SAMLBindingSupport
Get the SAML protocol relay state from a message context.
getRelayState() - Method in class org.opensaml.saml.common.messaging.context.SAMLBindingContext
Gets the relay state.
getRelyingPartyId() - Method in class org.opensaml.saml.common.binding.artifact.BasicSAMLArtifactMapEntry
Gets the ID of the relying party the artifact was sent to.
getRelyingPartyId() - Method in interface org.opensaml.saml.common.binding.artifact.SAMLArtifactMap.SAMLArtifactMapEntry
Gets the ID of the relying party the artifact was sent to.
getRemainingArtifact() - Method in class org.opensaml.saml.common.binding.artifact.AbstractSAMLArtifact
Gets the artifact bytes minus the type code.
getRemainingArtifact() - Method in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0001
Gets the artifact bytes minus the type code.
getRemainingArtifact() - Method in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0002
Gets the artifact bytes minus the type code.
getRemainingArtifact() - Method in class org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactType0004
Gets the artifact bytes minus the type code.
getRemoveEmptyEntitiesDescriptors() - Method in class org.opensaml.saml.metadata.resolver.filter.impl.EntityRoleFilter
Get whether to remove an entities descriptor if it does not contain any entity descriptor or entities descriptors.
getRemoveEmptyEntitiesDescriptors() - Method in class org.opensaml.saml.metadata.resolver.filter.impl.PredicateFilter
Get whether to remove an entities descriptor if it does not contain any entity descriptor or entities descriptors.
getRemoveRolelessEntityDescriptors() - Method in class org.opensaml.saml.metadata.resolver.filter.impl.EntityRoleFilter
Get whether to remove an entity descriptor if it does not contain any roles after filtering.
getReplayCache() - Method in class org.opensaml.saml.common.binding.security.impl.MessageReplaySecurityHandler
Get the replay cache instance to use.
getRequest() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
Gets the request of the query.
getRequest() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionStatementTypeImpl
Get's the RequestType from the XACMLAuthzDecisionStatement.
getRequest() - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
Gets the request of the query.
getRequest() - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementType
Get's the RequestType from the XACMLAuthzDecisionStatement.
getRequestAttributes() - Method in interface org.opensaml.saml.saml2.metadata.AttributeConsumingService
Gets the attributes this service requests.
getRequestAttributes() - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeConsumingServiceImpl
Gets the attributes this service requests.
getRequestContextPath() - Method in interface org.opensaml.xacml.policy.AttributeSelectorType
Gets the request context path of the attribute to be selected.
getRequestContextPath() - Method in class org.opensaml.xacml.policy.impl.AttributeSelectorTypeImpl
Gets the request context path of the attribute to be selected.
getRequestCredentials(MessageContext) - Method in class org.opensaml.saml.common.binding.security.impl.BaseSAMLSimpleSignatureSecurityHandler
Extract any candidate validation credentials from the request and/or message context.
getRequestCredentials(MessageContext) - Method in class org.opensaml.saml.saml2.binding.security.impl.SAML2HTTPPostSimpleSignSecurityHandler
Extract any candidate validation credentials from the request and/or message context.
getRequestedAuthnContext() - Method in interface org.opensaml.saml.saml2.core.AuthnQuery
Gets the RequestedAuthnContext of this request.
getRequestedAuthnContext() - Method in interface org.opensaml.saml.saml2.core.AuthnRequest
Gets the RequestedAuthnContext of the request.
getRequestedAuthnContext() - Method in class org.opensaml.saml.saml2.core.impl.AuthnQueryImpl
Gets the RequestedAuthnContext of this request.
getRequestedAuthnContext() - Method in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
Gets the RequestedAuthnContext of the request.
getRequestedSecurityToken() - Method in class org.opensaml.soap.wsfed.impl.RequestSecurityTokenResponseImpl
Return the list of Security Token child elements.
getRequestedSecurityToken() - Method in interface org.opensaml.soap.wsfed.RequestSecurityTokenResponse
Return the list of Security Token child elements.
getRequesterID() - Method in class org.opensaml.saml.saml2.core.impl.RequesterIDImpl
Gets the RequesterID value.
getRequesterID() - Method in interface org.opensaml.saml.saml2.core.RequesterID
Gets the RequesterID value.
getRequesterIDs() - Method in class org.opensaml.saml.saml2.core.impl.ScopingImpl
Gets the list of RequesterID's.
getRequesterIDs() - Method in interface org.opensaml.saml.saml2.core.Scoping
Gets the list of RequesterID's.
getRequests() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLPolicyQueryTypeImpl
Gets the Requests inside the policy query.
getRequests() - Method in interface org.opensaml.xacml.profile.saml.XACMLPolicyQueryType
Gets the Requests inside the policy query.
getRequestSecurityTokenResponses() - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenResponseCollectionImpl
Returns the list of wst:RequestSecurityTokenResponse child elements.
getRequestSecurityTokenResponses() - Method in interface org.opensaml.soap.wstrust.RequestSecurityTokenResponseCollection
Returns the list of wst:RequestSecurityTokenResponse child elements.
getRequestSecurityTokens() - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenCollectionImpl
Returns the list of wst:RequestSecurityToken child elements contained in the RSTC.
getRequestSecurityTokens() - Method in interface org.opensaml.soap.wstrust.RequestSecurityTokenCollection
Returns the list of wst:RequestSecurityToken child elements contained in the RSTC.
getRequestURLBuilder() - Method in class org.opensaml.saml.metadata.resolver.impl.FunctionDrivenDynamicHTTPMetadataResolver
Get the function which builds the request URL.
getRequiredContentType() - Method in class org.opensaml.messaging.handler.impl.HTTPRequestValidationHandler
Get the required content type.
getRequiredRequestMethod() - Method in class org.opensaml.messaging.handler.impl.HTTPRequestValidationHandler
Get the required request method.
getRequireSignature() - Method in class org.opensaml.saml.metadata.resolver.filter.impl.SignatureValidationFilter
Get whether incoming metadata's root element is required to be signed.
getResolvedCredentials() - Method in class org.opensaml.xmlsec.keyinfo.impl.KeyInfoResolutionContext
Get the set of credentials previously resolved.
getResolverChain() - Method in class org.opensaml.security.credential.impl.AbstractChainingCredentialResolver
Get the unmodifiable list of credential resolvers which comprise the resolver chain.
getResolverChain() - Method in class org.opensaml.xmlsec.encryption.support.ChainingEncryptedKeyResolver
Get the unmodifiable list of resolvers which form the resolution chain.
getResolvers() - Method in class org.opensaml.saml.metadata.resolver.ChainingMetadataResolver
Get an immutable the list of currently registered resolvers.
getResolvers() - Method in class org.opensaml.saml.metadata.resolver.impl.CompositeMetadataResolver
Gets an immutable the list of currently registered resolvers.
getResource() - Method in interface org.opensaml.saml.saml1.core.AttributeQuery
Get Resource attribute.
getResource() - Method in interface org.opensaml.saml.saml1.core.AuthorizationDecisionQuery
Get Resource attribute
getResource() - Method in interface org.opensaml.saml.saml1.core.AuthorizationDecisionStatement
Return the contents of the Resource attribute
getResource() - Method in class org.opensaml.saml.saml1.core.impl.AttributeQueryImpl
Get Resource attribute.
getResource() - Method in class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionQueryImpl
Get Resource attribute
getResource() - Method in class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionStatementImpl
Return the contents of the Resource attribute
getResource() - Method in interface org.opensaml.saml.saml2.core.AuthzDecisionQuery
Gets the Resource attrib value of this query.
getResource() - Method in interface org.opensaml.saml.saml2.core.AuthzDecisionStatement
Get URI of the resource to which authorization is saught.
getResource() - Method in class org.opensaml.saml.saml2.core.impl.AuthzDecisionQueryImpl
Gets the Resource attrib value of this query.
getResource() - Method in class org.opensaml.saml.saml2.core.impl.AuthzDecisionStatementImpl
Get URI of the resource to which authorization is saught.
getResourceAttributeDesignator() - Method in class org.opensaml.xacml.policy.impl.ResourceMatchTypeImpl
Gets the resource attribute designator for this match.
getResourceAttributeDesignator() - Method in interface org.opensaml.xacml.policy.ResourceMatchType
Gets the resource attribute designator for this match.
getResourceContent() - Method in class org.opensaml.xacml.ctx.impl.ResourceTypeImpl
Gets the content of the resource.
getResourceContent() - Method in interface org.opensaml.xacml.ctx.ResourceType
Gets the content of the resource.
getResourceId() - Method in class org.opensaml.xacml.ctx.impl.ResultTypeImpl
Gets the ResourceId of the result.
getResourceId() - Method in interface org.opensaml.xacml.ctx.ResultType
Gets the ResourceId of the result.
getResourceMatches() - Method in class org.opensaml.xacml.policy.impl.ResourceTypeImpl
Gets the resource matches for this action.
getResourceMatches() - Method in interface org.opensaml.xacml.policy.ResourceType
Gets the resource matches for this action.
getResources() - Method in class org.opensaml.xacml.ctx.impl.RequestTypeImpl
Gets the resources from the request.
getResources() - Method in interface org.opensaml.xacml.ctx.RequestType
Gets the resources from the request.
getResources() - Method in class org.opensaml.xacml.policy.impl.ResourcesTypeImpl
Gets the resources.
getResources() - Method in class org.opensaml.xacml.policy.impl.TargetTypeImpl
Gets the resources of this target.
getResources() - Method in interface org.opensaml.xacml.policy.ResourcesType
Gets the resources.
getResources() - Method in interface org.opensaml.xacml.policy.TargetType
Gets the resources of this target.
getRespondWiths() - Method in class org.opensaml.saml.saml1.core.impl.RequestAbstractTypeImpl
Return the list of RespondWith elements.
getRespondWiths() - Method in interface org.opensaml.saml.saml1.core.RequestAbstractType
Return the list of RespondWith elements.
getResponse() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionStatementTypeImpl
Get's the ResponseType from the XACMLAuthzDecisionStatement.
getResponse() - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementType
Get's the ResponseType from the XACMLAuthzDecisionStatement.
getResponseLocation() - Method in interface org.opensaml.saml.saml2.metadata.Endpoint
Gets the URI, usually a URL, responses should be sent to this for this Endpoint.
getResponseLocation() - Method in class org.opensaml.saml.saml2.metadata.impl.EndpointImpl
Gets the URI, usually a URL, responses should be sent to this for this Endpoint.
getResults() - Method in class org.opensaml.xacml.ctx.impl.ResponseTypeImpl
Returns the list of results for the response.
getResults() - Method in interface org.opensaml.xacml.ctx.ResponseType
Returns the list of results for the response.
getRetrievalMethods() - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoImpl
Get the list of RetrievalMethod child elements.
getRetrievalMethods() - Method in interface org.opensaml.xmlsec.signature.KeyInfo
Get the list of RetrievalMethod child elements.
getReturnContextXSBooleanValue() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
If true then include the RequestType in the response.
getReturnContextXSBooleanValue() - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
If true then include the RequestType in the response.
getRole() - Method in class org.opensaml.saml.common.messaging.context.AbstractSAMLEntityContext
Get the role under which the SAML entity is currently operating.
getRole() - Method in class org.opensaml.saml.criterion.EntityRoleCriterion
Gets the entity role.
getRole() - Method in class org.opensaml.saml.criterion.RoleDescriptorCriterion
Gets the entity role.
getRole(String, QName) - Method in class org.opensaml.saml.metadata.resolver.impl.BasicRoleDescriptorResolver
Get role descriptors for a given entityID and role.
getRole(String, QName, String) - Method in class org.opensaml.saml.metadata.resolver.impl.BasicRoleDescriptorResolver
Get role descriptor for a given entityID and role and protocol.
getRoleDescriptor() - Method in class org.opensaml.saml.common.messaging.context.SAMLMetadataContext
Gets the role descriptor of the SAML entity.
getRoleDescriptor() - Method in class org.opensaml.saml.metadata.support.AttributeConsumingServiceSelector
Get the AttributeConsumingServie's parent RoleDescriptor.
getRoleDescriptor() - Method in class org.opensaml.saml.security.impl.SAMLMDCredentialContext
Get the role descriptor context.
getRoleDescriptorResolver() - Method in class org.opensaml.saml.security.impl.MetadataCredentialResolver
Get the metadata RoleDescriptor resolver instance used by this resolver.
getRoleDescriptors() - Method in interface org.opensaml.saml.saml2.metadata.EntityDescriptor
Gets all the role descriptors for this entity descriptor.
getRoleDescriptors(QName) - Method in interface org.opensaml.saml.saml2.metadata.EntityDescriptor
Gets all the role descriptors for this entity descriptor that match the supplied QName parameter.
getRoleDescriptors(QName, String) - Method in interface org.opensaml.saml.saml2.metadata.EntityDescriptor
Gets all the role descriptors for this entity that support the given protocol.
getRoleDescriptors() - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
Gets all the role descriptors for this entity descriptor.
getRoleDescriptors(QName) - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
Gets all the role descriptors for this entity descriptor that match the supplied QName parameter.
getRoleDescriptors(QName, String) - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
Gets all the role descriptors for this entity that support the given protocol.
getRoleDescriptors(CriteriaSet, String, QName, String) - Method in class org.opensaml.saml.security.impl.MetadataCredentialResolver
Get the list of role descriptors which match the given entityID, role and protocol.
getRoleIDToken(String, RoleDescriptor) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.SignatureValidationFilter
Get a string token for logging/debugging purposes that contains role information and containing entityID.
getRoleName(RoleDescriptor) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.EntityRoleFilter
Gets the effective name for the role.
getRoleWhiteList() - Method in class org.opensaml.saml.metadata.resolver.filter.impl.EntityRoleFilter
Get the unmodifiable list of roles that are NOT removed by this filter.
getRSAKey(RSAKeyValue) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
Builds an RSA key from an RSAKeyValue element.
getRSAKeyValue(XMLObject) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.RSAKeyValueProvider
Get the RSAKeyValue from the passed XML object.
getRSAKeyValue() - Method in class org.opensaml.xmlsec.signature.impl.KeyValueImpl
Get the RSAKeyValue child element.
getRSAKeyValue() - Method in interface org.opensaml.xmlsec.signature.KeyValue
Get the RSAKeyValue child element.
getRSAOAEPParameters() - Method in class org.opensaml.xmlsec.encryption.support.KeyEncryptionParameters
Get the instance of RSAOAEPParameters.
getRSAOAEPParameters() - Method in interface org.opensaml.xmlsec.EncryptionConfiguration
Get the instance of RSAOAEPParameters.
getRSAOAEPParameters() - Method in class org.opensaml.xmlsec.EncryptionParameters
Get the instance of RSAOAEPParameters.
getRSAOAEPParameters() - Method in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
Get the instance of RSAOAEPParameters.
getRuleCombinerParameters() - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
Gets the rule combiner parameters for this policy.
getRuleCombinerParameters() - Method in interface org.opensaml.xacml.policy.PolicyType
Gets the rule combiner parameters for this policy.
getRuleCombiningAlgoId() - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
Gets the rule combining algorithm used with this policy.
getRuleCombiningAlgoId() - Method in interface org.opensaml.xacml.policy.PolicyType
Gets the rule combining algorithm used with this policy.
getRuleId() - Method in class org.opensaml.xacml.policy.impl.RuleTypeImpl
Gets the ID for this rule.
getRuleId() - Method in interface org.opensaml.xacml.policy.RuleType
Gets the ID for this rule.
getRuleIdRef() - Method in class org.opensaml.xacml.policy.impl.RuleCombinerParametersTypeImpl
Gets the referenced rule's ID.
getRuleIdRef() - Method in interface org.opensaml.xacml.policy.RuleCombinerParametersType
Gets the referenced rule's ID.
getRules() - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
Gets the rules for this policy.
getRules() - Method in interface org.opensaml.xacml.policy.PolicyType
Gets the rules for this policy.
getSAML1ArtifactBuilderFactory() - Method in class org.opensaml.saml.config.SAMLConfiguration
Gets the artifact factory for the library.
getSAML1ArtifactBuilderFactory() - Static method in class org.opensaml.saml.config.SAMLConfigurationSupport
Gets the artifact factory for the library.
getSAML1SubjectNameIdentifier() - Method in class org.opensaml.saml.common.messaging.context.SAMLSubjectNameIdentifierContext
Gets the SAML 1 NameIdentifier represented by this context.
getSAML2ArtifactBuilderFactory() - Method in class org.opensaml.saml.config.SAMLConfiguration
Gets the artifact factory for the library.
getSAML2ArtifactBuilderFactory() - Static method in class org.opensaml.saml.config.SAMLConfigurationSupport
Gets the artifact factory for the library.
getSAML2SubjectNameID() - Method in class org.opensaml.saml.common.messaging.context.SAMLSubjectNameIdentifierContext
Gets the SAML 2 NameID represented by this context.
getSAMLDateFormatter() - Method in class org.opensaml.saml.config.SAMLConfiguration
Gets the date format used to string'ify SAML's DateTime objects.
getSAMLDateFormatter() - Static method in class org.opensaml.saml.config.SAMLConfigurationSupport
Gets the date format used to string'ify SAML's DateTime objects.
getSamlMessage() - Method in class org.opensaml.saml.common.binding.artifact.BasicSAMLArtifactMapEntry
Gets SAML message the artifact maps to.
getSamlMessage() - Method in interface org.opensaml.saml.common.binding.artifact.SAMLArtifactMap.SAMLArtifactMapEntry
Gets SAML message the artifact maps to.
getSAMLObject() - Method in class org.opensaml.saml.saml2.profile.impl.AbstractDecryptAction
Get the object to act on.
getSAMLPeerEntityContext() - Method in class org.opensaml.saml.common.binding.security.impl.BaseSAMLXMLSignatureSecurityHandler
Get the SAMLPeerEntityContext associated with the message.
getSAMLProtocolContext() - Method in class org.opensaml.saml.common.binding.security.impl.BaseSAMLXMLSignatureSecurityHandler
Get the SAMLProtocolContext associated with the message.
getSAMLSchema() - Method in class org.opensaml.saml.common.xml.SAMLSchemaBuilder
Get a schema that can validate SAML 1.x, 2.0, and all registered extensions.
getSchemaLocation() - Method in class org.opensaml.core.xml.AbstractXMLObject
Gets the value of the XML Schema schemaLocation attribute for this object.
getSchemaLocation() - Method in interface org.opensaml.core.xml.XMLObject
Gets the value of the XML Schema schemaLocation attribute for this object.
getSchemaType() - Method in class org.opensaml.core.xml.AbstractXMLObject
Gets the XML schema type of this element.
getSchemaType() - Method in interface org.opensaml.core.xml.XMLObject
Gets the XML schema type of this element.
getScoping() - Method in interface org.opensaml.saml.saml2.core.AuthnRequest
Gets the Scoping of the request.
getScoping() - Method in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
Gets the Scoping of the request.
getSecretKey() - Method in class org.opensaml.security.credential.AbstractCredential
Gets the secret key for this entity.
getSecretKey() - Method in interface org.opensaml.security.credential.Credential
Gets the secret key for this entity.
getSecretKey() - Method in class org.opensaml.security.x509.BasicX509Credential
This operation is unsupported for X.509 credentials.
getSecurityTokenReference() - Method in class org.opensaml.soap.wstrust.impl.RequestedReferenceTypeImpl
Returns the wsse:SecurityTokenReference child element.
getSecurityTokenReference() - Method in interface org.opensaml.soap.wstrust.RequestedReferenceType
Returns the wsse:SecurityTokenReference child element.
getSecurityTokens() - Method in class org.opensaml.soap.wsfed.impl.RequestedSecurityTokenImpl
Return the list security tokens.
getSecurityTokens() - Method in interface org.opensaml.soap.wsfed.RequestedSecurityToken
Return the list security tokens.
getSeed() - Method in interface org.opensaml.xmlsec.encryption.DHKeyValue
Get the seed element.
getSeed() - Method in class org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
Get the seed element.
getSeed() - Method in interface org.opensaml.xmlsec.signature.DSAKeyValue
Get the Seed element.
getSeed() - Method in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
Get the Seed element.
getSerialNumber() - Method in class org.opensaml.security.x509.X509IssuerSerialCriterion
Get the serial number.
getSessionIndex() - Method in interface org.opensaml.saml.saml2.core.AuthnQuery
Gets the SessionIndex of this request.
getSessionIndex() - Method in interface org.opensaml.saml.saml2.core.AuthnStatement
Get the session index between the principal and the authenticating authority.
getSessionIndex() - Method in class org.opensaml.saml.saml2.core.impl.AuthnQueryImpl
Gets the SessionIndex of this request.
getSessionIndex() - Method in class org.opensaml.saml.saml2.core.impl.AuthnStatementImpl
Get the session index between the principal and the authenticating authority.
getSessionIndex() - Method in class org.opensaml.saml.saml2.core.impl.SessionIndexImpl
Gets the session index value of the request.
getSessionIndex() - Method in interface org.opensaml.saml.saml2.core.SessionIndex
Gets the session index value of the request.
getSessionIndexes() - Method in class org.opensaml.saml.saml2.core.impl.LogoutRequestImpl
Get the list of SessionIndexes for the request.
getSessionIndexes() - Method in interface org.opensaml.saml.saml2.core.LogoutRequest
Get the list of SessionIndexes for the request.
getSessionKey() - Method in class org.opensaml.saml.common.messaging.context.ECPContext
Get the session key generated for use by the client and IdP.
getSessionNotOnOrAfter() - Method in interface org.opensaml.saml.saml2.core.AuthnStatement
Get the time when the session between the principal and the SAML authority ends.
getSessionNotOnOrAfter() - Method in class org.opensaml.saml.saml2.core.impl.AuthnStatementImpl
Get the time when the session between the principal and the SAML authority ends.
getSig() - Method in class org.opensaml.soap.wstrust.impl.UseKeyImpl
Returns the wst:UseKey/@Sig attribute value.
getSig() - Method in interface org.opensaml.soap.wstrust.UseKey
Returns the wst:UseKey/@Sig attribute value.
getSignature() - Method in class org.opensaml.saml.common.binding.security.impl.BaseSAMLSimpleSignatureSecurityHandler
Extract the signature value from the request, in the form suitable for input into SignatureTrustEngine.validate(byte[], byte[], String, CriteriaSet, Credential).
getSignature() - Method in class org.opensaml.xmlsec.signature.AbstractSignableXMLObject
Gets the Signature XMLObject.
getSignature() - Method in interface org.opensaml.xmlsec.signature.SignableXMLObject
Gets the Signature XMLObject.
getSignature() - Method in class org.opensaml.xmlsec.signature.support.XMLSignatureCredentialContext
Gets the Signature element context.
getSignatureAlgorithm() - Method in class org.opensaml.saml.common.binding.security.impl.BaseSAMLSimpleSignatureSecurityHandler
Extract the signature algorithm URI value from the request.
getSignatureAlgorithm(String, String) - Method in class org.opensaml.xmlsec.algorithm.AlgorithmRegistry
Lookup a signature algorithm descriptor by the JCA key algorithm and digest method IDs.
getSignatureAlgorithm() - Method in class org.opensaml.xmlsec.signature.impl.SignatureImpl
Gets the algorithm used to compute the signature.
getSignatureAlgorithm() - Method in interface org.opensaml.xmlsec.signature.Signature
Gets the algorithm used to compute the signature.
getSignatureAlgorithm(Signature) - Method in class org.opensaml.xmlsec.signature.support.impl.SignatureAlgorithmValidator
Get the signature algorithm.
getSignatureAlgorithm() - Method in class org.opensaml.xmlsec.SignatureSigningParameters
Get the signature algorithm URI to use when signing.
getSignatureAlgorithms() - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
Get the list of preferred signature algorithm URIs, in preference order.
getSignatureAlgorithms() - Method in interface org.opensaml.xmlsec.SignatureSigningConfiguration
Get the list of preferred signature algorithm URIs, in preference order.
getSignatureAlgorithmURI(SignatureSigningParameters) - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPPostSimpleSignEncoder
Gets the signature algorithm URI to use.
getSignatureAlgorithmURI(SignatureSigningParameters) - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPRedirectDeflateEncoder
Gets the signature algorithm URI to use.
getSignatureCanonicalizationAlgorithm() - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
Get a canonicalization algorithm URI suitable for use as a Signature CanonicalizationMethod value.
getSignatureCanonicalizationAlgorithm() - Method in interface org.opensaml.xmlsec.SignatureSigningConfiguration
Get a canonicalization algorithm URI suitable for use as a Signature CanonicalizationMethod value.
getSignatureCanonicalizationAlgorithm() - Method in class org.opensaml.xmlsec.SignatureSigningParameters
Get a canonicalization algorithm URI suitable for use as a Signature CanonicalizationMethod value.
getSignatureHMACOutputLength() - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
Get the value to be used as the Signature SignatureMethod HMACOutputLength value, used only when signing with an HMAC algorithm.
getSignatureHMACOutputLength() - Method in interface org.opensaml.xmlsec.SignatureSigningConfiguration
Get the value to be used as the Signature SignatureMethod HMACOutputLength value, used only when signing with an HMAC algorithm.
getSignatureHMACOutputLength() - Method in class org.opensaml.xmlsec.SignatureSigningParameters
Get the value to be used as the Signature SignatureMethod HMACOutputLength value, used only when signing with an HMAC algorithm.
getSignaturePrevalidator() - Method in class org.opensaml.saml.common.binding.security.impl.SAMLProtocolMessageXMLSignatureSecurityHandler
Get the prevalidator for XML Signature instances.
getSignaturePrevalidator() - Method in class org.opensaml.saml.metadata.resolver.filter.impl.SignatureValidationFilter
Get the validator used to perform pre-validation on Signature tokens.
getSignatureReferenceDigestMethod() - Method in class org.opensaml.xmlsec.SignatureSigningParameters
Get a digest method algorithm URI suitable for use as a Signature Reference DigestMethod value.
getSignatureReferenceDigestMethods() - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
Get the list of digest method algorithm URIs suitable for use as a Signature Reference DigestMethod value, in preference order.
getSignatureReferenceDigestMethods() - Method in interface org.opensaml.xmlsec.SignatureSigningConfiguration
Get the list of digest method algorithm URIs suitable for use as a Signature Reference DigestMethod value, in preference order.
getSignatureReferenceID() - Method in interface org.opensaml.saml.common.SignableSAMLObject
Gets the value of the ID attribute for this SAML object which will be used as its signature reference.
getSignatureReferenceID() - Method in class org.opensaml.saml.saml1.core.impl.AssertionImpl
Gets the value of the ID attribute for this SAML object which will be used as its signature reference.
getSignatureReferenceID() - Method in class org.opensaml.saml.saml1.core.impl.RequestAbstractTypeImpl
Gets the value of the ID attribute for this SAML object which will be used as its signature reference.
getSignatureReferenceID() - Method in class org.opensaml.saml.saml1.core.impl.ResponseAbstractTypeImpl
Gets the value of the ID attribute for this SAML object which will be used as its signature reference.
getSignatureReferenceID() - Method in class org.opensaml.saml.saml2.core.impl.AssertionImpl
Gets the value of the ID attribute for this SAML object which will be used as its signature reference.
getSignatureReferenceID() - Method in class org.opensaml.saml.saml2.core.impl.RequestAbstractTypeImpl
Gets the value of the ID attribute for this SAML object which will be used as its signature reference.
getSignatureReferenceID() - Method in class org.opensaml.saml.saml2.core.impl.StatusResponseTypeImpl
Gets the value of the ID attribute for this SAML object which will be used as its signature reference.
getSignatureReferenceID() - Method in class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorImpl
Gets the value of the ID attribute for this SAML object which will be used as its signature reference.
getSignatureReferenceID() - Method in class org.opensaml.saml.saml2.metadata.impl.EntitiesDescriptorImpl
Gets the value of the ID attribute for this SAML object which will be used as its signature reference.
getSignatureReferenceID() - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
Gets the value of the ID attribute for this SAML object which will be used as its signature reference.
getSignatureReferenceID() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorImpl
Gets the value of the ID attribute for this SAML object which will be used as its signature reference.
getSignatureSigningParameters() - Method in class org.opensaml.xmlsec.context.SecurityParametersContext
Get the parameters to use for XML signature signing operations.
getSignatureTrustEngine() - Method in class org.opensaml.saml.metadata.resolver.filter.impl.SignatureValidationFilter
Gets the trust engine used to validate signatures on incoming metadata.
getSignatureTrustEngine() - Method in class org.opensaml.xmlsec.impl.BasicSignatureValidationConfiguration
Get the signature trust engine to use.
getSignatureTrustEngine() - Method in interface org.opensaml.xmlsec.SignatureValidationConfiguration
Get the signature trust engine to use.
getSignatureTrustEngine() - Method in class org.opensaml.xmlsec.SignatureValidationParameters
Get the signature trust engine to use.
getSignatureValidationParameters() - Method in class org.opensaml.xmlsec.context.SecurityParametersContext
Get the parameters to use for XML signature validation operations.
getSignatureValidationParameters() - Method in class org.opensaml.xmlsec.signature.support.SignatureValidationParametersCriterion
Get the signature validation parameters instance.
getSignedContent() - Method in class org.opensaml.saml.common.binding.security.impl.BaseSAMLSimpleSignatureSecurityHandler
Get the content over which to validate the signature, in the form suitable for input into SignatureTrustEngine.validate(byte[], byte[], String, CriteriaSet, Credential).
getSignedContent() - Method in class org.opensaml.saml.saml2.binding.security.impl.SAML2HTTPPostSimpleSignSecurityHandler
Get the content over which to validate the signature, in the form suitable for input into SignatureTrustEngine.validate(byte[], byte[], String, CriteriaSet, Credential).
getSignedContent() - Method in class org.opensaml.saml.saml2.binding.security.impl.SAML2HTTPRedirectDeflateSignatureSecurityHandler
Get the content over which to validate the signature, in the form suitable for input into SignatureTrustEngine.validate(byte[], byte[], String, CriteriaSet, Credential).
getSigningCredential() - Method in class org.opensaml.xmlsec.signature.impl.SignatureImpl
Gets the signature signing credential.
getSigningCredential() - Method in interface org.opensaml.xmlsec.signature.Signature
Gets the signature signing credential.
getSigningCredential() - Method in class org.opensaml.xmlsec.SignatureSigningParameters
Get the signing credential to use when signing.
getSigningCredentials() - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
Get the list of signing credentials to use when signing, in preference order.
getSigningCredentials() - Method in interface org.opensaml.xmlsec.SignatureSigningConfiguration
Get the list of signing credentials to use when signing, in preference order.
getSimpleCredential(SecretKey) - Static method in class org.opensaml.security.credential.CredentialSupport
Get a simple, minimal credential containing a secret (symmetric) key.
getSimpleCredential(PublicKey, PrivateKey) - Static method in class org.opensaml.security.credential.CredentialSupport
Get a simple, minimal credential containing a public key, and optionally a private key.
getSimpleCredential(X509Certificate, PrivateKey) - Static method in class org.opensaml.security.credential.CredentialSupport
Get a simple, minimal credential containing an end-entity X.509 certificate, and optionally a private key.
getSingleLogoutServices() - Method in class org.opensaml.saml.saml2.metadata.impl.SSODescriptorImpl
Gets a list of single logout services for this service.
getSingleLogoutServices() - Method in interface org.opensaml.saml.saml2.metadata.SSODescriptor
Gets a list of single logout services for this service.
getSingleSignOnServices() - Method in interface org.opensaml.saml.saml2.metadata.IDPSSODescriptor
Gets the list of single sign on services for this IDP.
getSingleSignOnServices() - Method in class org.opensaml.saml.saml2.metadata.impl.IDPSSODescriptorImpl
Gets the list of single sign on services for this IDP.
getSOAP11Actor() - Method in class org.opensaml.saml.ext.saml2cb.impl.ChannelBindingsImpl
Get the attribute value.
getSOAP11Actor() - Method in class org.opensaml.saml.ext.samlec.impl.GeneratedKeyImpl
Get the attribute value.
getSOAP11Actor() - Method in class org.opensaml.saml.ext.samlec.impl.SessionKeyImpl
Get the attribute value.
getSOAP11Actor() - Method in class org.opensaml.saml.saml2.ecp.impl.RelayStateImpl
Get the attribute value.
getSOAP11Actor() - Method in class org.opensaml.saml.saml2.ecp.impl.RequestAuthenticatedImpl
Get the attribute value.
getSOAP11Actor() - Method in class org.opensaml.saml.saml2.ecp.impl.RequestImpl
Get the attribute value.
getSOAP11Actor() - Method in class org.opensaml.saml.saml2.ecp.impl.ResponseImpl
Get the attribute value.
getSOAP11Actor() - Method in class org.opensaml.saml.saml2.ecp.impl.SubjectConfirmationImpl
Get the attribute value.
getSOAP11Actor() - Method in interface org.opensaml.soap.soap11.ActorBearing
Get the attribute value.
getSOAP11Actor() - Method in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderImpl
Get the attribute value.
getSOAP11ActorAttribute(XMLObject) - Static method in class org.opensaml.soap.util.SOAPSupport
Gets the soap11:actor attribute from a given SOAP object.
getSOAP11ContextLookupStrategy() - Method in class org.opensaml.soap.client.http.HttpSOAPClient
Get the strategy used to look up the SOAP11Context associated with the outbound message context.
getSOAP11EncodingStyles() - Method in interface org.opensaml.soap.soap11.EncodingStyleBearing
Get the attribute value.
getSOAP11EncodingStyles(XMLObject) - Static method in class org.opensaml.soap.util.SOAPSupport
Gets the list value of the soap11:encodingStyle attribute from the given SOAP object.
getSOAP11HeaderBlock(Envelope, QName, Set<String>, boolean) - Static method in class org.opensaml.soap.util.SOAPSupport
Get a header block from the SOAP 1.1 envelope.
getSOAP11MustUnderstandAttribute(XMLObject) - Static method in class org.opensaml.soap.util.SOAPSupport
Get the soap11:mustUnderstand attribute from a given SOAP object.
getSOAP12EncodingStyle() - Method in interface org.opensaml.soap.soap12.EncodingStyleBearing
Get the attribute value.
getSOAP12EncodingStyleAttribute(XMLObject) - Static method in class org.opensaml.soap.util.SOAPSupport
Gets the soap12:encodingStyle.
getSOAP12MustUnderstandAttribute(XMLObject) - Static method in class org.opensaml.soap.util.SOAPSupport
Get the soap12:mustUnderstand attribute from a given SOAP object.
getSOAP12RelayAttribute(XMLObject) - Static method in class org.opensaml.soap.util.SOAPSupport
Get the soap12:relay attribute from a given SOAP object.
getSOAP12Role() - Method in interface org.opensaml.soap.soap12.RoleBearing
Get the attribute value.
getSOAP12Role() - Method in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderImpl
Get the attribute value.
getSOAP12RoleAttribute(XMLObject) - Static method in class org.opensaml.soap.util.SOAPSupport
Gets the soap12:role.
getSOAPAction() - Method in class org.opensaml.saml.saml1.binding.encoding.impl.HTTPSOAP11Encoder
Determine the value of the SOAPAction HTTP header to send.
getSOAPAction() - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPSOAP11Encoder
Determine the value of the SOAPAction HTTP header to send.
getSOAPAction() - Method in class org.opensaml.soap.client.http.HttpSOAPRequestParameters
Gets the HTTP SOAPAction header.
getSOAPAction() - Method in class org.opensaml.soap.soap11.encoder.http.impl.HTTPSOAP11Encoder
Determine the value of the SOAPAction HTTP header to send.
getSoapAction() - Method in class org.opensaml.soap.wsaddressing.impl.ProblemActionImpl
Get the SoapAction child element.
getSoapAction() - Method in interface org.opensaml.soap.wsaddressing.ProblemAction
Get the SoapAction child element.
getSOAPClientContextLookupStrategy() - Method in class org.opensaml.soap.client.http.HttpSOAPClient
Get the strategy used to look up the SOAPClientContext associated with the outbound message context.
getSOAPEnvelope() - Method in class org.opensaml.soap.soap11.encoder.http.impl.HTTPSOAP11Encoder
Retrieve the previously stored SOAP envelope from the message context.
getSOAPRequestParameters() - Method in class org.opensaml.soap.client.SOAPClientContext
Gets a set of binding/transport-specific request parameters.
getSourceArtifactResolutionServiceEndpointIndex() - Method in class org.opensaml.saml.common.messaging.context.SAMLArtifactContext
Get the artifact resolution service endpoint index.
getSourceArtifactResolutionServiceEndpointURL() - Method in class org.opensaml.saml.common.messaging.context.SAMLArtifactContext
Get the artifact resolution service endpoint URL.
getSourceEntityId() - Method in class org.opensaml.saml.common.messaging.context.SAMLArtifactContext
Get the artifact source entityID.
getSourceEntityId(MessageContext<SAMLObject>) - Method in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0001Builder
Get the local entityId.
getSourceEntityId(MessageContext<SAMLObject>) - Method in class org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactType0004Builder
Get the local entityId.
getSourceID() - Method in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0001
Gets the 20 byte source ID of the artifact.
getSourceID() - Method in class org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactType0004
Gets the 20 byte source ID of the artifact.
getSourceLocation() - Method in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0002
Gets the source location component of this artifact.
getSPKIDatas() - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoImpl
Get the list of SPKIData child elements.
getSPKIDatas() - Method in interface org.opensaml.xmlsec.signature.KeyInfo
Get the list of SPKIData child elements.
getSPKISexps() - Method in class org.opensaml.xmlsec.signature.impl.SPKIDataImpl
Get the list of SPKISexp child elements.
getSPKISexps() - Method in interface org.opensaml.xmlsec.signature.SPKIData
Get the list of SPKISexp child elements.
getSPNameQualifier() - Method in class org.opensaml.saml.common.profile.AbstractNameIdentifierGenerator
Get the SPNameQualifier attribute.
getSPNameQualifier() - Method in interface org.opensaml.saml.saml2.core.BaseID
Gets the SPNameQualifier value.
getSPNameQualifier() - Method in class org.opensaml.saml.saml2.core.impl.AbstractNameIDType
Gets the SPNameQualifier value.
getSPNameQualifier() - Method in class org.opensaml.saml.saml2.core.impl.BaseIDImpl
Gets the SPNameQualifier value.
getSPNameQualifier() - Method in class org.opensaml.saml.saml2.core.impl.NameIDPolicyImpl
Gets the SPNameQualifier value.
getSPNameQualifier() - Method in interface org.opensaml.saml.saml2.core.NameIDPolicy
Gets the SPNameQualifier value.
getSPNameQualifier() - Method in interface org.opensaml.saml.saml2.core.NameIDType
Gets the SPNameQualifier value.
getSPProvidedID() - Method in class org.opensaml.saml.common.profile.AbstractNameIdentifierGenerator
Get the SPProvidedID attribute.
getSPProvidedID() - Method in class org.opensaml.saml.saml2.core.impl.AbstractNameIDType
Gets the SPProvidedID of this NameID.
getSPProvidedID() - Method in interface org.opensaml.saml.saml2.core.NameIDType
Gets the SPProvidedID of this NameID.
getSPSSODescriptor(String) - Method in interface org.opensaml.saml.saml2.metadata.EntityDescriptor
Gets the first SPSSODescriptor role descriptor for this entity that supports the given protocol.
getSPSSODescriptor(String) - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
Gets the first SPSSODescriptor role descriptor for this entity that supports the given protocol.
getStatements() - Method in interface org.opensaml.saml.saml1.core.Assertion
Return the List representing all the Statement sub elements.
getStatements(QName) - Method in interface org.opensaml.saml.saml1.core.Assertion
Return the List representing all the Statement sub elements with a given schema type or element name.
getStatements() - Method in class org.opensaml.saml.saml1.core.impl.AssertionImpl
Return the List representing all the Statement sub elements.
getStatements(QName) - Method in class org.opensaml.saml.saml1.core.impl.AssertionImpl
Return the List representing all the Statement sub elements with a given schema type or element name.
getStatements() - Method in interface org.opensaml.saml.saml2.core.Assertion
Gets the list of statements attached to this assertion.
getStatements(QName) - Method in interface org.opensaml.saml.saml2.core.Assertion
Gets the list of statements attached to this assertion that match a particular QName.
getStatements() - Method in class org.opensaml.saml.saml2.core.impl.AssertionImpl
Gets the list of statements attached to this assertion.
getStatements(QName) - Method in class org.opensaml.saml.saml2.core.impl.AssertionImpl
Gets the list of statements attached to this assertion that match a particular QName.
getStatus() - Method in class org.opensaml.saml.saml1.core.impl.ResponseImpl
Return the object representing the Status (element).
getStatus() - Method in interface org.opensaml.saml.saml1.core.Response
Return the object representing the Status (element).
getStatus() - Method in class org.opensaml.saml.saml2.core.impl.StatusResponseTypeImpl
Gets the Status of this response.
getStatus() - Method in interface org.opensaml.saml.saml2.core.StatusResponseType
Gets the Status of this response.
getStatus() - Method in class org.opensaml.xacml.ctx.impl.ResultTypeImpl
Returns the status in the result.
getStatus() - Method in interface org.opensaml.xacml.ctx.ResultType
Returns the status in the result.
getStatusCode() - Method in class org.opensaml.saml.saml1.core.impl.StatusCodeImpl
Gets the second level status code.
getStatusCode() - Method in class org.opensaml.saml.saml1.core.impl.StatusImpl
Return the object representing the StatusCode (element).
getStatusCode() - Method in interface org.opensaml.saml.saml1.core.Status
Return the object representing the StatusCode (element).
getStatusCode() - Method in interface org.opensaml.saml.saml1.core.StatusCode
Gets the second level status code.
getStatusCode() - Method in class org.opensaml.saml.saml2.core.impl.StatusCodeImpl
Gets the Status Code of this Status Code.
getStatusCode() - Method in class org.opensaml.saml.saml2.core.impl.StatusImpl
Gets the Code of this Status.
getStatusCode() - Method in interface org.opensaml.saml.saml2.core.Status
Gets the Code of this Status.
getStatusCode() - Method in interface org.opensaml.saml.saml2.core.StatusCode
Gets the Status Code of this Status Code.
getStatusCode() - Method in class org.opensaml.xacml.ctx.impl.StatusCodeTypeImpl
Gets the status code.
getStatusCode() - Method in class org.opensaml.xacml.ctx.impl.StatusTypeImpl
Gets the status code of status.
getStatusCode() - Method in interface org.opensaml.xacml.ctx.StatusCodeType
Gets the status code.
getStatusCode() - Method in interface org.opensaml.xacml.ctx.StatusType
Gets the status code of status.
getStatusDetail() - Method in class org.opensaml.saml.saml1.core.impl.StatusImpl
Return the object representing the StatusDetail (element).
getStatusDetail() - Method in interface org.opensaml.saml.saml1.core.Status
Return the object representing the StatusDetail (element).
getStatusDetail() - Method in class org.opensaml.saml.saml2.core.impl.StatusImpl
Gets the Detail of this Status.
getStatusDetail() - Method in interface org.opensaml.saml.saml2.core.Status
Gets the Detail of this Status.
getStatusDetail() - Method in class org.opensaml.xacml.ctx.impl.StatusTypeImpl
Gets the status detail of status.
getStatusDetail() - Method in interface org.opensaml.xacml.ctx.StatusType
Gets the status detail of status.
getStatusMessage() - Method in class org.opensaml.saml.saml1.core.impl.StatusImpl
Return the object representing the StatusMessage (element).
getStatusMessage() - Method in interface org.opensaml.saml.saml1.core.Status
Return the object representing the StatusMessage (element).
getStatusMessage() - Method in class org.opensaml.saml.saml2.core.impl.StatusImpl
Gets the Message of this Status.
getStatusMessage() - Method in interface org.opensaml.saml.saml2.core.Status
Gets the Message of this Status.
getStatusMessage() - Method in class org.opensaml.xacml.ctx.impl.StatusTypeImpl
Gets the status message of status.
getStatusMessage() - Method in interface org.opensaml.xacml.ctx.StatusType
Gets the status message of status.
getStorage() - Method in class org.opensaml.storage.ReplayCache
Get the backing store for the cache.
getStorageService() - Method in class org.opensaml.saml.common.binding.artifact.impl.StorageServiceSAMLArtifactMap
Get the artifact store.
getSubcontext(Class<T>) - Method in class org.opensaml.messaging.context.BaseContext
Get a subcontext of the current context.
getSubcontext(Class<T>, boolean) - Method in class org.opensaml.messaging.context.BaseContext
Get a subcontext of the current context.
getSubcontext(String) - Method in class org.opensaml.messaging.context.BaseContext
Get a subcontext of the current context.
getSubcontext(String, boolean) - Method in class org.opensaml.messaging.context.BaseContext
Get a subcontext of the current context.
getSubject() - Method in class org.opensaml.saml.saml1.core.impl.SubjectQueryImpl
Get Subject child element.
getSubject() - Method in class org.opensaml.saml.saml1.core.impl.SubjectStatementImpl
Get the Subject of the statement.
getSubject() - Method in interface org.opensaml.saml.saml1.core.SubjectQuery
Get Subject child element.
getSubject() - Method in interface org.opensaml.saml.saml1.core.SubjectStatement
Get the Subject of the statement.
getSubject() - Method in interface org.opensaml.saml.saml2.core.Assertion
Gets the Subject of this assertion.
getSubject() - Method in interface org.opensaml.saml.saml2.core.AuthnRequest
Gets the Subject of the request.
getSubject() - Method in class org.opensaml.saml.saml2.core.impl.AssertionImpl
Gets the Subject of this assertion.
getSubject() - Method in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
Gets the Subject of the request.
getSubject() - Method in class org.opensaml.saml.saml2.core.impl.SubjectQueryImpl
Gets the Subject of this request.
getSubject() - Method in interface org.opensaml.saml.saml2.core.SubjectQuery
Gets the Subject of this request.
getSubjectAltNames() - Method in class org.opensaml.security.x509.tls.CertificateNameOptions
Get the set of types of subject alternative names evaluate as derived issuer entity ID names, using integer constants defined in org.opensaml.security.X509Support.
getSubjectAltNames() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
The set of types of subject alternative names to process.
getSubjectAltNameTypes() - Method in class org.opensaml.security.x509.impl.BasicX509CredentialNameEvaluator
Get the set of types of subject alternative names to process.
getSubjectAttributeDesignator() - Method in class org.opensaml.xacml.policy.impl.SubjectMatchTypeImpl
Gets the subject attribute designator for this match.
getSubjectAttributeDesignator() - Method in interface org.opensaml.xacml.policy.SubjectMatchType
Gets the subject attribute designator for this match.
getSubjectCategory() - Method in class org.opensaml.xacml.ctx.impl.SubjectTypeImpl
Gets the subjectcategory of the subject.
getSubjectCategory() - Method in interface org.opensaml.xacml.ctx.SubjectType
Gets the subjectcategory of the subject.
getSubjectCategory() - Method in class org.opensaml.xacml.policy.impl.SubjectAttributeDesignatorTypeImpl
Gets the category of the Subject.
getSubjectCategory() - Method in interface org.opensaml.xacml.policy.SubjectAttributeDesignatorType
Gets the category of the Subject.
getSubjectConfirmation() - Method in class org.opensaml.saml.saml1.core.impl.SubjectImpl
Gets the SubjectConfirmation of this Subject.
getSubjectConfirmation() - Method in interface org.opensaml.saml.saml1.core.Subject
Gets the SubjectConfirmation of this Subject.
getSubjectConfirmationData() - Method in class org.opensaml.saml.saml1.core.impl.SubjectConfirmationImpl
Get the SubjectConfirmationData.
getSubjectConfirmationData() - Method in interface org.opensaml.saml.saml1.core.SubjectConfirmation
Get the SubjectConfirmationData.
getSubjectConfirmationData() - Method in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationImpl
Gets the data about how this subject was confirmed or constraints on the confirmation.
getSubjectConfirmationData() - Method in interface org.opensaml.saml.saml2.core.SubjectConfirmation
Gets the data about how this subject was confirmed or constraints on the confirmation.
getSubjectConfirmationData() - Method in class org.opensaml.saml.saml2.ecp.impl.SubjectConfirmationImpl
Gets the data about how this subject was confirmed or constraints on the confirmation.
getSubjectConfirmationData() - Method in interface org.opensaml.saml.saml2.ecp.SubjectConfirmation
Gets the data about how this subject was confirmed or constraints on the confirmation.
getSubjectConfirmations() - Method in class org.opensaml.saml.saml2.core.impl.SubjectImpl
Gets the confirmations made about this subject.
getSubjectConfirmations() - Method in interface org.opensaml.saml.saml2.core.Subject
Gets the confirmations made about this subject.
getSubjectKeyIdentifier() - Method in class org.opensaml.security.x509.X509SubjectKeyIdentifierCriterion
Get the subject key identifier.
getSubjectKeyIdentifier(X509Certificate) - Static method in class org.opensaml.security.x509.X509Support
Get the plain (non-DER encoded) value of the Subject Key Identifier extension of an X.509 certificate, if present.
getSubjectLocality() - Method in interface org.opensaml.saml.saml1.core.AuthenticationStatement
getSubjectLocality() - Method in class org.opensaml.saml.saml1.core.impl.AuthenticationStatementImpl
getSubjectLocality() - Method in interface org.opensaml.saml.saml2.core.AuthnStatement
Get the DNS domain and IP address of the system where the principal was authenticated.
getSubjectLocality() - Method in class org.opensaml.saml.saml2.core.impl.AuthnStatementImpl
Get the DNS domain and IP address of the system where the principal was authenticated.
getSubjectMatches() - Method in class org.opensaml.xacml.policy.impl.SubjectTypeImpl
Gets the subject matches for this action.
getSubjectMatches() - Method in interface org.opensaml.xacml.policy.SubjectType
Gets the subject matches for this action.
getSubjectName(X509Certificate) - Method in class org.opensaml.security.messaging.impl.BaseClientCertAuthSecurityHandler
Get subject name from a certificate, using the currently configured X500DNHandler and subject DN output format.
getSubjectName() - Method in class org.opensaml.security.x509.X509SubjectNameCriterion
Get the subject name.
getSubjectName(X509Certificate) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
Get subject name from a certificate, using the currently configured X500DNHandler and subject DN output format.
getSubjectNameIdentifier() - Method in class org.opensaml.saml.common.messaging.context.SAMLSubjectNameIdentifierContext
Gets the subject name identifier represented by the context, which is guaranteed to be either a SAML 1 NameIdentifier or a SAML 2 NameID.
getSubjectNames(X509Certificate, Integer[]) - Static method in class org.opensaml.security.x509.X509Support
Gets the common name components of the issuer and all the subject alt names of a given type.
getSubjectQuery() - Method in class org.opensaml.saml.saml1.core.impl.RequestImpl
Get the request SubjectQuery, AuthenticationQuery, AttributeQuery, or AuthorizationDecisionQuery.
getSubjectQuery() - Method in interface org.opensaml.saml.saml1.core.Request
Get the request SubjectQuery, AuthenticationQuery, AttributeQuery, or AuthorizationDecisionQuery.
getSubjects() - Method in class org.opensaml.xacml.ctx.impl.RequestTypeImpl
Gets the subjects from the request.
getSubjects() - Method in interface org.opensaml.xacml.ctx.RequestType
Gets the subjects from the request.
getSubjects() - Method in class org.opensaml.xacml.policy.impl.SubjectsTypeImpl
Gets the subjects.
getSubjects() - Method in class org.opensaml.xacml.policy.impl.TargetTypeImpl
Gets the subjects of this target.
getSubjects() - Method in interface org.opensaml.xacml.policy.SubjectsType
Gets the subjects.
getSubjects() - Method in interface org.opensaml.xacml.policy.TargetType
Gets the subjects of this target.
getSubjectStatements() - Method in interface org.opensaml.saml.saml1.core.Assertion
Return the List representing all the SubjectStatement sub elements.
getSubjectStatements() - Method in class org.opensaml.saml.saml1.core.impl.AssertionImpl
Return the List representing all the SubjectStatement sub elements.
getSupportedContentTypes() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver
Get the list of supported MIME types for use in Accept request header and validation of response Content-Type header.
getSupportedProtocols() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorImpl
Gets an immutable list of protocol URIs supported by this role.
getSupportedProtocols() - Method in interface org.opensaml.saml.saml2.metadata.RoleDescriptor
Gets an immutable list of protocol URIs supported by this role.
getSurName() - Method in interface org.opensaml.saml.saml2.metadata.ContactPerson
Gets the surname for this person.
getSurName() - Method in class org.opensaml.saml.saml2.metadata.impl.ContactPersonImpl
Gets the surname for this person.
getTarget() - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Gets the target of this policy set.
getTarget() - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
Gets the target of this policy.
getTarget() - Method in class org.opensaml.xacml.policy.impl.RuleTypeImpl
Gets the target of this rule.
getTarget() - Method in interface org.opensaml.xacml.policy.PolicySetType
Gets the target of this policy set.
getTarget() - Method in interface org.opensaml.xacml.policy.PolicyType
Gets the target of this policy.
getTarget() - Method in interface org.opensaml.xacml.policy.RuleType
Gets the target of this rule.
getTarget() - Method in interface org.opensaml.xmlsec.encryption.EncryptionProperty
Get the target URI attribute which specifies to which element this.
getTarget() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyImpl
Get the target URI attribute which specifies to which element this.
getTelephoneNumbers() - Method in interface org.opensaml.saml.saml2.metadata.ContactPerson
Gets an immutable list of telephone numbers for this person.
getTelephoneNumbers() - Method in class org.opensaml.saml.saml2.metadata.impl.ContactPersonImpl
Gets an immutable list of telephone numbers for this person.
getTerminate() - Method in class org.opensaml.saml.saml2.core.impl.ManageNameIDRequestImpl
Get the Terminate of the request.
getTerminate() - Method in interface org.opensaml.saml.saml2.core.ManageNameIDRequest
Get the Terminate of the request.
getTextContent() - Method in class org.opensaml.core.xml.schema.impl.XSAnyImpl
Gets the text content for the DOM Element.
getTextContent() - Method in interface org.opensaml.core.xml.schema.XSAny
Gets the text content for the DOM Element.
getTextContent() - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextDeclImpl
Gets the text content for the DOM Element.
getTransactionRetry() - Method in class org.opensaml.storage.impl.JPAStorageService
Returns the number of times a transaction will be retried if a RollbackException is encountered.
getTransforms() - Method in class org.opensaml.saml.common.SAMLObjectContentReference
Gets the transforms applied to the content prior to digest generation.
getTransforms() - Method in interface org.opensaml.xmlsec.encryption.CipherReference
Get the Transforms child element, which describes which transformations to apply when dereferencing the data.
getTransforms() - Method in class org.opensaml.xmlsec.encryption.impl.CipherReferenceImpl
Get the Transforms child element, which describes which transformations to apply when dereferencing the data.
getTransforms() - Method in class org.opensaml.xmlsec.encryption.impl.TransformsImpl
Get the list of Transform child elements.
getTransforms() - Method in interface org.opensaml.xmlsec.encryption.Transforms
Get the list of Transform child elements.
getTransforms() - Method in class org.opensaml.xmlsec.signature.impl.RetrievalMethodImpl
Get the Transforms child element.
getTransforms() - Method in class org.opensaml.xmlsec.signature.impl.TransformsImpl
Get the list of Transform child elements.
getTransforms() - Method in interface org.opensaml.xmlsec.signature.RetrievalMethod
Get the Transforms child element.
getTransforms() - Method in class org.opensaml.xmlsec.signature.support.URIContentReference
Gets the transforms applied to the content prior to digest generation.
getTransforms() - Method in interface org.opensaml.xmlsec.signature.Transforms
Get the list of Transform child elements.
getTrimTags() - Method in class org.opensaml.saml.common.profile.logic.EntityAttributesPredicate
Get whether to trim tags for comparison.
getTrustAnchors(PKIXValidationInformation) - Method in class org.opensaml.security.x509.impl.CertPathPKIXTrustEvaluator
Creates the collection of trust anchors to use during validation.
getTrustedNames() - Method in class org.opensaml.security.x509.TrustedNamesCriterion
Get the set of trusted names.
getTrustEngine() - Method in class org.opensaml.saml.common.binding.security.impl.BaseSAMLSimpleSignatureSecurityHandler
Gets the engine used to validate the signature.
getTrustEngine() - Method in class org.opensaml.security.messaging.impl.BaseTrustEngineSecurityHandler
Gets the trust engine used to validate the untrusted token.
getType() - Method in interface org.opensaml.saml.ext.saml2cb.ChannelBindings
Get the Type attribute value.
getType() - Method in class org.opensaml.saml.ext.saml2cb.impl.ChannelBindingsImpl
Get the Type attribute value.
getType() - Method in interface org.opensaml.saml.saml2.metadata.ContactPerson
Gets the type of contact this person.
getType() - Method in class org.opensaml.saml.saml2.metadata.impl.ContactPersonImpl
Gets the type of contact this person.
getType() - Method in class org.opensaml.soap.wssecurity.impl.PasswordImpl
Returns the wsse:Password/@Type attribute URI value.
getType() - Method in interface org.opensaml.soap.wssecurity.Password
Returns the wsse:Password/@Type attribute URI value.
getType() - Method in interface org.opensaml.soap.wstrust.BinarySecret
Returns the wst:BinarySecret/@Type attribute value.
getType() - Method in class org.opensaml.soap.wstrust.impl.BinarySecretImpl
Returns the wst:BinarySecret/@Type attribute value.
getType() - Method in interface org.opensaml.xmlsec.algorithm.AlgorithmDescriptor
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES128CBC
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES128GCM
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES192CBC
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES192GCM
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES256CBC
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES256GCM
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionDESede
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.DigestMD5
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.DigestRIPEMD160
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.DigestSHA1
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.DigestSHA224
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.DigestSHA256
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.DigestSHA384
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.DigestSHA512
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.HMACMD5
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.HMACRIPEMD160
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.HMACSHA1
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.HMACSHA224
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.HMACSHA256
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.HMACSHA384
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.HMACSHA512
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.KeyTransportRSA15
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.KeyTransportRSAOAEP
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.KeyTransportRSAOAEPMGF1P
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureDSASHA1
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureDSASHA256
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureECDSASHA1
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureECDSASHA224
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureECDSASHA256
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureECDSASHA384
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureECDSASHA512
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSAMD5
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSARIPEMD160
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASHA1
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASHA224
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASHA256
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASHA384
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASHA512
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SymmetricKeyWrapAES128
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SymmetricKeyWrapAES192
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SymmetricKeyWrapAES256
Get the algorithm URI's fundamental type.
getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SymmetricKeyWrapDESede
Get the algorithm URI's fundamental type.
getType() - Method in interface org.opensaml.xmlsec.encryption.EncryptedType
Gets the type information for the plaintext content.
getType() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
Gets the type information for the plaintext content.
getType() - Method in class org.opensaml.xmlsec.signature.impl.RetrievalMethodImpl
Set the Type attribute value.
getType() - Method in interface org.opensaml.xmlsec.signature.RetrievalMethod
Set the Type attribute value.
getTypeCode() - Method in class org.opensaml.saml.common.binding.artifact.AbstractSAMLArtifact
Gets the 2 byte type code for this artifact.
getUnknownAttributes() - Method in class org.opensaml.core.xml.AbstractExtensibleXMLObject
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in interface org.opensaml.core.xml.AttributeExtensibleXMLObject
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.core.xml.schema.impl.XSAnyImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.saml.saml2.core.impl.AttributeImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextDeclImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationDataImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.saml.saml2.metadata.impl.ContactPersonImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.saml.saml2.metadata.impl.EndpointImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.saml.saml2.metadata.impl.OrganizationImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.soap.common.AbstractExtensibleSOAPObject
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.soap.wsaddressing.impl.AttributedQNameImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.soap.wsaddressing.impl.AttributedUnsignedLongImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.soap.wsaddressing.impl.AttributedURIImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.soap.wsaddressing.impl.EndpointReferenceTypeImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.soap.wsaddressing.impl.MetadataImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.soap.wsaddressing.impl.ProblemActionImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.soap.wsaddressing.impl.ReferenceParametersImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.soap.wsaddressing.impl.RelatesToImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.soap.wspolicy.impl.AppliesToImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.soap.wspolicy.impl.PolicyAttachmentImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.soap.wspolicy.impl.PolicyImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.soap.wspolicy.impl.PolicyReferenceImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.soap.wssecurity.impl.AttributedDateTimeImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.soap.wssecurity.impl.AttributedStringImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.soap.wssecurity.impl.AttributedURIImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.soap.wssecurity.impl.EmbeddedImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.soap.wssecurity.impl.ReferenceImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.soap.wssecurity.impl.SecurityImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.soap.wssecurity.impl.SecurityTokenReferenceImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.soap.wssecurity.impl.TimestampImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.soap.wssecurity.impl.TransformationParametersImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.soap.wssecurity.impl.UsernameTokenImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.soap.wstrust.impl.BinaryExchangeImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.soap.wstrust.impl.BinarySecretImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.soap.wstrust.impl.ClaimsImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.soap.wstrust.impl.EntropyImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenResponseCollectionImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenResponseImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.soap.wstrust.impl.SignChallengeTypeImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.xacml.ctx.impl.AttributeValueTypeImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.xacml.ctx.impl.ResourceContentTypeImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.xacml.policy.impl.AttributeValueTypeImpl
Gets a mutable map of the attributes.
getUnknownAttributes() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyImpl
Gets a mutable map of the attributes.
getUnknownXMLObject() - Method in interface org.opensaml.soap.wstrust.CancelTarget
Get the unknown child element.
getUnknownXMLObject() - Method in interface org.opensaml.soap.wstrust.DelegateTo
Get the unknown child element.
getUnknownXMLObject() - Method in interface org.opensaml.soap.wstrust.Encryption
Get the unknown child element.
getUnknownXMLObject() - Method in class org.opensaml.soap.wstrust.impl.CancelTargetImpl
Get the unknown child element.
getUnknownXMLObject() - Method in class org.opensaml.soap.wstrust.impl.DelegateToImpl
Get the unknown child element.
getUnknownXMLObject() - Method in class org.opensaml.soap.wstrust.impl.EncryptionImpl
Get the unknown child element.
getUnknownXMLObject() - Method in class org.opensaml.soap.wstrust.impl.ParticipantTypeImpl
Get the unknown child element.
getUnknownXMLObject() - Method in class org.opensaml.soap.wstrust.impl.ProofEncryptionImpl
Get the unknown child element.
getUnknownXMLObject() - Method in class org.opensaml.soap.wstrust.impl.RenewTargetImpl
Get the unknown child element.
getUnknownXMLObject() - Method in class org.opensaml.soap.wstrust.impl.RequestedProofTokenImpl
Get the unknown child element.
getUnknownXMLObject() - Method in class org.opensaml.soap.wstrust.impl.RequestedSecurityTokenImpl
Get the unknown child element.
getUnknownXMLObject() - Method in class org.opensaml.soap.wstrust.impl.UseKeyImpl
Get the unknown child element.
getUnknownXMLObject() - Method in class org.opensaml.soap.wstrust.impl.ValidateTargetImpl
Get the unknown child element.
getUnknownXMLObject() - Method in interface org.opensaml.soap.wstrust.ParticipantType
Get the unknown child element.
getUnknownXMLObject() - Method in interface org.opensaml.soap.wstrust.ProofEncryption
Get the unknown child element.
getUnknownXMLObject() - Method in interface org.opensaml.soap.wstrust.RenewTarget
Get the unknown child element.
getUnknownXMLObject() - Method in interface org.opensaml.soap.wstrust.RequestedProofToken
Get the unknown child element.
getUnknownXMLObject() - Method in interface org.opensaml.soap.wstrust.RequestedSecurityToken
Get the unknown child element.
getUnknownXMLObject() - Method in interface org.opensaml.soap.wstrust.UseKey
Get the unknown child element.
getUnknownXMLObject() - Method in interface org.opensaml.soap.wstrust.ValidateTarget
Get the unknown child element.
getUnknownXMLObject() - Method in class org.opensaml.xmlsec.signature.impl.KeyValueImpl
Get the wildcard <any> XMLObject child element.
getUnknownXMLObject() - Method in interface org.opensaml.xmlsec.signature.KeyValue
Get the wildcard <any> XMLObject child element.
getUnknownXMLObjects() - Method in class org.opensaml.core.xml.AbstractElementExtensibleXMLObject
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.core.xml.AbstractElementExtensibleXMLObject
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in interface org.opensaml.core.xml.ElementExtensibleXMLObject
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in interface org.opensaml.core.xml.ElementExtensibleXMLObject
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.core.xml.schema.impl.XSAnyImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.core.xml.schema.impl.XSAnyImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.saml.ext.saml2alg.impl.DigestMethodImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.saml.ext.saml2alg.impl.DigestMethodImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.saml.ext.saml2alg.impl.SigningMethodImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.saml.ext.saml2alg.impl.SigningMethodImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.saml.saml1.core.impl.AdviceImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.saml.saml1.core.impl.AdviceImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.saml.saml1.core.impl.StatusDetailImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.saml.saml1.core.impl.StatusDetailImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextDeclImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextDeclImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.saml.saml2.core.impl.ExtensionsImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.saml.saml2.core.impl.ExtensionsImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.saml.saml2.core.impl.StatusDetailImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.saml.saml2.core.impl.StatusDetailImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationDataImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationDataImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.saml.saml2.metadata.impl.EndpointImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.saml.saml2.metadata.impl.EndpointImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.saml.saml2.metadata.impl.ExtensionsImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.saml.saml2.metadata.impl.ExtensionsImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.soap.common.AbstractExtensibleSOAPObject
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.soap.common.AbstractExtensibleSOAPObject
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.soap.wsaddressing.impl.EndpointReferenceTypeImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.soap.wsaddressing.impl.EndpointReferenceTypeImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.soap.wsaddressing.impl.MetadataImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.soap.wsaddressing.impl.MetadataImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.soap.wsaddressing.impl.ReferenceParametersImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.soap.wsaddressing.impl.ReferenceParametersImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.soap.wspolicy.impl.AppliesToImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.soap.wspolicy.impl.AppliesToImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.soap.wspolicy.impl.PolicyAttachmentImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.soap.wspolicy.impl.PolicyAttachmentImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.soap.wssecurity.impl.EmbeddedImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.soap.wssecurity.impl.EmbeddedImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.soap.wssecurity.impl.SecurityImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.soap.wssecurity.impl.SecurityImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.soap.wssecurity.impl.SecurityTokenReferenceImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.soap.wssecurity.impl.SecurityTokenReferenceImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.soap.wssecurity.impl.TimestampImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.soap.wssecurity.impl.TimestampImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.soap.wssecurity.impl.TransformationParametersImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.soap.wssecurity.impl.TransformationParametersImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.soap.wssecurity.impl.UsernameTokenImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.soap.wssecurity.impl.UsernameTokenImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.soap.wstrust.impl.AuthenticatorImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.soap.wstrust.impl.AuthenticatorImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.soap.wstrust.impl.ClaimsImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.soap.wstrust.impl.ClaimsImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.soap.wstrust.impl.EntropyImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.soap.wstrust.impl.EntropyImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.soap.wstrust.impl.KeyExchangeTokenImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.soap.wstrust.impl.KeyExchangeTokenImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.soap.wstrust.impl.OnBehalfOfImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.soap.wstrust.impl.OnBehalfOfImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.soap.wstrust.impl.ParticipantsImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.soap.wstrust.impl.ParticipantsImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenResponseImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenResponseImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.soap.wstrust.impl.SignChallengeTypeImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.soap.wstrust.impl.SignChallengeTypeImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.xacml.ctx.impl.AttributeValueTypeImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.xacml.ctx.impl.AttributeValueTypeImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.xacml.ctx.impl.ResourceContentTypeImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.xacml.ctx.impl.ResourceContentTypeImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.xacml.ctx.impl.StatusDetailTypeImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.xacml.ctx.impl.StatusDetailTypeImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.xacml.policy.impl.AttributeValueTypeImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.xacml.policy.impl.AttributeValueTypeImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.xmlsec.encryption.impl.AgreementMethodImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.xmlsec.encryption.impl.AgreementMethodImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionMethodImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionMethodImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.xmlsec.encryption.impl.ReferenceTypeImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.xmlsec.encryption.impl.ReferenceTypeImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.xmlsec.signature.impl.DigestMethodImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.xmlsec.signature.impl.DigestMethodImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnknownXMLObjects() - Method in class org.opensaml.xmlsec.signature.impl.PGPDataImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
getUnknownXMLObjects(QName) - Method in class org.opensaml.xmlsec.signature.impl.PGPDataImpl
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
getUnmarshaller(QName) - Method in class org.opensaml.core.xml.io.UnmarshallerFactory
Gets the Unmarshaller for a particular element or null if no unmarshaller is registered for an element.
getUnmarshaller(Element) - Method in class org.opensaml.core.xml.io.UnmarshallerFactory
Retrieves the unmarshaller for the given element.
getUnmarshaller(QName) - Static method in class org.opensaml.core.xml.util.XMLObjectSupport
Obtain an XMLObject unmarshaller for the given QName.
getUnmarshaller(Element) - Static method in class org.opensaml.core.xml.util.XMLObjectSupport
Obtain an XMLObject unmarshaller for the given DOM Element.
getUnmarshallerFactory() - Method in class org.opensaml.core.xml.config.XMLObjectProviderRegistry
Gets the XMLObject unmarshaller factory that has been configured with information from loaded configuration files.
getUnmarshallerFactory() - Static method in class org.opensaml.core.xml.config.XMLObjectProviderRegistrySupport
Gets the XMLObject unmarshaller factory that has been configured with information from loaded configuration files.
getUnmarshallerFactory() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
Get the XMLObject unmarshaller factory to use.
getUnmarshallers() - Method in class org.opensaml.core.xml.io.UnmarshallerFactory
Gets an immutable listing of all the Unarshallers currently registered.
getUri() - Method in interface org.opensaml.saml.saml1.core.Audience
Return the audience URI.
getUri() - Method in class org.opensaml.saml.saml1.core.impl.AudienceImpl
Return the audience URI.
getURI() - Method in interface org.opensaml.saml.saml2.core.AuthenticatingAuthority
Gets the URI of this Authenticating Authority.
getURI() - Method in class org.opensaml.saml.saml2.core.impl.AuthenticatingAuthorityImpl
Gets the URI of this Authenticating Authority.
getURI() - Method in class org.opensaml.soap.wspolicy.impl.PolicyReferenceImpl
Returns the wsp:PolicyReference/@URI attribute value.
getURI() - Method in interface org.opensaml.soap.wspolicy.PolicyReference
Returns the wsp:PolicyReference/@URI attribute value.
getURI() - Method in class org.opensaml.soap.wssecurity.impl.ReferenceImpl
Returns the wsse:Reference/@URI attribute value.
getURI() - Method in interface org.opensaml.soap.wssecurity.Reference
Returns the wsse:Reference/@URI attribute value.
getURI() - Method in interface org.opensaml.xmlsec.algorithm.AlgorithmDescriptor
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES128CBC
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES128GCM
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES192CBC
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES192GCM
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES256CBC
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES256GCM
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionDESede
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.DigestMD5
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.DigestRIPEMD160
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.DigestSHA1
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.DigestSHA224
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.DigestSHA256
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.DigestSHA384
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.DigestSHA512
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.HMACMD5
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.HMACRIPEMD160
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.HMACSHA1
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.HMACSHA224
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.HMACSHA256
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.HMACSHA384
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.HMACSHA512
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.KeyTransportRSA15
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.KeyTransportRSAOAEP
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.KeyTransportRSAOAEPMGF1P
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureDSASHA1
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureDSASHA256
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureECDSASHA1
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureECDSASHA224
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureECDSASHA256
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureECDSASHA384
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureECDSASHA512
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSAMD5
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSARIPEMD160
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASHA1
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASHA224
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASHA256
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASHA384
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASHA512
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SymmetricKeyWrapAES128
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SymmetricKeyWrapAES192
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SymmetricKeyWrapAES256
Get the algorithm's identifying URI.
getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SymmetricKeyWrapDESede
Get the algorithm's identifying URI.
getURI() - Method in interface org.opensaml.xmlsec.encryption.CipherReference
Get the URI attribute that describes from where to deference the encrypted data.
getURI() - Method in class org.opensaml.xmlsec.encryption.impl.CipherReferenceImpl
Get the URI attribute that describes from where to deference the encrypted data.
getURI() - Method in class org.opensaml.xmlsec.encryption.impl.ReferenceTypeImpl
Get the URI attribute which indicates the referent of this reference.
getURI() - Method in interface org.opensaml.xmlsec.encryption.ReferenceType
Get the URI attribute which indicates the referent of this reference.
getURI() - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoReferenceImpl
Get the URI attribute value.
getURI() - Method in class org.opensaml.xmlsec.signature.impl.NamedCurveImpl
Get the URI attribute value.
getURI() - Method in class org.opensaml.xmlsec.signature.impl.RetrievalMethodImpl
Get the URI attribute value.
getURI() - Method in interface org.opensaml.xmlsec.signature.KeyInfoReference
Get the URI attribute value.
getURI() - Method in interface org.opensaml.xmlsec.signature.NamedCurve
Get the URI attribute value.
getURI() - Method in interface org.opensaml.xmlsec.signature.RetrievalMethod
Get the URI attribute value.
getURIComparator() - Method in class org.opensaml.saml.common.binding.security.impl.ReceivedEndpointSecurityHandler
Get the URI comparator instance to use.
getURL() - Method in class org.opensaml.saml.ext.saml2mdui.impl.LogoImpl
Gets the URL.
getURL() - Method in interface org.opensaml.saml.ext.saml2mdui.Logo
Gets the URL.
getURLs() - Method in class org.opensaml.saml.saml2.metadata.impl.OrganizationImpl
Gets a list of URLs for this organization.
getURLs() - Method in interface org.opensaml.saml.saml2.metadata.Organization
Gets a list of URLs for this organization.
getUsage() - Method in class org.opensaml.security.criteria.UsageCriterion
Get the key usage criteria.
getUsagePolicies() - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationInfoImpl
Get the UsagePolicys.
getUsagePolicies() - Method in interface org.opensaml.saml.ext.saml2mdrpi.PublicationInfo
Get the UsagePolicys.
getUsageType() - Method in class org.opensaml.security.credential.AbstractCredential
Gets usage type of this credential.
getUsageType() - Method in interface org.opensaml.security.credential.Credential
Gets usage type of this credential.
getUse() - Method in class org.opensaml.saml.saml2.metadata.impl.KeyDescriptorImpl
Gets the use of this key.
getUse() - Method in interface org.opensaml.saml.saml2.metadata.KeyDescriptor
Gets the use of this key.
getUsername() - Method in class org.opensaml.soap.wssecurity.impl.UsernameTokenImpl
Returns the <wsse:Username> child element.
getUsername() - Method in interface org.opensaml.soap.wssecurity.UsernameToken
Returns the <wsse:Username> child element.
getUseSAML1QueryResourceAsEntityId() - Method in class org.opensaml.saml.common.messaging.context.SAMLPeerEntityContext
Gets whether to use the Resource attribute of some SAML 1 queries to resolve the entity ID.
getValidationParameters() - Method in class org.opensaml.security.messaging.ClientTLSSecurityParametersContext
Get an instance of ClientTLSValidationParameters.
getValidationSchema() - Method in class org.opensaml.messaging.handler.impl.SchemaValidateXMLMessage
Gets the schema used to validate incoming messages.
getValidUntil(XMLObject) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.RequiredValidUntilFilter
Gets the validUntil time of the metadata, if present.
getValidUntil() - Method in interface org.opensaml.saml.saml2.common.TimeBoundSAMLObject
Gets the date until which this descriptor is valid.
getValidUntil() - Method in class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorImpl
Gets the date until which this descriptor is valid.
getValidUntil() - Method in class org.opensaml.saml.saml2.metadata.impl.EntitiesDescriptorImpl
Gets the date until which this descriptor is valid.
getValidUntil() - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
Gets the date until which this descriptor is valid.
getValidUntil() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorImpl
Gets the date until which this descriptor is valid.
getValue() - Method in class org.opensaml.core.xml.schema.impl.XSBase64BinaryImpl
Gets the base64-encoded binary value.
getValue() - Method in class org.opensaml.core.xml.schema.impl.XSBooleanImpl
Returns the XSBooleanValue value.
getValue() - Method in class org.opensaml.core.xml.schema.impl.XSDateTimeImpl
Gets the dateTime value.
getValue() - Method in class org.opensaml.core.xml.schema.impl.XSIntegerImpl
Gets the integer.
getValue() - Method in class org.opensaml.core.xml.schema.impl.XSQNameImpl
Gets the QName content of the element.
getValue() - Method in class org.opensaml.core.xml.schema.impl.XSStringImpl
Gets the string.
getValue() - Method in class org.opensaml.core.xml.schema.impl.XSURIImpl
Gets the URI content of the element.
getValue() - Method in interface org.opensaml.core.xml.schema.XSBase64Binary
Gets the base64-encoded binary value.
getValue() - Method in interface org.opensaml.core.xml.schema.XSBoolean
Returns the XSBooleanValue value.
getValue() - Method in class org.opensaml.core.xml.schema.XSBooleanValue
Gets the boolean value.
getValue() - Method in interface org.opensaml.core.xml.schema.XSDateTime
Gets the dateTime value.
getValue() - Method in interface org.opensaml.core.xml.schema.XSInteger
Gets the integer.
getValue() - Method in interface org.opensaml.core.xml.schema.XSQName
Gets the QName content of the element.
getValue() - Method in interface org.opensaml.core.xml.schema.XSString
Gets the string.
getValue() - Method in interface org.opensaml.core.xml.schema.XSURI
Gets the URI content of the element.
getValue() - Method in class org.opensaml.saml.ext.saml2mdquery.impl.ActionNamespaceImpl
Gets the URI content of the element.
getValue() - Method in class org.opensaml.saml.saml1.core.impl.NameIdentifierImpl
Gets the identifier.
getValue() - Method in class org.opensaml.saml.saml1.core.impl.RespondWithImpl
Gets the QName content of the element.
getValue() - Method in class org.opensaml.saml.saml1.core.impl.StatusCodeImpl
Gets the value of the status code.
getValue() - Method in interface org.opensaml.saml.saml1.core.NameIdentifier
Gets the identifier.
getValue() - Method in interface org.opensaml.saml.saml1.core.StatusCode
Gets the value of the status code.
getValue() - Method in class org.opensaml.saml.saml2.core.impl.AbstractNameIDType
Gets the value of this type.
getValue() - Method in class org.opensaml.saml.saml2.core.impl.StatusCodeImpl
Gets the Value of this Status Code.
getValue() - Method in interface org.opensaml.saml.saml2.core.NameIDType
Gets the value of this type.
getValue() - Method in interface org.opensaml.saml.saml2.core.StatusCode
Gets the Value of this Status Code.
getValue() - Method in interface org.opensaml.soap.wsaddressing.AttributedUnsignedLong
Gets the element's value.
getValue() - Method in class org.opensaml.soap.wsaddressing.impl.AttributedUnsignedLongImpl
Gets the element's value.
getValue() - Method in interface org.opensaml.soap.wsfed.Address
Gets the end point reference address.
getValue() - Method in class org.opensaml.soap.wsfed.impl.AddressImpl
Gets the end point reference address.
getValue() - Method in class org.opensaml.soap.wssecurity.impl.AttributedDateTimeImpl
Gets the string.
getValue() - Method in class org.opensaml.soap.wssecurity.impl.AttributedStringImpl
Gets the string.
getValue() - Method in class org.opensaml.soap.wssecurity.impl.AttributedURIImpl
Gets the URI content of the element.
getValue() - Method in class org.opensaml.soap.wssecurity.impl.SignatureConfirmationImpl
Returns the Value attribute value.
getValue() - Method in interface org.opensaml.soap.wssecurity.SignatureConfirmation
Returns the Value attribute value.
getValue() - Method in class org.opensaml.soap.wstrust.impl.DelegatableImpl
Returns the XSBooleanValue value.
getValue() - Method in class org.opensaml.soap.wstrust.impl.ForwardableImpl
Returns the XSBooleanValue value.
getValue(Object) - Static method in class org.opensaml.storage.annotation.AnnotationSupport
Gets the value of the field indicated by the Value annotation on the given object.
getValue() - Method in class org.opensaml.storage.impl.JPAStorageRecord
Get the record value.
getValue() - Method in class org.opensaml.storage.StorageRecord
Get the record value.
getValue(StorageSerializer<Type>, String, String) - Method in class org.opensaml.storage.StorageRecord
Get the record value, using a custom deserialization process.
getValue() - Method in interface org.opensaml.xacml.ctx.AttributeValueType
Gets the text content of the element.
getValue() - Method in class org.opensaml.xacml.ctx.impl.AttributeValueTypeImpl
Gets the text content of the element.
getValue() - Method in class org.opensaml.xacml.ctx.impl.ResourceContentTypeImpl
Gets the text value of this element.
getValue() - Method in class org.opensaml.xacml.ctx.impl.StatusCodeTypeImpl
Gets the value of the attribute named value of the status element.
getValue() - Method in class org.opensaml.xacml.ctx.impl.StatusMessageTypeImpl
Gets the string.
getValue() - Method in interface org.opensaml.xacml.ctx.ResourceContentType
Gets the text value of this element.
getValue() - Method in interface org.opensaml.xacml.ctx.StatusCodeType
Gets the value of the attribute named value of the status element.
getValue() - Method in interface org.opensaml.xacml.policy.AttributeValueType
Gets the text content of the element.
getValue() - Method in class org.opensaml.xacml.policy.impl.AttributeValueTypeImpl
Gets the text content of the element.
getValue() - Method in class org.opensaml.xacml.policy.impl.DescriptionTypeImpl
Gets the string.
getValue() - Method in class org.opensaml.xmlsec.signature.impl.X509CertificateImpl
Gets the base64-encoded binary value.
getValue() - Method in class org.opensaml.xmlsec.signature.impl.X509CRLImpl
Gets the base64-encoded binary value.
getValue() - Method in class org.opensaml.xmlsec.signature.impl.X509SerialNumberImpl
Gets the integer.
getValue() - Method in interface org.opensaml.xmlsec.signature.X509SerialNumber
Gets the integer.
getValueBigInt() - Method in interface org.opensaml.xmlsec.signature.CryptoBinary
Convenience method to get the value of the element as a BigInteger type.
getValueBigInt() - Method in class org.opensaml.xmlsec.signature.impl.CryptoBinaryImpl
Convenience method to get the value of the element as a BigInteger type.
getValues() - Method in class org.opensaml.saml.common.profile.logic.EntityAttributesPredicate.Candidate
Get the exact values to match.
getValueSize() - Method in class org.opensaml.storage.AbstractStorageService
Gets max size of values in characters.
getValueSize() - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageCapabilities
 
getValueSize() - Method in interface org.opensaml.storage.StorageCapabilities
Gets max size of values in characters.
getValueType() - Method in interface org.opensaml.soap.wssecurity.BinarySecurityToken
Returns the ValueType attribute URI value.
getValueType() - Method in interface org.opensaml.soap.wssecurity.Embedded
Returns the ValueType attribute URI value.
getValueType() - Method in class org.opensaml.soap.wssecurity.impl.BinarySecurityTokenImpl
Returns the ValueType attribute URI value.
getValueType() - Method in class org.opensaml.soap.wssecurity.impl.EmbeddedImpl
Returns the ValueType attribute URI value.
getValueType() - Method in class org.opensaml.soap.wssecurity.impl.KeyIdentifierImpl
Returns the ValueType attribute URI value.
getValueType() - Method in class org.opensaml.soap.wssecurity.impl.ReferenceImpl
Returns the ValueType attribute URI value.
getValueType() - Method in interface org.opensaml.soap.wssecurity.KeyIdentifier
Returns the ValueType attribute URI value.
getValueType() - Method in interface org.opensaml.soap.wssecurity.Reference
Returns the ValueType attribute URI value.
getValueType() - Method in interface org.opensaml.soap.wstrust.BinaryExchange
Returns the ValueType attribute URI value.
getValueType() - Method in class org.opensaml.soap.wstrust.impl.BinaryExchangeImpl
Returns the ValueType attribute URI value.
getVariableDefinitions() - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
Gets the variable definition for this policy.
getVariableDefinitions() - Method in interface org.opensaml.xacml.policy.PolicyType
Gets the variable definition for this policy.
getVariableId() - Method in class org.opensaml.xacml.policy.impl.VariableDefinitionTypeImpl
Gets the ID of this defined variable.
getVariableId() - Method in class org.opensaml.xacml.policy.impl.VariableReferenceTypeImpl
Gets the ID of the referenced variable.
getVariableId() - Method in interface org.opensaml.xacml.policy.VariableDefinitionType
Gets the ID of this defined variable.
getVariableId() - Method in interface org.opensaml.xacml.policy.VariableReferenceType
Gets the ID of the referenced variable.
getVelocityEngine() - Method in class org.opensaml.saml.saml1.binding.encoding.impl.HTTPPostEncoder
Get the VelocityEngine instance.
getVelocityEngine() - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPArtifactEncoder
Get the VelocityEngine instance.
getVelocityEngine() - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPPostEncoder
Get the VelocityEngine instance.
getVelocityTemplateId() - Method in class org.opensaml.saml.saml1.binding.encoding.impl.HTTPPostEncoder
Get the Velocity template id.
getVelocityTemplateId() - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPArtifactEncoder
Get the Velocity template id.
getVelocityTemplateId() - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPPostEncoder
Get the Velocity template id.
getVerificationDepth() - Method in class org.opensaml.security.x509.impl.BasicPKIXValidationInformation
Gets the maximum allowable trust chain verification depth.
getVerificationDepth() - Method in interface org.opensaml.security.x509.PKIXValidationInformation
Gets the maximum allowable trust chain verification depth.
getVersion() - Static method in class org.opensaml.core.Version
Get the version of the library.
getVersion() - Method in class org.opensaml.saml.saml1.core.impl.RequestAbstractTypeImpl
Gets the SAML version of this message.
getVersion() - Method in class org.opensaml.saml.saml1.core.impl.ResponseAbstractTypeImpl
Sets the SAML version for this message.
getVersion() - Method in interface org.opensaml.saml.saml1.core.RequestAbstractType
Gets the SAML version of this message.
getVersion() - Method in interface org.opensaml.saml.saml1.core.ResponseAbstractType
Sets the SAML version for this message.
getVersion() - Method in interface org.opensaml.saml.saml2.core.Assertion
Gets the SAML Version of this assertion.
getVersion() - Method in class org.opensaml.saml.saml2.core.impl.AssertionImpl
Gets the SAML Version of this assertion.
getVersion() - Method in class org.opensaml.saml.saml2.core.impl.RequestAbstractTypeImpl
Gets the SAML Version of this request.
getVersion() - Method in class org.opensaml.saml.saml2.core.impl.StatusResponseTypeImpl
Gets the SAML Version of this response.
getVersion() - Method in interface org.opensaml.saml.saml2.core.RequestAbstractType
Gets the SAML Version of this request.
getVersion() - Method in interface org.opensaml.saml.saml2.core.StatusResponseType
Gets the SAML Version of this response.
getVersion() - Method in class org.opensaml.storage.impl.JPAStorageRecord
Get the record version.
getVersion() - Method in class org.opensaml.storage.StorageRecord
Get the record version.
getVersion() - Method in interface org.opensaml.xacml.policy.IdReferenceType
Gets the version of the reference.
getVersion() - Method in class org.opensaml.xacml.policy.impl.IdReferenceTypeImpl
Gets the version of the reference.
getVersion() - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Gets the XACML version of this policy set.
getVersion() - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
Gets the XACML version of this policy.
getVersion() - Method in interface org.opensaml.xacml.policy.PolicySetType
Gets the XACML version of this policy set.
getVersion() - Method in interface org.opensaml.xacml.policy.PolicyType
Gets the XACML version of this policy.
getWantAssertionsSigned() - Method in class org.opensaml.saml.ext.saml2mdquery.impl.QueryDescriptorTypeImpl
Gets whether assertions to this endpoint should be signed.
getWantAssertionsSigned() - Method in interface org.opensaml.saml.ext.saml2mdquery.QueryDescriptorType
Gets whether assertions to this endpoint should be signed.
getWantAssertionsSigned() - Method in class org.opensaml.saml.saml2.metadata.impl.SPSSODescriptorImpl
Gets whether this service wants assertions signed.
getWantAssertionsSigned() - Method in interface org.opensaml.saml.saml2.metadata.SPSSODescriptor
Gets whether this service wants assertions signed.
getWantAssertionsSignedXSBoolean() - Method in class org.opensaml.saml.ext.saml2mdquery.impl.QueryDescriptorTypeImpl
Gets whether assertions to this endpoint should be signed.
getWantAssertionsSignedXSBoolean() - Method in interface org.opensaml.saml.ext.saml2mdquery.QueryDescriptorType
Gets whether assertions to this endpoint should be signed.
getWantAssertionsSignedXSBoolean() - Method in class org.opensaml.saml.saml2.metadata.impl.SPSSODescriptorImpl
Gets whether this service wants assertions signed.
getWantAssertionsSignedXSBoolean() - Method in interface org.opensaml.saml.saml2.metadata.SPSSODescriptor
Gets whether this service wants assertions signed.
getWantAuthnRequestsSigned() - Method in interface org.opensaml.saml.saml2.metadata.IDPSSODescriptor
Checks if the IDP SSO service wants authentication requests signed.
getWantAuthnRequestsSigned() - Method in class org.opensaml.saml.saml2.metadata.impl.IDPSSODescriptorImpl
Checks if the IDP SSO service wants authentication requests signed.
getWantAuthnRequestsSignedXSBoolean() - Method in interface org.opensaml.saml.saml2.metadata.IDPSSODescriptor
Checks if the IDP SSO service wants authentication requests signed.
getWantAuthnRequestsSignedXSBoolean() - Method in class org.opensaml.saml.saml2.metadata.impl.IDPSSODescriptorImpl
Checks if the IDP SSO service wants authentication requests signed.
getWhitelistBlacklistPrecedence() - Method in class org.opensaml.xmlsec.impl.BasicWhitelistBlacklistConfiguration
Get preference value indicating which should take precedence when both whitelist and blacklist are non-empty.
getWhitelistBlacklistPrecedence() - Method in interface org.opensaml.xmlsec.WhitelistBlacklistConfiguration
Get preference value indicating which should take precedence when both whitelist and blacklist are non-empty.
getWhitelistBlacklistPredicate(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Get a predicate which implements the effective configured whitelist/blacklist policy.
getWhitelistBlacklistPredicate(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
Get a predicate which implements the effective configured whitelist/blacklist policy.
getWhitelistedAlgorithms() - Method in class org.opensaml.xmlsec.impl.BasicWhitelistBlacklistConfiguration
Get the list of whitelisted algorithm URI's.
getWhitelistedAlgorithms() - Method in interface org.opensaml.xmlsec.WhitelistBlacklistConfiguration
Get the list of whitelisted algorithm URI's.
getWhitelistedAlgorithms() - Method in class org.opensaml.xmlsec.WhitelistBlacklistParameters
Get the list of whitelisted algorithm URI's.
getWidth() - Method in class org.opensaml.saml.ext.saml2mdui.impl.LogoImpl
Get the width of the logo.
getWidth() - Method in interface org.opensaml.saml.ext.saml2mdui.Logo
Get the width of the logo.
getWSAIsReferenceParameter(XMLObject) - Static method in class org.opensaml.soap.wsaddressing.util.WSAddressingSupport
Get the wsa:IsReferenceParameter attribute from a given SOAP object.
getWSP12PolicyURIs() - Method in interface org.opensaml.soap.wspolicy.PolicyURIsBearing
Get the attribute value.
getWSSE11TokenType() - Method in interface org.opensaml.soap.wssecurity.TokenTypeBearing
Returns the @wsse11:TokenType attribute value.
getWSSE11TokenType(XMLObject) - Static method in class org.opensaml.soap.wssecurity.util.WSSecuritySupport
Gets the wsse11:TokenType attribute from a given SOAP object.
getWSSEUsages() - Method in class org.opensaml.soap.wssecurity.impl.SecurityTokenReferenceImpl
Returns the list of wsse:@Usage attributes value.
getWSSEUsages() - Method in interface org.opensaml.soap.wssecurity.UsageBearing
Returns the list of wsse:@Usage attributes value.
getWSSEUsages(XMLObject) - Static method in class org.opensaml.soap.wssecurity.util.WSSecuritySupport
Gets the list value of the wsse:Usage attribute from the given SOAP object.
getWSUId() - Method in class org.opensaml.soap.wspolicy.impl.PolicyImpl
Returns the @wsu:Id attribute value.
getWSUId() - Method in interface org.opensaml.soap.wssecurity.IdBearing
Returns the @wsu:Id attribute value.
getWSUId() - Method in class org.opensaml.soap.wssecurity.impl.AttributedDateTimeImpl
Returns the @wsu:Id attribute value.
getWSUId() - Method in class org.opensaml.soap.wssecurity.impl.AttributedStringImpl
Returns the @wsu:Id attribute value.
getWSUId() - Method in class org.opensaml.soap.wssecurity.impl.AttributedURIImpl
Returns the @wsu:Id attribute value.
getWSUId() - Method in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderImpl
Returns the @wsu:Id attribute value.
getWSUId() - Method in class org.opensaml.soap.wssecurity.impl.SecurityTokenReferenceImpl
Returns the @wsu:Id attribute value.
getWSUId() - Method in class org.opensaml.soap.wssecurity.impl.SignatureConfirmationImpl
Returns the @wsu:Id attribute value.
getWSUId() - Method in class org.opensaml.soap.wssecurity.impl.TimestampImpl
Returns the @wsu:Id attribute value.
getWSUId() - Method in class org.opensaml.soap.wssecurity.impl.UsernameTokenImpl
Returns the @wsu:Id attribute value.
getWSUId(XMLObject) - Static method in class org.opensaml.soap.wssecurity.util.WSSecuritySupport
Gets the wsu:Id attribute from a given SOAP object.
getX500DNHandler() - Method in class org.opensaml.security.x509.impl.BasicX509CredentialNameEvaluator
Get the handler which process X.500 distinguished names.
getX500DNHandler() - Method in class org.opensaml.security.x509.impl.CertPathPKIXTrustEvaluator
Get the handler which process X.500 distinguished names.
getX500DNHandler() - Method in class org.opensaml.security.x509.tls.CertificateNameOptions
Get the handler responsible for serializing X.500 names to strings from certificate-derived X500Principal instances.
getX500DNHandler() - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.InlineX509DataProvider
Get the handler which process X.500 distinguished names.
getX500DNHandler() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Get the handler which process X.500 distinguished names.
getX500IssuerDNFormat() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Get the output format specifier for X.500 issuer names.
getX500SubjectDNFormat() - Method in class org.opensaml.security.x509.tls.CertificateNameOptions
Get the the format specifier for serializaing X.500 subject names to strings.
getX500SubjectDNFormat() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Get the output format specifier for X.500 subject names.
getX509CertFactory() - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
Get the Java certificate factory singleton.
getX509Certificates() - Method in class org.opensaml.xmlsec.signature.impl.X509DataImpl
Get the list of X509Certificate child elements.
getX509Certificates() - Method in interface org.opensaml.xmlsec.signature.X509Data
Get the list of X509Certificate child elements.
getX509CredentialNameEvaluator() - Method in class org.opensaml.security.x509.impl.PKIXX509CredentialTrustEngine
Get the X509CredentialNameEvaluator instance used to evaluate a credential against trusted names.
getX509CredentialNameEvaluator() - Method in class org.opensaml.xmlsec.signature.support.impl.PKIXSignatureTrustEngine
Get the X509CredentialNameEvaluator instance used to evaluate a credential against trusted names.
getX509CRLs() - Method in class org.opensaml.xmlsec.signature.impl.X509DataImpl
Get the list of X509CRL child elements.
getX509CRLs() - Method in interface org.opensaml.xmlsec.signature.X509Data
Get the list of X509CRL child elements.
getX509Datas() - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoImpl
Get the list of X509Data child elements.
getX509Datas() - Method in interface org.opensaml.xmlsec.signature.KeyInfo
Get the list of X509Data child elements.
getX509Digest(X509Certificate, String) - Static method in class org.opensaml.security.x509.X509Support
Get the XML Signature-compliant digest of an X.509 certificate.
getX509DigestAlgorithmURI() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Get the algorithm URI for X509Digest digests.
getX509Digests() - Method in class org.opensaml.xmlsec.signature.impl.X509DataImpl
Get the list of X509Digest child elements.
getX509Digests() - Method in interface org.opensaml.xmlsec.signature.X509Data
Get the list of X509Digest child elements.
getX509IssuerName() - Method in class org.opensaml.xmlsec.signature.impl.X509IssuerSerialImpl
Get the X509IssuerName child element.
getX509IssuerName() - Method in interface org.opensaml.xmlsec.signature.X509IssuerSerial
Get the X509IssuerName child element.
getX509IssuerSerials() - Method in class org.opensaml.xmlsec.signature.impl.X509DataImpl
Get the list of X509IssuerSerial child elements.
getX509IssuerSerials() - Method in interface org.opensaml.xmlsec.signature.X509Data
Get the list of X509IssuerSerial child elements.
getX509SerialNumber() - Method in class org.opensaml.xmlsec.signature.impl.X509IssuerSerialImpl
Get the X509SerialNumber child element.
getX509SerialNumber() - Method in interface org.opensaml.xmlsec.signature.X509IssuerSerial
Get the X509SerialNumber child element.
getX509SKIs() - Method in class org.opensaml.xmlsec.signature.impl.X509DataImpl
Get the list of X509SKI child elements.
getX509SKIs() - Method in interface org.opensaml.xmlsec.signature.X509Data
Get the list of X509SKI child elements.
getX509SubjectNames() - Method in class org.opensaml.xmlsec.signature.impl.X509DataImpl
Get the list of X509SubjectName child elements.
getX509SubjectNames() - Method in interface org.opensaml.xmlsec.signature.X509Data
Get the list of X509SubjectName child elements.
getX509TrustEngine() - Method in interface org.opensaml.security.x509.tls.ClientTLSValidationConfiguration
Get a TrustEngine instance used to validate a client TLS X509Credential.
getX509TrustEngine() - Method in class org.opensaml.security.x509.tls.ClientTLSValidationParameters
Get a TrustEngine instance used to validate a client TLS X509Credential.
getX509TrustEngine() - Method in class org.opensaml.security.x509.tls.impl.BasicClientTLSValidationConfiguration
Get a TrustEngine instance used to validate a client TLS X509Credential.
getXMLBase() - Method in interface org.opensaml.core.xml.BaseBearing
Returns the @xml:base attribute value.
getXMLBase(XMLObject) - Static method in class org.opensaml.core.xml.util.XMLAttributeSupport
Gets the xml:base attribute from a given XML object.
getXMLId() - Method in interface org.opensaml.core.xml.IdBearing
Returns the @xml:id attribute value.
getXMLId(XMLObject) - Static method in class org.opensaml.core.xml.util.XMLAttributeSupport
Gets the xml:id attribute from a given XML object.
getXMLLang() - Method in interface org.opensaml.core.xml.LangBearing
Returns the @xml:lang attribute value.
getXMLLang(XMLObject) - Static method in class org.opensaml.core.xml.util.XMLAttributeSupport
Gets the xml:lang attribute from a given XML object.
getXMLLang() - Method in class org.opensaml.saml.ext.saml2mdui.impl.KeywordsImpl
Returns the @xml:lang attribute value.
getXMLLang() - Method in class org.opensaml.saml.ext.saml2mdui.impl.LogoImpl
Returns the @xml:lang attribute value.
getXMLLang() - Method in class org.opensaml.saml.saml2.metadata.impl.LocalizedNameImpl
Returns the @xml:lang attribute value.
getXMLLang() - Method in class org.opensaml.saml.saml2.metadata.impl.LocalizedURIImpl
Returns the @xml:lang attribute value.
getXMLObjects() - Method in interface org.opensaml.saml.ext.saml2mdui.DiscoHints
Get the list of all children of this element.
getXMLObjects(QName) - Method in interface org.opensaml.saml.ext.saml2mdui.DiscoHints
Get the list of all children of this element which have the specified name or type.
getXMLObjects() - Method in class org.opensaml.saml.ext.saml2mdui.impl.DiscoHintsImpl
Get the list of all children of this element.
getXMLObjects(QName) - Method in class org.opensaml.saml.ext.saml2mdui.impl.DiscoHintsImpl
Get the list of all children of this element which have the specified name or type.
getXMLObjects() - Method in class org.opensaml.saml.ext.saml2mdui.impl.UIInfoImpl
Get the list of all children of this element.
getXMLObjects(QName) - Method in class org.opensaml.saml.ext.saml2mdui.impl.UIInfoImpl
Get the list of all children of this element which have the specified name or type.
getXMLObjects() - Method in interface org.opensaml.saml.ext.saml2mdui.UIInfo
Get the list of all children of this element.
getXMLObjects(QName) - Method in interface org.opensaml.saml.ext.saml2mdui.UIInfo
Get the list of all children of this element which have the specified name or type.
getXMLObjects() - Method in class org.opensaml.soap.wspolicy.impl.OperatorContentTypeImpl
Get the complete modifiable list of XMLObject children.
getXMLObjects(QName) - Method in class org.opensaml.soap.wspolicy.impl.OperatorContentTypeImpl
Get the modifiable sublist of XMLObject children which match the specified type or element name.
getXMLObjects() - Method in interface org.opensaml.soap.wspolicy.OperatorContentType
Get the complete modifiable list of XMLObject children.
getXMLObjects(QName) - Method in interface org.opensaml.soap.wspolicy.OperatorContentType
Get the modifiable sublist of XMLObject children which match the specified type or element name.
getXMLObjects() - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoImpl
Get the list of all XMLObject children.
getXMLObjects(QName) - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoImpl
Get the list of XMLObject children whose type or element QName matches the specified QName.
getXMLObjects() - Method in class org.opensaml.xmlsec.signature.impl.SPKIDataImpl
Get the list of all XMLObject children.
getXMLObjects(QName) - Method in class org.opensaml.xmlsec.signature.impl.SPKIDataImpl
Get the list of XMLObject children whose type or element QName matches the specified QName.
getXMLObjects(QName) - Method in class org.opensaml.xmlsec.signature.impl.TransformImpl
Get the list of XMLObject children that match a particular QName.
getXMLObjects() - Method in class org.opensaml.xmlsec.signature.impl.X509DataImpl
Get the list of all XMLObject children.
getXMLObjects(QName) - Method in class org.opensaml.xmlsec.signature.impl.X509DataImpl
Get the list of XMLObject children whose type or element QName matches the specified QName.
getXMLObjects() - Method in interface org.opensaml.xmlsec.signature.KeyInfo
Get the list of all XMLObject children.
getXMLObjects(QName) - Method in interface org.opensaml.xmlsec.signature.KeyInfo
Get the list of XMLObject children whose type or element QName matches the specified QName.
getXMLObjects() - Method in interface org.opensaml.xmlsec.signature.SPKIData
Get the list of all XMLObject children.
getXMLObjects(QName) - Method in interface org.opensaml.xmlsec.signature.SPKIData
Get the list of XMLObject children whose type or element QName matches the specified QName.
getXMLObjects(QName) - Method in interface org.opensaml.xmlsec.signature.Transform
Get the list of XMLObject children that match a particular QName.
getXMLObjects() - Method in interface org.opensaml.xmlsec.signature.X509Data
Get the list of all XMLObject children.
getXMLObjects(QName) - Method in interface org.opensaml.xmlsec.signature.X509Data
Get the list of XMLObject children whose type or element QName matches the specified QName.
getXMLSignature() - Method in class org.opensaml.xmlsec.signature.impl.SignatureImpl
Get the Apache XML Security signature instance held by this object.
getXMLSignature(Signature) - Method in class org.opensaml.xmlsec.signature.support.provider.ApacheSantuarioSignatureValidationProviderImpl
Access the XMLSignature from the given signature object.
getXMLSpace() - Method in interface org.opensaml.core.xml.SpaceBearing
Returns the @xml:space attribute value.
getXMLSpace(XMLObject) - Static method in class org.opensaml.core.xml.util.XMLAttributeSupport
Gets the xml:space attribute from a given XML object.
getXPaths() - Method in class org.opensaml.xmlsec.signature.impl.TransformImpl
Get the list of XPath child elements.
getXPaths() - Method in interface org.opensaml.xmlsec.signature.Transform
Get the list of XPath child elements.
getXPathVersion() - Method in interface org.opensaml.xacml.policy.DefaultsType
Gets the XPath version for this type.
getXPathVersion() - Method in class org.opensaml.xacml.policy.impl.DefaultsTypeImpl
Gets the XPath version for this type.
getY() - Method in interface org.opensaml.xmlsec.signature.DSAKeyValue
Get the Y child element.
getY() - Method in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
Get the Y child element.
GHPP_NS_URI - Static variable in interface org.opensaml.saml.saml2.core.Action
Get/Head/Put/Post action namespace.
GImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of G.
GImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.GImpl
Constructor.
GivenName - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata GivenName.
GivenNameBuilder - Class in org.opensaml.saml.saml2.metadata.impl
Builder of GivenNameImpl.
GivenNameBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.GivenNameBuilder
Constructor.
GivenNameImpl - Class in org.opensaml.saml.saml2.metadata.impl
Concrete implementation of GivenName.
GivenNameImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.GivenNameImpl
Constructor.
GivenNameMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Marshaller for GivenName objects.
GivenNameMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.GivenNameMarshaller
 
GivenNameUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread-safe Unmarshaller for GivenName objects.
GivenNameUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.GivenNameUnmarshaller
 
GLOBAL_TIMEOUT_REASON - Static variable in interface org.opensaml.saml.saml2.core.LogoutRequest
Global timeout logout reason.
GLOBAL_TIMEOUT_URI - Static variable in interface org.opensaml.saml.saml2.core.LogoutResponse
URI for global timeout logout reason.
GlobalAlgorithmRegistryInitializer - Class in org.opensaml.xmlsec.config
OpenSAML Initializer implementation for algorithms.
GlobalAlgorithmRegistryInitializer() - Constructor for class org.opensaml.xmlsec.config.GlobalAlgorithmRegistryInitializer
 
GlobalParserPoolInitializer - Class in org.opensaml.core.xml.config
An initializer for the global parser pool held by the XMLObjectProviderRegistry.
GlobalParserPoolInitializer() - Constructor for class org.opensaml.core.xml.config.GlobalParserPoolInitializer
 
GlobalSecurityConfigurationInitializer - Class in org.opensaml.xmlsec.config
An initializer which initializes the global security configuration.
GlobalSecurityConfigurationInitializer() - Constructor for class org.opensaml.xmlsec.config.GlobalSecurityConfigurationInitializer
 
GSS_KERBEROS_AP_REQ - Static variable in class org.opensaml.soap.wssecurity.WSSecurityConstants
WS-Security - Kerberos Token Profile - GSS_Kerberosv5_AP_REQ.
GSS_KERBEROS_AP_REQ_1510 - Static variable in class org.opensaml.soap.wssecurity.WSSecurityConstants
WS-Security - Kerberos Token Profile - GSS_Kerberosv5_AP_REQ1510.

H

handleError(Throwable, MessageContext<MessageType>) - Method in interface org.opensaml.messaging.error.MessageErrorHandler
Handle a particular thrown error.
handleResponse(HttpResponse) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver.BasicMetadataResponseHandler
handles(Credential) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory
Check whether the generators produced by this factory can handle the specified credential.
handles(XMLObject) - Method in interface org.opensaml.xmlsec.keyinfo.impl.KeyInfoProvider
Evaluate whether the given provider should attempt to handle resolving a credential from the specified KeyInfo child.
handles(XMLObject) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.DEREncodedKeyValueProvider
Evaluate whether the given provider should attempt to handle resolving a credential from the specified KeyInfo child.
handles(XMLObject) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.DSAKeyValueProvider
Evaluate whether the given provider should attempt to handle resolving a credential from the specified KeyInfo child.
handles(XMLObject) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.InlineX509DataProvider
Evaluate whether the given provider should attempt to handle resolving a credential from the specified KeyInfo child.
handles(XMLObject) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.KeyInfoReferenceProvider
Evaluate whether the given provider should attempt to handle resolving a credential from the specified KeyInfo child.
handles(XMLObject) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.RSAKeyValueProvider
Evaluate whether the given provider should attempt to handle resolving a credential from the specified KeyInfo child.
handles(Credential) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Check whether the generators produced by this factory can handle the specified credential.
handles(Credential) - Method in interface org.opensaml.xmlsec.keyinfo.KeyInfoGeneratorFactory
Check whether the generators produced by this factory can handle the specified credential.
handlesError(Throwable) - Method in interface org.opensaml.messaging.error.TypedMessageErrorHandler
Indicates whether the message error handle is capable of handling the specified error.
HARDWARE_TOKEN_AUTHN_METHOD - Static variable in interface org.opensaml.saml.saml1.core.AuthenticationStatement
URI for Hardware Token authentication method.
hasBindingSignature() - Method in class org.opensaml.saml.common.messaging.context.SAMLBindingContext
Get the flag indicating whether the message is signed at the binding level.
hasChildren() - Method in class org.opensaml.core.xml.AbstractXMLObject
Checks if this XMLObject has children.
hasChildren() - Method in interface org.opensaml.core.xml.XMLObject
Checks if this XMLObject has children.
hasCompleteDSAParams(DSAKeyValue) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
Check whether the specified DSAKeyValue element has the all optional DSA values which can be shared amongst many keys in a DSA "key family", and are presumed to be known from context.
HASH - Static variable in interface org.opensaml.soap.wstrust.ComputedKey
The ComputedKey HASH URI.
hashCode() - Method in class org.opensaml.core.criterion.EntityIdCriterion
hashCode() - Method in class org.opensaml.core.xml.Namespace
hashCode() - Method in class org.opensaml.core.xml.schema.XSBooleanValue
hashCode() - Method in class org.opensaml.saml.common.AbstractSAMLObject
hashCode() - Method in class org.opensaml.saml.common.AbstractSignableSAMLObject
hashCode() - Method in class org.opensaml.saml.common.binding.artifact.AbstractSAMLArtifact
hashCode() - Method in class org.opensaml.saml.common.binding.BindingDescriptor
hashCode() - Method in class org.opensaml.saml.criterion.BindingCriterion
hashCode() - Method in class org.opensaml.saml.criterion.BindingLocationCriterion
hashCode() - Method in class org.opensaml.saml.criterion.BindingResponseLocationCriterion
hashCode() - Method in class org.opensaml.saml.criterion.EndpointCriterion
hashCode() - Method in class org.opensaml.saml.criterion.EntityRoleCriterion
hashCode() - Method in class org.opensaml.saml.criterion.ProtocolCriterion
hashCode() - Method in class org.opensaml.saml.criterion.RoleDescriptorCriterion
hashCode() - Method in class org.opensaml.saml.ext.saml2mdui.impl.KeywordsImpl
hashCode() - Method in class org.opensaml.saml.ext.saml2mdui.impl.LogoImpl
hashCode() - Method in class org.opensaml.saml.metadata.EntityGroupName
hashCode() - Method in class org.opensaml.saml.saml2.metadata.impl.LocalizedNameImpl
hashCode() - Method in class org.opensaml.saml.saml2.metadata.impl.LocalizedURIImpl
hashCode() - Method in class org.opensaml.security.credential.criteria.impl.EvaluableEntityIDCredentialCriterion
hashCode() - Method in class org.opensaml.security.credential.criteria.impl.EvaluableKeyAlgorithmCredentialCriterion
hashCode() - Method in class org.opensaml.security.credential.criteria.impl.EvaluableKeyLengthCredentialCriterion
hashCode() - Method in class org.opensaml.security.credential.criteria.impl.EvaluableKeyNameCredentialCriterion
hashCode() - Method in class org.opensaml.security.credential.criteria.impl.EvaluablePublicKeyCredentialCriterion
hashCode() - Method in class org.opensaml.security.credential.criteria.impl.EvaluableUsageCredentialCriterion
hashCode() - Method in class org.opensaml.security.credential.criteria.impl.EvaluableX509CertSelectorCredentialCriterion
hashCode() - Method in class org.opensaml.security.credential.criteria.impl.EvaluableX509DigestCredentialCriterion
hashCode() - Method in class org.opensaml.security.credential.criteria.impl.EvaluableX509IssuerSerialCredentialCriterion
hashCode() - Method in class org.opensaml.security.credential.criteria.impl.EvaluableX509SubjectKeyIdentifierCredentialCriterion
hashCode() - Method in class org.opensaml.security.credential.criteria.impl.EvaluableX509SubjectNameCredentialCriterion
hashCode() - Method in class org.opensaml.security.criteria.KeyAlgorithmCriterion
hashCode() - Method in class org.opensaml.security.criteria.KeyLengthCriterion
hashCode() - Method in class org.opensaml.security.criteria.KeyNameCriterion
hashCode() - Method in class org.opensaml.security.criteria.PeerEntityIDCriterion
hashCode() - Method in class org.opensaml.security.criteria.PublicKeyCriterion
hashCode() - Method in class org.opensaml.security.criteria.UsageCriterion
hashCode() - Method in class org.opensaml.security.x509.tls.ClientTLSValidationConfigurationCriterion
hashCode() - Method in class org.opensaml.security.x509.TrustedNamesCriterion
hashCode() - Method in class org.opensaml.security.x509.X509DigestCriterion
hashCode() - Method in class org.opensaml.security.x509.X509IssuerSerialCriterion
hashCode() - Method in class org.opensaml.security.x509.X509SubjectKeyIdentifierCriterion
hashCode() - Method in class org.opensaml.security.x509.X509SubjectNameCriterion
hashCode() - Method in class org.opensaml.storage.impl.JPAStorageRecord.RecordId
hashCode() - Method in class org.opensaml.xacml.ctx.provider.BaseObligationHandler
hashCode() - Method in class org.opensaml.xmlsec.algorithm.AlgorithmRegistry.SignatureAlgorithmIndex
hashCode() - Method in class org.opensaml.xmlsec.criterion.DecryptionConfigurationCriterion
hashCode() - Method in class org.opensaml.xmlsec.criterion.EncryptionConfigurationCriterion
hashCode() - Method in class org.opensaml.xmlsec.criterion.KeyInfoGenerationProfileCriterion
hashCode() - Method in class org.opensaml.xmlsec.criterion.SignatureSigningConfigurationCriterion
hashCode() - Method in class org.opensaml.xmlsec.criterion.SignatureValidationConfigurationCriterion
hashCode() - Method in class org.opensaml.xmlsec.keyinfo.KeyInfoCriterion
hashCode() - Method in class org.opensaml.xmlsec.signature.support.SignatureValidationParametersCriterion
hasNext() - Method in class org.opensaml.messaging.context.BaseContext.ContextSetNoRemoveIteratorDecorator
hasNext() - Method in class org.opensaml.security.credential.impl.AbstractChainingCredentialResolver.CredentialIterator
hasNext() - Method in class org.opensaml.xmlsec.encryption.support.ChainingEncryptedKeyResolver.ChainingIterator
hasParent() - Method in class org.opensaml.core.xml.AbstractXMLObject
Checks to see if this object has a parent.
hasParent() - Method in interface org.opensaml.core.xml.XMLObject
Checks to see if this object has a parent.
Header - Interface in org.opensaml.soap.soap11
SOAP 1.1 Header.
HeaderBuilder - Class in org.opensaml.soap.soap11.impl
Builder of HeaderImpl objects.
HeaderBuilder() - Constructor for class org.opensaml.soap.soap11.impl.HeaderBuilder
 
HeaderImpl - Class in org.opensaml.soap.soap11.impl
Concrete implementation of Header.
HeaderImpl(String, String, String) - Constructor for class org.opensaml.soap.soap11.impl.HeaderImpl
Constructor.
HeaderMarshaller - Class in org.opensaml.soap.soap11.impl
A thread-safe marshaller for Headers.
HeaderMarshaller() - Constructor for class org.opensaml.soap.soap11.impl.HeaderMarshaller
 
HeaderUnmarshaller - Class in org.opensaml.soap.soap11.impl
A thread-safe unmarshaller for Headers.
HeaderUnmarshaller() - Constructor for class org.opensaml.soap.soap11.impl.HeaderUnmarshaller
 
HEIGHT_ATTR_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdui.Logo
Attribute label.
hexEncode() - Method in class org.opensaml.saml.common.binding.artifact.AbstractSAMLArtifact
Gets the hex encoded artifact.
HMAC_MD5 - Static variable in class org.opensaml.security.crypto.JCAConstants
MAC algorithm: "HmacMD5".
HMAC_RIPEMD160 - Static variable in class org.opensaml.security.crypto.JCAConstants
MAC algorithm: "HMACRIPEMD160".
HMAC_SHA1 - Static variable in class org.opensaml.security.crypto.JCAConstants
MAC algorithm: "HmacSHA1".
HMAC_SHA224 - Static variable in class org.opensaml.security.crypto.JCAConstants
MAC algorithm: "HmacSHA224".
HMAC_SHA256 - Static variable in class org.opensaml.security.crypto.JCAConstants
MAC algorithm: "HmacSHA256".
HMAC_SHA384 - Static variable in class org.opensaml.security.crypto.JCAConstants
MAC algorithm: "HmacSHA384".
HMAC_SHA512 - Static variable in class org.opensaml.security.crypto.JCAConstants
MAC algorithm: "HmacSHA512".
HMACMD5 - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for MAC algorithm: HMAC MD5.
HMACMD5() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.HMACMD5
 
HMACRIPEMD160 - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for MAC algorithm: HMAC RIPEMD160.
HMACRIPEMD160() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.HMACRIPEMD160
 
HMACSHA1 - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for MAC algorithm: HMAC SHA-1.
HMACSHA1() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.HMACSHA1
 
HMACSHA224 - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for MAC algorithm: HMAC SHA-256.
HMACSHA224() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.HMACSHA224
 
HMACSHA256 - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for MAC algorithm: HMAC SHA-256.
HMACSHA256() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.HMACSHA256
 
HMACSHA384 - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for MAC algorithm: HMAC SHA-384.
HMACSHA384() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.HMACSHA384
 
HMACSHA512 - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for MAC algorithm: HMAC SHA-512.
HMACSHA512() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.HMACSHA512
 
HTTP_GET_ACTION - Static variable in interface org.opensaml.saml.saml2.core.Action
HTTP GET action.
HTTP_HEAD_ACTION - Static variable in interface org.opensaml.saml.saml2.core.Action
HTTP HEAD action.
HTTP_POST_ACTION - Static variable in interface org.opensaml.saml.saml2.core.Action
HTTP POST action.
HTTP_PUT_ACTION - Static variable in interface org.opensaml.saml.saml2.core.Action
HTTP PUT action.
HTTPArtifactDecoder - Class in org.opensaml.saml.saml1.binding.decoding.impl
SAML 1.X HTTP Artifact message decoder.
HTTPArtifactDecoder() - Constructor for class org.opensaml.saml.saml1.binding.decoding.impl.HTTPArtifactDecoder
 
HTTPArtifactDecoder - Class in org.opensaml.saml.saml2.binding.decoding.impl
SAML 2 Artifact Binding decoder, support both HTTP GET and POST.
HTTPArtifactDecoder() - Constructor for class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
 
HTTPArtifactEncoder - Class in org.opensaml.saml.saml1.binding.encoding.impl
SAML 1.X HTTP Artifact message encoder.
HTTPArtifactEncoder() - Constructor for class org.opensaml.saml.saml1.binding.encoding.impl.HTTPArtifactEncoder
Constructor.
HTTPArtifactEncoder - Class in org.opensaml.saml.saml2.binding.encoding.impl
SAML 2 Artifact Binding encoder, support both HTTP GET and POST.
HTTPArtifactEncoder() - Constructor for class org.opensaml.saml.saml2.binding.encoding.impl.HTTPArtifactEncoder
Constructor.
HttpClientSecurityConstants - Class in org.opensaml.security.httpclient
Security-related constants for use with Apache HttpClient.
HTTPEntityIDRequestURLBuilder - Class in org.opensaml.saml.metadata.resolver.impl
Function which examines an entity ID and returns it as a metadata request URL if and only if the entity ID is an HTTP or HTTPS URL.
HTTPEntityIDRequestURLBuilder() - Constructor for class org.opensaml.saml.metadata.resolver.impl.HTTPEntityIDRequestURLBuilder
 
HTTPMetadataResolver - Class in org.opensaml.saml.metadata.resolver.impl
A metadata provider that pulls metadata using an HTTP GET.
HTTPMetadataResolver(HttpClient, String) - Constructor for class org.opensaml.saml.metadata.resolver.impl.HTTPMetadataResolver
Constructor.
HTTPMetadataResolver(Timer, HttpClient, String) - Constructor for class org.opensaml.saml.metadata.resolver.impl.HTTPMetadataResolver
Constructor.
HTTPPostDecoder - Class in org.opensaml.saml.saml1.binding.decoding.impl
SAML 1.X HTTP POST message decoder.
HTTPPostDecoder() - Constructor for class org.opensaml.saml.saml1.binding.decoding.impl.HTTPPostDecoder
 
HTTPPostDecoder - Class in org.opensaml.saml.saml2.binding.decoding.impl
Message decoder implementing the SAML 2.0 HTTP POST binding.
HTTPPostDecoder() - Constructor for class org.opensaml.saml.saml2.binding.decoding.impl.HTTPPostDecoder
 
HTTPPostEncoder - Class in org.opensaml.saml.saml1.binding.encoding.impl
SAML 1.X HTTP POST message encoder.
HTTPPostEncoder() - Constructor for class org.opensaml.saml.saml1.binding.encoding.impl.HTTPPostEncoder
Constructor.
HTTPPostEncoder - Class in org.opensaml.saml.saml2.binding.encoding.impl
SAML 2.0 HTTP Post binding message encoder.
HTTPPostEncoder() - Constructor for class org.opensaml.saml.saml2.binding.encoding.impl.HTTPPostEncoder
Constructor.
HTTPPostSimpleSignDecoder - Class in org.opensaml.saml.saml2.binding.decoding.impl
Message decoder implementing the SAML 2.0 HTTP POST-SimpleSign binding.
HTTPPostSimpleSignDecoder() - Constructor for class org.opensaml.saml.saml2.binding.decoding.impl.HTTPPostSimpleSignDecoder
 
HTTPPostSimpleSignEncoder - Class in org.opensaml.saml.saml2.binding.encoding.impl
SAML 2.0 HTTP-POST-SimpleSign binding message encoder.
HTTPPostSimpleSignEncoder() - Constructor for class org.opensaml.saml.saml2.binding.encoding.impl.HTTPPostSimpleSignEncoder
Constructor.
HTTPRedirectDeflateDecoder - Class in org.opensaml.saml.saml2.binding.decoding.impl
SAML 2.0 HTTP Redirect decoder using the DEFLATE encoding method.
HTTPRedirectDeflateDecoder() - Constructor for class org.opensaml.saml.saml2.binding.decoding.impl.HTTPRedirectDeflateDecoder
 
HTTPRedirectDeflateEncoder - Class in org.opensaml.saml.saml2.binding.encoding.impl
SAML 2.0 HTTP Redirect encoder using the DEFLATE encoding method.
HTTPRedirectDeflateEncoder() - Constructor for class org.opensaml.saml.saml2.binding.encoding.impl.HTTPRedirectDeflateEncoder
Constructor.
HTTPRequestValidationHandler - Class in org.opensaml.messaging.handler.impl
A message handler that checks basic HTTP request properties.
HTTPRequestValidationHandler() - Constructor for class org.opensaml.messaging.handler.impl.HTTPRequestValidationHandler
 
HttpServletMessageErrorHandler<MessageType> - Interface in org.opensaml.messaging.error.servlet
A specialization of message error handler for HTTP servlet container environments.
HttpServletRequestMessageChannelSecurity - Class in org.opensaml.profile.action.impl
Profile action which populates a MessageChannelSecurityContext based on a HttpServletRequest.
HttpServletRequestMessageChannelSecurity() - Constructor for class org.opensaml.profile.action.impl.HttpServletRequestMessageChannelSecurity
Constructor.
HttpServletRequestMessageDecoder<MessageType> - Interface in org.opensaml.messaging.decoder.servlet
A specialization of MessageDecoder that operates on a source message data type of HttpServletRequest.
HttpServletResponseMessageEncoder<MessageType> - Interface in org.opensaml.messaging.encoder.servlet
A specialization of MessageEncoder that operates on a sink message data type of HttpServletResponse.
HTTPSOAP11Decoder - Class in org.opensaml.saml.saml1.binding.decoding.impl
SAML 1.1 HTTP SOAP 1.1 binding decoder.
HTTPSOAP11Decoder() - Constructor for class org.opensaml.saml.saml1.binding.decoding.impl.HTTPSOAP11Decoder
Constructor.
HTTPSOAP11Decoder - Class in org.opensaml.saml.saml2.binding.decoding.impl
SAML 2.0 SOAP 1.1 over HTTP binding decoder.
HTTPSOAP11Decoder() - Constructor for class org.opensaml.saml.saml2.binding.decoding.impl.HTTPSOAP11Decoder
Constructor.
HTTPSOAP11Decoder<MessageType extends XMLObject> - Class in org.opensaml.soap.soap11.decoder.http.impl
Basic SOAP 1.1 decoder for HTTP transport.
HTTPSOAP11Decoder() - Constructor for class org.opensaml.soap.soap11.decoder.http.impl.HTTPSOAP11Decoder
 
HTTPSOAP11Encoder - Class in org.opensaml.saml.saml1.binding.encoding.impl
SAML 1.X HTTP SOAP 1.1 binding message encoder.
HTTPSOAP11Encoder() - Constructor for class org.opensaml.saml.saml1.binding.encoding.impl.HTTPSOAP11Encoder
 
HTTPSOAP11Encoder - Class in org.opensaml.saml.saml2.binding.encoding.impl
SAML 2.0 SOAP 1.1 over HTTP binding encoder.
HTTPSOAP11Encoder() - Constructor for class org.opensaml.saml.saml2.binding.encoding.impl.HTTPSOAP11Encoder
Constructor.
HTTPSOAP11Encoder<MessageType extends XMLObject> - Class in org.opensaml.soap.soap11.encoder.http.impl
Basic SOAP 1.1 encoder for HTTP transport.
HTTPSOAP11Encoder() - Constructor for class org.opensaml.soap.soap11.encoder.http.impl.HTTPSOAP11Encoder
Constructor.
HttpSOAPClient - Class in org.opensaml.soap.client.http
SOAP client that uses HTTP as the underlying transport and POST as the binding.
HttpSOAPClient() - Constructor for class org.opensaml.soap.client.http.HttpSOAPClient
Constructor.
HttpSOAPRequestParameters - Class in org.opensaml.soap.client.http
HTTP transported SOAP request parameters.
HttpSOAPRequestParameters(String) - Constructor for class org.opensaml.soap.client.http.HttpSOAPRequestParameters
Constructor.

I

ID_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.Assertion
Name for the attribute which defines the Issue Instant.
ID_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.RequestAbstractType
Name for the attribute which defines the Issue Instant.
ID_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.ResponseAbstractType
Name for the attribute which defines the Issue Instant.
ID_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.Assertion
ID attribute name.
ID_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.RequestAbstractType
ID attribute name.
ID_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.StatusResponseType
ID attribute name.
ID_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AffiliationDescriptor
ID attribute's local name.
ID_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.EntitiesDescriptor
"ID" attribute name.
ID_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.EntityDescriptor
"ID" attribute name.
ID_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.RoleDescriptor
"ID" attribute's local name.
ID_ATTRIB_NAME - Static variable in interface org.opensaml.xmlsec.encryption.EncryptedType
Id attribute name.
ID_ATTRIB_NAME - Static variable in interface org.opensaml.xmlsec.encryption.EncryptionProperties
ID attribute name.
ID_ATTRIB_NAME - Static variable in interface org.opensaml.xmlsec.encryption.EncryptionProperty
Id attribute name.
ID_ATTRIB_NAME - Static variable in interface org.opensaml.xmlsec.signature.DEREncodedKeyValue
Id attribute name.
ID_ATTRIB_NAME - Static variable in interface org.opensaml.xmlsec.signature.ECKeyValue
Id attribute name.
ID_ATTRIB_NAME - Static variable in interface org.opensaml.xmlsec.signature.KeyInfo
Id attribute name.
ID_ATTRIB_NAME - Static variable in interface org.opensaml.xmlsec.signature.KeyInfoReference
Id attribute name.
IdBearing - Interface in org.opensaml.core.xml
Interface for element having a @xml:id attribute.
IdBearing - Interface in org.opensaml.soap.wssecurity
Interface for element having a @wsu:Id attribute.
IDIndex - Class in org.opensaml.core.xml.util
Class which provides storage for the ID-to-XMLObject index mapping on an owning XMLObject.
IDIndex(XMLObject) - Constructor for class org.opensaml.core.xml.util.IDIndex
Constructor.
IDPEntry - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core IDPEntry.
IDPEntryBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder of IDPEntryImpl.
IDPEntryBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.IDPEntryBuilder
Constructor.
IDPEntryImpl - Class in org.opensaml.saml.saml2.core.impl
Concrete implementation of IDPEntry.
IDPEntryImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.IDPEntryImpl
Constructor.
IDPEntryMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread safe Marshaller for IDPEntry objects.
IDPEntryMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.IDPEntryMarshaller
 
IDPEntryUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for IDPEntry objects.
IDPEntryUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.IDPEntryUnmarshaller
 
IDPList - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core IDPList.
IDPListBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder of IDPListImpl.
IDPListBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.IDPListBuilder
Constructor.
IDPListImpl - Class in org.opensaml.saml.saml2.core.impl
Concrete implementation of IDPList.
IDPListImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.IDPListImpl
Constructor.
IDPListMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread safe Marshaller for IDPList objects.
IDPListMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.IDPListMarshaller
 
IDPListUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for IDPList objects.
IDPListUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.IDPListUnmarshaller
 
IDPSSODescriptor - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata IDPSSODescriptorType.
IDPSSODescriptorBuilder - Class in org.opensaml.saml.saml2.metadata.impl
IDPSSODescriptorBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.IDPSSODescriptorBuilder
Constructor.
IDPSSODescriptorImpl - Class in org.opensaml.saml.saml2.metadata.impl
Concrete implementation of IDPSSODescriptor.
IDPSSODescriptorImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.IDPSSODescriptorImpl
Constructor.
IDPSSODescriptorMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Marshaller for IDPSSODescriptor objects.
IDPSSODescriptorMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.IDPSSODescriptorMarshaller
 
IDPSSODescriptorUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Unmarshaller for SSODescriptor objects.
IDPSSODescriptorUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.IDPSSODescriptorUnmarshaller
 
IdReferenceType - Interface in org.opensaml.xacml.policy
XACML IdReference schema type.
IdReferenceTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation of IdReferenceType.
IdReferenceTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.IdReferenceTypeImpl
Constructor.
IdReferenceTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for IdReferenceType.
IdReferenceTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.IdReferenceTypeImplBuilder
 
IdReferenceTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for IdReferenceType.
IdReferenceTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.IdReferenceTypeMarshaller
 
IdReferenceTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for IdReferenceType.
IdReferenceTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.IdReferenceTypeUnmarshaller
 
IMPLICIT_CONSENT - Static variable in interface org.opensaml.saml.saml2.core.RequestAbstractType
Implicit consent URI.
IMPLICIT_CONSENT - Static variable in interface org.opensaml.saml.saml2.core.StatusResponseType
Implicit consent URI.
IN_RESPONSE_TO_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.StatusResponseType
InResponseTo attribute name.
IN_RESPONSE_TO_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.SubjectConfirmationData
InResponseTo attribute name.
INAPPLICABLE_CONSENT - Static variable in interface org.opensaml.saml.saml2.core.RequestAbstractType
Inapplicable consent URI.
INAPPLICABLE_CONSENT - Static variable in interface org.opensaml.saml.saml2.core.StatusResponseType
Inapplicable consent URI.
InboundMessageContextLookup - Class in org.opensaml.profile.context.navigate
InboundMessageContextLookup() - Constructor for class org.opensaml.profile.context.navigate.InboundMessageContextLookup
 
incrementVersion() - Method in class org.opensaml.storage.MutableStorageRecord
Increment the record version and returns the new value.
incrementVersion() - Method in class org.opensaml.storage.StorageRecord
Increment the record version and returns the new value.
INDETERMINATE - Static variable in class org.opensaml.saml.saml1.core.DecisionTypeEnumeration
"Indeterminate" decision type.
INDETERMINATE - Static variable in class org.opensaml.saml.saml2.core.DecisionTypeEnumeration
Indeterminate decision type.
INDEX_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AttributeConsumingService
"index" attribute's local name.
INDEX_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.IndexedEndpoint
index attribute name.
IndexedEndpoint - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata IndexedEndpoint.
IndexedEndpointImpl - Class in org.opensaml.saml.saml2.metadata.impl
Concrete implementation of IndexedEndpoint.
IndexedEndpointImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.IndexedEndpointImpl
Constructor.
IndexedEndpointMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Marshaller for IndexedEndpoint objects.
IndexedEndpointMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.IndexedEndpointMarshaller
 
IndexedEndpointUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread-safe unmarshaller for IndexedEndpoint objects.
IndexedEndpointUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.IndexedEndpointUnmarshaller
 
IndexedXMLObjectChildrenList<ElementType extends XMLObject> - Class in org.opensaml.core.xml.util
A list which indexes XMLObjects by their schema type and element QName for quick retrival based on those items.
IndexedXMLObjectChildrenList(XMLObject) - Constructor for class org.opensaml.core.xml.util.IndexedXMLObjectChildrenList
Constructor.
IndexedXMLObjectChildrenList(XMLObject, Collection<ElementType>) - Constructor for class org.opensaml.core.xml.util.IndexedXMLObjectChildrenList
Constructor.
indexElement(ElementType) - Method in class org.opensaml.core.xml.util.IndexedXMLObjectChildrenList
Indexes the given SAMLObject by type and element name.
indexElement(QName, ElementType) - Method in class org.opensaml.core.xml.util.IndexedXMLObjectChildrenList
Indexes the given SAMLobject by the given index.
indexEntityDescriptor(EntityDescriptor, AbstractMetadataResolver.EntityBackingStore) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
Index the specified entity descriptor, updating the specified entity backing store instance as necessary.
InformationURL - Interface in org.opensaml.saml.ext.saml2mdui
InformationURL.
InformationURLBuilder - Class in org.opensaml.saml.ext.saml2mdui.impl
Builder of InformationURL objects.
InformationURLBuilder() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.InformationURLBuilder
Constructor.
InformationURLImpl - Class in org.opensaml.saml.ext.saml2mdui.impl
Concrete implementation of InformationURL.
InformationURLImpl(String, String, String) - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.InformationURLImpl
Constructor.
InformationURLMarshaller - Class in org.opensaml.saml.ext.saml2mdui.impl
A thread safe Marshaller for InformationURL objects.
InformationURLMarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.InformationURLMarshaller
 
InformationURLUnmarshaller - Class in org.opensaml.saml.ext.saml2mdui.impl
A thread-safe unmarshaller for InformationURL objects.
InformationURLUnmarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.InformationURLUnmarshaller
 
init() - Method in interface org.opensaml.core.config.Initializer
Perform the initialization process encompassed by the implementation.
init() - Method in class org.opensaml.core.xml.config.AbstractXMLObjectProviderInitializer
Perform the initialization process encompassed by the implementation.
init() - Method in class org.opensaml.core.xml.config.GlobalParserPoolInitializer
Perform the initialization process encompassed by the implementation.
init() - Method in class org.opensaml.core.xml.config.XMLObjectProviderInitializer
Perform the initialization process encompassed by the implementation.
init() - Method in class org.opensaml.saml.config.SAMLConfigurationInitializer
Perform the initialization process encompassed by the implementation.
init() - Method in class org.opensaml.security.config.ClientTLSValidationConfiguratonInitializer
Perform the initialization process encompassed by the implementation.
init() - Static method in class org.opensaml.security.credential.criteria.impl.EvaluableCredentialCriteriaRegistry
Initialize the registry.
init(FilterConfig) - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
init() - Method in class org.opensaml.xmlsec.config.ApacheXMLSecurityInitializer
Perform the initialization process encompassed by the implementation.
init() - Method in class org.opensaml.xmlsec.config.GlobalAlgorithmRegistryInitializer
Perform the initialization process encompassed by the implementation.
init() - Method in class org.opensaml.xmlsec.config.GlobalSecurityConfigurationInitializer
Perform the initialization process encompassed by the implementation.
init() - Method in class org.opensaml.xmlsec.config.JavaCryptoValidationInitializer
Perform the initialization process encompassed by the implementation.
InitializationException - Exception in org.opensaml.core.config
Exception indicating a problem during the library initialization process.
InitializationException() - Constructor for exception org.opensaml.core.config.InitializationException
Constructor.
InitializationException(String) - Constructor for exception org.opensaml.core.config.InitializationException
Constructor.
InitializationException(Throwable) - Constructor for exception org.opensaml.core.config.InitializationException
Constructor.
InitializationException(String, Throwable) - Constructor for exception org.opensaml.core.config.InitializationException
Constructor.
InitializationService - Class in org.opensaml.core.config
Service which initializes OpenSAML library modules using the Java Services API.
InitializationService() - Constructor for class org.opensaml.core.config.InitializationService
Constructor.
initialize() - Static method in class org.opensaml.core.config.InitializationService
Initialize all the registered library modules.
initialize() - Method in class org.opensaml.saml.security.impl.MetadataCredentialResolver
initializeIDAttributes(Element) - Method in class org.opensaml.core.xml.config.XMLConfigurator
Registers the global ID attributes specified in the configuration file.
initializeObjectProviders(Element) - Method in class org.opensaml.core.xml.config.XMLConfigurator
Intializes the object providers defined in the configuration file.
Initializer - Interface in org.opensaml.core.config
Interface for classes responsible for initializing some bit of library configuration or state.
initMetadataResolver() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractBatchMetadataResolver
Subclasses should override this method to perform any initialization logic necessary.
initMetadataResolver() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver
Subclasses should override this method to perform any initialization logic necessary.
initMetadataResolver() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
Subclasses should override this method to perform any initialization logic necessary.
initMetadataResolver() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
Subclasses should override this method to perform any initialization logic necessary.
initMetadataResolver() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
Subclasses should override this method to perform any initialization logic necessary.
initMetadataResolver() - Method in class org.opensaml.saml.metadata.resolver.impl.DOMMetadataResolver
Subclasses should override this method to perform any initialization logic necessary.
initMetadataResolver() - Method in class org.opensaml.saml.metadata.resolver.impl.FileBackedHTTPMetadataResolver
Subclasses should override this method to perform any initialization logic necessary.
initResolutionContext(KeyInfoResolutionContext, KeyInfo, CriteriaSet) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicProviderKeyInfoCredentialResolver
Initialize the resolution context that will be used by the providers.
InlineEncryptedKeyResolver - Class in org.opensaml.xmlsec.encryption.support
Implementation of EncryptedKeyResolver which finds EncryptedKey elements within the KeyInfo of the EncryptedData context.
InlineEncryptedKeyResolver() - Constructor for class org.opensaml.xmlsec.encryption.support.InlineEncryptedKeyResolver
Constructor.
InlineEncryptedKeyResolver(Set<String>) - Constructor for class org.opensaml.xmlsec.encryption.support.InlineEncryptedKeyResolver
Constructor.
InlineEncryptedKeyResolver(String) - Constructor for class org.opensaml.xmlsec.encryption.support.InlineEncryptedKeyResolver
Constructor.
InlineX509DataProvider - Class in org.opensaml.xmlsec.keyinfo.impl.provider
Implementation of KeyInfoProvider which provides basic support for extracting a X509Credential from an X509Data child of KeyInfo.
InlineX509DataProvider() - Constructor for class org.opensaml.xmlsec.keyinfo.impl.provider.InlineX509DataProvider
Constructor.
InOutOperationContext<InboundMessageType,OutboundMessageType> - Class in org.opensaml.messaging.context
An operation context which represents concretely a message exchange pattern involving an inbound message and an outbound message.
InOutOperationContext() - Constructor for class org.opensaml.messaging.context.InOutOperationContext
Constructor.
InOutOperationContext(MessageContext<InboundMessageType>, MessageContext<OutboundMessageType>) - Constructor for class org.opensaml.messaging.context.InOutOperationContext
Constructor.
INPUTCONTEXTONLY_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
InputContextOnly attribute name.
inputstreamToByteArray(InputStream) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
Converts an InputStream into a byte array.
INRESPONSETO_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.ResponseAbstractType
Name for the attribute which defines InResponseTo.
InternalX500DNHandler - Class in org.opensaml.security.x509
Basic implementation of X500DNHandler which uses the internal built-in mechanisms provided by X500Principal directly.
InternalX500DNHandler() - Constructor for class org.opensaml.security.x509.InternalX500DNHandler
 
INVALID - Static variable in interface org.opensaml.soap.wstrust.Code
Status/Code 'invalid' URI value.
INVALID_ATTR_NAME_OR_VALUE - Static variable in interface org.opensaml.saml.saml2.core.StatusCode
URI for InvalidAttrNameOrValue status code.
INVALID_MESSAGE - Static variable in class org.opensaml.profile.action.EventIds
ID of the event returned if a message is invalid in some general way.
INVALID_MESSAGE_VERSION - Static variable in class org.opensaml.profile.action.EventIds
ID of the event returned if a message version is incorrect or unsupported.
INVALID_MSG_CTX - Static variable in class org.opensaml.profile.action.EventIds
ID of the event returned if a MessageContext is missing or corrupt in some way.
INVALID_NAMEID_POLICY - Static variable in class org.opensaml.saml.common.profile.SAMLEventIds
ID of event returned if the requested NameIDPolicy can't be satisfied.
INVALID_NAMEID_POLICY - Static variable in interface org.opensaml.saml.saml2.core.StatusCode
URI for InvalidNameIDPolicy status code.
INVALID_PROFILE_CTX - Static variable in class org.opensaml.profile.action.EventIds
ID of event returned if the ProfileRequestContext associated with the current request is missing or corrupt in some way.
INVALID_SEC_CFG - Static variable in class org.opensaml.profile.action.EventIds
ID of event returned if an error occurs with security configuration.
invoke(MessageContext<MessageType>) - Method in class org.opensaml.messaging.handler.AbstractMessageHandler
Invoke the handler on the specified message context.
invoke(MessageContext<MessageType>) - Method in interface org.opensaml.messaging.handler.MessageHandler
Invoke the handler on the specified message context.
IO_ERROR - Static variable in class org.opensaml.profile.action.EventIds
ID of event returned if an I/O-related error occurs.
IP_ADDRESS_ALT_NAME - Static variable in class org.opensaml.security.x509.X509Support
RFC 2459 IP Address Subject Alt Name type.
IP_ADDRESS_DATATYPE_URI - Static variable in class org.opensaml.xacml.XACMLConstants
IP address datatype URI.
IP_AUTHN_CTX - Static variable in interface org.opensaml.saml.saml2.core.AuthnContext
URI for Internet Protocol authentication context.
IP_PASSWORD_AUTHN_CTX - Static variable in interface org.opensaml.saml.saml2.core.AuthnContext
URI for Internet Protocol Password authentication context.
IPADDRESS_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.SubjectLocality
Name for the IPAddress attribute.
IPHint - Interface in org.opensaml.saml.ext.saml2mdui
IPHint.
IPHintBuilder - Class in org.opensaml.saml.ext.saml2mdui.impl
Builder of IPHint objects.
IPHintBuilder() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.IPHintBuilder
Constructor.
IPHintImpl - Class in org.opensaml.saml.ext.saml2mdui.impl
Concrete implementation of IPHint.
IPHintImpl(String, String, String) - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.IPHintImpl
Constructor.
IPHintMarshaller - Class in org.opensaml.saml.ext.saml2mdui.impl
A thread safe Marshaller for IPHint objects.
IPHintMarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.IPHintMarshaller
 
IPHintUnmarshaller - Class in org.opensaml.saml.ext.saml2mdui.impl
A thread-safe unmarshaller for IPHint objects.
IPHintUnmarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.IPHintUnmarshaller
 
IPRangePredicate - Class in org.opensaml.profile.logic
A Predicate that checks if a request is from a set of one or more IPRanges.
IS_DEFAULT_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AttributeConsumingService
"isDefault" attribute's local name.
IS_DEFAULT_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.IndexedEndpoint
isDeault attribute name.
IS_PASSIVE_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthnRequest
IsPassive attribute name.
IS_PASSIVE_NAME_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.ecp.Request
IsPassive attribute name.
IS_REQUIRED_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.RequestedAttribute
"isRequired" attribute's local name.
isAllow() - Method in class org.opensaml.soap.wstrust.impl.RenewingImpl
Returns the wst:Renewing/@Allow attribute value.
isAllow() - Method in interface org.opensaml.soap.wstrust.Renewing
Returns the wst:Renewing/@Allow attribute value.
isAllowXSBoolean() - Method in class org.opensaml.soap.wstrust.impl.RenewingImpl
Returns the wst:Renewing/@Allow attribute value.
isAllowXSBoolean() - Method in interface org.opensaml.soap.wstrust.Renewing
Returns the wst:Renewing/@Allow attribute value.
isAnyPolicyInhibited() - Method in class org.opensaml.security.x509.impl.CertPathPKIXValidationOptions
Returns the value of the any policy inhibited flag of the underlying CertPath Provider.
isArtifact() - Method in class org.opensaml.saml.common.binding.BindingDescriptor
Get whether the binding is artifact-based.
isAuthenticated() - Method in class org.opensaml.saml.common.messaging.context.AbstractAuthenticatableSAMLEntityContext
Gets the flag indicating whether the SAML peer entity has been authenticated.
isAuthnRequestsSigned() - Method in class org.opensaml.saml.saml2.metadata.impl.SPSSODescriptorImpl
Gets whether this service signs AuthN requests.
isAuthnRequestsSigned() - Method in interface org.opensaml.saml.saml2.metadata.SPSSODescriptor
Gets whether this service signs AuthN requests.
isAuthnRequestsSignedXSBoolean() - Method in class org.opensaml.saml.saml2.metadata.impl.SPSSODescriptorImpl
Gets whether this service signs AuthN requests.
isAuthnRequestsSignedXSBoolean() - Method in interface org.opensaml.saml.saml2.metadata.SPSSODescriptor
Gets whether this service signs AuthN requests.
isAutoCreateSubcontexts() - Method in class org.opensaml.messaging.context.BaseContext
Get whether the context auto-creates subcontexts by default.
isAutoGenerateDataEncryptionCredential() - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Get whether an this resolver should auto-generate data encryption credentials.
isBlacklistMerge() - Method in class org.opensaml.xmlsec.impl.BasicWhitelistBlacklistConfiguration
Flag indicating whether to merge this configuration's blacklist with one of a lower order of precedence, or to treat this blacklist as authoritative.
isBlacklistMerge() - Method in interface org.opensaml.xmlsec.WhitelistBlacklistConfiguration
Flag indicating whether to merge this configuration's blacklist with one of a lower order of precedence, or to treat this blacklist as authoritative.
isBrowserProfile() - Method in class org.opensaml.profile.context.ProfileRequestContext
Get whether the current profile request is browser-based (defaults to false).
isCacheSourceMetadata() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractBatchMetadataResolver
Get whether to cache the original source metadata document.
isCombinePolicies() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
Returns if the PDP can combine policies from the query and local policies.
isCombinePolicies() - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
Returns if the PDP can combine policies from the query and local policies.
isComplete() - Method in class org.opensaml.xmlsec.encryption.support.RSAOAEPParameters
Determine whether the parameters instance is complete, meaning values are populated for all data properties.
isConfidentialityActive() - Method in class org.opensaml.messaging.context.MessageChannelSecurityContext
Get whether message channel confidentiality is active.
isConfidentialityActive() - Method in class org.opensaml.profile.action.impl.StaticMessageChannelSecurity
Get whether message channel confidentiality is active.
isDataEncryptionAlgorithm(AlgorithmDescriptor) - Static method in class org.opensaml.xmlsec.algorithm.AlgorithmSupport
Check whether the supplied descriptor represents an algorithm that my be used for data encryption, i.e.
isDataEncryptionAlgorithm(String) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Evaluate whether the specified algorithm is a data encryption algorithm.
isDefault() - Method in interface org.opensaml.saml.saml2.metadata.AttributeConsumingService
Checks if this is the default service for the service provider.
isDefault() - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeConsumingServiceImpl
Checks if this is the default service for the service provider.
isDefault() - Method in class org.opensaml.saml.saml2.metadata.impl.IndexedEndpointImpl
Gets whether this is the default endpoint in a list.
isDefault() - Method in interface org.opensaml.saml.saml2.metadata.IndexedEndpoint
Gets whether this is the default endpoint in a list.
isDefaultXSBoolean() - Method in interface org.opensaml.saml.saml2.metadata.AttributeConsumingService
Checks if this is the default service for the service provider.
isDefaultXSBoolean() - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeConsumingServiceImpl
Checks if this is the default service for the service provider.
isDefaultXSBoolean() - Method in class org.opensaml.saml.saml2.metadata.impl.IndexedEndpointImpl
Gets whether this is the default endpoint in a list.
isDefaultXSBoolean() - Method in interface org.opensaml.saml.saml2.metadata.IndexedEndpoint
Gets whether this is the default endpoint in a list.
isEmpty() - Method in class org.opensaml.core.xml.util.AttributeMap
isEmpty() - Method in class org.opensaml.core.xml.util.IDIndex
Return whether the index is currently empty.
isEmpty() - Method in class org.opensaml.xmlsec.encryption.support.RSAOAEPParameters
Determine whether the parameters instance is empty, meaning it has no values populated for any data properties.
isErrorFatal() - Method in class org.opensaml.saml.saml2.profile.impl.AbstractDecryptAction
Get whether decryption failure should be treated as an error or ignored.
isEvaluateClientCertificate() - Method in class org.opensaml.security.messaging.ClientTLSSecurityParametersContext
Determine whether to evaluate the certificate presented by the TLS client.
isFailFastInitialization() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
Gets whether problems during initialization should cause the provider to fail or go on without metadata.
isForceAuthn() - Method in interface org.opensaml.saml.saml2.core.AuthnRequest
Gets whether the IdP should force the user to reauthenticate.
isForceAuthn() - Method in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
Gets whether the IdP should force the user to reauthenticate.
isForceAuthnXSBoolean() - Method in interface org.opensaml.saml.saml2.core.AuthnRequest
Gets whether the IdP should force the user to reauthenticate.
isForceAuthnXSBoolean() - Method in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
Gets whether the IdP should force the user to reauthenticate.
isForceRevocationEnabled() - Method in class org.opensaml.security.x509.impl.CertPathPKIXValidationOptions
If true, the revocation behavior of the underlying CertPath provider will be forced to the value supplied by CertPathPKIXValidationOptions.isRevocationEnabled().
isHMAC(String) - Static method in class org.opensaml.xmlsec.algorithm.AlgorithmSupport
Check whether the signature method algorithm URI indicates HMAC.
isIDAttribute(QName) - Method in class org.opensaml.core.xml.config.XMLObjectProviderRegistry
Determine whether a given attribute is registered as having an ID type.
isIDAttribute(QName) - Static method in class org.opensaml.core.xml.config.XMLObjectProviderRegistrySupport
Determine whether a given attribute is registered as having an ID type.
isIDAttribute(QName) - Method in class org.opensaml.core.xml.util.AttributeMap
Check whether a given attribute is locally registered as having an ID type within this AttributeMap instance.
isInferQNameValues() - Method in class org.opensaml.core.xml.util.AttributeMap
Get the flag indicating whether an attempt should be made to infer QName values, if attribute is not registered via a configuration as a QName type.
isInitialized() - Method in class org.opensaml.saml.security.impl.MetadataCredentialResolver
isInitialized() - Static method in class org.opensaml.security.credential.criteria.impl.EvaluableCredentialCriteriaRegistry
Check whether the registry has been initialized.
isInputContextOnly() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
True then use only information in the XACMLAuthzDecisionQuery, if false could use external XACML attributes.
isInputContextOnly() - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
True then use only information in the XACMLAuthzDecisionQuery, if false could use external XACML attributes.
isIntegrityActive() - Method in class org.opensaml.messaging.context.MessageChannelSecurityContext
Get whether message channel integrity is active.
isIntegrityActive() - Method in class org.opensaml.profile.action.impl.StaticMessageChannelSecurity
Get whether message channel integrity is active.
isIntendedDestinationEndpointURIRequired(MessageContext<SAMLObject>) - Static method in class org.opensaml.saml.common.binding.SAMLBindingSupport
Determine whether the binding in use requires the presence within the message of information indicating the intended message destination endpoint URI.
isIntendedDestinationEndpointURIRequired() - Method in class org.opensaml.saml.common.messaging.context.SAMLBindingContext
Get the flag indicating whether the binding in use requires the presence within the message of information indicating the intended message destination endpoint URI.
isKeyEncryptionAlgorithm(AlgorithmDescriptor) - Static method in class org.opensaml.xmlsec.algorithm.AlgorithmSupport
Check whether the supplied descriptor represents an algorithm that my be used for key encryption, i.e.
isKeyTransportAlgorithm(String) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Evaluate whether the specified algorithm is a key transport algorithm.
isLocalCredential(Credential) - Method in class org.opensaml.xmlsec.keyinfo.impl.LocalKeyInfoCredentialResolver
Determine whether the credential is a local credential.
isMergeMetadataRSAOAEPParametersWithConfig() - Method in class org.opensaml.saml.security.impl.SAMLMetadataEncryptionParametersResolver
Determine whether the resolver should attempt to merge RSAOAEPParameters values resolved from metadata with additional parameters from supplied instances of EncryptionConfiguration.
isMessageSigned(MessageContext<SAMLObject>) - Static method in class org.opensaml.saml.common.binding.SAMLBindingSupport
Determine whether the SAML message represented by the message context is digitally signed.
isMessageSigned(MessageContext<SAMLObject>) - Method in class org.opensaml.saml.saml2.binding.security.impl.SAML2AuthnRequestsSignedSecurityHandler
Determine whether the inbound message is signed.
isNameCheckingActive() - Method in class org.opensaml.security.x509.impl.BasicX509CredentialNameEvaluator
Gets whether any of the supported name type checking is currently enabled.
isNil() - Method in class org.opensaml.core.xml.AbstractXMLObject
Gets whether the object declares that its element content is null, which corresponds to an xsi:nil attribute of true.
isNil() - Method in interface org.opensaml.core.xml.XMLObject
Gets whether the object declares that its element content is null, which corresponds to an xsi:nil attribute of true.
isNilXSBoolean() - Method in class org.opensaml.core.xml.AbstractXMLObject
Gets whether the object declares that its element content is null, which corresponds to an xsi:nil attribute of true.
isNilXSBoolean() - Method in interface org.opensaml.core.xml.XMLObject
Gets whether the object declares that its element content is null, which corresponds to an xsi:nil attribute of true.
isNumericRepresentation() - Method in class org.opensaml.core.xml.schema.XSBooleanValue
Gets whether to use the numeric or lexical representation.
isOK() - Method in class org.opensaml.soap.wstrust.impl.RenewingImpl
Returns the wst:Renewing/@OK attribute value.
isOK() - Method in interface org.opensaml.soap.wstrust.Renewing
Returns the wst:Renewing/@OK attribute value.
isOKXSBoolean() - Method in class org.opensaml.soap.wstrust.impl.RenewingImpl
Returns the wst:Renewing/@OK attribute value.
isOKXSBoolean() - Method in interface org.opensaml.soap.wstrust.Renewing
Returns the wst:Renewing/@OK attribute value.
isOmitQualifiers() - Method in class org.opensaml.saml.common.profile.AbstractNameIdentifierGenerator
Get whether to omit NameQualifier/SPNameQualifier attributes if the qualifiers are not explicitly set or are set to values matching the IdP and relying party names respectively.
isOnBadIndexUseDefault() - Method in class org.opensaml.saml.metadata.support.AttributeConsumingServiceSelector
Get the flag which determines whether, in the case of an invalid index, to return the default AttributeConsumingService.
isPassive() - Method in interface org.opensaml.saml.saml2.core.AuthnRequest
Gets whether the IdP should refrain from interacting with the user during the authentication process.
isPassive() - Method in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
Gets whether the IdP should refrain from interacting with the user during the authentication process.
isPassive() - Method in class org.opensaml.saml.saml2.ecp.impl.RequestImpl
Get the IsPassive attribute value.
isPassive() - Method in interface org.opensaml.saml.saml2.ecp.Request
Get the IsPassive attribute value.
isPassiveXSBoolean() - Method in interface org.opensaml.saml.saml2.core.AuthnRequest
Gets whether the IdP should refrain from interacting with the user during the authentication process.
isPassiveXSBoolean() - Method in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
Gets whether the IdP should refrain from interacting with the user during the authentication process.
isPassiveXSBoolean() - Method in class org.opensaml.saml.saml2.ecp.impl.RequestImpl
Get the IsPassive attribute value.
isPassiveXSBoolean() - Method in interface org.opensaml.saml.saml2.ecp.Request
Get the IsPassive attribute value.
isPolicyMappingInhibited() - Method in class org.opensaml.security.x509.impl.CertPathPKIXValidationOptions
Returns the value of the policy mapping inhibited flag of the underlying CertPath Provider.
isPostEncoding() - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPArtifactEncoder
Get whether the encoder will encode the artifact via POST encoding.
isProcessCredentialCRLs() - Method in class org.opensaml.security.x509.PKIXValidationOptions
Whether CRLs supplied within the untrusted X509Credential being evaluated should be processed.
isProcessEmptyCRLs() - Method in class org.opensaml.security.x509.PKIXValidationOptions
Whether empty CRLs should be processed.
isProcessExpiredCRLs() - Method in class org.opensaml.security.x509.PKIXValidationOptions
Whether expired CRLs should be processed.
isQNameAttribute(QName) - Method in class org.opensaml.core.xml.util.AttributeMap
Check whether a given attribute is known to have a QName type.
IsReferenceParameterBearing - Interface in org.opensaml.soap.wsaddressing
Interface for element having a @wsa:IsReferenceParameter attribute.
isRemoveIdleEntityData() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
Get the flag indicating whether idle entity data should be removed.
isRequestAuthenticated() - Method in class org.opensaml.saml.common.messaging.context.ECPContext
Get whether the request from the SP was authenticated.
isRequired() - Method in class org.opensaml.saml.saml2.metadata.impl.RequestedAttributeImpl
Checks to see if this requested attribute is also required.
isRequired() - Method in interface org.opensaml.saml.saml2.metadata.RequestedAttribute
Checks to see if this requested attribute is also required.
isRequiredRule() - Method in class org.opensaml.saml.common.binding.security.impl.MessageLifetimeSecurityHandler
Gets whether this rule is required to be met.
isRequiredXSBoolean() - Method in class org.opensaml.saml.saml2.metadata.impl.RequestedAttributeImpl
Checks to see if this requested attribute is also required.
isRequiredXSBoolean() - Method in interface org.opensaml.saml.saml2.metadata.RequestedAttribute
Checks to see if this requested attribute is also required.
isRequireExplicitRelease() - Method in class org.opensaml.core.xml.util.AbstractWrappedSingletonFactory
Get whether explict release of output instances is required, in order to allow garbage collection and prevent memory leaks.
isRequireSecured() - Method in class org.opensaml.messaging.handler.impl.HTTPRequestValidationHandler
Get whether request is required to be secure.
isRequireValidMetadata() - Method in class org.opensaml.saml.metadata.resolver.ChainingMetadataResolver
Gets whether the metadata returned by queries must be valid.
isRequireValidMetadata() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
Gets whether the metadata returned by queries must be valid.
isRequireValidMetadata() - Method in class org.opensaml.saml.metadata.resolver.impl.BasicRoleDescriptorResolver
Gets whether the metadata returned by queries must be valid.
isRequireValidMetadata() - Method in class org.opensaml.saml.metadata.resolver.impl.CompositeMetadataResolver
Gets whether the metadata returned by queries must be valid.
isRequireValidMetadata() - Method in interface org.opensaml.saml.metadata.resolver.MetadataResolver
Gets whether the metadata returned by queries must be valid.
isRequireValidMetadata() - Method in interface org.opensaml.saml.metadata.resolver.RoleDescriptorResolver
Gets whether the metadata returned by queries must be valid.
isReturnContext() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
If true then include the RequestType in the response.
isReturnContext() - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
If true then include the RequestType in the response.
isRevocationEnabled() - Method in class org.opensaml.security.x509.impl.CertPathPKIXValidationOptions
If CertPathPKIXValidationOptions.isForceRevocationEnabled() is true, the revocation behavior of the underlying CertPath Provider will be forced to this value.
isRootInNewDocument() - Method in class org.opensaml.xmlsec.encryption.support.Decrypter
Get the flag which indicates whether by default the DOM Element which backs a decrypted SAML object will be the root of a new DOM document.
isRSAOAEP(String) - Static method in class org.opensaml.xmlsec.algorithm.AlgorithmSupport
Check whether the key transport encryption algorithm URI indicates RSA-OAEP.
isRSAOAEPParametersMerge() - Method in interface org.opensaml.xmlsec.EncryptionConfiguration
Flag indicating whether to merge this configuration's RSAOAEPParameters values with those of a lower order of precedence, or to treat this configuration's parameters set as authoritative.
isRSAOAEPParametersMerge() - Method in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
Flag indicating whether to merge this configuration's RSAOAEPParameters values with those of a lower order of precedence, or to treat this configuration's parameters set as authoritative.
isRuntimeSupported(String) - Method in class org.opensaml.xmlsec.algorithm.AlgorithmRegistry
Retrieve indication of whether the runtime environment supports the algorithm.
isSatisfyAllPredicates() - Method in class org.opensaml.security.credential.impl.AbstractCriteriaFilteringCredentialResolver
Get the flag indicating whether resolved credentials must satisfy all predicates (i.e.
isSigned() - Method in class org.opensaml.xmlsec.signature.AbstractSignableXMLObject
Checks to see if the element has been signed.
isSigned() - Method in interface org.opensaml.xmlsec.signature.SignableXMLObject
Checks to see if the element has been signed.
isSOAP11HeaderTargetedToNode(XMLObject, Set<String>, boolean) - Static method in class org.opensaml.soap.util.SOAPSupport
Evaluate whether the specified header block is targeted to a SOAP 1.1 node given the specified parameters.
isSOAP11MustUnderstand() - Method in class org.opensaml.saml.ext.saml2cb.impl.ChannelBindingsImpl
Get the attribute value.
isSOAP11MustUnderstand() - Method in class org.opensaml.saml.ext.samlec.impl.GeneratedKeyImpl
Get the attribute value.
isSOAP11MustUnderstand() - Method in class org.opensaml.saml.ext.samlec.impl.SessionKeyImpl
Get the attribute value.
isSOAP11MustUnderstand() - Method in class org.opensaml.saml.saml2.ecp.impl.RelayStateImpl
Get the attribute value.
isSOAP11MustUnderstand() - Method in class org.opensaml.saml.saml2.ecp.impl.RequestAuthenticatedImpl
Get the attribute value.
isSOAP11MustUnderstand() - Method in class org.opensaml.saml.saml2.ecp.impl.RequestImpl
Get the attribute value.
isSOAP11MustUnderstand() - Method in class org.opensaml.saml.saml2.ecp.impl.ResponseImpl
Get the attribute value.
isSOAP11MustUnderstand() - Method in class org.opensaml.saml.saml2.ecp.impl.SubjectConfirmationImpl
Get the attribute value.
isSOAP11MustUnderstand() - Method in interface org.opensaml.soap.soap11.MustUnderstandBearing
Get the attribute value.
isSOAP11MustUnderstand() - Method in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderImpl
Get the attribute value.
isSOAP11MustUnderstandXSBoolean() - Method in class org.opensaml.saml.ext.saml2cb.impl.ChannelBindingsImpl
Get the attribute value.
isSOAP11MustUnderstandXSBoolean() - Method in class org.opensaml.saml.ext.samlec.impl.GeneratedKeyImpl
Get the attribute value.
isSOAP11MustUnderstandXSBoolean() - Method in class org.opensaml.saml.ext.samlec.impl.SessionKeyImpl
Get the attribute value.
isSOAP11MustUnderstandXSBoolean() - Method in class org.opensaml.saml.saml2.ecp.impl.RelayStateImpl
Get the attribute value.
isSOAP11MustUnderstandXSBoolean() - Method in class org.opensaml.saml.saml2.ecp.impl.RequestAuthenticatedImpl
Get the attribute value.
isSOAP11MustUnderstandXSBoolean() - Method in class org.opensaml.saml.saml2.ecp.impl.RequestImpl
Get the attribute value.
isSOAP11MustUnderstandXSBoolean() - Method in class org.opensaml.saml.saml2.ecp.impl.ResponseImpl
Get the attribute value.
isSOAP11MustUnderstandXSBoolean() - Method in class org.opensaml.saml.saml2.ecp.impl.SubjectConfirmationImpl
Get the attribute value.
isSOAP11MustUnderstandXSBoolean() - Method in interface org.opensaml.soap.soap11.MustUnderstandBearing
Get the attribute value.
isSOAP11MustUnderstandXSBoolean() - Method in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderImpl
Get the attribute value.
isSOAP12MustUnderstand() - Method in interface org.opensaml.soap.soap12.MustUnderstandBearing
Get the attribute value.
isSOAP12MustUnderstand() - Method in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderImpl
Get the attribute value.
isSOAP12MustUnderstandXSBoolean() - Method in interface org.opensaml.soap.soap12.MustUnderstandBearing
Get the attribute value.
isSOAP12MustUnderstandXSBoolean() - Method in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderImpl
Get the attribute value.
isSOAP12Relay() - Method in interface org.opensaml.soap.soap12.RelayBearing
Get the attribute value.
isSOAP12Relay() - Method in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderImpl
Get the attribute value.
isSOAP12RelayXSBoolean() - Method in interface org.opensaml.soap.soap12.RelayBearing
Get the attribute value.
isSOAP12RelayXSBoolean() - Method in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderImpl
Get the attribute value.
isSOAPMessage(MessageContext<? extends XMLObject>) - Static method in class org.opensaml.soap.util.SOAPSupport
Determine whether the message represented by the message context contains a SOAP Envelope.
isStrict() - Method in class org.opensaml.storage.ReplayCache
Get the strictness flag.
ISSUE - Static variable in interface org.opensaml.soap.wstrust.RequestType
RequestType Issue URI.
ISSUE_INSTANT_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.Assertion
IssueInstant attribute name.
ISSUE_INSTANT_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.RequestAbstractType
IssueInstant attribute name.
ISSUE_INSTANT_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.StatusResponseType
IssueInstant attribute name.
IssuedTokens - Interface in org.opensaml.soap.wstrust
The wst:IssuedTokens element.
IssuedTokensBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the IssuedTokens element.
IssuedTokensBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.IssuedTokensBuilder
 
IssuedTokensImpl - Class in org.opensaml.soap.wstrust.impl
IssuedTokensImpl.
IssuedTokensImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.IssuedTokensImpl
Constructor.
IssuedTokensMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the IssuedTokens element.
IssuedTokensMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.IssuedTokensMarshaller
 
IssuedTokensUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the wst:IssuedTokens element.
IssuedTokensUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.IssuedTokensUnmarshaller
 
ISSUEINSTANT_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.Assertion
Name for the attribute which defines the issue instant.
ISSUEINSTANT_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.RequestAbstractType
Name for the attribute which defines the Issue Instant.
ISSUEINSTANT_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.ResponseAbstractType
Name for the attribute which defines the Issue Instant.
Issuer - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core Issuer.
Issuer - Interface in org.opensaml.soap.wstrust
The wst:Issuer element.
ISSUER_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.Assertion
Name for the attribute which defines Issuer.
ISSUER_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.ctx.AttributeType
Name of the Issuer attribute.
ISSUER_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.ctx.MissingAttributeDetailType
Issuer attribute name.
ISSUER_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeDesignatorType
Issuer attribute name.
IssuerBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder for IssuerImpl objects.
IssuerBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.IssuerBuilder
Constructor.
IssuerBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the Issuer element.
IssuerBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.IssuerBuilder
 
IssuerImpl - Class in org.opensaml.saml.saml2.core.impl
A concrete implementation of Issuer.
IssuerImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.IssuerImpl
Constructor.
IssuerImpl - Class in org.opensaml.soap.wstrust.impl
IssuerImpl.
IssuerImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.IssuerImpl
Constructor.
IssuerMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for Issuer.
IssuerMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.IssuerMarshaller
 
IssuerMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the Issuer element.
IssuerMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.IssuerMarshaller
 
IssuerUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for Issuer.
IssuerUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.IssuerUnmarshaller
 
IssuerUnmarshaller - Class in org.opensaml.soap.wstrust.impl
IssuerUnmarshaller.
IssuerUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.IssuerUnmarshaller
 
isSupportedProtocol(String) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorImpl
Chckes to see if the given protocol is supported by this role.
isSupportedProtocol(String) - Method in interface org.opensaml.saml.saml2.metadata.RoleDescriptor
Chckes to see if the given protocol is supported by this role.
isSynchronous() - Method in class org.opensaml.saml.common.binding.BindingDescriptor
Get whether the binding is synchronous (direct request/response, typically SOAP).
isTrusted() - Method in class org.opensaml.saml.criterion.EndpointCriterion
Get the trust indicator for the endpoint.
isValid() - Method in class org.opensaml.saml.common.binding.artifact.ExpiringSAMLArtifactMapEntry
Returns true iff the entry is valid as of now.
isValid(long) - Method in class org.opensaml.saml.common.binding.artifact.ExpiringSAMLArtifactMapEntry
Returns true iff the entry is valid as of a specified time.
isValid(XMLObject) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
Returns whether the given descriptor is valid.
isValid(XMLObject) - Method in class org.opensaml.saml.metadata.resolver.impl.BasicRoleDescriptorResolver
Returns whether the given descriptor is valid.
isValid(XMLObject) - Static method in class org.opensaml.saml.saml2.common.SAML2Support
Checks to see if the given XMLObject is still valid.
isValid() - Method in interface org.opensaml.saml.saml2.common.TimeBoundSAMLObject
Checks to see if the current time is past the validUntil time.
isValid() - Method in class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorImpl
Checks to see if the current time is past the validUntil time.
isValid() - Method in class org.opensaml.saml.saml2.metadata.impl.EntitiesDescriptorImpl
Checks to see if the current time is past the validUntil time.
isValid() - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
Checks to see if the current time is past the validUntil time.
isValid() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorImpl
Checks to see if the current time is past the validUntil time.
isWhitelistMerge() - Method in class org.opensaml.xmlsec.impl.BasicWhitelistBlacklistConfiguration
Flag indicating whether to merge this configuration's whitelist with one of a lower order of precedence, or to treat this whitelist as authoritative.
isWhitelistMerge() - Method in interface org.opensaml.xmlsec.WhitelistBlacklistConfiguration
Flag indicating whether to merge this configuration's whitelist with one of a lower order of precedence, or to treat this whitelist as authoritative.
isWSAIsReferenceParameter() - Method in interface org.opensaml.soap.wsaddressing.IsReferenceParameterBearing
Returns the @wsa:IsReferenceParameter attribute value.
isWSAIsReferenceParameterXSBoolean() - Method in interface org.opensaml.soap.wsaddressing.IsReferenceParameterBearing
Returns the @wsa:IsReferenceParameter attribute value.
isWSP12Optional() - Method in interface org.opensaml.soap.wspolicy.OptionalBearing
Get the attribute value.
isWSP12OptionalXSBoolean() - Method in interface org.opensaml.soap.wspolicy.OptionalBearing
Get the attribute value.
IterableMetadataSource - Interface in org.opensaml.saml.metadata
A source of EntityDescriptor instances which may be iterated.
Iteration - Interface in org.opensaml.soap.wssecurity
The <wsse11:Iteration> element within a <wsse:UsernameToken> element.
IterationBuilder - Class in org.opensaml.soap.wssecurity.impl
IterationBuilder.
IterationBuilder() - Constructor for class org.opensaml.soap.wssecurity.impl.IterationBuilder
 
IterationImpl - Class in org.opensaml.soap.wssecurity.impl
IterationImpl.
IterationImpl(String, String, String) - Constructor for class org.opensaml.soap.wssecurity.impl.IterationImpl
Constructor.
IterationMarshaller - Class in org.opensaml.soap.wssecurity.impl
IterationMarshaller.
IterationMarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.IterationMarshaller
 
IterationUnmarshaller - Class in org.opensaml.soap.wssecurity.impl
IterationUnmarshaller.
IterationUnmarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.IterationUnmarshaller
 
iterator() - Method in class org.opensaml.messaging.context.BaseContext
iterator() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractBatchMetadataResolver
iterator() - Method in class org.opensaml.security.credential.impl.AbstractChainingCredentialResolver.CredentialIterable
iterator() - Method in class org.opensaml.xmlsec.encryption.support.ChainingEncryptedKeyResolver.ChainingIterable

J

J - Interface in org.opensaml.xmlsec.signature
XMLObject representing XML Digital Signature, version 20020212, J element.
JavaCryptoValidationInitializer - Class in org.opensaml.xmlsec.config
An initializer which validates the Java Cryptographic Architecture environment is usable.
JavaCryptoValidationInitializer() - Constructor for class org.opensaml.xmlsec.config.JavaCryptoValidationInitializer
 
JBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of J.
JBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.JBuilder
Constructor.
JCAConstants - Class in org.opensaml.security.crypto
Various useful constants defined in and/or used with the Java Cryptography Architecture (JCA) specification.
JImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of J.
JImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.JImpl
Constructor.
JPAStorageRecord - Class in org.opensaml.storage.impl
Implementation of MutableStorageRecord annotated for JPA.
JPAStorageRecord() - Constructor for class org.opensaml.storage.impl.JPAStorageRecord
Creates a new JPA storage record.
JPAStorageRecord.RecordId - Class in org.opensaml.storage.impl
Composite key to represent the record id.
JPAStorageService - Class in org.opensaml.storage.impl
Implementation of StorageService that uses JPA to persist to a database.
JPAStorageService(EntityManagerFactory) - Constructor for class org.opensaml.storage.impl.JPAStorageService
Creates a new JPA storage service.

K

KANonce - Interface in org.opensaml.xmlsec.encryption
XMLObject representing XML Encryption, version 20021210, KA-Nonce element.
KANonceBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of KANonce.
KANonceBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.KANonceBuilder
Constructor.
KANonceImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of KANonce.
KANonceImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.KANonceImpl
Constructor.
KERBEROS - Static variable in interface org.opensaml.saml.saml2.core.NameIDType
URI for kerberos name format.
KERBEROS_AP_REQ - Static variable in class org.opensaml.soap.wssecurity.WSSecurityConstants
WS-Security - Kerberos Token Profile - Kerberosv5_AP_REQ.
KERBEROS_AP_REQ_1510 - Static variable in class org.opensaml.soap.wssecurity.WSSecurityConstants
WS-Security - Kerberos Token Profile - Kerberosv5_AP_REQ1510.
KERBEROS_AUTHN_CTX - Static variable in interface org.opensaml.saml.saml2.core.AuthnContext
URI for Kerberos authentication context.
KERBEROS_AUTHN_METHOD - Static variable in interface org.opensaml.saml.saml1.core.AuthenticationStatement
URI for Kerberos authentication method.
KET - Static variable in interface org.opensaml.soap.wstrust.RequestType
RequestType Key Exchange Token (KET) URI.
Key - Annotation Type in org.opensaml.storage.annotation
Identifies the field of a class that serves as the key of a StorageService record.
KEY_ALGO_AES - Static variable in class org.opensaml.security.crypto.JCAConstants
Key algorithm: "AES".
KEY_ALGO_DES - Static variable in class org.opensaml.security.crypto.JCAConstants
Key algorithm: "DES".
KEY_ALGO_DESEDE - Static variable in class org.opensaml.security.crypto.JCAConstants
Key algorithm: "DESede".
KEY_ALGO_DSA - Static variable in class org.opensaml.security.crypto.JCAConstants
Key algorithm: "DSA".
KEY_ALGO_EC - Static variable in class org.opensaml.security.crypto.JCAConstants
Key algorithm: "EC".
KEY_ALGO_RSA - Static variable in class org.opensaml.security.crypto.JCAConstants
Key algorithm: "RSA".
KEY_FORMAT_RAW - Static variable in class org.opensaml.security.crypto.JCAConstants
Key format: "RAW".
KEY_SIZE - Static variable in class org.opensaml.storage.impl.JPAStorageRecord
Length of the key column.
KeyAgreementAlgorithm - Interface in org.opensaml.xmlsec.algorithm
Interface for key agreement algorithm descriptors.
KeyAlgorithmCriterion - Class in org.opensaml.security.criteria
An implementation of Criterion which specifies key algorithm criteria.
KeyAlgorithmCriterion(String) - Constructor for class org.opensaml.security.criteria.KeyAlgorithmCriterion
Constructor.
KeyDescriptor - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata KeyDescriptor.
KeyDescriptorBuilder - Class in org.opensaml.saml.saml2.metadata.impl
Builder of KeyDescriptorImpl objects.
KeyDescriptorBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.KeyDescriptorBuilder
 
KeyDescriptorImpl - Class in org.opensaml.saml.saml2.metadata.impl
Concrete implementation of KeyDescriptor.
KeyDescriptorImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.KeyDescriptorImpl
Constructor.
KeyDescriptorMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread-safe marshaller for KeyDescriptors.
KeyDescriptorMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.KeyDescriptorMarshaller
 
KeyDescriptorUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread-safe unmarshaller for KeyDescriptors.
KeyDescriptorUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.KeyDescriptorUnmarshaller
 
KeyEncryptionParameters - Class in org.opensaml.xmlsec.encryption.support
Parameters for encrypting keys.
KeyEncryptionParameters() - Constructor for class org.opensaml.xmlsec.encryption.support.KeyEncryptionParameters
Constructor.
KeyEncryptionParameters(EncryptionParameters, String) - Constructor for class org.opensaml.xmlsec.encryption.support.KeyEncryptionParameters
Convenience constructor which allows copying the relevant key encryption parameters from an instance of EncryptionParameters.
KeyExchangeToken - Interface in org.opensaml.soap.wstrust
The wst:KeyExchangeToken element.
KeyExchangeTokenBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the KeyExchangeToken element.
KeyExchangeTokenBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.KeyExchangeTokenBuilder
 
KeyExchangeTokenImpl - Class in org.opensaml.soap.wstrust.impl
KeyExchangeTokenImpl.
KeyExchangeTokenImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.KeyExchangeTokenImpl
Constructor.
KeyExchangeTokenMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the KeyExchangeToken element.
KeyExchangeTokenMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.KeyExchangeTokenMarshaller
 
KeyExchangeTokenUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the wst:KeyExchangeToken element.
KeyExchangeTokenUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.KeyExchangeTokenUnmarshaller
 
KeyIdentifier - Interface in org.opensaml.soap.wssecurity
The <wsse:KeyIdentifier> element.
KeyIdentifierBuilder - Class in org.opensaml.soap.wssecurity.impl
KeyIdentifierBuilder.
KeyIdentifierBuilder() - Constructor for class org.opensaml.soap.wssecurity.impl.KeyIdentifierBuilder
 
KeyIdentifierImpl - Class in org.opensaml.soap.wssecurity.impl
KeyIdentifierImpl.
KeyIdentifierImpl(String, String, String) - Constructor for class org.opensaml.soap.wssecurity.impl.KeyIdentifierImpl
Constructor.
KeyIdentifierMarshaller - Class in org.opensaml.soap.wssecurity.impl
KeyIdentifierMarshaller.
KeyIdentifierMarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.KeyIdentifierMarshaller
 
KeyIdentifierUnmarshaller - Class in org.opensaml.soap.wssecurity.impl
KeyIdentifierUnmarshaller.
KeyIdentifierUnmarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.KeyIdentifierUnmarshaller
 
KeyInfo - Interface in org.opensaml.xmlsec.signature
XMLObject representing XML Digital Signature, version 20020212, KeyInfo element.
KeyInfoBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of KeyInfo.
KeyInfoBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.KeyInfoBuilder
Constructor.
KeyInfoConfirmationDataType - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core KeyInfoConfirmationDataType.
KeyInfoConfirmationDataTypeBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder for KeyInfoConfirmationDataTypeImpl objects.
KeyInfoConfirmationDataTypeBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.KeyInfoConfirmationDataTypeBuilder
Constructor.
KeyInfoConfirmationDataTypeImpl - Class in org.opensaml.saml.saml2.core.impl
Concrete implementation of SubjectConfirmationData.
KeyInfoConfirmationDataTypeImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.KeyInfoConfirmationDataTypeImpl
Constructor.
KeyInfoCredentialContext - Class in org.opensaml.xmlsec.keyinfo.impl
Context for credentials resolved from a KeyInfo element.
KeyInfoCredentialContext(KeyInfo) - Constructor for class org.opensaml.xmlsec.keyinfo.impl.KeyInfoCredentialContext
Constructor.
KeyInfoCredentialResolver - Interface in org.opensaml.xmlsec.keyinfo
Specialized CredentialResolver marker interface for resolvers which resolve credentials based on a KeyInfo element.
KeyInfoCriterion - Class in org.opensaml.xmlsec.keyinfo
An implementation of Criterion which specifies criteria based on the contents of a KeyInfo element.
KeyInfoCriterion(KeyInfo) - Constructor for class org.opensaml.xmlsec.keyinfo.KeyInfoCriterion
Constructor.
KeyInfoGenerationProfileCriterion - Class in org.opensaml.xmlsec.criterion
Criterion representing an a KeyInfo generation "profile" name used when looking up a KeyInfoGeneratorManager from a NamedKeyInfoGeneratorManager.
KeyInfoGenerationProfileCriterion(String) - Constructor for class org.opensaml.xmlsec.criterion.KeyInfoGenerationProfileCriterion
Constructor.
KeyInfoGenerator - Interface in org.opensaml.xmlsec.keyinfo
Interface for implementations which generate a KeyInfo based on keying material and other information found within a Credential.
KeyInfoGeneratorFactory - Interface in org.opensaml.xmlsec.keyinfo
Interface for factories which produce KeyInfoGenerator instances.
KeyInfoGeneratorManager - Class in org.opensaml.xmlsec.keyinfo
A manager for KeyInfoGeneratorFactory instances.
KeyInfoGeneratorManager() - Constructor for class org.opensaml.xmlsec.keyinfo.KeyInfoGeneratorManager
Constructor.
KeyInfoImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of KeyInfo.
KeyInfoImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.KeyInfoImpl
Constructor.
KeyInfoMarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Marshaller for KeyInfo objects.
KeyInfoMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.KeyInfoMarshaller
 
KeyInfoProvider - Interface in org.opensaml.xmlsec.keyinfo.impl
Interface for providers used in conjunction with a KeyInfoCredentialResolver which support resolving Credentials based on a child element of KeyInfo.
KeyInfoReference - Interface in org.opensaml.xmlsec.signature
XMLObject representing XML Digital Signature 1.1 KeyInfoReference element.
KeyInfoReferenceBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of KeyInfoReference.
KeyInfoReferenceBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.KeyInfoReferenceBuilder
Constructor.
KeyInfoReferenceImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of KeyInfoReference.
KeyInfoReferenceImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.KeyInfoReferenceImpl
Constructor.
KeyInfoReferenceMarshaller - Class in org.opensaml.xmlsec.signature.impl
Thread-safe marshaller of KeyInfoReference objects.
KeyInfoReferenceMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.KeyInfoReferenceMarshaller
 
KeyInfoReferenceProvider - Class in org.opensaml.xmlsec.keyinfo.impl.provider
Implementation of KeyInfoProvider which supports KeyInfoReference.
KeyInfoReferenceProvider() - Constructor for class org.opensaml.xmlsec.keyinfo.impl.provider.KeyInfoReferenceProvider
 
KeyInfoReferenceUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Unmarshaller for KeyInfoReference objects.
KeyInfoReferenceUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.KeyInfoReferenceUnmarshaller
 
KeyInfoResolutionContext - Class in org.opensaml.xmlsec.keyinfo.impl
Resolution context class that is used to supply state information to, and to share information amongst, KeyInfoProviders.
KeyInfoResolutionContext(Collection<Credential>) - Constructor for class org.opensaml.xmlsec.keyinfo.impl.KeyInfoResolutionContext
Constructor.
KeyInfoSupport - Class in org.opensaml.xmlsec.keyinfo
Utility class for working with data inside a KeyInfo object.
KeyInfoSupport() - Constructor for class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
Constructor.
KeyInfoUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Unmarshaller for org.opensaml.xmlsec.signature.KeyInfoType objects.
KeyInfoUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.KeyInfoUnmarshaller
 
KeyLengthCriterion - Class in org.opensaml.security.criteria
An implementation of Criterion which specifies key length criteria.
KeyLengthCriterion(Integer) - Constructor for class org.opensaml.security.criteria.KeyLengthCriterion
Constructor.
KeyLengthSpecifiedAlgorithm - Interface in org.opensaml.xmlsec.algorithm
Interface for algorithm descriptors which specify a key length.
KeyName - Interface in org.opensaml.xmlsec.signature
XMLObject representing XML Digital Signature, version 20020212, KeyName element.
KeyNameBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of KeyName.
KeyNameBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.KeyNameBuilder
Constructor.
KeyNameCriterion - Class in org.opensaml.security.criteria
An implementation of Criterion which specifies key name criteria.
KeyNameCriterion(String) - Constructor for class org.opensaml.security.criteria.KeyNameCriterion
Constructor.
KeyNameImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of KeyName.
KeyNameImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.KeyNameImpl
Constructor.
KeyReference - Interface in org.opensaml.xmlsec.encryption
XMLObject representing XML Encryption, version 20021210, KeyReference element.
KeyReferenceBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of KeyReference.
KeyReferenceBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.KeyReferenceBuilder
Constructor.
KeyReferenceImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of KeyReference.
KeyReferenceImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.KeyReferenceImpl
Constructor.
KeyReferenceMarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Marshaller for KeyReference objects.
KeyReferenceMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.KeyReferenceMarshaller
 
KeyReferenceUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Unmarshaller for KeyReference objects.
KeyReferenceUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.KeyReferenceUnmarshaller
 
keySet() - Method in class org.opensaml.core.xml.util.AttributeMap
Returns the set of keys.
KeySize - Interface in org.opensaml.soap.wstrust
The wst:KeySize element.
KeySize - Interface in org.opensaml.xmlsec.encryption
XMLObject representing XML Encryption, version 20021210, KeySize element.
KeySizeBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the KeySize element.
KeySizeBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.KeySizeBuilder
 
KeySizeBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of KeySize.
KeySizeBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.KeySizeBuilder
Constructor.
KeySizeImpl - Class in org.opensaml.soap.wstrust.impl
KeySizeImpl.
KeySizeImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.KeySizeImpl
Constructor.
KeySizeImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of KeySize.
KeySizeImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.KeySizeImpl
Constructor.
KeySizeMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the KeySize element.
KeySizeMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.KeySizeMarshaller
 
KeySizeUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the wst:KeySize element.
KeySizeUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.KeySizeUnmarshaller
 
KeySpecifiedAlgorithm - Interface in org.opensaml.xmlsec.algorithm
Interface for algorithm descriptors which specify a key type.
KeyStoreCredentialResolver - Class in org.opensaml.security.credential.impl
A CredentialResolver that extracts Credential's from a key store.
KeyStoreCredentialResolver(KeyStore, Map<String, String>) - Constructor for class org.opensaml.security.credential.impl.KeyStoreCredentialResolver
Constructor.
KeyStoreCredentialResolver(KeyStore, Map<String, String>, UsageType) - Constructor for class org.opensaml.security.credential.impl.KeyStoreCredentialResolver
Constructor.
KeyStoreX509CredentialAdapter - Class in org.opensaml.security.x509.impl
A wrapper that changes a KeyStore in to a X509Credential.
KeyStoreX509CredentialAdapter(KeyStore, String, char[]) - Constructor for class org.opensaml.security.x509.impl.KeyStoreX509CredentialAdapter
Constructor.
KeySupport - Class in org.opensaml.security.crypto
Helper methods for cryptographic keys and key pairs.
KeyTransportAlgorithm - Interface in org.opensaml.xmlsec.algorithm
Interface for key transport algorithm descriptors.
KeyTransportAlgorithmPredicate - Interface in org.opensaml.xmlsec
An interface for predicates which allow evaluation of a candidate key transport algorithm relative to a candidate data encryption algorithm and/or a candidate key transport credential.
KeyTransportAlgorithmPredicate.SelectionInput - Class in org.opensaml.xmlsec
Input class for instances of KeyTransportAlgorithmPredicate.
KeyTransportRSA15 - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for key transport algorithm: RSA v1.5.
KeyTransportRSA15() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.KeyTransportRSA15
 
KeyTransportRSAOAEP - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for key transport algorithm: RSA OAEP.
KeyTransportRSAOAEP() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.KeyTransportRSAOAEP
 
KeyTransportRSAOAEPMGF1P - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for key transport algorithm: RSA OAEP MGF1P.
KeyTransportRSAOAEPMGF1P() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.KeyTransportRSAOAEPMGF1P
 
KeyType - Interface in org.opensaml.soap.wstrust
The wst:KeyType element.
KeyTypeBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the KeyType element.
KeyTypeBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.KeyTypeBuilder
 
KeyTypeImpl - Class in org.opensaml.soap.wstrust.impl
KeyTypeImpl.
KeyTypeImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.KeyTypeImpl
Constructor.
KeyTypeMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the KeyType element.
KeyTypeMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.KeyTypeMarshaller
 
KeyTypeUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the wst:KeyType element.
KeyTypeUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.KeyTypeUnmarshaller
 
KeyValue - Interface in org.opensaml.xmlsec.signature
XMLObject representing XML Digital Signature, version 20020212, KeyValue element.
KeyValueBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of KeyValue.
KeyValueBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.KeyValueBuilder
Constructor.
KeyValueImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of KeyValue.
KeyValueImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.KeyValueImpl
Constructor.
KeyValueMarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Marshaller for KeyValue objects.
KeyValueMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.KeyValueMarshaller
 
KeyValueUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Unmarshaller for KeyValue objects.
KeyValueUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.KeyValueUnmarshaller
 
Keywords - Interface in org.opensaml.saml.ext.saml2mdui
DisplayName.
KeywordsBuilder - Class in org.opensaml.saml.ext.saml2mdui.impl
Builder of Keywords objects.
KeywordsBuilder() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.KeywordsBuilder
Constructor.
KeywordsImpl - Class in org.opensaml.saml.ext.saml2mdui.impl
Concrete Implementation of Keywords.
KeywordsImpl(String, String, String) - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.KeywordsImpl
Constructor.
KeywordsMarshaller - Class in org.opensaml.saml.ext.saml2mdui.impl
A thread safe Marshaller for Keywords objects.
KeywordsMarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.KeywordsMarshaller
 
KeywordsUnmarshaller - Class in org.opensaml.saml.ext.saml2mdui.impl
A thread-safe unmarshaller for Keywords objects.
KeywordsUnmarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.KeywordsUnmarshaller
 
KEYWRAP_ALGO_AES - Static variable in class org.opensaml.security.crypto.JCAConstants
Symmetric key wrap algorithm: "AESWrap".
KEYWRAP_ALGO_DESEDE - Static variable in class org.opensaml.security.crypto.JCAConstants
Symmetric key wrap algorithm: "DESedeWrap".
KeyWrapAlgorithm - Interface in org.opensaml.soap.wstrust
The wst:KeyWrapAlgorithm element.
KeyWrapAlgorithmBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the KeyWrapAlgorithm element.
KeyWrapAlgorithmBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.KeyWrapAlgorithmBuilder
 
KeyWrapAlgorithmImpl - Class in org.opensaml.soap.wstrust.impl
KeyWrapAlgorithmImpl.
KeyWrapAlgorithmImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.KeyWrapAlgorithmImpl
Constructor.
KeyWrapAlgorithmMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the KeyWrapAlgorithm element.
KeyWrapAlgorithmMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.KeyWrapAlgorithmMarshaller
 
KeyWrapAlgorithmUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the wst:KeyWrapAlgorithm element.
KeyWrapAlgorithmUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.KeyWrapAlgorithmUnmarshaller
 

L

LANG_ATTRIB_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdui.UIInfo
Language attribute name.
LANG_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.ServiceName
Language attribute name.
LangBearing - Interface in org.opensaml.core.xml
Interface for element having a @xml:lang attribute.
LATEST_VERSION_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.IdReferenceType
LatestVersion attribute name.
LDAPStorageService - Class in org.opensaml.storage.impl
Implementation of StorageService that stores data in an LDAP.
LDAPStorageService(PooledConnectionFactory, LdapAttribute...) - Constructor for class org.opensaml.storage.impl.LDAPStorageService
Creates a new LDAP storage service.
Lifetime - Interface in org.opensaml.soap.wstrust
The wst:Lifetime element.
LifetimeBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the Lifetime element.
LifetimeBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.LifetimeBuilder
 
LifetimeImpl - Class in org.opensaml.soap.wstrust.impl
LifetimeImpl.
LifetimeImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.LifetimeImpl
Constructor.
LifetimeMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the Lifetime element.
LifetimeMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.LifetimeMarshaller
 
LifetimeUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the wst:Lifetime element.
LifetimeUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.LifetimeUnmarshaller
 
linkMultiplePeerKeys(EncryptedData, List<EncryptedKey>) - Method in class org.opensaml.saml.saml2.encryption.Encrypter
Link multiple "multicast" EncryptedKeys to the EncryptedData according to guidelines in SAML Errata E43.
linkSinglePeerKey(EncryptedData, EncryptedKey) - Method in class org.opensaml.saml.saml2.encryption.Encrypter
Link a single EncryptedKey to the EncryptedData according to guidelines in SAML Errata E43.
load(File) - Method in class org.opensaml.core.xml.config.XMLConfigurator
Loads the configuration file(s) from the given file.
load(InputStream) - Method in class org.opensaml.core.xml.config.XMLConfigurator
Loads a configuration file from an input stream.
load(Document) - Method in class org.opensaml.core.xml.config.XMLConfigurator
Loads the configuration document.
load(Element) - Method in class org.opensaml.core.xml.config.XMLConfigurator
Loads a configuration after it's been schema validated.
load() - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Reconstitute stored data.
loadDefaultMappings() - Static method in class org.opensaml.security.credential.criteria.impl.EvaluableCredentialCriteriaRegistry
Load the default set of criteria-evaluator mappings from the default mappings properties file.
loadMappings(Properties) - Static method in class org.opensaml.security.credential.criteria.impl.EvaluableCredentialCriteriaRegistry
Load a set of criteria-evaluator mappings from the supplied properties set.
LOC_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.IDPEntry
Loc attribute name.
LocalizedName - Interface in org.opensaml.saml.saml2.metadata
LocalizedName.
LocalizedNameImpl - Class in org.opensaml.saml.saml2.metadata.impl
Concrete implementation of LocalizedName.
LocalizedNameImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.LocalizedNameImpl
Constructor.
LocalizedNameMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Marshaller for LocalizedName objects.
LocalizedNameMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.LocalizedNameMarshaller
 
LocalizedNameUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread-safe unmarshaller for LocalizedName objects.
LocalizedNameUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.LocalizedNameUnmarshaller
 
LocalizedURI - Interface in org.opensaml.saml.saml2.metadata
LocalizedURI.
LocalizedURIImpl - Class in org.opensaml.saml.saml2.metadata.impl
Concrete implementation of LocalizedURI.
LocalizedURIImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.LocalizedURIImpl
Constructor.
LocalizedURIMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Marshaller for LocalizedURI objects.
LocalizedURIMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.LocalizedURIMarshaller
 
LocalizedURIUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread-safe unmarshaller for LocalizedURI objects.
LocalizedURIUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.LocalizedURIUnmarshaller
 
LocalKeyInfoCredentialResolver - Class in org.opensaml.xmlsec.keyinfo.impl
A simple specialization of BasicProviderKeyInfoCredentialResolver which is capable of using information from a KeyInfo to resolve local credentials from a supplied CredentialResolver which manages local credentials.
LocalKeyInfoCredentialResolver(List<KeyInfoProvider>, CredentialResolver) - Constructor for class org.opensaml.xmlsec.keyinfo.impl.LocalKeyInfoCredentialResolver
Constructor.
LOCATION_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.AuthorityBinding
Name for the Location attribute.
LOCATION_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.Endpoint
"Location" attribute name.
logDecodedMessage() - Method in class org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder
Log the decoded message to the protocol message logger.
logEncodedMessage() - Method in class org.opensaml.messaging.encoder.servlet.BaseHttpServletResponseXMLMessageEncoder
Log the encoded message to the protocol message logger.
Logo - Interface in org.opensaml.saml.ext.saml2mdui
Localized logo type.
LogoBuilder - Class in org.opensaml.saml.ext.saml2mdui.impl
Builder of Logo objects.
LogoBuilder() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.LogoBuilder
Constructor.
LogoImpl - Class in org.opensaml.saml.ext.saml2mdui.impl
Concrete implementation of Logo.
LogoImpl(String, String, String) - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.LogoImpl
Constructor.
LogoMarshaller - Class in org.opensaml.saml.ext.saml2mdui.impl
A thread safe Marshaller for Logo objects.
LogoMarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.LogoMarshaller
 
LogoUnmarshaller - Class in org.opensaml.saml.ext.saml2mdui.impl
A thread-safe Unmarshaller for Logo objects.
LogoUnmarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.LogoUnmarshaller
 
LogoutRequest - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core LogoutRequest.
LogoutRequestBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder of LogoutRequestImpl.
LogoutRequestBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.LogoutRequestBuilder
Constructor.
LogoutRequestImpl - Class in org.opensaml.saml.saml2.core.impl
A concrete implementation of LogoutRequest.
LogoutRequestImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.LogoutRequestImpl
Constructor.
LogoutRequestMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for LogoutRequest.
LogoutRequestMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.LogoutRequestMarshaller
 
LogoutRequestUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for LogoutRequest objects.
LogoutRequestUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.LogoutRequestUnmarshaller
 
LogoutResponse - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core LogoutResponse.
LogoutResponseBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder of LogoutResponseImpl.
LogoutResponseBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.LogoutResponseBuilder
Constructor.
LogoutResponseImpl - Class in org.opensaml.saml.saml2.core.impl
A concrete implementation of LogoutResponse.
LogoutResponseImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.LogoutResponseImpl
Constructor.
LogoutResponseMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread safe Marshaller for LogoutResponse objects.
LogoutResponseMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.LogoutResponseMarshaller
 
LogoutResponseUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for LogoutResponse objects.
LogoutResponseUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.LogoutResponseUnmarshaller
 
logResult(DecryptionParameters) - Method in class org.opensaml.xmlsec.impl.BasicDecryptionParametersResolver
Log the resolved parameters.
logResult(EncryptionParameters) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Log the resolved parameters.
logResult(SignatureSigningParameters) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
Log the resolved parameters.
logResult(SignatureValidationParameters) - Method in class org.opensaml.xmlsec.impl.BasicSignatureValidationParametersResolver
Log the resolved parameters.
lookup(String) - Method in class org.opensaml.core.xml.util.IDIndex
Lookup and return the XMLObject identified by the specified ID attribute.
lookup(Class<? extends Criterion>) - Static method in class org.opensaml.security.credential.criteria.impl.EvaluableCredentialCriteriaRegistry
Lookup the class subtype of EvaluableCredentialCriterion which is registered for the specified Criterion class.
lookupEntityID(String) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
Get list of descriptors matching an entityID.
lookupEntityID(String) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
Get list of descriptors matching an entityID.
lookupIndexedEntityID(String) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
Lookup the specified entityID from the index.
lookupKeyInfoGenerator(Credential, NamedKeyInfoGeneratorManager, String) - Method in class org.opensaml.xmlsec.impl.AbstractSecurityParametersResolver
Resolve a KeyInfoGenerator instance based on a NamedKeyInfoGeneratorManager, Credential and optional KeyInfo generation profile name.
lookupNamespace(String) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
Looks up the namespace for the given context name in the cache.
lookupNamespacePrefix(XMLObject, String) - Static method in class org.opensaml.core.xml.util.XMLObjectSupport
Get the prefix bound to the specified namespace URI within the scope of the specified XMLObject.
lookupNamespaceURI(XMLObject, String) - Static method in class org.opensaml.core.xml.util.XMLObjectSupport
Get the namespace URI bound to the specified prefix within the scope of the specified XMLObject.

M

MACAlgorithm - Interface in org.opensaml.xmlsec.algorithm
Interface for message authentication code (MAC) algorithm descriptors.
main(String[]) - Static method in class org.opensaml.core.Version
Main entry point to program.
MAJORVERSION_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.Assertion
Name for the attribute which defines Major Version (attribute's value must be 1).
MAJORVERSION_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.RequestAbstractType
Name for the attribute which defines the Major Version (which must be "1".
MAJORVERSION_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.ResponseAbstractType
Name for the attribute which defines the Major Version (which must be "1".
ManageNameIDRequest - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core ManageNameIDRequest.
ManageNameIDRequestBuilder - Class in org.opensaml.saml.saml2.core.impl
A Builder for ManageNameIDRequestImpl objects.
ManageNameIDRequestBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.ManageNameIDRequestBuilder
Constructor.
ManageNameIDRequestImpl - Class in org.opensaml.saml.saml2.core.impl
A concrete implementation of ManageNameIDRequest.
ManageNameIDRequestImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.ManageNameIDRequestImpl
Constructor.
ManageNameIDRequestMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread safe Marshaller for ManageNameIDRequest objects.
ManageNameIDRequestMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.ManageNameIDRequestMarshaller
 
ManageNameIDRequestUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for ManageNameIDRequest objects.
ManageNameIDRequestUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.ManageNameIDRequestUnmarshaller
 
ManageNameIDResponse - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core ManageNameIDResponse.
ManageNameIDResponseBuilder - Class in org.opensaml.saml.saml2.core.impl
A Builder for ManageNameIDResponseImpl objects.
ManageNameIDResponseBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.ManageNameIDResponseBuilder
Constructor.
ManageNameIDResponseImpl - Class in org.opensaml.saml.saml2.core.impl
A Builder for ManageNameIDResponseImpl objects.
ManageNameIDResponseImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.ManageNameIDResponseImpl
Constructor.
ManageNameIDResponseMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread safe Marshaller for ManageNameIDResponse objects.
ManageNameIDResponseMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.ManageNameIDResponseMarshaller
 
ManageNameIDResponseUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for ManageNameIDResponse objects.
ManageNameIDResponseUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.ManageNameIDResponseUnmarshaller
 
ManageNameIDService - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata ManageNameIDService.
ManageNameIDServiceBuilder - Class in org.opensaml.saml.saml2.metadata.impl
ManageNameIDServiceBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.ManageNameIDServiceBuilder
Constructor.
ManageNameIDServiceImpl - Class in org.opensaml.saml.saml2.metadata.impl
Concrete implenentation of ManageNameIDService.
ManageNameIDServiceImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.ManageNameIDServiceImpl
Constructor.
ManageNameIDServiceMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Marshaller for ManageNameIDService objects.
ManageNameIDServiceMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.ManageNameIDServiceMarshaller
 
ManageNameIDServiceUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Unmarshaller for ManageNameIDService objects.
ManageNameIDServiceUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.ManageNameIDServiceUnmarshaller
 
manageQualifiedAttributeNamespace(QName, boolean) - Method in class org.opensaml.core.xml.AbstractXMLObject
A helper function for derived classes.
MapBasedConfiguration - Class in org.opensaml.core.config.provider
A configuration implementation which stores registered configuration instances in a local instance of ConcurrentHashMap.
MapBasedConfiguration() - Constructor for class org.opensaml.core.config.provider.MapBasedConfiguration
Constructor.
marshall(XMLObject) - Method in class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
Marshall this element, and its children, and root them in a newly created Document.
marshall(XMLObject, Document) - Method in class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
Marshall this element, and its children, into a W3C DOM element.
marshall(XMLObject, Element) - Method in class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
Marshall the given XMLObject and append it as a child to the given parent element.
marshall(XMLObject) - Method in interface org.opensaml.core.xml.io.Marshaller
Marshall this element, and its children, and root them in a newly created Document.
marshall(XMLObject, Document) - Method in interface org.opensaml.core.xml.io.Marshaller
Marshall this element, and its children, into a W3C DOM element.
marshall(XMLObject, Element) - Method in interface org.opensaml.core.xml.io.Marshaller
Marshall the given XMLObject and append it as a child to the given parent element.
marshall(XMLObject) - Static method in class org.opensaml.core.xml.util.XMLObjectSupport
Marshall an XMLObject.
marshall(XMLObject, Document) - Method in class org.opensaml.saml.common.AbstractSAMLObjectMarshaller
Marshall this element, and its children, into a W3C DOM element.
marshall(XMLObject, Element) - Method in class org.opensaml.saml.common.AbstractSAMLObjectMarshaller
Marshall the given XMLObject and append it as a child to the given parent element.
marshall(XMLObject) - Method in class org.opensaml.xmlsec.signature.impl.SignatureMarshaller
Marshall this element, and its children, and root them in a newly created Document.
marshall(XMLObject, Element) - Method in class org.opensaml.xmlsec.signature.impl.SignatureMarshaller
Marshall the given XMLObject and append it as a child to the given parent element.
marshall(XMLObject, Document) - Method in class org.opensaml.xmlsec.signature.impl.SignatureMarshaller
Marshall this element, and its children, into a W3C DOM element.
marshallAttribute(QName, List<String>, Element, boolean) - Static method in class org.opensaml.core.xml.util.XMLObjectSupport
Marshall an attribute name and value to a DOM Element.
marshallAttribute(QName, String, Element, boolean) - Static method in class org.opensaml.core.xml.util.XMLObjectSupport
Marshall an attribute name and value to a DOM Element.
marshallAttributeMap(AttributeMap, Element) - Static method in class org.opensaml.core.xml.util.XMLObjectSupport
Marshall the attributes represented by the indicated AttributeMap into the indicated DOM Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.core.xml.AbstractElementExtensibleXMLObjectMarshaller
No xs:anyAttribute attributes.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.core.xml.AbstractExtensibleXMLObjectMarshaller
Marshalls the xs:anyAttribute attributes.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.core.xml.io.BaseXMLObjectMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.core.xml.schema.impl.XSAnyMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.core.xml.schema.impl.XSBase64BinaryMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.core.xml.schema.impl.XSBooleanMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.core.xml.schema.impl.XSIntegerMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.core.xml.schema.impl.XSQNameMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.core.xml.schema.impl.XSStringMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.core.xml.schema.impl.XSURIMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.common.AbstractSAMLObjectMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.ext.saml2alg.impl.DigestMethodMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.ext.saml2alg.impl.SigningMethodMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.ext.saml2cb.impl.ChannelBindingsMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.ext.saml2delrestrict.impl.DelegateMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.ext.saml2mdquery.impl.QueryDescriptorTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationInfoMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.RegistrationInfoMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.ext.saml2mdui.impl.KeywordsMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.ext.saml2mdui.impl.LogoMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.ext.samlec.impl.GeneratedKeyMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.ext.samlec.impl.SessionKeyMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml1.core.impl.ActionMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml1.core.impl.AssertionMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml1.core.impl.AttributeDesignatorMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml1.core.impl.AttributeQueryMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml1.core.impl.AuthenticationQueryMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml1.core.impl.AuthenticationStatementMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml1.core.impl.AuthorityBindingMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionQueryMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionStatementMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml1.core.impl.ConditionsMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml1.core.impl.NameIdentifierMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml1.core.impl.RequestAbstractTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml1.core.impl.ResponseAbstractTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml1.core.impl.StatusCodeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml1.core.impl.SubjectLocalityMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.AbstractNameIDTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.ActionMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.AssertionMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.AttributeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextDeclMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.AuthnQueryMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.AuthnRequestMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.AuthnStatementMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.AuthzDecisionQueryMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.AuthzDecisionStatementMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.BaseIDMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.ConditionsMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.ExtensionsMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.IDPEntryMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.LogoutRequestMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.NameIDPolicyMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.ProxyRestrictionMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.RequestAbstractTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.RequestedAuthnContextMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.ScopingMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.StatusCodeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.StatusResponseTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationDataMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.SubjectLocalityMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.ecp.impl.RelayStateMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.ecp.impl.RequestAuthenticatedMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.ecp.impl.RequestMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.ecp.impl.ResponseMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.ecp.impl.SubjectConfirmationMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.metadata.impl.AdditionalMetadataLocationMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeConsumingServiceMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.metadata.impl.ContactPersonMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.metadata.impl.EndpointMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.metadata.impl.EntitiesDescriptorMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.metadata.impl.ExtensionsMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.metadata.impl.IDPSSODescriptorMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.metadata.impl.IndexedEndpointMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.metadata.impl.KeyDescriptorMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.metadata.impl.LocalizedNameMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.metadata.impl.LocalizedURIMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.metadata.impl.OrganizationMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.metadata.impl.RequestedAttributeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.metadata.impl.SPSSODescriptorMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.soap11.impl.BodyMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.soap11.impl.DetailMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.soap11.impl.EnvelopeMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.soap11.impl.FaultMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.soap11.impl.HeaderMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wsaddressing.impl.AbstractWSAddressingObjectMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wsaddressing.impl.AttributedQNameMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wsaddressing.impl.AttributedUnsignedLongMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wsaddressing.impl.AttributedURIMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wsaddressing.impl.EndpointReferenceTypeMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wsaddressing.impl.MetadataMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wsaddressing.impl.ProblemActionMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wsaddressing.impl.ReferenceParametersMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wsaddressing.impl.RelatesToMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wsfed.impl.AddressMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wsfed.impl.AppliesToMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wsfed.impl.EndPointReferenceMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wsfed.impl.RequestedSecurityTokenMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wsfed.impl.RequestSecurityTokenResponseMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wspolicy.impl.AbstractWSPolicyObjectMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wspolicy.impl.AppliesToMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wspolicy.impl.PolicyAttachmentMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wspolicy.impl.PolicyMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wspolicy.impl.PolicyReferenceMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wssecurity.impl.AbstractWSSecurityObjectMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wssecurity.impl.AttributedDateTimeMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wssecurity.impl.AttributedStringMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wssecurity.impl.AttributedURIMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wssecurity.impl.BinarySecurityTokenMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wssecurity.impl.EmbeddedMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wssecurity.impl.EncodedStringMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wssecurity.impl.KeyIdentifierMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wssecurity.impl.PasswordMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wssecurity.impl.ReferenceMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wssecurity.impl.SecurityMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wssecurity.impl.SecurityTokenReferenceMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wssecurity.impl.SignatureConfirmationMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wssecurity.impl.TimestampMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wssecurity.impl.TransformationParametersMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wssecurity.impl.UsernameTokenMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wstrust.impl.AbstractWSTrustObjectMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wstrust.impl.BinaryExchangeMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wstrust.impl.BinarySecretMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wstrust.impl.ClaimsMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wstrust.impl.EntropyMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wstrust.impl.RenewingMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenResponseCollectionMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenResponseMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wstrust.impl.SignChallengeTypeMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.soap.wstrust.impl.UseKeyMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.ctx.impl.AttributeTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.ctx.impl.AttributeValueTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.ctx.impl.ResourceContentTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.ctx.impl.ResultTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.ctx.impl.StatusCodeTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.ctx.impl.SubjectTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.impl.AbstractXACMLObjectMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.ActionMatchTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.ApplyTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.AttributeAssignmentTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.AttributeSelectorTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.AttributeValueTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.CombinerParameterTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.FunctionTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.IdReferenceTypeMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.ObligationTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.PolicyCombinerParametersTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.PolicySetCombinerParametersTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.PolicyTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.ResourceMatchTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.RuleCombinerParametersTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.RuleTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.SubjectAttributeDesignatorTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.SubjectMatchTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.VariableDefinitionTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.VariableReferenceTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.encryption.impl.AbstractXMLEncryptionMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.encryption.impl.AgreementMethodMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.encryption.impl.AlgorithmIdentifierTypeMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.encryption.impl.CipherReferenceMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedKeyMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionMethodMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertiesMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.encryption.impl.ReferenceTypeMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.signature.impl.AbstractXMLSignatureMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.signature.impl.DEREncodedKeyValueMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.signature.impl.DigestMethodMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.signature.impl.ECKeyValueMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoReferenceMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.signature.impl.NamedCurveMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.signature.impl.RetrievalMethodMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.signature.impl.TransformMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.signature.impl.X509DigestMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.signature.impl.X509SerialNumberMarshaller
Marshalls a given XMLObject into a W3C Element.
marshallChildElements(XMLObject, Element) - Method in class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
Marshalls the child elements of the given XMLObject.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.core.xml.AbstractElementExtensibleXMLObjectMarshaller
No text content.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
Marshalls data from the XMLObject into content of the DOM Element.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.core.xml.io.BaseXMLObjectMarshaller
Marshalls data from the XMLObject into content of the DOM Element.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.core.xml.schema.impl.XSAnyMarshaller
Marshalls data from the XMLObject into content of the DOM Element.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.core.xml.schema.impl.XSBase64BinaryMarshaller
Marshalls data from the XMLObject into content of the DOM Element.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.core.xml.schema.impl.XSBooleanMarshaller
Marshalls data from the XMLObject into content of the DOM Element.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.core.xml.schema.impl.XSDateTimeMarshaller
Marshalls data from the XMLObject into content of the DOM Element.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.core.xml.schema.impl.XSIntegerMarshaller
Marshalls data from the XMLObject into content of the DOM Element.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.core.xml.schema.impl.XSQNameMarshaller
Marshalls data from the XMLObject into content of the DOM Element.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.core.xml.schema.impl.XSStringMarshaller
Marshalls data from the XMLObject into content of the DOM Element.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.core.xml.schema.impl.XSURIMarshaller
Marshalls data from the XMLObject into content of the DOM Element.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.common.AbstractSAMLObjectMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.ext.saml2mdquery.impl.ActionNamespaceMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.ext.saml2mdui.impl.DomainHintMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.ext.saml2mdui.impl.GeolocationHintMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.ext.saml2mdui.impl.IPHintMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.ext.saml2mdui.impl.KeywordsMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.ext.saml2mdui.impl.LogoMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.saml1.core.impl.ActionMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.saml1.core.impl.AssertionArtifactMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.saml1.core.impl.AssertionIDReferenceMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.saml1.core.impl.AudienceMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.saml1.core.impl.ConfirmationMethodMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.saml1.core.impl.NameIdentifierMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.saml1.core.impl.StatusMessageMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.AbstractNameIDTypeMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.ActionMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.ArtifactMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.AssertionIDRefMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.AssertionURIRefMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.AudienceMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.AuthenticatingAuthorityMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextClassRefMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextDeclMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextDeclRefMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.ExtensionsMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.GetCompleteMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.NewIDMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.RequesterIDMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.SessionIndexMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.StatusMessageMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.saml2.metadata.impl.AdditionalMetadataLocationMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.saml2.metadata.impl.AffiliateMemberMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeProfileMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.saml2.metadata.impl.CompanyMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.saml2.metadata.impl.EmailAddressMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.saml2.metadata.impl.ExtensionsMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.saml2.metadata.impl.GivenNameMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.saml2.metadata.impl.LocalizedNameMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.saml2.metadata.impl.LocalizedURIMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.saml2.metadata.impl.NameIDFormatMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.saml2.metadata.impl.SurNameMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.saml2.metadata.impl.TelephoneNumberMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.soap.soap11.impl.BodyMarshaller
Marshalls data from the XMLObject into content of the DOM Element.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.soap.soap11.impl.DetailMarshaller
Marshalls data from the XMLObject into content of the DOM Element.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.soap.soap11.impl.EnvelopeMarshaller
Marshalls data from the XMLObject into content of the DOM Element.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.soap.soap11.impl.FaultMarshaller
Marshalls data from the XMLObject into content of the DOM Element.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.soap.soap11.impl.HeaderMarshaller
Marshalls data from the XMLObject into content of the DOM Element.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.soap.wsaddressing.impl.AbstractWSAddressingObjectMarshaller
Marshalls data from the XMLObject into content of the DOM Element.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.soap.wsaddressing.impl.AttributedUnsignedLongMarshaller
Marshalls data from the XMLObject into content of the DOM Element.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.soap.wsaddressing.impl.AttributedURIMarshaller
Marshalls data from the XMLObject into content of the DOM Element.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.soap.wsfed.impl.AddressMarshaller
Marshalls data from the XMLObject into content of the DOM Element.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.soap.wsfed.impl.AppliesToMarshaller
Marshalls data from the XMLObject into content of the DOM Element.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.soap.wsfed.impl.EndPointReferenceMarshaller
Marshalls data from the XMLObject into content of the DOM Element.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.soap.wsfed.impl.RequestedSecurityTokenMarshaller
Marshalls data from the XMLObject into content of the DOM Element.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.soap.wsfed.impl.RequestSecurityTokenResponseMarshaller
Marshalls data from the XMLObject into content of the DOM Element.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.soap.wspolicy.impl.AbstractWSPolicyObjectMarshaller
Marshalls data from the XMLObject into content of the DOM Element.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.soap.wssecurity.impl.AbstractWSSecurityObjectMarshaller
Marshalls data from the XMLObject into content of the DOM Element.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.soap.wssecurity.impl.AttributedDateTimeMarshaller
Marshalls data from the XMLObject into content of the DOM Element.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.soap.wssecurity.impl.AttributedStringMarshaller
Marshalls data from the XMLObject into content of the DOM Element.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.soap.wssecurity.impl.AttributedURIMarshaller
Marshalls data from the XMLObject into content of the DOM Element.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.soap.wssecurity.impl.IterationMarshaller
Marshalls data from the XMLObject into content of the DOM Element.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.soap.wssecurity.impl.SaltMarshaller
Marshalls data from the XMLObject into content of the DOM Element.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.soap.wstrust.impl.AbstractWSTrustObjectMarshaller
Marshalls data from the XMLObject into content of the DOM Element.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.soap.wstrust.impl.DelegatableMarshaller
Marshalls data from the XMLObject into content of the DOM Element.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.soap.wstrust.impl.ForwardableMarshaller
Marshalls data from the XMLObject into content of the DOM Element.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.xacml.ctx.impl.AttributeValueTypeMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.xacml.ctx.impl.DecisionTypeMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.xacml.ctx.impl.ResourceContentTypeMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.xacml.ctx.impl.StatusMessageTypeMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.xacml.impl.AbstractXACMLObjectMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.AttributeValueTypeMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.DescriptionTypeMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.xmlsec.encryption.impl.AbstractXMLEncryptionMarshaller
Marshalls data from the XMLObject into content of the DOM Element.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.xmlsec.signature.impl.AbstractXMLSignatureMarshaller
Marshalls data from the XMLObject into content of the DOM Element.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.xmlsec.signature.impl.X509SerialNumberMarshaller
Marshalls data from the XMLObject into content of the DOM Element.
Marshaller - Interface in org.opensaml.core.xml.io
Marshallers are used to marshall a XMLObject into a W3C DOM element.
MarshallerFactory - Class in org.opensaml.core.xml.io
This thread-safe factory creates Marshallers that can be used to convert XMLObjects into W3C DOM elements.
MarshallerFactory() - Constructor for class org.opensaml.core.xml.io.MarshallerFactory
Constructor.
MarshallingException - Exception in org.opensaml.core.xml.io
Exception thrown when error occurs marshalling an XMLObject to a DOM Element.
MarshallingException() - Constructor for exception org.opensaml.core.xml.io.MarshallingException
Constructor.
MarshallingException(String) - Constructor for exception org.opensaml.core.xml.io.MarshallingException
Constructor.
MarshallingException(Exception) - Constructor for exception org.opensaml.core.xml.io.MarshallingException
Constructor.
MarshallingException(String, Exception) - Constructor for exception org.opensaml.core.xml.io.MarshallingException
Constructor.
marshallInto(XMLObject, Element) - Method in class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
Marshalls the given XMLObject into the given DOM Element.
marshallMessage(XMLObject) - Method in class org.opensaml.messaging.encoder.servlet.BaseHttpServletResponseXMLMessageEncoder
Helper method that marshalls the given message.
marshallNamespacePrefix(XMLObject, Element) - Method in class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
Marshalls the namespace prefix of the XMLObject into the DOM element.
marshallNamespaces(XMLObject, Element) - Method in class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
Creates the xmlns attributes for any namespaces set on the given XMLObject.
marshallSchemaInstanceAttributes(XMLObject, Element) - Method in class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
Creates the XSI type, schemaLocation, and noNamespaceSchemaLocation attributes for an XMLObject.
marshallToOutputStream(XMLObject, OutputStream) - Static method in class org.opensaml.core.xml.util.XMLObjectSupport
Marshall an XMLObject to an OutputStream.
marshallUnknownAttributes(AttributeExtensibleXMLObject, Element) - Method in class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
Marshalls unknown attributes.
MATCH_ID_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.ActionMatchType
MatchID attribute name.
MATCH_ID_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.EnvironmentMatchType
MatchID attribute name.
MATCH_ID_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.ResourceMatchType
MatchID attribute name.
MATCH_ID_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.SubjectMatchType
MatchID attribute name.
matchCarriedKeyName(EncryptedData, EncryptedKey) - Method in class org.opensaml.xmlsec.encryption.support.AbstractEncryptedKeyResolver
Evaluate whether an EncryptedKey's CarriedKeyName matches one of the KeyName values from the EncryptedData context.
matchDataReference(EncryptedData, EncryptedKey) - Method in class org.opensaml.xmlsec.encryption.support.AbstractEncryptedKeyResolver
Evaluate whether any of the EncryptedKey's DataReferences refer to the EncryptedData context.
matchKeyPair(PublicKey, PrivateKey) - Static method in class org.opensaml.security.crypto.KeySupport
Compare the supplied public and private keys, and determine if they correspond to the same key pair.
matchRecipient(String) - Method in class org.opensaml.xmlsec.encryption.support.AbstractEncryptedKeyResolver
Evaluate whether the specified recipient attribute value matches this resolver's recipient criteria.
matchUsage(UsageType, UsageType) - Method in class org.opensaml.saml.security.impl.MetadataCredentialResolver
Match usage enum type values from entityDescriptorResolver KeyDescriptor and from credential criteria.
matchUsage(UsageType, UsageType) - Method in class org.opensaml.security.credential.criteria.impl.EvaluableUsageCredentialCriterion
Match usage enum type values from credential and criteria.
matchUsage(UsageType, UsageType) - Method in class org.opensaml.security.credential.impl.KeyStoreCredentialResolver
Match usage enum type values from keystore configured usage and from credential criteria.
MAX_KEY_SIZE_ATTRIB_NAME - Static variable in interface org.opensaml.saml.ext.saml2alg.SigningMethod
MaxKeySize attribute name.
MAXIMUM - Static variable in class org.opensaml.saml.saml2.core.AuthnContextComparisonTypeEnumeration
"maximum" comparison type.
MemcachedStorageCapabilities - Class in org.opensaml.storage.impl.memcached
Provides a description of memcached capabilities.
MemcachedStorageCapabilities() - Constructor for class org.opensaml.storage.impl.memcached.MemcachedStorageCapabilities
 
MemcachedStorageCapabilities(long) - Constructor for class org.opensaml.storage.impl.memcached.MemcachedStorageCapabilities
 
MemcachedStorageRecord - Class in org.opensaml.storage.impl.memcached
Storage record implementation for use with MemcachedStorageService.
MemcachedStorageRecord(String, Long) - Constructor for class org.opensaml.storage.impl.memcached.MemcachedStorageRecord
Creates a new instance with specific record version.
MemcachedStorageService - Class in org.opensaml.storage.impl.memcached
Memcached storage service.
MemcachedStorageService(MemcachedClient, int) - Constructor for class org.opensaml.storage.impl.memcached.MemcachedStorageService
Creates a new instance.
MemcachedStorageService(MemcachedClient, int, boolean) - Constructor for class org.opensaml.storage.impl.memcached.MemcachedStorageService
Creates a new instance with optional context key tracking.
MemoryStorageService - Class in org.opensaml.storage.impl
Implementation of AbstractMapBackedStorageService that stores data in-memory in a shared data structure with no persistence.
MemoryStorageService() - Constructor for class org.opensaml.storage.impl.MemoryStorageService
 
MESSAGE_AUTHN_ERROR - Static variable in class org.opensaml.profile.action.EventIds
ID of the event returned if a message can't be authenticated.
MESSAGE_EXPIRED - Static variable in class org.opensaml.profile.action.EventIds
ID of the event returned if a message is stale.
MESSAGE_PROC_ERROR - Static variable in class org.opensaml.profile.action.EventIds
ID of the event returned if the preparation of an outbound message fails in some way.
MESSAGE_REPLAY - Static variable in class org.opensaml.profile.action.EventIds
ID of the event returned if a message is replayed.
MessageChannelSecurityContext - Class in org.opensaml.messaging.context
A subcontext which carries information about whether the message channel in use is considered to have the active properties of confidentiality and integrity.
MessageChannelSecurityContext() - Constructor for class org.opensaml.messaging.context.MessageChannelSecurityContext
 
MessageContext<MessageType> - Class in org.opensaml.messaging.context
A context component which holds the state related to the processing of a single message.
MessageContext() - Constructor for class org.opensaml.messaging.context.MessageContext
 
MessageContextEvaluatingFunctor<MessageType,T> - Interface in org.opensaml.messaging.context
An interface for components which evaluate a MessageContext as the basis for extracting, calculating, or otherwise producing a specific data value.
MessageContextMutatingFunctor<MessageType,T> - Interface in org.opensaml.messaging.context
An interface for components which mutate a MessageContext, or data contained therein, based on an input value of a particular type.
MessageDecoder<MessageType> - Interface in org.opensaml.messaging.decoder
Interface for component that decodes message data from a source into a MessageContext.
MessageDecodingException - Exception in org.opensaml.messaging.decoder
Exception thrown when a problem occurs decoding a message.
MessageDecodingException() - Constructor for exception org.opensaml.messaging.decoder.MessageDecodingException
Constructor.
MessageDecodingException(String) - Constructor for exception org.opensaml.messaging.decoder.MessageDecodingException
Constructor.
MessageDecodingException(Exception) - Constructor for exception org.opensaml.messaging.decoder.MessageDecodingException
Constructor.
MessageDecodingException(String, Exception) - Constructor for exception org.opensaml.messaging.decoder.MessageDecodingException
Constructor.
MessageEncoder<MessageType> - Interface in org.opensaml.messaging.encoder
Interface for component that encodes message data from a MessageContext to a sink.
MessageEncoderFactory - Interface in org.opensaml.profile.action
A component that returns a MessageEncoder instance based on the content of a profile request context.
MessageEncodingException - Exception in org.opensaml.messaging.encoder
Exception thrown when a problem occurs encoding a message from to an output transport.
MessageEncodingException() - Constructor for exception org.opensaml.messaging.encoder.MessageEncodingException
Constructor.
MessageEncodingException(String) - Constructor for exception org.opensaml.messaging.encoder.MessageEncodingException
Constructor.
MessageEncodingException(Exception) - Constructor for exception org.opensaml.messaging.encoder.MessageEncodingException
Constructor.
MessageEncodingException(String, Exception) - Constructor for exception org.opensaml.messaging.encoder.MessageEncodingException
Constructor.
MessageErrorHandler<MessageType> - Interface in org.opensaml.messaging.error
Component that handles message processing-related errors.
MessageException - Exception in org.opensaml.messaging
Base class for messaging-related checked exceptions.
MessageException() - Constructor for exception org.opensaml.messaging.MessageException
Constructor.
MessageException(String) - Constructor for exception org.opensaml.messaging.MessageException
Constructor.
MessageException(Exception) - Constructor for exception org.opensaml.messaging.MessageException
Constructor.
MessageException(String, Exception) - Constructor for exception org.opensaml.messaging.MessageException
Constructor.
MessageHandler<MessageType> - Interface in org.opensaml.messaging.handler
A message handler represents some reusable logic that may be invoked on a message context.
MessageHandlerChain<MessageType> - Interface in org.opensaml.messaging.handler
A specialization of MessageHandler which represents an ordered list of message handlers which may be invoked in order.
MessageHandlerException - Exception in org.opensaml.messaging.handler
Base class for message handling-related exceptions.
MessageHandlerException() - Constructor for exception org.opensaml.messaging.handler.MessageHandlerException
Constructor.
MessageHandlerException(String) - Constructor for exception org.opensaml.messaging.handler.MessageHandlerException
Constructor.
MessageHandlerException(Exception) - Constructor for exception org.opensaml.messaging.handler.MessageHandlerException
Constructor.
MessageHandlerException(String, Exception) - Constructor for exception org.opensaml.messaging.handler.MessageHandlerException
Constructor.
MessageID - Interface in org.opensaml.soap.wsaddressing
The <wsa:MessageID> element.
MessageIDBuilder - Class in org.opensaml.soap.wsaddressing.impl
MessageIDBuilder.
MessageIDBuilder() - Constructor for class org.opensaml.soap.wsaddressing.impl.MessageIDBuilder
 
MessageIDImpl - Class in org.opensaml.soap.wsaddressing.impl
Concrete implementation for the MessageID element.
MessageIDImpl(String, String, String) - Constructor for class org.opensaml.soap.wsaddressing.impl.MessageIDImpl
Constructor.
MessageIDMarshaller - Class in org.opensaml.soap.wsaddressing.impl
Marshaller for the <wsa:MessageID> element.
MessageIDMarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.MessageIDMarshaller
 
MessageIDUnmarshaller - Class in org.opensaml.soap.wsaddressing.impl
Unmarshaller for the <wsa:MessageID> element.
MessageIDUnmarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.MessageIDUnmarshaller
 
MessageLifetimeSecurityHandler - Class in org.opensaml.saml.common.binding.security.impl
Security message handler implementation that checks for validity of SAML message issue instant date and time.
MessageLifetimeSecurityHandler() - Constructor for class org.opensaml.saml.common.binding.security.impl.MessageLifetimeSecurityHandler
Constructor.
MessageLookup<T> - Class in org.opensaml.messaging.context.navigate
A ContextDataLookupFunction that returns the message from a MessageContext.
MessageLookup(Class<T>) - Constructor for class org.opensaml.messaging.context.navigate.MessageLookup
Constructor.
MessageReplaySecurityHandler - Class in org.opensaml.saml.common.binding.security.impl
Security message handler implementation that which checks for replay of SAML messages.
MessageReplaySecurityHandler() - Constructor for class org.opensaml.saml.common.binding.security.impl.MessageReplaySecurityHandler
Constructor.
MessageRuntimeException - Exception in org.opensaml.messaging
Base class for messaging-related unchecked runtime exceptions.
MessageRuntimeException() - Constructor for exception org.opensaml.messaging.MessageRuntimeException
Constructor.
MessageRuntimeException(String) - Constructor for exception org.opensaml.messaging.MessageRuntimeException
Constructor.
MessageRuntimeException(Exception) - Constructor for exception org.opensaml.messaging.MessageRuntimeException
Constructor.
MessageRuntimeException(String, Exception) - Constructor for exception org.opensaml.messaging.MessageRuntimeException
Constructor.
Metadata - Interface in org.opensaml.soap.wsaddressing
The optional <wsa:Metadata> element.
MetadataBuilder - Class in org.opensaml.soap.wsaddressing.impl
MetadataBuilder.
MetadataBuilder() - Constructor for class org.opensaml.soap.wsaddressing.impl.MetadataBuilder
 
MetadataCredentialResolver - Class in org.opensaml.saml.security.impl
A credential resolver capable of resolving credentials from SAML 2 metadata.
MetadataCredentialResolver() - Constructor for class org.opensaml.saml.security.impl.MetadataCredentialResolver
 
MetadataFilter - Interface in org.opensaml.saml.metadata.resolver.filter
A metadata filter is used to process a metadata document after it has been unmarshalled into an instance of XMLObject, either an EntityDescriptor or an EntitiesDescriptor.
MetadataFilterChain - Class in org.opensaml.saml.metadata.resolver.filter.impl
A filter that allows the composition of MetadataFilters.
MetadataFilterChain() - Constructor for class org.opensaml.saml.metadata.resolver.filter.impl.MetadataFilterChain
Constructor.
MetadataImpl - Class in org.opensaml.soap.wsaddressing.impl
MetadataImpl.
MetadataImpl(String, String, String) - Constructor for class org.opensaml.soap.wsaddressing.impl.MetadataImpl
Constructor.
MetadataMarshaller - Class in org.opensaml.soap.wsaddressing.impl
MetadataMarshaller.
MetadataMarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.MetadataMarshaller
 
MetadataNameIdentifierFormatStrategy - Class in org.opensaml.saml.common.profile.logic
Function to return a set of candidate NameIdentifier/NameID Format values derived from an entity's SAML metadata.
MetadataNameIdentifierFormatStrategy() - Constructor for class org.opensaml.saml.common.profile.logic.MetadataNameIdentifierFormatStrategy
Constructor.
MetadataNodeProcessor - Interface in org.opensaml.saml.metadata.resolver.filter
A processor of element nodes within a metadata tree.
MetadataQueryProtocolRequestURLBuilder - Class in org.opensaml.saml.metadata.resolver.impl
Function which produces a URL according the the Metadata Query Protocol specification.
MetadataQueryProtocolRequestURLBuilder(String) - Constructor for class org.opensaml.saml.metadata.resolver.impl.MetadataQueryProtocolRequestURLBuilder
Constructor.
MetadataQueryProtocolRequestURLBuilder(String, Function<String, String>) - Constructor for class org.opensaml.saml.metadata.resolver.impl.MetadataQueryProtocolRequestURLBuilder
Constructor.
MetadataQueryProtocolSHA1Transformer - Class in org.opensaml.saml.metadata.resolver.impl
Function which digests an entity ID using SHA-1 and returns it in the format specified by the Metadata Query Protocol specification.
MetadataQueryProtocolSHA1Transformer() - Constructor for class org.opensaml.saml.metadata.resolver.impl.MetadataQueryProtocolSHA1Transformer
Constructor.
MetadataResolver - Interface in org.opensaml.saml.metadata.resolver
A resolver that is capable of resolving EntityDescriptor instances which meet certain supplied criteria.
MetadataUnmarshaller - Class in org.opensaml.soap.wsaddressing.impl
MetadataUnmarshaller.
MetadataUnmarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.MetadataUnmarshaller
 
METHOD_ARTIFACT - Static variable in interface org.opensaml.saml.saml1.core.ConfirmationMethod
Artifact confirmation method.
METHOD_ARTIFACT_DEPRECATED - Static variable in interface org.opensaml.saml.saml1.core.ConfirmationMethod
Deprecated.
METHOD_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.SubjectConfirmation
Method attribute name.
METHOD_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.ecp.SubjectConfirmation
Method attribute name.
METHOD_BEARER - Static variable in interface org.opensaml.saml.saml1.core.ConfirmationMethod
Bearer confirmation method.
METHOD_BEARER - Static variable in interface org.opensaml.saml.saml2.core.SubjectConfirmation
URI for the Bearer subject confirmation method, "urn:oasis:names:tc:SAML:2.0:cm:bearer".
METHOD_HOLDER_OF_KEY - Static variable in interface org.opensaml.saml.saml1.core.ConfirmationMethod
Holder of Key confirmation method.
METHOD_HOLDER_OF_KEY - Static variable in interface org.opensaml.saml.saml2.core.SubjectConfirmation
URI for the Holder of Key subject confirmation method, "urn:oasis:names:tc:SAML:2.0:cm:holder-of-key".
METHOD_SENDER_VOUCHES - Static variable in interface org.opensaml.saml.saml1.core.ConfirmationMethod
Sender-Vouches confirmation method.
METHOD_SENDER_VOUCHES - Static variable in interface org.opensaml.saml.saml2.core.SubjectConfirmation
URI for the Sender Vouches subject confirmation method, "urn:oasis:names:tc:SAML:2.0:cm:sender-vouches".
MGF - Interface in org.opensaml.xmlsec.encryption
XMLObject representing XML Encryption, version 1.1, MGF element.
MGFBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of MGF.
MGFBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.MGFBuilder
Constructor.
MGFImpl - Class in org.opensaml.xmlsec.encryption.impl
Abstract implementation of MGF.
MGFImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.MGFImpl
Constructor.
MGFMarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Marshaller for MGF objects.
MGFMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.MGFMarshaller
 
MGFUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Unmarshaller for MGF objects.
MGFUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.MGFUnmarshaller
 
MgmtData - Interface in org.opensaml.xmlsec.signature
XMLObject representing XML Digital Signature, version 20020212, MgmtData element.
MgmtDataBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of MgmtData.
MgmtDataBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.MgmtDataBuilder
Constructor.
MgmtDataImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of MgmtData.
MgmtDataImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.MgmtDataImpl
Constructor.
MIMETYPE_ATTRIB_NAME - Static variable in interface org.opensaml.xmlsec.encryption.EncryptedType
MimeType attribute name.
MIN_KEY_SIZE_ATTRIB_NAME - Static variable in interface org.opensaml.saml.ext.saml2alg.SigningMethod
MinKeySize attribute name.
MINIMUM - Static variable in class org.opensaml.saml.saml2.core.AuthnContextComparisonTypeEnumeration
"minimum" comparison type.
MINORVERSION_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.Assertion
Name for the attribute which defines Minor Version.
MINORVERSION_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.RequestAbstractType
Name for the attribute which defines the Minor Version.
MINORVERSION_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.ResponseAbstractType
Name for the attribute which defines the Minor Version.
MissingAttributeDetailType - Interface in org.opensaml.xacml.ctx
XACML context MissingAttributeDetail schema type.
MissingAttributeDetailTypeImpl - Class in org.opensaml.xacml.ctx.impl
Concrete implementation of MissingAttributeDetailType.
MissingAttributeDetailTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeImpl
Constructor.
MissingAttributeDetailTypeImplBuilder - Class in org.opensaml.xacml.ctx.impl
Builder for MissingAttributeDetailType objects.
MissingAttributeDetailTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeImplBuilder
Constructor.
MissingAttributeDetailTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
Marshaller for MissingAttributeDetailType objects.
MissingAttributeDetailTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeMarshaller
Constructor.
MissingAttributeDetailTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
Unmarshaller for MissingAttributeDetailType objects.
MissingAttributeDetailTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeUnmarshaller
Constructor.
Modulus - Interface in org.opensaml.xmlsec.signature
XMLObject representing XML Digital Signature, version 20020212, Modulus element.
ModulusBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of Modulus.
ModulusBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.ModulusBuilder
Constructor.
ModulusImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of Exponent.
ModulusImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.ModulusImpl
Constructor.
MOFC_AUTHN_CTX - Static variable in interface org.opensaml.saml.saml2.core.AuthnContext
URI for Mobile One Factor Contract authentication context.
MOFU_AUTHN_CTX - Static variable in interface org.opensaml.saml.saml2.core.AuthnContext
URI for Mobile One Factor Unregistered authentication context.
MORE_ALGO_NS - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Algorithm URI prefix used by RFC 4051.
MTFC_AUTHN_CTX - Static variable in interface org.opensaml.saml.saml2.core.AuthnContext
URI for Mobile Two Factor Contract authentication context.
MTFU_AUTHN_CTX - Static variable in interface org.opensaml.saml.saml2.core.AuthnContext
URI for Mobile Two Factor Unregistered authentication context.
MUST_BE_PRESENT_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeDesignatorType
MustBePresent attribute name.
MUST_BE_PRESENT_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeSelectorType
MustBePresent attribute name.
MUST_UNDERSTAND - Static variable in interface org.opensaml.soap.soap11.FaultCode
FaultCode value MustUnderstand.
MustUnderstandBearing - Interface in org.opensaml.soap.soap11
Interface for element having a @soap11:mustUnderstand attribute.
MustUnderstandBearing - Interface in org.opensaml.soap.soap12
Interface for element having a @soap12:mustUnderstand attribute.
MutableCredential - Interface in org.opensaml.security.credential
A specialization of Credential which supports mutation of its properties.
MutableStorageRecord - Class in org.opensaml.storage
Exposes mutation of StorageRecord properties.
MutableStorageRecord(String, Long) - Constructor for class org.opensaml.storage.MutableStorageRecord
Constructor.
mutate(MessageContext<MessageType>, T) - Method in interface org.opensaml.messaging.context.MessageContextMutatingFunctor
Mutate the specified message context based on the supplied input value.

N

NAME_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.IDPEntry
Name attribute name.
NAME_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.EntitiesDescriptor
"Name" attribute name.
NAME_ATTRIB_NAME - Static variable in interface org.opensaml.soap.wspolicy.Policy
The wsp:Policy/@Name attribute local name.
NAME_ATTTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.Attribute
Name of the Name attribute.
NAME_FORMAT_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.Attribute
Name for the NameFormat attribute.
NAME_QUALIFIER_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.BaseID
NameQualifier attribute name.
NAME_QUALIFIER_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.NameIDType
NameQualifier attribute name.
NamedCurve - Interface in org.opensaml.xmlsec.signature
XMLObject representing XML Digital Signature 1.1 NamedCurve element.
NamedCurveBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of NamedCurve.
NamedCurveBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.NamedCurveBuilder
Constructor.
NamedCurveImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of NamedCurve.
NamedCurveImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.NamedCurveImpl
Constructor.
NamedCurveMarshaller - Class in org.opensaml.xmlsec.signature.impl
Thread-safe marshaller of NamedCurve objects.
NamedCurveMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.NamedCurveMarshaller
 
NamedCurveUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Unmarshaller for NamedCurve objects.
NamedCurveUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.NamedCurveUnmarshaller
 
NamedKeyInfoGeneratorManager - Class in org.opensaml.xmlsec.keyinfo
A manager for named sets of KeyInfoGeneratorFactory instances.
NamedKeyInfoGeneratorManager() - Constructor for class org.opensaml.xmlsec.keyinfo.NamedKeyInfoGeneratorManager
Constructor.
NameID - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core NameID.
NameIDBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder for NameIDImpl objects.
NameIDBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.NameIDBuilder
Constructor.
NameIdentifier - Interface in org.opensaml.saml.saml1.core
Interface to define how a NameIdentifier element behaves.
NameIdentifierBuilder - Class in org.opensaml.saml.saml1.core.impl
Builder ofNameIdentifierImpl objects.
NameIdentifierBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.NameIdentifierBuilder
Constructor.
NameIdentifierGenerator<NameIdType extends SAMLObject> - Interface in org.opensaml.saml.common.profile
Interface for a component that produces SAML NameIdentifier and/or NameID objects for inclusion in assertion subjects.
NameIdentifierImpl - Class in org.opensaml.saml.saml1.core.impl
Complete implementation of NameIdentifier.
NameIdentifierImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.NameIdentifierImpl
Constructor.
NameIdentifierMarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread safe Marshaller for NameIdentifier objects.
NameIdentifierMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.NameIdentifierMarshaller
 
NameIdentifierUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread safe Unmarshaller for NameIdentifier objects.
NameIdentifierUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.NameIdentifierUnmarshaller
 
NameIDFormat - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata NameIDFormat.
NameIDFormatBuilder - Class in org.opensaml.saml.saml2.metadata.impl
Builder of NameIDFormatImpl.
NameIDFormatBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.NameIDFormatBuilder
Constructor.
NameIDFormatImpl - Class in org.opensaml.saml.saml2.metadata.impl
Concrete implementation of NameIDFormat.
NameIDFormatImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.NameIDFormatImpl
Constructor.
NameIDFormatMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Marshaller for NameIDFormat objects.
NameIDFormatMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.NameIDFormatMarshaller
 
NameIDFormatUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread-safe Unmarshaller for NameIDFormat objects.
NameIDFormatUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.NameIDFormatUnmarshaller
 
NameIDImpl - Class in org.opensaml.saml.saml2.core.impl
Concrete implementation of NameID.
NameIDImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.NameIDImpl
Constructor.
NameIDMappingRequest - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core NameIDMappingRequest.
NameIDMappingRequestBuilder - Class in org.opensaml.saml.saml2.core.impl
NameIDMappingRequestBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.NameIDMappingRequestBuilder
Constructor.
NameIDMappingRequestImpl - Class in org.opensaml.saml.saml2.core.impl
A concrete implementation of NameIDMappingRequest.
NameIDMappingRequestImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.NameIDMappingRequestImpl
Constructor.
NameIDMappingRequestMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for NameIDMappingRequest.
NameIDMappingRequestMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.NameIDMappingRequestMarshaller
 
NameIDMappingRequestUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for NameIDMappingRequest objects.
NameIDMappingRequestUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.NameIDMappingRequestUnmarshaller
 
NameIDMappingResponse - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core NameIDMappingResponse .
NameIDMappingResponseBuilder - Class in org.opensaml.saml.saml2.core.impl
NameIDMappingResponseBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.NameIDMappingResponseBuilder
Constructor.
NameIDMappingResponseImpl - Class in org.opensaml.saml.saml2.core.impl
Concrete implementation of NameIDMappingResponse.
NameIDMappingResponseImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.NameIDMappingResponseImpl
Constructor.
NameIDMappingResponseMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread safe Marshaller for NameIDMappingResponse objects.
NameIDMappingResponseMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.NameIDMappingResponseMarshaller
 
NameIDMappingResponseUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread safe Unmarshaller for NameIDMappingResponse objects.
NameIDMappingResponseUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.NameIDMappingResponseUnmarshaller
 
NameIDMappingService - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata NameIDMappingService.
NameIDMappingServiceBuilder - Class in org.opensaml.saml.saml2.metadata.impl
Builder of (@link org.opensaml.saml.saml2.metadata.impl.NameIDMappingServiceImpl}.
NameIDMappingServiceBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.NameIDMappingServiceBuilder
Constructor.
NameIDMappingServiceImpl - Class in org.opensaml.saml.saml2.metadata.impl
Concrete implementation of NameIDMappingService.
NameIDMappingServiceImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.NameIDMappingServiceImpl
Constructor.
NameIDMappingServiceMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Marshaller for NameIDMappingService objects.
NameIDMappingServiceMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.NameIDMappingServiceMarshaller
 
NameIDMappingServiceUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Unmarshaller for NameIDMappingService objects.
NameIDMappingServiceUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.NameIDMappingServiceUnmarshaller
 
NameIDMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread safe Marshaller for NameID objects.
NameIDMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.NameIDMarshaller
 
NameIDPolicy - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core NameIDPolicy.
NameIDPolicyBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder of NameIDPolicyImpl.
NameIDPolicyBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.NameIDPolicyBuilder
Constructor.
NameIDPolicyImpl - Class in org.opensaml.saml.saml2.core.impl
Concrete implementation of NameIDPolicy.
NameIDPolicyImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.NameIDPolicyImpl
Constructor.
NameIDPolicyLookupFunction() - Constructor for class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects.NameIDPolicyLookupFunction
Constructor.
NameIDPolicyMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread safe Marshaller for NameIDPolicy objects.
NameIDPolicyMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.NameIDPolicyMarshaller
 
NameIDPolicyUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for NameIDPolicy objects.
NameIDPolicyUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.NameIDPolicyUnmarshaller
 
NameIDType - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Assertion NameID schema type.
NameIDUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for NameID objects.
NameIDUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.NameIDUnmarshaller
 
NAMEPSACE_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.Action
Name of the Namespace attribute.
NAMEQUALIFIER_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.NameIdentifier
Name for the attribute which defines Name Qualifier.
Namespace - Class in org.opensaml.core.xml
Data structure for representing XML namespace attributes.
Namespace(String, String) - Constructor for class org.opensaml.core.xml.Namespace
Constructor.
NAMESPACE_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.Action
Name for the Namespace attribute.
NAMESPACE_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AdditionalMetadataLocation
"affiliationOwnerID" attribute's local name.
NamespaceManager - Class in org.opensaml.core.xml
A class which is responsible for managing XML namespace-related data for an XMLObject.
NamespaceManager(XMLObject) - Constructor for class org.opensaml.core.xml.NamespaceManager
Constructor.
NEG_CONTROL_ACTION - Static variable in interface org.opensaml.saml.saml2.core.Action
Negated Control action.
NEG_DELETE_ACTION - Static variable in interface org.opensaml.saml.saml2.core.Action
Negated Delete action.
NEG_EXECUTE_ACTION - Static variable in interface org.opensaml.saml.saml2.core.Action
Negated Execute action.
NEG_READ_ACTION - Static variable in interface org.opensaml.saml.saml2.core.Action
Negated Read action.
NEG_WRITE_ACTION - Static variable in interface org.opensaml.saml.saml2.core.Action
Negated Write action.
NewEncryptedID - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core NewEncryptedID.
NewEncryptedIDBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder for NewEncryptedIDImpl objects.
NewEncryptedIDBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.NewEncryptedIDBuilder
Constructor.
NewEncryptedIDImpl - Class in org.opensaml.saml.saml2.core.impl
A concrete implementation of NewEncryptedID.
NewEncryptedIDImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.NewEncryptedIDImpl
Constructor.
NewEncryptedIDMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for EncryptedID.
NewEncryptedIDMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.NewEncryptedIDMarshaller
 
NewEncryptedIDUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for NewEncryptedID.
NewEncryptedIDUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.NewEncryptedIDUnmarshaller
 
newEntry(String, String, String, SAMLObject) - Method in class org.opensaml.saml.common.binding.artifact.impl.ExpiringSAMLArtifactMapEntryFactory
Factory method which produces a SAMLArtifactMap.SAMLArtifactMapEntry.
newEntry(String, String, String, SAMLObject) - Method in class org.opensaml.saml.common.binding.artifact.impl.StorageServiceSAMLArtifactMapEntryFactory
Factory method which produces a SAMLArtifactMap.SAMLArtifactMapEntry.
newEntry(String, String, String, SAMLObject) - Method in interface org.opensaml.saml.common.binding.artifact.SAMLArtifactMap.SAMLArtifactMapEntryFactory
Factory method which produces a SAMLArtifactMap.SAMLArtifactMapEntry.
NewID - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core NewID.
NewIDBuilder - Class in org.opensaml.saml.saml2.core.impl
A Builder for NewIDImpl objects.
NewIDBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.NewIDBuilder
Constructor.
NewIDImpl - Class in org.opensaml.saml.saml2.core.impl
Concrete implementation of NewID.
NewIDImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.NewIDImpl
Constructor.
NewIDMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread safe Marshaller for NewID objects.
NewIDMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.NewIDMarshaller
 
NewIDUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for NewID objects.
NewIDUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.NewIDUnmarshaller
 
newInstance() - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory
Get a new instance of the generator type produced by the factory.
newInstance() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Get a new instance of the generator type produced by the factory.
newInstance() - Method in interface org.opensaml.xmlsec.keyinfo.KeyInfoGeneratorFactory
Get a new instance of the generator type produced by the factory.
newOptions() - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory
Get a new instance to hold options.
newOptions() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Get a new instance to hold options.
next() - Method in class org.opensaml.messaging.context.BaseContext.ContextSetNoRemoveIteratorDecorator
next() - Method in class org.opensaml.security.credential.impl.AbstractChainingCredentialResolver.CredentialIterator
next() - Method in class org.opensaml.xmlsec.encryption.support.ChainingEncryptedKeyResolver.ChainingIterator
NO_AUTHN_CONTEXT - Static variable in interface org.opensaml.saml.saml2.core.StatusCode
URI for NoAuthnContext status code.
NO_AVAILABLE_IDP - Static variable in interface org.opensaml.saml.saml2.core.StatusCode
URI for NoAvailableIDP status code.
NO_PASSIVE - Static variable in interface org.opensaml.saml.saml2.core.StatusCode
URI for NoPassive status code.
NO_SUPPORTED_IDP - Static variable in interface org.opensaml.saml.saml2.core.StatusCode
URI for NoSupportedIDP status code.
NoConfidentialityMessageChannelPredicate - Class in org.opensaml.profile.logic
A predicate implementation that indicates whether the message channel does NOT support confidentiality end-to-end.
NoConfidentialityMessageChannelPredicate() - Constructor for class org.opensaml.profile.logic.NoConfidentialityMessageChannelPredicate
 
NodeProcessingMetadataFilter - Class in org.opensaml.saml.metadata.resolver.filter.impl
An implementation of MetadataFilter which applies a MetadataNodeProcessor to each element node in the metadata document tree.
NodeProcessingMetadataFilter() - Constructor for class org.opensaml.saml.metadata.resolver.filter.impl.NodeProcessingMetadataFilter
Constructor.
NoIntegrityMessageChannelPredicate - Class in org.opensaml.profile.logic
A predicate implementation that indicates whether the message channel does NOT support integrity end-to-end.
NoIntegrityMessageChannelPredicate() - Constructor for class org.opensaml.profile.logic.NoIntegrityMessageChannelPredicate
 
NOMAD_TELEPHONY_AUTHN_CTX - Static variable in interface org.opensaml.saml.saml2.core.AuthnContext
URI for Nomadic Telephony authentication context.
Nonce - Interface in org.opensaml.soap.wssecurity
The <wsse:Nonce> element within a <wsse:UsernameToken> element.
NonceBuilder - Class in org.opensaml.soap.wssecurity.impl
NonceBuilder.
NonceBuilder() - Constructor for class org.opensaml.soap.wssecurity.impl.NonceBuilder
 
NonceImpl - Class in org.opensaml.soap.wssecurity.impl
NonceImpl.
NonceImpl(String, String, String) - Constructor for class org.opensaml.soap.wssecurity.impl.NonceImpl
Constructor.
NonceMarshaller - Class in org.opensaml.soap.wssecurity.impl
NonceMarshaller.
NonceMarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.NonceMarshaller
 
NonceUnmarshaller - Class in org.opensaml.soap.wssecurity.impl
NonceUnmarshaller.
NonceUnmarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.NonceUnmarshaller
 
NONE - Static variable in interface org.opensaml.soap.wsaddressing.Address
None address URI.
NOT_BEFORE_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.Conditions
NotBefore attribute name.
NOT_BEFORE_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.SubjectConfirmationData
NotBefore attribute name.
NOT_ON_OR_AFTER_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.Conditions
NotOnOrAfter attribute name.
NOT_ON_OR_AFTER_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.LogoutRequest
NotOnOrAfter attribute name.
NOT_ON_OR_AFTER_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.SubjectConfirmationData
NotOnOrAfter attribute name.
NOTBEFORE_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.Conditions
Name for the NotBefore attribute.
NOTONORAFTER_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.Conditions
Name for the NotBefore attribute.

O

OAEPparams - Interface in org.opensaml.xmlsec.encryption
XMLObject representing XML Encryption, version 20021210, OAEPparams element.
OAEPparamsBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of OAEPparams.
OAEPparamsBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.OAEPparamsBuilder
Constructor.
OAEPparamsImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of OAEPparams.
OAEPparamsImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.OAEPparamsImpl
Constructor.
OBLIGATION_ID_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.ObligationType
ObligationId attribute name.
ObligationProcessingContext - Class in org.opensaml.xacml.ctx.provider
A context for processing obligations.
ObligationProcessingContext(ResultType) - Constructor for class org.opensaml.xacml.ctx.provider.ObligationProcessingContext
Constructor.
ObligationProcessingException - Exception in org.opensaml.xacml.ctx.provider
Exception thrown if there is a problem evaluating an obligation.
ObligationProcessingException() - Constructor for exception org.opensaml.xacml.ctx.provider.ObligationProcessingException
Constructor.
ObligationProcessingException(String) - Constructor for exception org.opensaml.xacml.ctx.provider.ObligationProcessingException
Constructor.
ObligationProcessingException(Exception) - Constructor for exception org.opensaml.xacml.ctx.provider.ObligationProcessingException
Constructor.
ObligationProcessingException(String, Exception) - Constructor for exception org.opensaml.xacml.ctx.provider.ObligationProcessingException
Constructor.
ObligationService - Class in org.opensaml.xacml.ctx.provider
A service for evaluating the obligations within a context.
ObligationService() - Constructor for class org.opensaml.xacml.ctx.provider.ObligationService
Constructor.
ObligationsType - Interface in org.opensaml.xacml.policy
XACML Obligations schema type.
ObligationsTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation for ObligationsType.
ObligationsTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.ObligationsTypeImpl
Constructor.
ObligationsTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for ObligationsType.
ObligationsTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.ObligationsTypeImplBuilder
 
ObligationsTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for ObligationsType.
ObligationsTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ObligationsTypeMarshaller
 
ObligationsTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
UnMarshaller for ObligationsType.
ObligationsTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ObligationsTypeUnmarshaller
 
ObligationType - Interface in org.opensaml.xacml.policy
XACML Obligation schema type.
ObligationTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation for ObligationType.
ObligationTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.ObligationTypeImpl
Constructor.
ObligationTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for ObligationType.
ObligationTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.ObligationTypeImplBuilder
 
ObligationTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for ObligationType.
ObligationTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ObligationTypeMarshaller
 
ObligationTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
UnMarshaller for ObligationType.
ObligationTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ObligationTypeUnmarshaller
 
OBTAINED_CONSENT - Static variable in interface org.opensaml.saml.saml2.core.RequestAbstractType
Obtained consent URI.
OBTAINED_CONSENT - Static variable in interface org.opensaml.saml.saml2.core.StatusResponseType
Obtained consent URI.
OK_ATTRIB_NAME - Static variable in interface org.opensaml.soap.wstrust.Renewing
The wst:Renewing/@OK attribute local name.
OnBehalfOf - Interface in org.opensaml.soap.wstrust
The wst:OnBehalfOf element.
OnBehalfOfBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the OnBehalfOf element.
OnBehalfOfBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.OnBehalfOfBuilder
 
OnBehalfOfImpl - Class in org.opensaml.soap.wstrust.impl
OnBehalfOfImpl.
OnBehalfOfImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.OnBehalfOfImpl
Constructor.
OnBehalfOfMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the OnBehalfOf element.
OnBehalfOfMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.OnBehalfOfMarshaller
 
OnBehalfOfUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the wst:OnBehalfOf element.
OnBehalfOfUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.OnBehalfOfUnmarshaller
 
OneTimeUse - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core OneTimeUse.
OneTimeUseBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder for OneTimeUseImpl objects.
OneTimeUseBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.OneTimeUseBuilder
Constructor.
OneTimeUseImpl - Class in org.opensaml.saml.saml2.core.impl
Concrete implementation of OneTimeUse.
OneTimeUseImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.OneTimeUseImpl
Constructor.
OneTimeUseMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for OneTimeUse objects.
OneTimeUseMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.OneTimeUseMarshaller
 
OneTimeUseUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for OneTimeUse objects.
OneTimeUseUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.OneTimeUseUnmarshaller
 
OperatorContentType - Interface in org.opensaml.soap.wspolicy
The OperatorContentType complex type.
OperatorContentTypeImpl - Class in org.opensaml.soap.wspolicy.impl
OperatorContentTypeImpl.
OperatorContentTypeImpl(String, String, String) - Constructor for class org.opensaml.soap.wspolicy.impl.OperatorContentTypeImpl
Constructor.
OperatorContentTypeMarshaller - Class in org.opensaml.soap.wspolicy.impl
Marshaller for the wsp:OperatorContentType element.
OperatorContentTypeMarshaller() - Constructor for class org.opensaml.soap.wspolicy.impl.OperatorContentTypeMarshaller
 
OperatorContentTypeUnmarshaller - Class in org.opensaml.soap.wspolicy.impl
Unmarshaller for the wsp:OperatorContentType element.
OperatorContentTypeUnmarshaller() - Constructor for class org.opensaml.soap.wspolicy.impl.OperatorContentTypeUnmarshaller
 
OptionalBearing - Interface in org.opensaml.soap.wspolicy
Interface for element having a @wsp:Optional attribute.
org.opensaml.core - package org.opensaml.core
Classes at the most general level of the library.
org.opensaml.core.config - package org.opensaml.core.config
Interfaces and classes related to library configuration and initialization.
org.opensaml.core.config.provider - package org.opensaml.core.config.provider
Implementation of library configuration and initialization.
org.opensaml.core.criterion - package org.opensaml.core.criterion
Core Criterion subclasses.
org.opensaml.core.xml - package org.opensaml.core.xml
Base classes for working with XML as Java objects and configuring the library.
org.opensaml.core.xml.config - package org.opensaml.core.xml.config
Configuration of XML object providers and related functionality.
org.opensaml.core.xml.io - package org.opensaml.core.xml.io
Interfaces and abstract implementations of marshallers and unmarshallers.
org.opensaml.core.xml.schema - package org.opensaml.core.xml.schema
Interfaces for XMLObjects that represent XML schema types.
org.opensaml.core.xml.schema.impl - package org.opensaml.core.xml.schema.impl
Implementations of the interfaces for XMLObjects that represent XML schema types.
org.opensaml.core.xml.util - package org.opensaml.core.xml.util
Utility classes for working with XML, XMLObjects, and various data types.
org.opensaml.messaging - package org.opensaml.messaging
General interfaces and classes related to message processing and bindings to transport protocols.
org.opensaml.messaging.context - package org.opensaml.messaging.context
Interfaces and classes for tracking message processing state.
org.opensaml.messaging.context.navigate - package org.opensaml.messaging.context.navigate
A set of Functions used to navigate and lookup data from a tree of BaseContexts.
org.opensaml.messaging.decoder - package org.opensaml.messaging.decoder
Interfaces and classes for decoding messages.
org.opensaml.messaging.decoder.servlet - package org.opensaml.messaging.decoder.servlet
Interfaces and classes for decoding messages that come from an HttpServletRequest.
org.opensaml.messaging.encoder - package org.opensaml.messaging.encoder
Interfaces and classes for encoding messages.
org.opensaml.messaging.encoder.servlet - package org.opensaml.messaging.encoder.servlet
Interfaces and classes for encoding messages to a HttpServletResponse.
org.opensaml.messaging.error - package org.opensaml.messaging.error
Interfaces and classes for message-related error handling.
org.opensaml.messaging.error.servlet - package org.opensaml.messaging.error.servlet
Classes for message-related error handling in a servlet environment.
org.opensaml.messaging.handler - package org.opensaml.messaging.handler
Interfaces and classes for message context handlers.
org.opensaml.messaging.handler.impl - package org.opensaml.messaging.handler.impl
Implementations of message context handlers.
org.opensaml.profile - package org.opensaml.profile
General classes related to profile behavior.
org.opensaml.profile.action - package org.opensaml.profile.action
Interfaces and classes for profile actions, discrete units of behavior that make up a profile.
org.opensaml.profile.action.impl - package org.opensaml.profile.action.impl
Implementations of general profile actions.
org.opensaml.profile.context - package org.opensaml.profile.context
Context classes in support of profile behavior.
org.opensaml.profile.context.navigate - package org.opensaml.profile.context.navigate
Functions for navigating profile context information.
org.opensaml.profile.logic - package org.opensaml.profile.logic
First order logic predicates and functions used for working with profile request data.
org.opensaml.saml.common - package org.opensaml.saml.common
Base classes for working with SAML as Java objects.
org.opensaml.saml.common.binding - package org.opensaml.saml.common.binding
Classes related to SAML binding operations.
org.opensaml.saml.common.binding.artifact - package org.opensaml.saml.common.binding.artifact
Classes supporting SAML artifact use.
org.opensaml.saml.common.binding.artifact.impl - package org.opensaml.saml.common.binding.artifact.impl
Implementation of SAML artifact mapping.
org.opensaml.saml.common.binding.decoding - package org.opensaml.saml.common.binding.decoding
Classes used to decode SAML messages.
org.opensaml.saml.common.binding.encoding - package org.opensaml.saml.common.binding.encoding
Classes used to encode SAML messages.
org.opensaml.saml.common.binding.impl - package org.opensaml.saml.common.binding.impl
Implementation of SAML binding-level functionality, such as MessageHandlers.
org.opensaml.saml.common.binding.security.impl - package org.opensaml.saml.common.binding.security.impl
Classes responsible for performing transport-related and basic message validation of decoded SAML messages.
org.opensaml.saml.common.messaging - package org.opensaml.saml.common.messaging
Support classes for SAML message security operations.
org.opensaml.saml.common.messaging.context - package org.opensaml.saml.common.messaging.context
Context classes for SAML-based messaging function.
org.opensaml.saml.common.messaging.context.navigate - package org.opensaml.saml.common.messaging.context.navigate
Functions to navigate SAML message contexts.
org.opensaml.saml.common.profile - package org.opensaml.saml.common.profile
Classes supporting general SAML profile behavior.
org.opensaml.saml.common.profile.impl - package org.opensaml.saml.common.profile.impl
Actions and classes common to both SAML versions.
org.opensaml.saml.common.profile.logic - package org.opensaml.saml.common.profile.logic
Functions and predicates supporting common SAML profile behavior.
org.opensaml.saml.common.xml - package org.opensaml.saml.common.xml
SAML constants and and misc XML functionality.
org.opensaml.saml.config - package org.opensaml.saml.config
SAML configuration initializers.
org.opensaml.saml.criterion - package org.opensaml.saml.criterion
Criterion based on SAML message/protocol information.
org.opensaml.saml.ext.idpdisco - package org.opensaml.saml.ext.idpdisco
Interfaces for SAML 2 Metadata Extension Identity Provider Discovery.
org.opensaml.saml.ext.idpdisco.impl - package org.opensaml.saml.ext.idpdisco.impl
Implementation for SAML v2.0 Identity Provider Discovery Profile.
org.opensaml.saml.ext.saml1md - package org.opensaml.saml.ext.saml1md
Interfaces for SAML 2 Metadata Profile for SAML 1.x.
org.opensaml.saml.ext.saml1md.impl - package org.opensaml.saml.ext.saml1md.impl
Implementation for SAML 1.x Metadata Profile.
org.opensaml.saml.ext.saml2alg - package org.opensaml.saml.ext.saml2alg
Interfaces for SAML v2.0 Metadata Profile for Algorithm Support Version 1.0.
org.opensaml.saml.ext.saml2alg.impl - package org.opensaml.saml.ext.saml2alg.impl
Implementation for SAML v2.0 Metadata Profile for Algorithm Support Version 1.0.
org.opensaml.saml.ext.saml2aslo - package org.opensaml.saml.ext.saml2aslo
Interfaces for SAML 2 Protocol Extension for Async Logout.
org.opensaml.saml.ext.saml2aslo.impl - package org.opensaml.saml.ext.saml2aslo.impl
Implementation for SAML 2 Protocol Extension for Async Logout objects.
org.opensaml.saml.ext.saml2cb - package org.opensaml.saml.ext.saml2cb
Interfaces for SAML 2 Channel Binding Extensions.
org.opensaml.saml.ext.saml2cb.impl - package org.opensaml.saml.ext.saml2cb.impl
Implementation for SAML v2.0 Channel Binding Extensions Version 1.0.
org.opensaml.saml.ext.saml2delrestrict - package org.opensaml.saml.ext.saml2delrestrict
Interfaces for SAML 2 Condition for Delegation Restriction.
org.opensaml.saml.ext.saml2delrestrict.impl - package org.opensaml.saml.ext.saml2delrestrict.impl
Implementation for SAML v2.0 Condition for Delegation Restriction Version 1.0.
org.opensaml.saml.ext.saml2mdattr - package org.opensaml.saml.ext.saml2mdattr
Interfaces for SAML 2 Metadata Extension for Entity Attributes.
org.opensaml.saml.ext.saml2mdattr.impl - package org.opensaml.saml.ext.saml2mdattr.impl
Implementation for SAML v2.0 Metadata Extension for Entity Attributes Version 1.0.
org.opensaml.saml.ext.saml2mdquery - package org.opensaml.saml.ext.saml2mdquery
Interfaces for SAML 2 Metadata Profile for Standalone Query Requesters.
org.opensaml.saml.ext.saml2mdquery.impl - package org.opensaml.saml.ext.saml2mdquery.impl
Implementation for SAML v2.0 Metadata Extension for Stand-Alone Query Requesters.
org.opensaml.saml.ext.saml2mdreqinit - package org.opensaml.saml.ext.saml2mdreqinit
Interfaces for SAML 2 Metadata Extension for SSO Service Provider Request Initiation.
org.opensaml.saml.ext.saml2mdreqinit.impl - package org.opensaml.saml.ext.saml2mdreqinit.impl
Concrete implementations of the interfaces for the SAML 2 Metadata Extension for SSO Service Provider Request Initiation.
org.opensaml.saml.ext.saml2mdrpi - package org.opensaml.saml.ext.saml2mdrpi
The package to define the SAML V2.0 Metadata Extensions for Registration and Publication Information Version 1.0.
org.opensaml.saml.ext.saml2mdrpi.impl - package org.opensaml.saml.ext.saml2mdrpi.impl
Concrete implementations of the interfaces for the SAML V2.0 Metadata Extensions for Registration and Publication Information Version 1.0.
org.opensaml.saml.ext.saml2mdui - package org.opensaml.saml.ext.saml2mdui
Interfaces for SAML 2 Metadata Extensions for Login UI and Discovery.
org.opensaml.saml.ext.saml2mdui.impl - package org.opensaml.saml.ext.saml2mdui.impl
Implementation for SAML V2 Metadata Extensions for UI and Discovery.
org.opensaml.saml.ext.samlec - package org.opensaml.saml.ext.samlec
Interfaces for SAML-EC GSS-API Mechanism.
org.opensaml.saml.ext.samlec.impl - package org.opensaml.saml.ext.samlec.impl
Implementation for SAML-EC GSS-API schema content.
org.opensaml.saml.ext.samlpthrpty - package org.opensaml.saml.ext.samlpthrpty
Interfaces for SAML 2 Metadata Extension for Third-Party Request Protocol Extension.
org.opensaml.saml.ext.samlpthrpty.impl - package org.opensaml.saml.ext.samlpthrpty.impl
Implementation for SAML V2 Protocol Extension for Third-Party Requests.
org.opensaml.saml.metadata - package org.opensaml.saml.metadata
Classes for fetching and querying SAML metadata.
org.opensaml.saml.metadata.resolver - package org.opensaml.saml.metadata.resolver
Classes for SAML metadata resolution.
org.opensaml.saml.metadata.resolver.filter - package org.opensaml.saml.metadata.resolver.filter
Classes for SAML metadata filtering.
org.opensaml.saml.metadata.resolver.filter.impl - package org.opensaml.saml.metadata.resolver.filter.impl
Implementation of the resolver filters.
org.opensaml.saml.metadata.resolver.impl - package org.opensaml.saml.metadata.resolver.impl
Class for retrieving, filtering, and querying metadata.
org.opensaml.saml.metadata.support - package org.opensaml.saml.metadata.support
Classes in support of SAML metadata.
org.opensaml.saml.saml1.binding.artifact - package org.opensaml.saml.saml1.binding.artifact
Classes that may be used to create and manipulate SAML 1 artifacts.
org.opensaml.saml.saml1.binding.decoding.impl - package org.opensaml.saml.saml1.binding.decoding.impl
SAML 1.x message decoders.
org.opensaml.saml.saml1.binding.encoding.impl - package org.opensaml.saml.saml1.binding.encoding.impl
SAML 1.x message encoders.
org.opensaml.saml.saml1.binding.impl - package org.opensaml.saml.saml1.binding.impl
General message handlers for SAML 1.x.
org.opensaml.saml.saml1.core - package org.opensaml.saml.saml1.core
Interfaces for SAML 1.0 and 1.1 types and elements.
org.opensaml.saml.saml1.core.impl - package org.opensaml.saml.saml1.core.impl
Implementations of SAML 1.x core specification types and elements.
org.opensaml.saml.saml1.profile - package org.opensaml.saml.saml1.profile
Classes for SAML 1.x profile behavior.
org.opensaml.saml.saml1.profile.impl - package org.opensaml.saml.saml1.profile.impl
Implementations of SAML 1.x profile behavior.
org.opensaml.saml.saml2.binding.artifact - package org.opensaml.saml.saml2.binding.artifact
Classes that may be used to create and manipulate SAML 2 artifacts.
org.opensaml.saml.saml2.binding.decoding.impl - package org.opensaml.saml.saml2.binding.decoding.impl
SAML 2.0 message decoders.
org.opensaml.saml.saml2.binding.encoding.impl - package org.opensaml.saml.saml2.binding.encoding.impl
SAML 1.x message encoders.
org.opensaml.saml.saml2.binding.impl - package org.opensaml.saml.saml2.binding.impl
General message handlers for SAML 2.
org.opensaml.saml.saml2.binding.security.impl - package org.opensaml.saml.saml2.binding.security.impl
Security-related message handlers for SAML 2.
org.opensaml.saml.saml2.common - package org.opensaml.saml.saml2.common
Interfaces for elements and attributes used in multiple SAML 2.0 specification.
org.opensaml.saml.saml2.core - package org.opensaml.saml.saml2.core
Interfaces for SAML 2.0 core and protocol interfaces.
org.opensaml.saml.saml2.core.impl - package org.opensaml.saml.saml2.core.impl
Implementations of SAML 2.0 core specification types and elements.
org.opensaml.saml.saml2.ecp - package org.opensaml.saml.saml2.ecp
Interfaces for SAML 2 ECP Elements.
org.opensaml.saml.saml2.ecp.impl - package org.opensaml.saml.saml2.ecp.impl
Implementations of SAML 2.0 ECP types and elements.
org.opensaml.saml.saml2.encryption - package org.opensaml.saml.saml2.encryption
Classes for encrypting and decrypting SAML.
org.opensaml.saml.saml2.metadata - package org.opensaml.saml.saml2.metadata
Concrete definitions of the objects described in saml-metadata-2.0-os work.
org.opensaml.saml.saml2.metadata.impl - package org.opensaml.saml.saml2.metadata.impl
Concrete implementations of the metadata APIs.
org.opensaml.saml.saml2.profile - package org.opensaml.saml.saml2.profile
Classes for SAML 2.0 profile behavior.
org.opensaml.saml.saml2.profile.context - package org.opensaml.saml.saml2.profile.context
Context classes supporting SAML 2 profile behavior.
org.opensaml.saml.saml2.profile.impl - package org.opensaml.saml.saml2.profile.impl
Implementations of SAML 2.0 profile behavior.
org.opensaml.saml.security.impl - package org.opensaml.saml.security.impl
Classes related to verifying various credentials within a SAML system.
org.opensaml.security - package org.opensaml.security
Interfaces and classes used in representing cryptographic credentials, evaluating the trustworthiness of security of tokens, etc.
org.opensaml.security.config - package org.opensaml.security.config
Security configuration implementation classes.
org.opensaml.security.credential - package org.opensaml.security.credential
Interfaces and classes related to credentials and ways to represent them.
org.opensaml.security.credential.criteria.impl - package org.opensaml.security.credential.criteria.impl
Implementations of Criterion where the parameterized evaluation target type is Credential.
org.opensaml.security.credential.impl - package org.opensaml.security.credential.impl
CredentialResolver implementation classes.
org.opensaml.security.criteria - package org.opensaml.security.criteria
Classes which model lookup criteria used as input to a Resolver.
org.opensaml.security.crypto - package org.opensaml.security.crypto
General cryptographic functionality.
org.opensaml.security.httpclient - package org.opensaml.security.httpclient
 
org.opensaml.security.httpclient.impl - package org.opensaml.security.httpclient.impl
 
org.opensaml.security.messaging - package org.opensaml.security.messaging
Messaging-related security classes.
org.opensaml.security.messaging.impl - package org.opensaml.security.messaging.impl
Message handler implementations.
org.opensaml.security.trust - package org.opensaml.security.trust
Interfaces and classes used to evaluate the trustworthiness and validity of Credentials.
org.opensaml.security.trust.impl - package org.opensaml.security.trust.impl
TrustEngine implementation classes.
org.opensaml.security.x509 - package org.opensaml.security.x509
X.509-based credential and trust classes.
org.opensaml.security.x509.impl - package org.opensaml.security.x509.impl
TrustEngine implementation classes related to PKIX.
org.opensaml.security.x509.tls - package org.opensaml.security.x509.tls
TLS security functionality.
org.opensaml.security.x509.tls.impl - package org.opensaml.security.x509.tls.impl
Implementation classes for client TLS security.
org.opensaml.soap.client - package org.opensaml.soap.client
SOAP client functionality.
org.opensaml.soap.client.http - package org.opensaml.soap.client.http
SOAP HTTP client functionality.
org.opensaml.soap.common - package org.opensaml.soap.common
Common classes shared across SOAP versions, clients, and transports.
org.opensaml.soap.config - package org.opensaml.soap.config
Configuration and initialization of SOAP XMLObject providers.
org.opensaml.soap.messaging.context - package org.opensaml.soap.messaging.context
Context classes in support of SOAP messaging.
org.opensaml.soap.soap11 - package org.opensaml.soap.soap11
XMLObject interfaces for SOAP 1.1 elements.
org.opensaml.soap.soap11.decoder.http.impl - package org.opensaml.soap.soap11.decoder.http.impl
SOAP over HTTP 1.1 message decoder and handlers.
org.opensaml.soap.soap11.encoder.http.impl - package org.opensaml.soap.soap11.encoder.http.impl
SOAP over HTTP 1.1 message encoder and handlers.
org.opensaml.soap.soap11.impl - package org.opensaml.soap.soap11.impl
Provided implementations of the SOAP 1.1 XMLObject interfaces.
org.opensaml.soap.soap11.profile.impl - package org.opensaml.soap.soap11.profile.impl
Profile actions related to SOAP 1.1.
org.opensaml.soap.soap12 - package org.opensaml.soap.soap12
XMLObject interfaces for SOAP 1.2 elements.
org.opensaml.soap.util - package org.opensaml.soap.util
General SOAP utility classes.
org.opensaml.soap.wsaddressing - package org.opensaml.soap.wsaddressing
XMLObject interfaces for WS-Addressing 1.0 elements.
org.opensaml.soap.wsaddressing.impl - package org.opensaml.soap.wsaddressing.impl
XML Object provider implementations for WS-Addressing.
org.opensaml.soap.wsaddressing.util - package org.opensaml.soap.wsaddressing.util
Support classes for WS-Addressing.
org.opensaml.soap.wsfed - package org.opensaml.soap.wsfed
XMLObject interfaces for WS-Federation elements.
org.opensaml.soap.wsfed.impl - package org.opensaml.soap.wsfed.impl
XML Object provider implementations for WS-Federation.
org.opensaml.soap.wspolicy - package org.opensaml.soap.wspolicy
XMLObject interfaces for WS-Policy 1.2 elements.
org.opensaml.soap.wspolicy.impl - package org.opensaml.soap.wspolicy.impl
XML Object provider implementations for WS-Policy.
org.opensaml.soap.wssecurity - package org.opensaml.soap.wssecurity
XMLObject interfaces for WS-Security 1.1 elements.
org.opensaml.soap.wssecurity.impl - package org.opensaml.soap.wssecurity.impl
XML Object provider implementations for WS-Security.
org.opensaml.soap.wssecurity.util - package org.opensaml.soap.wssecurity.util
Support classes for WS-Security.
org.opensaml.soap.wstrust - package org.opensaml.soap.wstrust
XMLObject interfaces for WS-Trust 1.3 elements.
org.opensaml.soap.wstrust.impl - package org.opensaml.soap.wstrust.impl
XML Object provider implementations for WS-Trust.
org.opensaml.storage - package org.opensaml.storage
Interfaces and classes for storing state data of the type used in replay caches, conversation identifiers, etc.
org.opensaml.storage.annotation - package org.opensaml.storage.annotation
Annotations in support of StorageService use by custom objects.
org.opensaml.storage.impl - package org.opensaml.storage.impl
Storage-related implementation classes.
org.opensaml.storage.impl.memcached - package org.opensaml.storage.impl.memcached
 
org.opensaml.xacml - package org.opensaml.xacml
General XACML classes.
org.opensaml.xacml.config - package org.opensaml.xacml.config
Configuration classes for XACML classes.
org.opensaml.xacml.ctx - package org.opensaml.xacml.ctx
XMLObject interfaces for XACML context schema.
org.opensaml.xacml.ctx.impl - package org.opensaml.xacml.ctx.impl
XMLObject implementations for XACML context schema.
org.opensaml.xacml.ctx.provider - package org.opensaml.xacml.ctx.provider
Implementations of XACML functionality.
org.opensaml.xacml.impl - package org.opensaml.xacml.impl
XMLObject provider implementation support for XACML.
org.opensaml.xacml.policy - package org.opensaml.xacml.policy
XMLObject interfaces for XACML policy schema.
org.opensaml.xacml.policy.impl - package org.opensaml.xacml.policy.impl
XMLObject provider implementation classes for XACML policy schema.
org.opensaml.xacml.profile.saml - package org.opensaml.xacml.profile.saml
XMLObject interfaces for SAML XACML profile.
org.opensaml.xacml.profile.saml.config - package org.opensaml.xacml.profile.saml.config
Configuration classes for XACML SAML profile classes.
org.opensaml.xacml.profile.saml.impl - package org.opensaml.xacml.profile.saml.impl
XMLObject implementation classes for XACML SAML profile.
org.opensaml.xmlsec - package org.opensaml.xmlsec
Configuration and support classes for security.
org.opensaml.xmlsec.algorithm - package org.opensaml.xmlsec.algorithm
Configuration and support classes for security algorithms.
org.opensaml.xmlsec.algorithm.descriptors - package org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor classes.
org.opensaml.xmlsec.config - package org.opensaml.xmlsec.config
Configuration and initialization of security.
org.opensaml.xmlsec.context - package org.opensaml.xmlsec.context
Message context classes for XML Security.
org.opensaml.xmlsec.criterion - package org.opensaml.xmlsec.criterion
Criterion classes for XML Security.
org.opensaml.xmlsec.crypto - package org.opensaml.xmlsec.crypto
Support classes for XML Security operations.
org.opensaml.xmlsec.encryption - package org.opensaml.xmlsec.encryption
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
org.opensaml.xmlsec.encryption.impl - package org.opensaml.xmlsec.encryption.impl
Implementations of the interfaces for XMLObjects that represent XML encryption types.
org.opensaml.xmlsec.encryption.support - package org.opensaml.xmlsec.encryption.support
Functional support for XML Encryption.
org.opensaml.xmlsec.impl - package org.opensaml.xmlsec.impl
Implementation of configuration and parameter resolver classes.
org.opensaml.xmlsec.keyinfo - package org.opensaml.xmlsec.keyinfo
Classes in support of processing XML Signature KeyInfo material.
org.opensaml.xmlsec.keyinfo.impl - package org.opensaml.xmlsec.keyinfo.impl
Interfaces and classes for working with XML KeyInfo elements.
org.opensaml.xmlsec.keyinfo.impl.provider - package org.opensaml.xmlsec.keyinfo.impl.provider
Specific implementations of KeyInfoProvider.
org.opensaml.xmlsec.signature - package org.opensaml.xmlsec.signature
XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.
org.opensaml.xmlsec.signature.impl - package org.opensaml.xmlsec.signature.impl
Implementations of the interfaces for XMLObjects that represent XML signature types.
org.opensaml.xmlsec.signature.support - package org.opensaml.xmlsec.signature.support
Functional support for XML Signature.
org.opensaml.xmlsec.signature.support.impl - package org.opensaml.xmlsec.signature.support.impl
Implementations of signature evaluation functions.
org.opensaml.xmlsec.signature.support.provider - package org.opensaml.xmlsec.signature.support.provider
Provides Santuario-specific implementation of signing and validation.
Organization - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata Organization.
OrganizationBuilder - Class in org.opensaml.saml.saml2.metadata.impl
Builder of OrganizationImpl.
OrganizationBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.OrganizationBuilder
Constructor.
OrganizationDisplayName - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata OrganizationDisplayName.
OrganizationDisplayNameBuilder - Class in org.opensaml.saml.saml2.metadata.impl
OrganizationDisplayNameBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.OrganizationDisplayNameBuilder
Constructor.
OrganizationDisplayNameImpl - Class in org.opensaml.saml.saml2.metadata.impl
Concrete implementation of OrganizationDisplayName.
OrganizationDisplayNameImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.OrganizationDisplayNameImpl
Constructor.
OrganizationDisplayNameMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Marshaller for OrganizationDisplayName objects.
OrganizationDisplayNameMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.OrganizationDisplayNameMarshaller
 
OrganizationDisplayNameUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread-safe unmarshaller for OrganizationDisplayName objects.
OrganizationDisplayNameUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.OrganizationDisplayNameUnmarshaller
 
OrganizationImpl - Class in org.opensaml.saml.saml2.metadata.impl
Concrete implementation of Organization.
OrganizationImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.OrganizationImpl
Constructor.
OrganizationMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Marshaller for Organization objects.
OrganizationMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.OrganizationMarshaller
 
OrganizationName - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata OrganizationName.
OrganizationNameBuilder - Class in org.opensaml.saml.saml2.metadata.impl
OrganizationNameBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.OrganizationNameBuilder
Constructor.
OrganizationNameImpl - Class in org.opensaml.saml.saml2.metadata.impl
Concrete implementation of OrganizationName.
OrganizationNameImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.OrganizationNameImpl
Constructor.
OrganizationNameMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Marshaller for OrganizationName objects.
OrganizationNameMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.OrganizationNameMarshaller
 
OrganizationNameUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread-safe Unmarshaller for OrganizationName objects.
OrganizationNameUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.OrganizationNameUnmarshaller
 
OrganizationUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread-safe Unmarshaller for Organization objects.
OrganizationUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.OrganizationUnmarshaller
 
OrganizationURL - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata OrganizationURL.
OrganizationURLBuilder - Class in org.opensaml.saml.saml2.metadata.impl
OrganizationURLBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.OrganizationURLBuilder
Constructor.
OrganizationURLImpl - Class in org.opensaml.saml.saml2.metadata.impl
Concrete implementation of OrganizationURL.
OrganizationURLImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.OrganizationURLImpl
Constructor.
OrganizationURLMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Marshaller for OrganizationURL objects.
OrganizationURLMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.OrganizationURLMarshaller
 
OrganizationURLUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread-safe Unmarshaller for OrganizationURL objects.
OrganizationURLUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.OrganizationURLUnmarshaller
 
OriginatorKeyInfo - Interface in org.opensaml.xmlsec.encryption
XMLObject representing XML Encryption, version 20021210, OriginatorKeyInfo element.
OriginatorKeyInfoBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of OriginatorKeyInfo.
OriginatorKeyInfoBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.OriginatorKeyInfoBuilder
Constructor.
OriginatorKeyInfoImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of OriginatorKeyInfo.
OriginatorKeyInfoImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.OriginatorKeyInfoImpl
Constructor.
OriginatorKeyInfoMarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Marshaller for OriginatorKeyInfo objects.
OriginatorKeyInfoMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.OriginatorKeyInfoMarshaller
 
OriginatorKeyInfoUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Unmarshaller for OriginatorKeyInfo objects.
OriginatorKeyInfoUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.OriginatorKeyInfoUnmarshaller
 
OTHER - Static variable in class org.opensaml.saml.saml2.metadata.ContactPersonTypeEnumeration
"other" contact type.
OTHER_ALT_NAME - Static variable in class org.opensaml.security.x509.X509Support
RFC 2459 Other Subject Alt Name type.
OutboundMessageContextLookup - Class in org.opensaml.profile.context.navigate
OutboundMessageContextLookup() - Constructor for class org.opensaml.profile.context.navigate.OutboundMessageContextLookup
 
OWNER_ID_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AffiliationDescriptor
"affiliationOwnerID" attribute's local name.

P

P - Interface in org.opensaml.xmlsec.encryption
XMLObject representing XML Encryption, version 20021210, P element.
P - Interface in org.opensaml.xmlsec.signature
XMLObject representing XML Digital Signature, version 20020212, P element.
PAOS_NS - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
Liberty PAOS XML Namespace.
PAOS_PREFIX - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
Liberty PAOS QName prefix.
PARAMETER_NAMEATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.CombinerParameterType
ParameterName attribute name.
Parameters - Interface in org.opensaml.xmlsec.encryption
XMLObject representing XML Encryption, version 1.1, Parameters element.
ParentContextLookup<StartContext extends BaseContext,ParentContext extends BaseContext> - Class in org.opensaml.messaging.context.navigate
A ContextDataLookupFunction that gets the parent of a given context.
ParentContextLookup() - Constructor for class org.opensaml.messaging.context.navigate.ParentContextLookup
 
parse(String) - Method in class org.opensaml.security.x509.InternalX500DNHandler
Parse the string representation of a name and build a new principal instance.
parse(byte[]) - Method in class org.opensaml.security.x509.InternalX500DNHandler
Parse the ASN.1 DER encoding representation of a name and build a new principal instance.
parse(String) - Method in interface org.opensaml.security.x509.X500DNHandler
Parse the string representation of a name and build a new principal instance.
parse(byte[]) - Method in interface org.opensaml.security.x509.X500DNHandler
Parse the ASN.1 DER encoding representation of a name and build a new principal instance.
parseArtifact(byte[]) - Static method in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0001
Constructs a SAML 1 artifact from its byte array representation.
parseArtifact(byte[]) - Static method in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0002
Constructs a SAML 1 artifact from its byte representation.
parseArtifact(byte[]) - Static method in class org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactType0004
Constructs a SAML 2 artifact from its byte array representation.
parseValue(String) - Static method in enum org.opensaml.core.xml.SpaceBearing.XMLSpaceEnum
Parse a string value into an XMLSpaceEnum.
PARTIAL_LOGOUT - Static variable in interface org.opensaml.saml.saml2.core.StatusCode
URI for PartialLogout status code.
Participant - Interface in org.opensaml.soap.wstrust
The wst:Participant element.
ParticipantBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the Participant element.
ParticipantBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.ParticipantBuilder
 
ParticipantImpl - Class in org.opensaml.soap.wstrust.impl
ParticipantImpl.
ParticipantImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.ParticipantImpl
Constructor.
ParticipantMarshaller - Class in org.opensaml.soap.wstrust.impl
PrimaryMarshaller.
ParticipantMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.ParticipantMarshaller
 
Participants - Interface in org.opensaml.soap.wstrust
The wst:Participants element.
ParticipantsBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the Participants element.
ParticipantsBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.ParticipantsBuilder
 
ParticipantsImpl - Class in org.opensaml.soap.wstrust.impl
ParticipantsImpl.
ParticipantsImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.ParticipantsImpl
Constructor.
ParticipantsMarshaller - Class in org.opensaml.soap.wstrust.impl
ParticipantsMarshaller.
ParticipantsMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.ParticipantsMarshaller
 
ParticipantsUnmarshaller - Class in org.opensaml.soap.wstrust.impl
ParticipantsUnmarshaller.
ParticipantsUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.ParticipantsUnmarshaller
 
ParticipantType - Interface in org.opensaml.soap.wstrust
Interface ParticipantType complex type.
ParticipantTypeImpl - Class in org.opensaml.soap.wstrust.impl
ParticipantTypeImpl.
ParticipantTypeImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.ParticipantTypeImpl
Constructor.
ParticipantTypeMarshaller - Class in org.opensaml.soap.wstrust.impl
ParticipantTypeMarshaller.
ParticipantTypeMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.ParticipantTypeMarshaller
 
ParticipantTypeUnmarshaller - Class in org.opensaml.soap.wstrust.impl
ParticipantTypeUnmarshaller.
ParticipantTypeUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.ParticipantTypeUnmarshaller
 
ParticipantUnmarshaller - Class in org.opensaml.soap.wstrust.impl
PrimaryUnmarshaller.
ParticipantUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.ParticipantUnmarshaller
 
Password - Interface in org.opensaml.soap.wssecurity
The Password element.
PASSWORD_AUTHN_CTX - Static variable in interface org.opensaml.saml.saml2.core.AuthnContext
URI for Password authentication context.
PASSWORD_AUTHN_METHOD - Static variable in interface org.opensaml.saml.saml1.core.AuthenticationStatement
URI for Password authentication method.
PasswordBuilder - Class in org.opensaml.soap.wssecurity.impl
PasswordBuilder.
PasswordBuilder() - Constructor for class org.opensaml.soap.wssecurity.impl.PasswordBuilder
 
PasswordImpl - Class in org.opensaml.soap.wssecurity.impl
PasswordImpl.
PasswordImpl(String, String, String) - Constructor for class org.opensaml.soap.wssecurity.impl.PasswordImpl
Constructor.
PasswordMarshaller - Class in org.opensaml.soap.wssecurity.impl
PasswordMarshaller.
PasswordMarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.PasswordMarshaller
 
PasswordUnmarshaller - Class in org.opensaml.soap.wssecurity.impl
PasswordUnmarshaller.
PasswordUnmarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.PasswordUnmarshaller
 
PBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of P.
PBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.PBuilder
Constructor.
PBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of P.
PBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.PBuilder
Constructor.
PDPDescriptor - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata PDPDescriptor.
PDPDescriptorBuilder - Class in org.opensaml.saml.saml2.metadata.impl
Builder of PDPDescriptorImpl.
PDPDescriptorBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.PDPDescriptorBuilder
Constructor.
PDPDescriptorImpl - Class in org.opensaml.saml.saml2.metadata.impl
Concrete implementation of PDPDescriptor.
PDPDescriptorImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.PDPDescriptorImpl
Constructor.
PDPDescriptorMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Marshaller for PDPDescriptor objects.
PDPDescriptorMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.PDPDescriptorMarshaller
 
PDPDescriptorUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Unmarshaller for PDPDescriptor objects.
PDPDescriptorUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.PDPDescriptorUnmarshaller
 
PeerEntityIDCriterion - Class in org.opensaml.security.criteria
An implementation of Criterion which specifies criteria pertaining to peer entity IDs.
PeerEntityIDCriterion(String) - Constructor for class org.opensaml.security.criteria.PeerEntityIDCriterion
Constructor.
performHostnameVerification(Socket, String, HttpContext) - Method in class org.opensaml.security.httpclient.impl.TrustEngineTLSSocketFactory
Perform hostname verification on the connection represented by the supplied socket.
performPrevalidation(Signature) - Method in class org.opensaml.saml.common.binding.security.impl.SAMLProtocolMessageXMLSignatureSecurityHandler
Perform pre-validation on the Signature token.
performPreValidation(Signature, String) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.SignatureValidationFilter
Perform pre-validation on the Signature token.
performTrustEval(Socket, HttpContext) - Method in class org.opensaml.security.httpclient.impl.TrustEngineTLSSocketFactory
Perform trust evaluation by extracting the server TLS X509Credential from the SSLSession and evaluating it via a TrustEngine and CriteriaSet supplied by the caller via the HttpContext.
PERMIT - Static variable in class org.opensaml.saml.saml1.core.DecisionTypeEnumeration
"Permit" decision type.
PERMIT - Static variable in class org.opensaml.saml.saml2.core.DecisionTypeEnumeration
Permit decision type.
PERSISTENT - Static variable in interface org.opensaml.saml.saml2.core.NameIDType
URI for persistent name format.
PERSONAL_TELEPHONY_AUTHN_CTX - Static variable in interface org.opensaml.saml.saml2.core.AuthnContext
URI for Personalized Telephony authentication context.
PgenCounter - Interface in org.opensaml.xmlsec.encryption
XMLObject representing XML Encryption, version 20021210, pgenCounter element.
PgenCounter - Interface in org.opensaml.xmlsec.signature
XMLObject representing XML Digital Signature, version 20020212, PgenCounter element.
PgenCounterBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of PgenCounter.
PgenCounterBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.PgenCounterBuilder
Constructor.
PgenCounterBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of PgenCounter.
PgenCounterBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.PgenCounterBuilder
Constructor.
PgenCounterImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of PgenCounter.
PgenCounterImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.PgenCounterImpl
Constructor.
PgenCounterImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of PgenCounter.
PgenCounterImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.PgenCounterImpl
Constructor.
PGP_AUTHN_CTX - Static variable in interface org.opensaml.saml.saml2.core.AuthnContext
URI for PGP authentication context.
PGP_AUTHN_METHOD - Static variable in interface org.opensaml.saml.saml1.core.AuthenticationStatement
URI for PGP authentication method.
PGPData - Interface in org.opensaml.xmlsec.signature
XMLObject representing XML Digital Signature, version 20020212, PGPData element.
PGPDataBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of PGPData.
PGPDataBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.PGPDataBuilder
Constructor.
PGPDataImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of PGPData.
PGPDataImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.PGPDataImpl
Constructor.
PGPDataMarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Marshaller for PGPData objects.
PGPDataMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.PGPDataMarshaller
 
PGPDataUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Unmarshaller for PGPData objects.
PGPDataUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.PGPDataUnmarshaller
 
PGPKeyID - Interface in org.opensaml.xmlsec.signature
XMLObject representing XML Digital Signature, version 20020212, PGPKeyID element.
PGPKeyIDBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of PGPKeyID.
PGPKeyIDBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.PGPKeyIDBuilder
Constructor.
PGPKeyIDImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of PGPKeyID.
PGPKeyIDImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.PGPKeyIDImpl
Constructor.
PGPKeyPacket - Interface in org.opensaml.xmlsec.signature
XMLObject representing XML Digital Signature, version 20020212, PGPKeyPacket element.
PGPKeyPacketBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of PGPKeyPacket.
PGPKeyPacketBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.PGPKeyPacketBuilder
Constructor.
PGPKeyPacketImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of PGPKeyPacket.
PGPKeyPacketImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.PGPKeyPacketImpl
Constructor.
PImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of P.
PImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.PImpl
Constructor.
PImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of P.
PImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.PImpl
Constructor.
PipelineMessageErrorHandler<MessageType> - Interface in org.opensaml.messaging.error
A specialization of error handler where the error is handled via use of a specified message handler and message encoder.
PKIXSignatureTrustEngine - Class in org.opensaml.xmlsec.signature.support.impl
An implementation of SignatureTrustEngine which evaluates the validity and trustworthiness of XML and raw signatures.
PKIXSignatureTrustEngine(PKIXValidationInformationResolver, KeyInfoCredentialResolver) - Constructor for class org.opensaml.xmlsec.signature.support.impl.PKIXSignatureTrustEngine
Constructor.
PKIXSignatureTrustEngine(PKIXValidationInformationResolver, KeyInfoCredentialResolver, PKIXTrustEvaluator, X509CredentialNameEvaluator) - Constructor for class org.opensaml.xmlsec.signature.support.impl.PKIXSignatureTrustEngine
Constructor.
PKIXTrustEngine<TokenType> - Interface in org.opensaml.security.x509
Trust engine that validates tokens using PKIX validation.
PKIXTrustEvaluator - Interface in org.opensaml.security.x509
An interface for classes which evaluate an X509Credential against a set of trusted PKIXValidationInformation, using PKIX validation rules.
PKIXValidationInformation - Interface in org.opensaml.security.x509
Source of PKIX validation information such as trust anchors and CRLs.
PKIXValidationInformationResolver - Interface in org.opensaml.security.x509
A resolver which uses Criterion to resolve PKIXValidationInformation, which will typically be used by PKIX-based trust engines.
PKIXValidationOptions - Class in org.opensaml.security.x509
Options which may be supplied to influence the processing behavior of a PKIXTrustEvaluator.
PKIXValidationOptions() - Constructor for class org.opensaml.security.x509.PKIXValidationOptions
Constructor.
PKIXX509CredentialTrustEngine - Class in org.opensaml.security.x509.impl
Trust engine implementation which evaluates an X509Credential token based on PKIX validation processing using validation information from a trusted source.
PKIXX509CredentialTrustEngine(PKIXValidationInformationResolver) - Constructor for class org.opensaml.security.x509.impl.PKIXX509CredentialTrustEngine
Constructor.
PKIXX509CredentialTrustEngine(PKIXValidationInformationResolver, PKIXTrustEvaluator, X509CredentialNameEvaluator) - Constructor for class org.opensaml.security.x509.impl.PKIXX509CredentialTrustEngine
Constructor.
placeKeysAsPeers(EncryptedElementType, EncryptedData, List<EncryptedKey>) - Method in class org.opensaml.saml.saml2.encryption.Encrypter
Store the specified EncryptedData and EncryptedKey(s) in the specified instance of EncryptedElementType as peer elements, following SAML 2 Errata E43 guidelines for forward and back referencing between the EncryptedData and EncryptedKey(s).
placeKeysInline(EncryptedElementType, EncryptedData, List<EncryptedKey>) - Method in class org.opensaml.saml.saml2.encryption.Encrypter
Place the EncryptedKey elements inside the KeyInfo element within the EncryptedData element.
Policy - Interface in org.opensaml.soap.wspolicy
The wsp:Policy element.
POLICY_COMBINING_ALG_ID_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.PolicySetType
PolicyCombiningAlgId attribute name.
POLICY_DEFAULTS_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.DefaultsType
Local name of the element PolicyDefaults.
POLICY_DEFAULTS_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.DefaultsType
QName of the element PolicyDefaults.
POLICY_ID_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.PolicyType
PolicyId attribute name.
POLICY_ID_REF_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.PolicyCombinerParametersType
PolicyIdRef attribute name.
POLICY_ID_REFERENCE_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.IdReferenceType
Local name of the element PolicyIdReference.
POLICY_ID_REFERENCE_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.IdReferenceType
QName of the element PolicyIdReference.
POLICY_SET_DEFAULTS_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.DefaultsType
Local name of the element PolicySetDefaults.
POLICY_SET_DEFAULTS_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.DefaultsType
QName of the element PolicySetDefaults.
POLICY_SET_ID_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.PolicySetType
PolicySetId attribute name.
POLICY_SET_ID_REF_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.PolicySetCombinerParametersType
PolicySetIdRef attribute name.
POLICY_SET_ID_REFERENCE_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.IdReferenceType
Local name of the element PolicySetIdReference.
POLICY_SET_ID_REFERENCE_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.IdReferenceType
QName of the element PolicySetIdReference.
PolicyAttachment - Interface in org.opensaml.soap.wspolicy
The wsp:PolicyAttachment element.
PolicyAttachmentBuilder - Class in org.opensaml.soap.wspolicy.impl
Builder for the PolicyAttachment element.
PolicyAttachmentBuilder() - Constructor for class org.opensaml.soap.wspolicy.impl.PolicyAttachmentBuilder
 
PolicyAttachmentImpl - Class in org.opensaml.soap.wspolicy.impl
PolicyAttachmentImpl.
PolicyAttachmentImpl(String, String, String) - Constructor for class org.opensaml.soap.wspolicy.impl.PolicyAttachmentImpl
Constructor.
PolicyAttachmentMarshaller - Class in org.opensaml.soap.wspolicy.impl
Marshaller for PolicyAttachment.
PolicyAttachmentMarshaller() - Constructor for class org.opensaml.soap.wspolicy.impl.PolicyAttachmentMarshaller
 
PolicyAttachmentUnmarshaller - Class in org.opensaml.soap.wspolicy.impl
Unmarshaller for PolicyAttachment.
PolicyAttachmentUnmarshaller() - Constructor for class org.opensaml.soap.wspolicy.impl.PolicyAttachmentUnmarshaller
 
PolicyBuilder - Class in org.opensaml.soap.wspolicy.impl
Builder for the Policy element.
PolicyBuilder() - Constructor for class org.opensaml.soap.wspolicy.impl.PolicyBuilder
 
PolicyCombinerParametersType - Interface in org.opensaml.xacml.policy
XACML PolicyCombinerParameters schema type.
PolicyCombinerParametersTypeImpl - Class in org.opensaml.xacml.policy.impl
PolicyCombinerParametersTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.PolicyCombinerParametersTypeImpl
Constructor.
PolicyCombinerParametersTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
PolicyCombinerParametersTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.PolicyCombinerParametersTypeImplBuilder
 
PolicyCombinerParametersTypeMarshaller - Class in org.opensaml.xacml.policy.impl
PolicyCombinerParametersTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.PolicyCombinerParametersTypeMarshaller
 
PolicyCombinerParametersTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
PolicyCombinerParametersTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.PolicyCombinerParametersTypeUnmarshaller
 
PolicyImpl - Class in org.opensaml.soap.wspolicy.impl
PolicyImpl.
PolicyImpl(String, String, String) - Constructor for class org.opensaml.soap.wspolicy.impl.PolicyImpl
Constructor.
PolicyMarshaller - Class in org.opensaml.soap.wspolicy.impl
Marshaller for the wsp:Policy element.
PolicyMarshaller() - Constructor for class org.opensaml.soap.wspolicy.impl.PolicyMarshaller
 
PolicyReference - Interface in org.opensaml.soap.wspolicy
The wsp:PolicyReference element.
PolicyReferenceBuilder - Class in org.opensaml.soap.wspolicy.impl
Builder for the PolicyReference element.
PolicyReferenceBuilder() - Constructor for class org.opensaml.soap.wspolicy.impl.PolicyReferenceBuilder
 
PolicyReferenceImpl - Class in org.opensaml.soap.wspolicy.impl
PolicyReferenceImpl.
PolicyReferenceImpl(String, String, String) - Constructor for class org.opensaml.soap.wspolicy.impl.PolicyReferenceImpl
Constructor.
PolicyReferenceMarshaller - Class in org.opensaml.soap.wspolicy.impl
Marshaller for the wsp:PolicyReference element.
PolicyReferenceMarshaller() - Constructor for class org.opensaml.soap.wspolicy.impl.PolicyReferenceMarshaller
 
PolicyReferenceUnmarshaller - Class in org.opensaml.soap.wspolicy.impl
Unmarshaller for the wsp:PolicyReference element.
PolicyReferenceUnmarshaller() - Constructor for class org.opensaml.soap.wspolicy.impl.PolicyReferenceUnmarshaller
 
PolicySetCombinerParametersType - Interface in org.opensaml.xacml.policy
XACML PolicySetCombineParameters schema type.
PolicySetCombinerParametersTypeImpl - Class in org.opensaml.xacml.policy.impl
PolicySetCombinerParametersTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.PolicySetCombinerParametersTypeImpl
Constructor.
PolicySetCombinerParametersTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
PolicySetCombinerParametersTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.PolicySetCombinerParametersTypeImplBuilder
 
PolicySetCombinerParametersTypeMarshaller - Class in org.opensaml.xacml.policy.impl
PolicySetCombinerParametersTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.PolicySetCombinerParametersTypeMarshaller
 
PolicySetCombinerParametersTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
PolicySetCombinerParametersTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.PolicySetCombinerParametersTypeUnmarshaller
 
PolicySetType - Interface in org.opensaml.xacml.policy
XACML PolicySet schema types.
PolicySetTypeImpl - Class in org.opensaml.xacml.policy.impl
Concrete implementation of PolicySetType.
PolicySetTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Constructor.
PolicySetTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder of PolicySetType objects.
PolicySetTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.PolicySetTypeImplBuilder
 
PolicySetTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for PolicySetType objects.
PolicySetTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.PolicySetTypeMarshaller
 
PolicySetTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for PolicySetType objects.
PolicySetTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.PolicySetTypeUnmarshaller
 
PolicyType - Interface in org.opensaml.xacml.policy
XACML Policy schema type.
PolicyTypeImpl - Class in org.opensaml.xacml.policy.impl
Concrete implemenation of PolicyType.
PolicyTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.PolicyTypeImpl
Constructor.
PolicyTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder of PolicyType objects.
PolicyTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.PolicyTypeImplBuilder
 
PolicyTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for PolicyType objects.
PolicyTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.PolicyTypeMarshaller
 
PolicyTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for PolicyType objects.
PolicyTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.PolicyTypeUnmarshaller
 
PolicyUnmarshaller - Class in org.opensaml.soap.wspolicy.impl
Unmarshaller for the wsp:Policy element.
PolicyUnmarshaller() - Constructor for class org.opensaml.soap.wspolicy.impl.PolicyUnmarshaller
 
PolicyURIsBearing - Interface in org.opensaml.soap.wspolicy
Interface for element having a @wsp:PolicyURIs attribute.
populateBindingContext(MessageContext<SAMLObject>) - Method in class org.opensaml.saml.saml1.binding.decoding.impl.HTTPArtifactDecoder
Populate the context which carries information specific to this binding.
populateBindingContext(MessageContext<SAMLObject>) - Method in class org.opensaml.saml.saml1.binding.decoding.impl.HTTPPostDecoder
Populate the context which carries information specific to this binding.
populateBindingContext(MessageContext<SAMLObject>) - Method in class org.opensaml.saml.saml1.binding.decoding.impl.HTTPSOAP11Decoder
Populate the context which carries information specific to this binding.
populateBindingContext(MessageContext<SAMLObject>) - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
Populate the context which carries information specific to this binding.
populateBindingContext(MessageContext<SAMLObject>) - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPPostDecoder
Populate the context which carries information specific to this binding.
populateBindingContext(MessageContext<SAMLObject>) - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPPostSimpleSignDecoder
Populate the context which carries information specific to this binding.
populateBindingContext(MessageContext<SAMLObject>) - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPRedirectDeflateDecoder
Populate the context which carries information specific to this binding.
populateBindingContext(MessageContext<SAMLObject>) - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPSOAP11Decoder
Populate the context which carries information specific to this binding.
PopulateClientTLSValidationParameters - Class in org.opensaml.profile.action.impl
Action that resolves and populates ClientTLSValidationParameters on a ClientTLSSecurityParametersContext created/accessed via a lookup function, by default on the inbound message context.
PopulateClientTLSValidationParameters() - Constructor for class org.opensaml.profile.action.impl.PopulateClientTLSValidationParameters
Constructor.
PopulateDecryptionParameters - Class in org.opensaml.profile.action.impl
Action that resolves and populates DecryptionParameters on a SecurityParametersContext created/accessed via a lookup function, by default on the inbound message context.
PopulateDecryptionParameters() - Constructor for class org.opensaml.profile.action.impl.PopulateDecryptionParameters
Constructor.
PopulateECPContext - Class in org.opensaml.saml.saml2.profile.impl
Action to create and populate an ECPContext based on the request and, when encryption is in use, generating a session key.
PopulateECPContext() - Constructor for class org.opensaml.saml.saml2.profile.impl.PopulateECPContext
Constructor.
populateRSAOAEPParams(RSAOAEPParameters, CriteriaSet, Predicate<String>) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Populate an instance of RSAOAEPParameters based on data from the supplied instances of EncryptionConfiguration.
populateRSAOAEPParamsFromEncryptionMethod(RSAOAEPParameters, EncryptionMethod, Predicate<String>) - Method in class org.opensaml.saml.security.impl.SAMLMetadataEncryptionParametersResolver
Extract DigestMethod, MGF and OAEPparams data present on the supplied instance of EncryptionMethod and populate it on the supplied instance of of RSAOAEPParameters.
PopulateSignatureSigningParameters - Class in org.opensaml.saml.common.profile.impl
Action that resolves and populates SignatureSigningParameters on a SecurityParametersContext created/accessed via a lookup function, by default on the outbound message context.
PopulateSignatureSigningParameters() - Constructor for class org.opensaml.saml.common.profile.impl.PopulateSignatureSigningParameters
Constructor.
PopulateSignatureValidationParameters - Class in org.opensaml.profile.action.impl
Action that resolves and populates SignatureValidationParameters on a SecurityParametersContext created/accessed via a lookup function, by default on the inbound message context.
PopulateSignatureValidationParameters() - Constructor for class org.opensaml.profile.action.impl.PopulateSignatureValidationParameters
Constructor.
populateVelocityContext(VelocityContext, MessageContext<SAMLObject>, String) - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPPostEncoder
Populate the Velocity context instance which will be used to render the POST body.
populateVelocityContext(VelocityContext, MessageContext<SAMLObject>, String) - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPPostSimpleSignEncoder
Populate the Velocity context instance which will be used to render the POST body.
POST_METHOD - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
HTTP Request Method - POST.
postEncode(MessageContext<SAMLObject>, String) - Method in class org.opensaml.saml.saml1.binding.encoding.impl.HTTPPostEncoder
Base64 and POST encodes the outbound message and writes it to the outbound transport.
postEncode() - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPArtifactEncoder
Performs HTTP POST based encoding.
postEncode(MessageContext<SAMLObject>, String) - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPPostEncoder
Base64 and POST encodes the outbound message and writes it to the outbound transport.
postProcess(KeyInfoResolutionContext, CriteriaSet, List<Credential>) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicProviderKeyInfoCredentialResolver
Hook for subclasses to do post-processing of the credential set after all KeyInfo children have been processed.
postProcess(KeyInfoResolutionContext, CriteriaSet, List<Credential>) - Method in class org.opensaml.xmlsec.keyinfo.impl.LocalKeyInfoCredentialResolver
Hook for subclasses to do post-processing of the credential set after all KeyInfo children have been processed.
postProcessApacheEncryptedKey(EncryptedKey, Key, Key, String, Document) - Method in class org.opensaml.xmlsec.encryption.support.Encrypter
Post-process the Apache EncryptedKey, prior to marshalling to DOM and unmarshalling into an XMLObject.
postProcessEmptyCredentials(KeyInfoResolutionContext, CriteriaSet, List<Credential>) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicProviderKeyInfoCredentialResolver
Hook for processing the case where no credentials were returned by any resolution method by any provider, nor by the processing of the BasicProviderKeyInfoCredentialResolver.postProcess(KeyInfoResolutionContext, CriteriaSet, List) hook.
postProcessMetadata(byte[], Document, XMLObject, XMLObject) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
Post-processing hook called after new metadata has been unmarshalled, filtered, and the DOM released (from the XMLObject) but before the metadata is saved off.
postProcessMetadata(byte[], Document, XMLObject, XMLObject) - Method in class org.opensaml.saml.metadata.resolver.impl.FileBackedHTTPMetadataResolver
Post-processing hook called after new metadata has been unmarshalled, filtered, and the DOM released (from the XMLObject) but before the metadata is saved off.
PPT_AUTHN_CTX - Static variable in interface org.opensaml.saml.saml2.core.AuthnContext
URI for Password Protected Transport authentication context.
PredicateFilter - Class in org.opensaml.saml.metadata.resolver.filter.impl
A filter that removes any EntityDescriptor that does or does not match a Predicate, thus a whitelist or blacklist.
PredicateFilter(PredicateFilter.Direction, Predicate<EntityDescriptor>) - Constructor for class org.opensaml.saml.metadata.resolver.filter.impl.PredicateFilter
Constructor.
PredicateFilter.Direction - Enum in org.opensaml.saml.metadata.resolver.filter.impl
Whether matching means to include or exclude an entity.
prepareAttributeValueForAssignment(String, QName, QName) - Method in class org.opensaml.core.xml.AbstractXMLObject
A helper function for derived classes.
prepareContext() - Method in class org.opensaml.messaging.encoder.AbstractMessageEncoder
This method should prepare the message context by creating and populating any binding-specific data structures required in the MessageContext, prior to actually encoding.
prepareContext() - Method in interface org.opensaml.messaging.encoder.MessageEncoder
This method should prepare the message context by creating and populating any binding-specific data structures required in the MessageContext, prior to actually encoding.
prepareContext() - Method in class org.opensaml.soap.soap11.encoder.http.impl.HTTPSOAP11Encoder
This method should prepare the message context by creating and populating any binding-specific data structures required in the MessageContext, prior to actually encoding.
prepareElementContentForAssignment(QName, QName) - Method in class org.opensaml.core.xml.AbstractXMLObject
A helper function for derived classes.
prepareForAssignment(String, String) - Method in class org.opensaml.core.xml.AbstractXMLObject
A helper function for derived classes.
prepareForAssignment(T, T) - Method in class org.opensaml.core.xml.AbstractXMLObject
A helper function for derived classes that checks to see if the old and new value are equal and if so releases the cached dom.
prepareForAssignment(T, T) - Method in class org.opensaml.core.xml.AbstractXMLObject
A helper function for derived classes, similar to assignString, but for (singleton) XML objects.
prepareForAssignment(DateTime, DateTime) - Method in class org.opensaml.saml.common.AbstractSAMLObject
A helper function for derived classes that checks to see if the old and new value are equal and if so releases the cached dom.
prepareForAssignment(DateTime, DateTime) - Method in class org.opensaml.saml.common.AbstractSignableSAMLObject
A helper function for derived classes that checks to see if the old and new value are equal and if so releases the cached dom.
prepareHttpServletResponse() - Method in class org.opensaml.soap.soap11.encoder.http.impl.HTTPSOAP11Encoder
This implementation performs the following actions on the context's HttpServletResponse: Adds the HTTP header: "Cache-control: no-cache, no-store" Adds the HTTP header: "Pragma: no-cache" Sets the character encoding to: "UTF-8" Sets the content type to: "text/xml" Sets the SOAPAction HTTP header the value returned by HTTPSOAP11Encoder.getSOAPAction(), if that returns non-null.
prepareSignatureParams(Signature, SignatureSigningParameters) - Static method in class org.opensaml.xmlsec.signature.support.SignatureSupport
Prepare a Signature with necessary additional information prior to signing.
preProcessEncryptedKey(EncryptedKey, String, Key) - Method in class org.opensaml.xmlsec.encryption.support.Decrypter
Preprocess the EncryptedKey.
preProcessEntitiesDescriptor(EntitiesDescriptor, AbstractMetadataResolver.EntityBackingStore) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
Pre-process the specified entities descriptor, updating the specified entity backing store instance as necessary.
preProcessEntityDescriptor(EntityDescriptor, AbstractMetadataResolver.EntityBackingStore) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
Pre-process the specified entity descriptor, updating the specified entity backing store instance as necessary.
preProcessEntityDescriptor(EntityDescriptor, AbstractMetadataResolver.EntityBackingStore) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
Pre-process the specified entity descriptor, updating the specified entity backing store instance as necessary.
preProcessNewMetadata(XMLObject) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractBatchMetadataResolver
Process the specified new metadata document, including metadata filtering and return its data in a new entity backing store instance.
preprocessObligations(ObligationProcessingContext) - Method in class org.opensaml.xacml.ctx.provider.ObligationService
Preprocesses the obligations returned within the result.
PREVIOUS_SESSION_AUTHN_CTX - Static variable in interface org.opensaml.saml.saml2.core.AuthnContext
URI for Previous Session authentication context.
PreviousEventContext<EventType> - Class in org.opensaml.profile.context
A context component which holds the last result produced by a profile action that produced an "event".
PreviousEventContext() - Constructor for class org.opensaml.profile.context.PreviousEventContext
 
Primary - Interface in org.opensaml.soap.wstrust
The wst:Primary element.
PrimaryBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the Primary element.
PrimaryBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.PrimaryBuilder
 
PrimaryImpl - Class in org.opensaml.soap.wstrust.impl
PrimaryImpl.
PrimaryImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.PrimaryImpl
Constructor.
PrimaryMarshaller - Class in org.opensaml.soap.wstrust.impl
PrimaryMarshaller.
PrimaryMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.PrimaryMarshaller
 
PrimaryUnmarshaller - Class in org.opensaml.soap.wstrust.impl
PrimaryUnmarshaller.
PrimaryUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.PrimaryUnmarshaller
 
PRIOR_CONSENT - Static variable in interface org.opensaml.saml.saml2.core.RequestAbstractType
Prior consent URI.
PRIOR_CONSENT - Static variable in interface org.opensaml.saml.saml2.core.StatusResponseType
Prior consent URI.
PrivacyStatementURL - Interface in org.opensaml.saml.ext.saml2mdui
PrivacyStatementURL.
PrivacyStatementURLBuilder - Class in org.opensaml.saml.ext.saml2mdui.impl
Builder of PrivacyStatementURL objects.
PrivacyStatementURLBuilder() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.PrivacyStatementURLBuilder
Constructor.
PrivacyStatementURLImpl - Class in org.opensaml.saml.ext.saml2mdui.impl
Concrete implementation of PrivacyStatementURL.
PrivacyStatementURLImpl(String, String, String) - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.PrivacyStatementURLImpl
Constructor.
PrivacyStatementURLMarshaller - Class in org.opensaml.saml.ext.saml2mdui.impl
A thread safe Marshaller for PrivacyStatementURL objects.
PrivacyStatementURLMarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.PrivacyStatementURLMarshaller
 
PrivacyStatementURLUnmarshaller - Class in org.opensaml.saml.ext.saml2mdui.impl
A thread-safe unmarshaller for PrivacyStatementURL objects.
PrivacyStatementURLUnmarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.PrivacyStatementURLUnmarshaller
 
ProblemAction - Interface in org.opensaml.soap.wsaddressing
Interface for element <wsa:ProblemAction>.
ProblemActionBuilder - Class in org.opensaml.soap.wsaddressing.impl
ProblemActionBuilder.
ProblemActionBuilder() - Constructor for class org.opensaml.soap.wsaddressing.impl.ProblemActionBuilder
 
ProblemActionImpl - Class in org.opensaml.soap.wsaddressing.impl
Implementation of ProblemAction.
ProblemActionImpl(String, String, String) - Constructor for class org.opensaml.soap.wsaddressing.impl.ProblemActionImpl
Constructor.
ProblemActionMarshaller - Class in org.opensaml.soap.wsaddressing.impl
Marshaller for instances of ProblemAction.
ProblemActionMarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.ProblemActionMarshaller
 
ProblemActionUnmarshaller - Class in org.opensaml.soap.wsaddressing.impl
Unmarshaller for instances of ProblemActionUnmarshaller.
ProblemActionUnmarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.ProblemActionUnmarshaller
 
ProblemHeaderQName - Interface in org.opensaml.soap.wsaddressing
Interface for element <wsa:ProblemHeaderQName>.
ProblemHeaderQNameBuilder - Class in org.opensaml.soap.wsaddressing.impl
ProblemHeaderQNameBuilder.
ProblemHeaderQNameBuilder() - Constructor for class org.opensaml.soap.wsaddressing.impl.ProblemHeaderQNameBuilder
 
ProblemHeaderQNameImpl - Class in org.opensaml.soap.wsaddressing.impl
Concrete implementation for the ProblemHeaderQName element.
ProblemHeaderQNameImpl(String, String, String) - Constructor for class org.opensaml.soap.wsaddressing.impl.ProblemHeaderQNameImpl
Constructor.
ProblemHeaderQNameMarshaller - Class in org.opensaml.soap.wsaddressing.impl
Marshaller for the <wsa:ProblemHeaderQName> element.
ProblemHeaderQNameMarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.ProblemHeaderQNameMarshaller
 
ProblemHeaderQNameUnmarshaller - Class in org.opensaml.soap.wsaddressing.impl
Unmarshaller for the <wsa:ProblemHeaderQName> element.
ProblemHeaderQNameUnmarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.ProblemHeaderQNameUnmarshaller
 
ProblemIRI - Interface in org.opensaml.soap.wsaddressing
The <wsa:ProblemIRI> element.
ProblemIRIBuilder - Class in org.opensaml.soap.wsaddressing.impl
ProblemIRIBuilder.
ProblemIRIBuilder() - Constructor for class org.opensaml.soap.wsaddressing.impl.ProblemIRIBuilder
 
ProblemIRIImpl - Class in org.opensaml.soap.wsaddressing.impl
ProblemIRIImpl is the concrete implementation of ProblemIRI.
ProblemIRIImpl(String, String, String) - Constructor for class org.opensaml.soap.wsaddressing.impl.ProblemIRIImpl
Constructor.
ProblemIRIMarshaller - Class in org.opensaml.soap.wsaddressing.impl
Marshaller for the <wsa:ProblemIRI> element.
ProblemIRIMarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.ProblemIRIMarshaller
 
ProblemIRIUnmarshaller - Class in org.opensaml.soap.wsaddressing.impl
Unmarshaller for the <wsa:ProblemIRI> element.
ProblemIRIUnmarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.ProblemIRIUnmarshaller
 
PROCEED_EVENT_ID - Static variable in class org.opensaml.profile.action.EventIds
ID of an Event indicating that an action completed successfully and processing should move on to the next step.
process(XMLObject) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.EntitiesDescriptorNameProcessor
Process a metadata document node.
process(XMLObject) - Method in interface org.opensaml.saml.metadata.resolver.filter.MetadataNodeProcessor
Process a metadata document node.
process(KeyInfoCredentialResolver, XMLObject, CriteriaSet, KeyInfoResolutionContext) - Method in interface org.opensaml.xmlsec.keyinfo.impl.KeyInfoProvider
Process a specified KeyInfo child (XMLobject) and attempt to resolve a credential from it.
process(KeyInfoCredentialResolver, XMLObject, CriteriaSet, KeyInfoResolutionContext) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.DEREncodedKeyValueProvider
Process a specified KeyInfo child (XMLobject) and attempt to resolve a credential from it.
process(KeyInfoCredentialResolver, XMLObject, CriteriaSet, KeyInfoResolutionContext) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.DSAKeyValueProvider
Process a specified KeyInfo child (XMLobject) and attempt to resolve a credential from it.
process(KeyInfoCredentialResolver, XMLObject, CriteriaSet, KeyInfoResolutionContext) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.InlineX509DataProvider
Process a specified KeyInfo child (XMLobject) and attempt to resolve a credential from it.
process(KeyInfoCredentialResolver, XMLObject, CriteriaSet, KeyInfoResolutionContext) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.KeyInfoReferenceProvider
Process a specified KeyInfo child (XMLobject) and attempt to resolve a credential from it.
process(KeyInfoCredentialResolver, XMLObject, CriteriaSet, KeyInfoResolutionContext) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.RSAKeyValueProvider
Process a specified KeyInfo child (XMLobject) and attempt to resolve a credential from it.
processArtifact(MessageContext, HttpServletRequest) - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
Process the incoming artifact by decoding the artifacts, dereferencing it from the artifact issuer and storing the resulting protocol message in the message context.
processArtifacts(MessageContext, HttpServletRequest) - Method in class org.opensaml.saml.saml1.binding.decoding.impl.HTTPArtifactDecoder
Process the incoming artifacts by decoding the artifacts, dereferencing them from the artifact source and storing the resulting response (with assertions) in the message context.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.core.xml.AbstractElementExtensibleXMLObjectUnmarshaller
No xs:anyAttribute attribute.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.core.xml.AbstractExtensibleXMLObjectUnmarshaller
Unmarshalls the xs:anyAttribute attributes.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.core.xml.io.BaseXMLObjectUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.core.xml.schema.impl.XSAnyUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.core.xml.schema.impl.XSBase64BinaryUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.core.xml.schema.impl.XSBooleanUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.core.xml.schema.impl.XSIntegerUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.core.xml.schema.impl.XSQNameUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.core.xml.schema.impl.XSStringUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.core.xml.schema.impl.XSURIUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.ext.saml2alg.impl.DigestMethodUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.ext.saml2alg.impl.SigningMethodUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.ext.saml2cb.impl.ChannelBindingsUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.ext.saml2delrestrict.impl.DelegateUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.ext.saml2mdquery.impl.QueryDescriptorTypeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationInfoUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.RegistrationInfoUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.ext.saml2mdui.impl.KeywordsUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.ext.saml2mdui.impl.LogoUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.ext.samlec.impl.GeneratedKeyUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.ext.samlec.impl.SessionKeyUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml1.core.impl.ActionUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml1.core.impl.AssertionUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml1.core.impl.AttributeDesignatorUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml1.core.impl.AttributeQueryUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml1.core.impl.AuthenticationQueryUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml1.core.impl.AuthenticationStatementUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml1.core.impl.AuthorityBindingUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionQueryUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionStatementUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml1.core.impl.ConditionsUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml1.core.impl.NameIdentifierUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml1.core.impl.RequestAbstractTypeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml1.core.impl.ResponseAbstractTypeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml1.core.impl.StatusCodeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml1.core.impl.SubjectLocalityUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.core.impl.AbstractNameIDTypeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.core.impl.ActionUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.core.impl.AssertionUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.core.impl.AttributeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextDeclUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.core.impl.AuthnQueryUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.core.impl.AuthnRequestUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.core.impl.AuthnStatementUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.core.impl.AuthzDecisionQueryUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.core.impl.AuthzDecisionStatementUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.core.impl.BaseIDUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.core.impl.ConditionsUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.core.impl.ExtensionsUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.core.impl.IDPEntryUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.core.impl.LogoutRequestUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.core.impl.NameIDPolicyUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.core.impl.ProxyRestrictionUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.core.impl.RequestAbstractTypeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.core.impl.RequestedAuthnContextUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.core.impl.ScopingUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.core.impl.StatusCodeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.core.impl.StatusResponseTypeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationDataUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.core.impl.SubjectLocalityUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.ecp.impl.RelayStateUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.ecp.impl.RequestAuthenticatedUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.ecp.impl.RequestUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.ecp.impl.ResponseUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.ecp.impl.SubjectConfirmationUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.metadata.impl.AdditionalMetadataLocationUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeConsumingServiceUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.metadata.impl.ContactPersonUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.metadata.impl.EndpointUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.metadata.impl.EntitiesDescriptorUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.metadata.impl.ExtensionsUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.metadata.impl.IDPSSODescriptorUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.metadata.impl.IndexedEndpointUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.metadata.impl.KeyDescriptorUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.metadata.impl.LocalizedNameUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.metadata.impl.LocalizedURIUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.metadata.impl.OrganizationUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.metadata.impl.RequestedAttributeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml.saml2.metadata.impl.SPSSODescriptorUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.soap11.impl.BodyUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.soap11.impl.DetailUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.soap11.impl.EnvelopeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.soap11.impl.FaultUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.soap11.impl.HeaderUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wsaddressing.impl.AbstractWSAddressingObjectUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wsaddressing.impl.AttributedQNameUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wsaddressing.impl.AttributedUnsignedLongUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wsaddressing.impl.AttributedURIUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wsaddressing.impl.EndpointReferenceTypeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wsaddressing.impl.MetadataUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wsaddressing.impl.ProblemActionUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wsaddressing.impl.ReferenceParametersUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wsaddressing.impl.RelatesToUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wsfed.impl.AddressUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wsfed.impl.AppliesToUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wsfed.impl.EndPointReferenceUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wsfed.impl.RequestedSecurityTokenUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wsfed.impl.RequestSecurityTokenResponseUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wspolicy.impl.AbstractWSPolicyObjectUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wspolicy.impl.AppliesToUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wspolicy.impl.PolicyAttachmentUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wspolicy.impl.PolicyReferenceUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wspolicy.impl.PolicyUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wssecurity.impl.AbstractWSSecurityObjectUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wssecurity.impl.AttributedDateTimeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wssecurity.impl.AttributedStringUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wssecurity.impl.AttributedURIUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wssecurity.impl.BinarySecurityTokenUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wssecurity.impl.EmbeddedUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wssecurity.impl.EncodedStringUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wssecurity.impl.KeyIdentifierUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wssecurity.impl.PasswordUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wssecurity.impl.ReferenceUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wssecurity.impl.SecurityTokenReferenceUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wssecurity.impl.SecurityUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wssecurity.impl.SignatureConfirmationUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wssecurity.impl.TimestampUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wssecurity.impl.TransformationParametersUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wssecurity.impl.UsernameTokenUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wstrust.impl.AbstractWSTrustObjectUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wstrust.impl.BinaryExchangeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wstrust.impl.BinarySecretUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wstrust.impl.ClaimsUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wstrust.impl.EntropyUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wstrust.impl.RenewingUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenResponseCollectionUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenResponseUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wstrust.impl.SignChallengeTypeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.soap.wstrust.impl.UseKeyUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.ctx.impl.AttributeTypeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.ctx.impl.AttributeValueTypeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.ctx.impl.ResourceContentTypeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.ctx.impl.ResultTypeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.ctx.impl.StatusCodeTypeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.ctx.impl.SubjectTypeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.impl.AbstractXACMLObjectUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.ActionMatchTypeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.ApplyTypeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.AttributeAssignmentTypeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.AttributeSelectorTypeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.AttributeValueTypeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.CombinerParameterTypeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.FunctionTypeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.IdReferenceTypeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.ObligationTypeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.PolicyCombinerParametersTypeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.PolicySetCombinerParametersTypeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.PolicyTypeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.ResourceMatchTypeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.RuleCombinerParametersTypeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.RuleTypeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.SubjectAttributeDesignatorTypeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.SubjectMatchTypeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.VariableDefinitionTypeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.VariableReferenceTypeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.encryption.impl.AbstractXMLEncryptionUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.encryption.impl.AgreementMethodUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.encryption.impl.AlgorithmIdentifierTypeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.encryption.impl.CipherReferenceUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedKeyUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionMethodUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertiesUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.encryption.impl.ReferenceTypeUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.signature.impl.AbstractXMLSignatureUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.signature.impl.DEREncodedKeyValueUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.signature.impl.DigestMethodUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.signature.impl.ECKeyValueUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoReferenceUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.signature.impl.NamedCurveUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.signature.impl.RetrievalMethodUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.signature.impl.TransformUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.signature.impl.X509DigestUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xmlsec.signature.impl.X509SerialNumberUnmarshaller
Called after an attribute has been unmarshalled so that it can be added to the XMLObject.
processCachedMetadata(String, DateTime) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
Processes a cached metadata document in order to determine, and schedule, the next time it should be refreshed.
processCertKeyNameOptions(KeyInfo, X509Certificate) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
Process the options related to generation of KeyName elements based on certificate data.
processCertX509DataOptions(X509Data, X509Certificate) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
Process the options related to generation of child elements of X509Data based on certificate data.
processCertX509Digest(X509Data, X509Certificate) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
Process the options related to generation of the X509Digest child element of X509Data based on certificate data.
processCertX509IssuerSerial(X509Data, X509Certificate) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
Process the options related to generation of the X509IssuerSerial child element of X509Data based on certificate data.
processCertX509SKI(X509Data, X509Certificate) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
Process the options related to generation of the X509SKI child element of X509Data based on certificate data.
processCertX509SubjectName(X509Data, X509Certificate) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
Process the options related to generation of the X509SubjectDN child element of X509Data based on certificate data.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.core.xml.AbstractElementExtensibleXMLObjectUnmarshaller
Unmarshalls all child elements in the xs:any list.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.core.xml.io.BaseXMLObjectUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.core.xml.schema.impl.XSAnyUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.core.xml.schema.impl.XSBase64BinaryUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.core.xml.schema.impl.XSBooleanUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.core.xml.schema.impl.XSIntegerUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.core.xml.schema.impl.XSQNameUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.core.xml.schema.impl.XSStringUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.core.xml.schema.impl.XSURIUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.ext.saml2alg.impl.DigestMethodUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.ext.saml2alg.impl.SigningMethodUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.ext.saml2delrestrict.impl.DelegateUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.ext.saml2delrestrict.impl.DelegationRestrictionTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.ext.saml2mdattr.impl.EntityAttributesUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.ext.saml2mdquery.impl.AttributeQueryDescriptorTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.ext.saml2mdquery.impl.AuthzDecisionQueryDescriptorTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.ext.saml2mdquery.impl.QueryDescriptorTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationInfoUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationPathUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.RegistrationInfoUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.ext.saml2mdui.impl.DiscoHintsUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.ext.saml2mdui.impl.UIInfoUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.ext.samlec.impl.SessionKeyUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml1.core.impl.AdviceUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml1.core.impl.AssertionUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml1.core.impl.AttributeQueryUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml1.core.impl.AttributeStatementUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml1.core.impl.AttributeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml1.core.impl.AudienceRestrictionConditionUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml1.core.impl.AuthenticationStatementUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionQueryUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionStatementUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml1.core.impl.ConditionsUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml1.core.impl.EvidenceUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml1.core.impl.RequestAbstractTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml1.core.impl.RequestUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml1.core.impl.ResponseAbstractTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml1.core.impl.ResponseUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml1.core.impl.StatusCodeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml1.core.impl.StatusDetailUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml1.core.impl.StatusUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml1.core.impl.SubjectConfirmationUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml1.core.impl.SubjectQueryUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml1.core.impl.SubjectStatementUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml1.core.impl.SubjectUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.core.impl.AdviceUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.core.impl.ArtifactResolveUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.core.impl.ArtifactResponseUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.core.impl.AssertionIDRequestUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.core.impl.AssertionUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.core.impl.AttributeQueryUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.core.impl.AttributeStatementUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.core.impl.AttributeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.core.impl.AudienceRestrictionUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextDeclUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.core.impl.AuthnQueryUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.core.impl.AuthnRequestUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.core.impl.AuthnStatementUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.core.impl.AuthzDecisionQueryUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.core.impl.AuthzDecisionStatementUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.core.impl.ConditionsUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.core.impl.EncryptedElementTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.core.impl.EvidenceUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.core.impl.ExtensionsUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.core.impl.IDPListUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.core.impl.LogoutRequestUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.core.impl.ManageNameIDRequestUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.core.impl.NameIDMappingRequestUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.core.impl.NameIDMappingResponseUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.core.impl.ProxyRestrictionUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.core.impl.RequestAbstractTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.core.impl.RequestedAuthnContextUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.core.impl.ResponseUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.core.impl.ScopingUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.core.impl.StatusCodeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.core.impl.StatusDetailUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.core.impl.StatusResponseTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.core.impl.StatusUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationDataUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.core.impl.SubjectQueryUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.core.impl.SubjectUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.ecp.impl.RequestUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.ecp.impl.SubjectConfirmationUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeAuthorityDescriptorUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeConsumingServiceUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.metadata.impl.AuthnAuthorityDescriptorUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.metadata.impl.ContactPersonUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.metadata.impl.EndpointUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.metadata.impl.EntitiesDescriptorUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.metadata.impl.ExtensionsUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.metadata.impl.IDPSSODescriptorUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.metadata.impl.KeyDescriptorUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.metadata.impl.OrganizationUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.metadata.impl.PDPDescriptorUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.metadata.impl.SPSSODescriptorUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml.saml2.metadata.impl.SSODescriptorUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.soap11.impl.BodyUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.soap11.impl.DetailUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.soap11.impl.EnvelopeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.soap11.impl.FaultUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.soap11.impl.HeaderUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wsaddressing.impl.AbstractWSAddressingObjectUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wsaddressing.impl.EndpointReferenceTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wsaddressing.impl.MetadataUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wsaddressing.impl.ProblemActionUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wsaddressing.impl.ReferenceParametersUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wsfed.impl.AddressUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wsfed.impl.AppliesToUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wsfed.impl.EndPointReferenceUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wsfed.impl.RequestedSecurityTokenUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wsfed.impl.RequestSecurityTokenResponseUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wspolicy.impl.AbstractWSPolicyObjectUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wspolicy.impl.AppliesToUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wspolicy.impl.OperatorContentTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wspolicy.impl.PolicyAttachmentUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wssecurity.impl.AbstractWSSecurityObjectUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wssecurity.impl.EmbeddedUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wssecurity.impl.SecurityTokenReferenceUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wssecurity.impl.SecurityUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wssecurity.impl.TimestampUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wssecurity.impl.TransformationParametersUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wssecurity.impl.UsernameTokenUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wstrust.impl.AbstractWSTrustObjectUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wstrust.impl.AuthenticatorUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wstrust.impl.CancelTargetUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wstrust.impl.ClaimsUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wstrust.impl.DelegateToUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wstrust.impl.EncryptionUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wstrust.impl.EntropyUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wstrust.impl.KeyExchangeTokenUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wstrust.impl.LifetimeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wstrust.impl.OnBehalfOfUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wstrust.impl.ParticipantsUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wstrust.impl.ParticipantTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wstrust.impl.ProofEncryptionUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wstrust.impl.RenewTargetUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wstrust.impl.RequestedProofTokenUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wstrust.impl.RequestedReferenceTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wstrust.impl.RequestedSecurityTokenUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenCollectionUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenResponseCollectionUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenResponseUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wstrust.impl.SignChallengeTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wstrust.impl.StatusUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wstrust.impl.UseKeyUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.soap.wstrust.impl.ValidateTargetUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.ctx.impl.ActionTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.ctx.impl.AttributeTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.ctx.impl.AttributeValueTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.ctx.impl.EnvironmentTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.ctx.impl.RequestTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.ctx.impl.ResourceContentTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.ctx.impl.ResourceTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.ctx.impl.ResponseTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.ctx.impl.ResultTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.ctx.impl.StatusCodeTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.ctx.impl.StatusDetailTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.ctx.impl.StatusTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.ctx.impl.SubjectTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.impl.AbstractXACMLObjectUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.ActionMatchTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.ActionsTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.ActionTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.ApplyTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.AttributeValueTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.CombinerParametersTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.CombinerParameterTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.ConditionTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.DefaultsTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.EnvironmentsTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.EnvironmentTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.ObligationsTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.ObligationTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.PolicyTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.ResourceMatchTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.ResourcesTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.ResourceTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.RuleCombinerParametersTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.RuleTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.SubjectMatchTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.SubjectsTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.SubjectTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.TargetTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.VariableDefinitionTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.VariableReferenceTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.profile.saml.impl.ReferencedPoliciesTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionStatementTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLPolicyQueryTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLPolicyStatementTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.encryption.impl.AbstractXMLEncryptionUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.encryption.impl.AgreementMethodUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.encryption.impl.AlgorithmIdentifierTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.encryption.impl.CipherDataUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.encryption.impl.CipherReferenceUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.encryption.impl.DHKeyValueUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedKeyUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionMethodUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertiesUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.encryption.impl.ReferenceListUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.encryption.impl.ReferenceTypeUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.encryption.impl.TransformsUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.signature.impl.AbstractXMLSignatureUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.signature.impl.DigestMethodUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.signature.impl.DSAKeyValueUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.signature.impl.ECKeyValueUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.signature.impl.KeyValueUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.signature.impl.PGPDataUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.signature.impl.RetrievalMethodUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.signature.impl.RSAKeyValueUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.signature.impl.SPKIDataUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.signature.impl.TransformsUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.signature.impl.TransformUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.signature.impl.X509DataUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.signature.impl.X509IssuerSerialUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xmlsec.signature.impl.X509SerialNumberUnmarshaller
Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.
processConditionalRetrievalHeaders(HttpResponse) - Method in class org.opensaml.saml.metadata.resolver.impl.HTTPMetadataResolver
Records the ETag and Last-Modified headers, from the response, if they are present.
processCRLs(KeyInfo, X509Data, X509Credential) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
Process the value of X509Credential.getCRLs().
processDataEncryptionCredentialAutoGeneration(EncryptionParameters) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Auto-generate and populate a data encryption credential, if configured and required conditions are met.
processElementContent(XMLObject, String) - Method in class org.opensaml.core.xml.AbstractElementExtensibleXMLObjectUnmarshaller
No text content.
processElementContent(XMLObject, String) - Method in class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.core.xml.io.BaseXMLObjectUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.core.xml.schema.impl.XSAnyUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.core.xml.schema.impl.XSBase64BinaryUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.core.xml.schema.impl.XSBooleanUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.core.xml.schema.impl.XSDateTimeUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.core.xml.schema.impl.XSIntegerUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.core.xml.schema.impl.XSQNameUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.core.xml.schema.impl.XSStringUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.core.xml.schema.impl.XSURIUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.saml.ext.saml2mdquery.impl.ActionNamespaceUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.saml.ext.saml2mdui.impl.DomainHintUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.saml.ext.saml2mdui.impl.GeolocationHintUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.saml.ext.saml2mdui.impl.IPHintUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.saml.ext.saml2mdui.impl.KeywordsUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.saml.ext.saml2mdui.impl.LogoUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.saml.saml1.core.impl.ActionUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.saml.saml1.core.impl.AssertionArtifactUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.saml.saml1.core.impl.AssertionIDReferenceUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.saml.saml1.core.impl.AudienceUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.saml.saml1.core.impl.ConfirmationMethodUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.saml.saml1.core.impl.NameIdentifierUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.saml.saml1.core.impl.StatusMessageUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.saml.saml2.core.impl.AbstractNameIDTypeUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.saml.saml2.core.impl.ActionUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.saml.saml2.core.impl.ArtifactUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.saml.saml2.core.impl.AssertionIDRefUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.saml.saml2.core.impl.AssertionURIRefUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.saml.saml2.core.impl.AudienceUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.saml.saml2.core.impl.AuthenticatingAuthorityUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextClassRefUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextDeclRefUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextDeclUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.saml.saml2.core.impl.ExtensionsUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.saml.saml2.core.impl.GetCompleteUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.saml.saml2.core.impl.NewIDUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.saml.saml2.core.impl.RequesterIDUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.saml.saml2.core.impl.SessionIndexUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.saml.saml2.core.impl.StatusMessageUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.saml.saml2.metadata.impl.AdditionalMetadataLocationUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.saml.saml2.metadata.impl.AffiliateMemberUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeProfileUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.saml.saml2.metadata.impl.CompanyUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.saml.saml2.metadata.impl.EmailAddressUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.saml.saml2.metadata.impl.ExtensionsUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.saml.saml2.metadata.impl.GivenNameUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.saml.saml2.metadata.impl.LocalizedNameUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.saml.saml2.metadata.impl.LocalizedURIUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.saml.saml2.metadata.impl.NameIDFormatUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.saml.saml2.metadata.impl.SurNameUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.saml.saml2.metadata.impl.TelephoneNumberUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.soap.soap11.impl.BodyUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.soap.soap11.impl.DetailUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.soap.soap11.impl.EnvelopeUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.soap.soap11.impl.FaultUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.soap.soap11.impl.HeaderUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.soap.wsaddressing.impl.AbstractWSAddressingObjectUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.soap.wsaddressing.impl.AttributedUnsignedLongUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.soap.wsaddressing.impl.AttributedURIUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.soap.wsfed.impl.AddressUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.soap.wsfed.impl.AppliesToUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.soap.wsfed.impl.EndPointReferenceUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.soap.wsfed.impl.RequestedSecurityTokenUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.soap.wsfed.impl.RequestSecurityTokenResponseUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.soap.wspolicy.impl.AbstractWSPolicyObjectUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.soap.wssecurity.impl.AbstractWSSecurityObjectUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.soap.wssecurity.impl.AttributedDateTimeUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.soap.wssecurity.impl.AttributedStringUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.soap.wssecurity.impl.AttributedURIUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.soap.wssecurity.impl.IterationUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.soap.wssecurity.impl.SaltUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.soap.wstrust.impl.AbstractWSTrustObjectUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.soap.wstrust.impl.DelegatableUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.soap.wstrust.impl.ForwardableUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.xacml.ctx.impl.AttributeValueTypeUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.xacml.ctx.impl.DecisionTypeUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.xacml.ctx.impl.ResourceContentTypeUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.xacml.ctx.impl.StatusMessageTypeUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.xacml.impl.AbstractXACMLObjectUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.xacml.policy.impl.AttributeValueTypeUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.xacml.policy.impl.DescriptionTypeUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.xmlsec.encryption.impl.AbstractXMLEncryptionUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.xmlsec.signature.impl.AbstractXMLSignatureUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElementContent(XMLObject, String) - Method in class org.opensaml.xmlsec.signature.impl.X509SerialNumberUnmarshaller
Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.
processElements(EncryptedElementType, EncryptedData, List<EncryptedKey>) - Method in class org.opensaml.saml.saml2.encryption.Encrypter
Handle post-processing of generated EncryptedData and EncryptedKey(s) and storage in the appropriate EncryptedElementType instance.
processEntityCertificate(KeyInfo, X509Data, X509Credential) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
processEntityCertificateChain(KeyInfo, X509Data, X509Credential) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
processEntityDescriptor(EntityDescriptor) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.SignatureValidationFilter
Process the signatures on the specified EntityDescriptor and any signed children.
processEntityGroup(EntitiesDescriptor) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.SignatureValidationFilter
Process the signatures on the specified EntitiesDescriptor and any signed children.
processEntityID(KeyInfo, Credential) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory.BasicKeyInfoGenerator
Process the value of Credential.getEntityId().
processFaultResponse(HttpResponse, InOutOperationContext) - Method in class org.opensaml.soap.client.http.HttpSOAPClient
Process a SOAP fault, as determined by an HTTP 500 status code, response.
processKeyInfoChild(KeyInfoResolutionContext, CriteriaSet, XMLObject) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicProviderKeyInfoCredentialResolver
Process the given KeyInfo child with the registered providers.
processKeyInfoChildren(KeyInfoResolutionContext, CriteriaSet, List<Credential>) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicProviderKeyInfoCredentialResolver
Use registered providers to process the non-KeyValue/DEREncodedKeyValue children of KeyInfo.
processKeyNames(KeyInfo, Credential) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory.BasicKeyInfoGenerator
Process the values of Credential.getKeyNames().
processNameChecks(X509Credential, Set<String>) - Method in class org.opensaml.security.x509.impl.BasicX509CredentialNameEvaluator
Process any name checks that are enabled.
processNewMetadata(XMLObject, String) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
Process the specified new metadata document, including metadata filtering, and store the processed metadata in the backing store.
processNewMetadata(String, DateTime, byte[]) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
Process a new metadata document.
processNode(XMLObject) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.NodeProcessingMetadataFilter
Process an individual metadata node.
processNonExpiredMetadata(String, DateTime, byte[], XMLObject) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
Processes metadata that has been determined to be valid at the time it was fetched.
processObligations(ObligationProcessingContext) - Method in class org.opensaml.xacml.ctx.provider.ObligationService
Processes the obligations within the effective XACML policy.
processPreExpiredMetadata(String, DateTime, byte[], XMLObject) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
Processes metadata that has been determined to be invalid (usually because it's already expired) at the time it was fetched.
processPrivateKeyEntry(KeyStore.PrivateKeyEntry, String, UsageType) - Method in class org.opensaml.security.credential.impl.KeyStoreCredentialResolver
Build an X509Credential from a keystore private key entry.
processPublicKey(KeyInfo, Credential) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory.BasicKeyInfoGenerator
Process the value of Credential.getPublicKey().
processRoleDescriptor(HashSet<Credential>, RoleDescriptor, String, UsageType) - Method in class org.opensaml.saml.security.impl.MetadataCredentialResolver
Process a RoleDescriptor by examing each of its KeyDescriptors.
processSaml1AttributeQuery(AttributeQuery) - Method in class org.opensaml.saml.common.messaging.context.SAMLPeerEntityContext
Resolve the SAML entity ID from a SAML 1 AttributeQuery.
processSaml1AuthorizationDecisionQuery(AuthorizationDecisionQuery) - Method in class org.opensaml.saml.common.messaging.context.SAMLPeerEntityContext
Resolve the SAML entityID from a SAML 1 AuthorizationDecisionQuery.
processSaml1Request(Request) - Method in class org.opensaml.saml.common.messaging.context.SAMLPeerEntityContext
Resolve the SAML entity ID from a SAML 1 request.
processSaml1Response(Response) - Method in class org.opensaml.saml.common.messaging.context.SAMLPeerEntityContext
Resolve the SAML entity ID from a SAML 1 response.
processSaml2Issuer(Issuer) - Method in class org.opensaml.saml.common.messaging.context.SAMLPeerEntityContext
Resolve the SAML entity ID from a SAML 2 Issuer.
processSaml2Request(RequestAbstractType) - Method in class org.opensaml.saml.common.messaging.context.SAMLPeerEntityContext
Resolve the SAML entity ID from a SAML 2 request.
processSaml2Response(StatusResponseType) - Method in class org.opensaml.saml.common.messaging.context.SAMLPeerEntityContext
Resolve the SAML entity ID from a SAML 2 response.
processSecretKeyEntry(KeyStore.SecretKeyEntry, String, UsageType) - Method in class org.opensaml.security.credential.impl.KeyStoreCredentialResolver
Build a Credential from a keystore secret key entry.
processSubjectAltNameKeyNames(KeyInfo, X509Certificate) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
Process the options related to generation of KeyName elements based on subject alternative name information within the certificate data.
processSubjectAltNames(X509Certificate, Set<String>) - Method in class org.opensaml.security.x509.impl.BasicX509CredentialNameEvaluator
Process name checking for the subject alt names within the certificate.
processSubjectCNKeyName(KeyInfo, X509Certificate) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
Process the options related to generation of KeyName elements based on the the common name field(s) of the certificate's subject DN.
processSubjectDN(X509Certificate, Set<String>) - Method in class org.opensaml.security.x509.impl.BasicX509CredentialNameEvaluator
Process name checking for the certificate subject DN.
processSubjectDNCommonName(X509Certificate, Set<String>) - Method in class org.opensaml.security.x509.impl.BasicX509CredentialNameEvaluator
Process name checking for a certificate subject DN's common name.
processSubjectDNKeyName(KeyInfo, X509Certificate) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
Process the options related to generation of KeyName elements based on the certificate's subject DN value.
processSuccessfulResponse(HttpResponse, InOutOperationContext) - Method in class org.opensaml.soap.client.http.HttpSOAPClient
Process a successful, as determined by an HTTP 200 status code, response.
processTrustedCertificateEntry(KeyStore.TrustedCertificateEntry, String, UsageType) - Method in class org.opensaml.security.credential.impl.KeyStoreCredentialResolver
Build an X509Credential from a keystore trusted certificate entry.
processUnknownAttribute(AttributeExtensibleXMLObject, Attr) - Method in class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
Called to store wildcard attributes, if the object supports that.
ProfileAction<InboundMessageType,OutboundMessageType> - Interface in org.opensaml.profile.action
Interface for actions that operate on a ProfileRequestContext.
ProfileIdLookup - Class in org.opensaml.profile.context.navigate
A ContextDataLookupFunction that returns the profile ID for a ProfileRequestContext.
ProfileIdLookup() - Constructor for class org.opensaml.profile.context.navigate.ProfileIdLookup
 
ProfileIdPredicate - Class in org.opensaml.profile.logic
A predicate implementation that tests whether a profile request's profile ID matches an expected value.
ProfileIdPredicate(String) - Constructor for class org.opensaml.profile.logic.ProfileIdPredicate
Constructor.
ProfileRequestContext<InboundMessageType,OutboundMessageType> - Class in org.opensaml.profile.context
Context that holds the ongoing state of a profile request.
ProfileRequestContext() - Constructor for class org.opensaml.profile.context.ProfileRequestContext
Constructor.
ProofEncryption - Interface in org.opensaml.soap.wstrust
The wst:ProofEncryption element.
ProofEncryptionBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the ProofEncryption element.
ProofEncryptionBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.ProofEncryptionBuilder
 
ProofEncryptionImpl - Class in org.opensaml.soap.wstrust.impl
ProofEncryptionImpl.
ProofEncryptionImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.ProofEncryptionImpl
Constructor.
ProofEncryptionMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the ProofEncryption element.
ProofEncryptionMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.ProofEncryptionMarshaller
 
ProofEncryptionUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the wst:ProofEncryption element.
ProofEncryptionUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.ProofEncryptionUnmarshaller
 
PROPERTY_FILE_NAME - Static variable in class org.opensaml.core.config.provider.SystemPropertyFilesystemConfigurationPropertiesSource
The system property name for the filename to use.
PROPERTY_PARTITION_NAME - Static variable in class org.opensaml.core.config.ConfigurationService
The configuration property name for the storage partition name to use.
PROTOCOL_BINDING_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthnRequest
ProtocolBinding attribute name.
PROTOCOL_ENUMERATION_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.RoleDescriptor
"protocolEnumeration" attribute's local name.
ProtocolCriterion - Class in org.opensaml.saml.criterion
Criterion representing an entity ID.
ProtocolCriterion(String) - Constructor for class org.opensaml.saml.criterion.ProtocolCriterion
Constructor.
PROVIDER_ID_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.IDPEntry
ProviderID attribute name.
PROVIDER_NAME_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthnRequest
ProviderName attribute name.
PROVIDER_NAME_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.ecp.Request
ProviderName attribute name.
PROXY_COUNT_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.Scoping
ProxyCount attribute name.
PROXY_COUNT_EXCEEDED - Static variable in interface org.opensaml.saml.saml2.core.StatusCode
URI for ProxyCountExceeded status code.
ProxyRestriction - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core ProxyRestriction.
ProxyRestrictionBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder for ProxyRestrictionImpl objects.
ProxyRestrictionBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.ProxyRestrictionBuilder
Constructor.
ProxyRestrictionImpl - Class in org.opensaml.saml.saml2.core.impl
Concrete implementation of ProxyRestriction.
ProxyRestrictionImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.ProxyRestrictionImpl
Constructor.
ProxyRestrictionMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for ProxyRestriction objects.
ProxyRestrictionMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.ProxyRestrictionMarshaller
 
ProxyRestrictionUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for ProxyRestriction objects.
ProxyRestrictionUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.ProxyRestrictionUnmarshaller
 
PSHA1 - Static variable in interface org.opensaml.soap.wstrust.ComputedKey
The ComputedKey PSHA1 URI.
Public - Interface in org.opensaml.xmlsec.encryption
XMLObject representing XML Encryption, version 20021210, Public element.
PUBLIC_KEY - Static variable in interface org.opensaml.soap.wstrust.KeyType
The KeyType PublicKey URI.
Publication - Interface in org.opensaml.saml.ext.saml2mdrpi
* Representation of the <mdrpi:Publication> element.
PUBLICATION_ID_ATTRIB_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdrpi.Publication
publication id attribute name.
PUBLICATION_ID_ATTRIB_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdrpi.PublicationInfo
publication id attribute name.
PublicationBuilder - Class in org.opensaml.saml.ext.saml2mdrpi.impl
Summon up a new Publication.
PublicationBuilder() - Constructor for class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationBuilder
 
PublicationImpl - Class in org.opensaml.saml.ext.saml2mdrpi.impl
A concrete Publication.
PublicationImpl(String, String, String) - Constructor for class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationImpl
Constructor.
PublicationInfo - Interface in org.opensaml.saml.ext.saml2mdrpi
* Representation of the <mdrpi:PublicationInfo> element.
PublicationInfoBuilder - Class in org.opensaml.saml.ext.saml2mdrpi.impl
Summon up a new PublicationInfo.
PublicationInfoBuilder() - Constructor for class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationInfoBuilder
 
PublicationInfoImpl - Class in org.opensaml.saml.ext.saml2mdrpi.impl
Concrete PublicationInfo.
PublicationInfoImpl(String, String, String) - Constructor for class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationInfoImpl
Constructor.
PublicationInfoMarshaller - Class in org.opensaml.saml.ext.saml2mdrpi.impl
A marshaller for PublicationInfo.
PublicationInfoMarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationInfoMarshaller
 
PublicationInfoUnmarshaller - Class in org.opensaml.saml.ext.saml2mdrpi.impl
An unmarshaller for PublicationInfo.
PublicationInfoUnmarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationInfoUnmarshaller
 
PublicationMarshaller - Class in org.opensaml.saml.ext.saml2mdrpi.impl
A marshaller for Publication.
PublicationMarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationMarshaller
 
PublicationPath - Interface in org.opensaml.saml.ext.saml2mdrpi
* Representation of the <mdrpi:PublicationPath> element.
PublicationPathBuilder - Class in org.opensaml.saml.ext.saml2mdrpi.impl
Summon up a new PublicationPath.
PublicationPathBuilder() - Constructor for class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationPathBuilder
 
PublicationPathImpl - Class in org.opensaml.saml.ext.saml2mdrpi.impl
A concrete PublicationPath.
PublicationPathImpl(String, String, String) - Constructor for class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationPathImpl
Constructor.
PublicationPathMarshaller - Class in org.opensaml.saml.ext.saml2mdrpi.impl
A marshaller for PublicationPath.
PublicationPathMarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationPathMarshaller
 
PublicationPathUnmarshaller - Class in org.opensaml.saml.ext.saml2mdrpi.impl
An unmarshaller for PublicationPath.
PublicationPathUnmarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationPathUnmarshaller
 
PublicationUnmarshaller - Class in org.opensaml.saml.ext.saml2mdrpi.impl
An unmarshaller for Publication.
PublicationUnmarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationUnmarshaller
 
PublicBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of Public.
PublicBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.PublicBuilder
Constructor.
PublicImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of Public.
PublicImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.PublicImpl
Constructor.
PublicKey - Interface in org.opensaml.xmlsec.signature
XMLObject representing XML Digital Signature 1.1 PublicKey element.
PublicKeyBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of PublicKey.
PublicKeyBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.PublicKeyBuilder
Constructor.
PublicKeyCriterion - Class in org.opensaml.security.criteria
An implementation of Criterion which specifies public key criteria.
PublicKeyCriterion(PublicKey) - Constructor for class org.opensaml.security.criteria.PublicKeyCriterion
Constructor.
PublicKeyImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of PublicKey.
PublicKeyImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.PublicKeyImpl
Constructor.
PUBLISHER_ATTRIB_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdrpi.Publication
publisher attribute name.
PUBLISHER_ATTRIB_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdrpi.PublicationInfo
publisher attribute name.
put(Input, Output) - Method in class org.opensaml.core.xml.util.AbstractSimpleSingletonFactory
Store the input and output instance association.
put(Input, Output) - Method in class org.opensaml.core.xml.util.AbstractSingletonFactory
Store the input and output instance association.
put(Input, Output) - Method in class org.opensaml.core.xml.util.AbstractWrappedSingletonFactory
Store the input and output instance association.
put(QName, String) - Method in class org.opensaml.core.xml.util.AttributeMap
put(QName, QName) - Method in class org.opensaml.core.xml.util.AttributeMap
Set an attribute value as a QName.
put(String, String, String, SAMLObject) - Method in class org.opensaml.saml.common.binding.artifact.impl.BasicSAMLArtifactMap
Creates a mapping between a given artifact and the SAML message to which it maps.
put(String, String, String, SAMLObject) - Method in class org.opensaml.saml.common.binding.artifact.impl.StorageServiceSAMLArtifactMap
Creates a mapping between a given artifact and the SAML message to which it maps.
put(String, String, String, SAMLObject) - Method in interface org.opensaml.saml.common.binding.artifact.SAMLArtifactMap
Creates a mapping between a given artifact and the SAML message to which it maps.
putAll(Map<? extends QName, ? extends String>) - Method in class org.opensaml.core.xml.util.AttributeMap

Q

Q - Interface in org.opensaml.xmlsec.encryption
XMLObject representing XML Encryption, version 20021210, Q element.
Q - Interface in org.opensaml.xmlsec.signature
XMLObject representing XML Digital Signature, version 20020212, Q element.
QBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of Q.
QBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.QBuilder
Constructor.
QBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of Q.
QBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.QBuilder
Constructor.
QImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of Q.
QImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.QImpl
Constructor.
QImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of Q.
QImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.QImpl
Constructor.
Query - Interface in org.opensaml.saml.saml1.core
This interface is for the SAML1 Query extention point.
QueryDescriptorType - Interface in org.opensaml.saml.ext.saml2mdquery
SAML 2.0 Metadata extension QueryDescriptorType.
QueryDescriptorTypeImpl - Class in org.opensaml.saml.ext.saml2mdquery.impl
Concrete implementation of QueryDescriptorType.
QueryDescriptorTypeImpl(String, String, String) - Constructor for class org.opensaml.saml.ext.saml2mdquery.impl.QueryDescriptorTypeImpl
Constructor.
QueryDescriptorTypeMarshaller - Class in org.opensaml.saml.ext.saml2mdquery.impl
Marshaller for QueryDescriptorType objects.
QueryDescriptorTypeMarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdquery.impl.QueryDescriptorTypeMarshaller
 
QueryDescriptorTypeUnmarshaller - Class in org.opensaml.saml.ext.saml2mdquery.impl
Unmarshaller for QueryDescriptorType objects.
QueryDescriptorTypeUnmarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdquery.impl.QueryDescriptorTypeUnmarshaller
 

R

read(String, String) - Method in class org.opensaml.storage.AbstractMapBackedStorageService
Returns an existing record from the store, if one exists.
read(String, String, long) - Method in class org.opensaml.storage.AbstractMapBackedStorageService
Returns an existing record from the store, along with its version.
read(Object) - Method in class org.opensaml.storage.AbstractStorageService
Returns an existing record from the store, if one exists, and uses it to update the annotated fields of a target object.
read(String, String) - Method in class org.opensaml.storage.impl.JPAStorageService
Returns an existing record from the store, if one exists.
read(String, String, long) - Method in class org.opensaml.storage.impl.JPAStorageService
Returns an existing record from the store, along with its version.
read(String, String) - Method in class org.opensaml.storage.impl.LDAPStorageService
Returns an existing record from the store, if one exists.
read(String, String, long) - Method in class org.opensaml.storage.impl.LDAPStorageService
Returns an existing record from the store, along with its version.
read(String, String) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
 
read(Object) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
 
read(String, String, long) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
 
read(String, String) - Method in interface org.opensaml.storage.StorageService
Returns an existing record from the store, if one exists.
read(Object) - Method in interface org.opensaml.storage.StorageService
Returns an existing record from the store, if one exists, and uses it to update the annotated fields of a target object.
read(String, String, long) - Method in interface org.opensaml.storage.StorageService
Returns an existing record from the store, along with its version.
READ_ACTION - Static variable in interface org.opensaml.saml.saml2.core.Action
Read action.
readAll() - Method in class org.opensaml.storage.impl.JPAStorageService
Returns all records from the store.
readAll(String) - Method in class org.opensaml.storage.impl.JPAStorageService
Returns all records from the store for the supplied context.
readContexts() - Method in class org.opensaml.storage.impl.JPAStorageService
Returns all contexts from the store.
readImpl(String, String, Long) - Method in class org.opensaml.storage.AbstractMapBackedStorageService
Internal method to implement read functions.
readImpl(String, String, Long) - Method in class org.opensaml.storage.impl.JPAStorageService
Reads the record matching the supplied parameters.
reap(String) - Method in class org.opensaml.storage.AbstractMapBackedStorageService
Manually trigger a cleanup of expired records.
reap(String) - Method in class org.opensaml.storage.impl.JPAStorageService
Manually trigger a cleanup of expired records.
reap(String) - Method in class org.opensaml.storage.impl.LDAPStorageService
Manually trigger a cleanup of expired records.
reap(String) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
 
reap(String) - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Manually trigger a cleanup of expired records.
reap(String) - Method in interface org.opensaml.storage.StorageService
Manually trigger a cleanup of expired records.
reapWithLock(Map<String, MutableStorageRecord>, long) - Method in class org.opensaml.storage.AbstractMapBackedStorageService
Locates and removes expired records from the input map.
Reason - Interface in org.opensaml.soap.wstrust
The <wst:Reason> child element of a <wst:Status> element.
REASON_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.LogoutRequest
Reason attribute name.
ReasonBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the Reason element.
ReasonBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.ReasonBuilder
 
ReasonImpl - Class in org.opensaml.soap.wstrust.impl
ReasonImpl.
ReasonImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.ReasonImpl
Constructor.
ReasonMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the Reason element.
ReasonMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.ReasonMarshaller
 
ReasonUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the wst:Reason element.
ReasonUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.ReasonUnmarshaller
 
ReceivedEndpointSecurityHandler - Class in org.opensaml.saml.common.binding.security.impl
Message handler which checks the validity of the SAML protocol message receiver endpoint against requirements indicated in the message.
ReceivedEndpointSecurityHandler() - Constructor for class org.opensaml.saml.common.binding.security.impl.ReceivedEndpointSecurityHandler
Constructor.
RECIPIENT_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.ResponseAbstractType
Name for the attribute which defines the Recipient.
RECIPIENT_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.SubjectConfirmationData
Recipient attribute name.
RECIPIENT_ATTRIB_NAME - Static variable in interface org.opensaml.xmlsec.encryption.EncryptedKey
Recipient attribute name.
RecipientKeyInfo - Interface in org.opensaml.xmlsec.encryption
XMLObject representing XML Encryption, version 20021210, RecipientKeyInfo element.
RecipientKeyInfoBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of ReferenceList.
RecipientKeyInfoBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.RecipientKeyInfoBuilder
Constructor.
RecipientKeyInfoImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of RecipientKeyInfo.
RecipientKeyInfoImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.RecipientKeyInfoImpl
Constructor.
RecipientKeyInfoMarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Marshaller for RecipientKeyInfo objects.
RecipientKeyInfoMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.RecipientKeyInfoMarshaller
 
RecipientKeyInfoUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Unmarshaller for RecipientKeyInfo objects.
RecipientKeyInfoUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.RecipientKeyInfoUnmarshaller
 
recordEntityAccess() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.EntityManagementData
Record access of the entity's backing store data.
RecordId() - Constructor for class org.opensaml.storage.impl.JPAStorageRecord.RecordId
Default constructor.
RecordId(String, String) - Constructor for class org.opensaml.storage.impl.JPAStorageRecord.RecordId
Creates a new record Id.
Reference - Interface in org.opensaml.soap.wssecurity
The <wsse:Reference> empty element.
ReferenceBuilder - Class in org.opensaml.soap.wssecurity.impl
ReferenceBuilder.
ReferenceBuilder() - Constructor for class org.opensaml.soap.wssecurity.impl.ReferenceBuilder
 
ReferencedPoliciesType - Interface in org.opensaml.xacml.profile.saml
/** A SAML XACML profile ReferencedPoliciesType schema type.
ReferencedPoliciesTypeImpl - Class in org.opensaml.xacml.profile.saml.impl
Implementation of ReferencedPoliciesType.
ReferencedPoliciesTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.profile.saml.impl.ReferencedPoliciesTypeImpl
Constructor.
ReferencedPoliciesTypeImplBuilder - Class in org.opensaml.xacml.profile.saml.impl
ReferencedPoliciesTypeImplBuilder() - Constructor for class org.opensaml.xacml.profile.saml.impl.ReferencedPoliciesTypeImplBuilder
 
ReferencedPoliciesTypeMarshaller - Class in org.opensaml.xacml.profile.saml.impl
Marshaller for ReferencedPoliciesType.
ReferencedPoliciesTypeMarshaller() - Constructor for class org.opensaml.xacml.profile.saml.impl.ReferencedPoliciesTypeMarshaller
 
ReferencedPoliciesTypeUnmarshaller - Class in org.opensaml.xacml.profile.saml.impl
Unmarshaller for ReferencedPoliciesType.
ReferencedPoliciesTypeUnmarshaller() - Constructor for class org.opensaml.xacml.profile.saml.impl.ReferencedPoliciesTypeUnmarshaller
 
ReferenceImpl - Class in org.opensaml.soap.wssecurity.impl
ReferenceImpl.
ReferenceImpl(String, String, String) - Constructor for class org.opensaml.soap.wssecurity.impl.ReferenceImpl
Constructor.
ReferenceList - Interface in org.opensaml.xmlsec.encryption
XMLObject representing XML Encryption, version 20021210, ReferenceList element.
ReferenceListBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of ReferenceList.
ReferenceListBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.ReferenceListBuilder
Constructor.
ReferenceListImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of ReferenceList.
ReferenceListImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.ReferenceListImpl
Constructor.
ReferenceListMarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Marshaller for ReferenceList objects.
ReferenceListMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.ReferenceListMarshaller
 
ReferenceListUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Unmarshaller for ReferenceList objects.
ReferenceListUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.ReferenceListUnmarshaller
 
ReferenceMarshaller - Class in org.opensaml.soap.wssecurity.impl
ReferenceMarshaller.
ReferenceMarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.ReferenceMarshaller
 
ReferenceParameters - Interface in org.opensaml.soap.wsaddressing
The optional <wsa:ReferenceParameters> element.
ReferenceParametersBuilder - Class in org.opensaml.soap.wsaddressing.impl
ReferenceParametersBuilder.
ReferenceParametersBuilder() - Constructor for class org.opensaml.soap.wsaddressing.impl.ReferenceParametersBuilder
 
ReferenceParametersImpl - Class in org.opensaml.soap.wsaddressing.impl
ReferenceParametersImpl.
ReferenceParametersImpl(String, String, String) - Constructor for class org.opensaml.soap.wsaddressing.impl.ReferenceParametersImpl
Constructor.
ReferenceParametersMarshaller - Class in org.opensaml.soap.wsaddressing.impl
ReferenceParametersMarshaller.
ReferenceParametersMarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.ReferenceParametersMarshaller
 
ReferenceParametersUnmarshaller - Class in org.opensaml.soap.wsaddressing.impl
ReferenceParametersUnmarshaller.
ReferenceParametersUnmarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.ReferenceParametersUnmarshaller
 
ReferenceType - Interface in org.opensaml.xmlsec.encryption
XMLObject representing XML Encryption, version 20021210, ReferenceType type.
ReferenceTypeImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of ReferenceType.
ReferenceTypeImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.ReferenceTypeImpl
Constructor.
ReferenceTypeMarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Marshaller for ReferenceType objects.
ReferenceTypeMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.ReferenceTypeMarshaller
 
ReferenceTypeUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Unmarshaller for ReferenceType objects.
ReferenceTypeUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.ReferenceTypeUnmarshaller
 
ReferenceUnmarshaller - Class in org.opensaml.soap.wssecurity.impl
ReferenceUnmarshaller.
ReferenceUnmarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.ReferenceUnmarshaller
 
refresh() - Method in class org.opensaml.saml.metadata.resolver.ChainingMetadataResolver
Refresh the data exposed by the resolver.
refresh() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
Refreshes the metadata from its source.
refresh() - Method in class org.opensaml.saml.metadata.resolver.impl.CompositeMetadataResolver
Refresh the data exposed by the resolver.
refresh() - Method in interface org.opensaml.saml.metadata.resolver.RefreshableMetadataResolver
Refresh the data exposed by the resolver.
RefreshableMetadataResolver - Interface in org.opensaml.saml.metadata.resolver
Specialization of MetadataResolver that supports on-demand refresh.
RegexRequestURLBuilder - Class in org.opensaml.saml.metadata.resolver.impl
Function which produces a URL by evaluating a supplied regular expression against the entity ID, and applying the result to a supplied replacement string.
RegexRequestURLBuilder(String, String) - Constructor for class org.opensaml.saml.metadata.resolver.impl.RegexRequestURLBuilder
Constructor.
register(Class<T>, I, String) - Method in interface org.opensaml.core.config.Configuration
Register a configuration instance.
register(Class<T>, I) - Static method in class org.opensaml.core.config.ConfigurationService
Register a configuration instance.
register(Class<T>, I, String) - Method in class org.opensaml.core.config.provider.MapBasedConfiguration
Register a configuration instance.
register(Output) - Method in class org.opensaml.core.xml.util.AbstractWrappedSingletonFactory
Register the output instance so as to inhibit garbage collection.
register(Class<? extends Criterion>, Class<? extends EvaluableCredentialCriterion>) - Static method in class org.opensaml.security.credential.criteria.impl.EvaluableCredentialCriteriaRegistry
Register a credential evaluator class for a criteria class.
register(AlgorithmDescriptor) - Method in class org.opensaml.xmlsec.algorithm.AlgorithmRegistry
Register an algorithm.
registerAttributeName(QName) - Method in class org.opensaml.core.xml.NamespaceManager
Register a namespace-qualified attribute name.
registerAttributeValue(String, QName) - Method in class org.opensaml.core.xml.NamespaceManager
Register a QName attribute value.
registerBuilder(QName, XMLObjectBuilder<?>) - Method in class org.opensaml.core.xml.XMLObjectBuilderFactory
Registers a new builder for the given name.
registerContentValue(QName) - Method in class org.opensaml.core.xml.NamespaceManager
Register a QName element content value.
registerDefaultFactory(KeyInfoGeneratorFactory) - Method in class org.opensaml.xmlsec.keyinfo.NamedKeyInfoGeneratorManager
Register a factory with the default (unnamed) manager.
REGISTERED_ID_ALT_NAME - Static variable in class org.opensaml.security.x509.X509Support
RFC 2459 Registered ID Subject Alt Name type.
registerElementName(QName) - Method in class org.opensaml.core.xml.NamespaceManager
Register the owning XMLObject's element name.
registerElementType(QName) - Method in class org.opensaml.core.xml.NamespaceManager
Register the owning XMLObject's element type, if explicitly declared via an xsi:type.
registerFactory(KeyInfoGeneratorFactory) - Method in class org.opensaml.xmlsec.keyinfo.KeyInfoGeneratorManager
Register a factory within this manager instance.
registerFactory(String, KeyInfoGeneratorFactory) - Method in class org.opensaml.xmlsec.keyinfo.NamedKeyInfoGeneratorManager
Register a factory within the specified named manager.
registerID(QName) - Method in class org.opensaml.core.xml.util.AttributeMap
Register an attribute as having a type of ID.
registerIDAttribute(QName) - Method in class org.opensaml.core.xml.config.XMLObjectProviderRegistry
Register an attribute as having a type of ID.
registerIDAttribute(QName) - Static method in class org.opensaml.core.xml.config.XMLObjectProviderRegistrySupport
Register an attribute as having a type of ID.
registerIDMapping(String, XMLObject) - Method in class org.opensaml.core.xml.util.IDIndex
Register an ID-to-XMLObject mapping for one of this object's owner's children.
registerIDMappings(IDIndex) - Method in class org.opensaml.core.xml.util.IDIndex
Register multiple ID-to-XMLObject mappings for this object's owner's children.
registerMarshaller(QName, Marshaller) - Method in class org.opensaml.core.xml.io.MarshallerFactory
Registers a Marshaller with this factory.
registerNamespaceDeclaration(Namespace) - Method in class org.opensaml.core.xml.NamespaceManager
Register a namespace declaration.
registerObjectProvider(QName, XMLObjectBuilder<?>, Marshaller, Unmarshaller) - Method in class org.opensaml.core.xml.config.XMLObjectProviderRegistry
Adds an object provider to this configuration.
registerObjectProvider(QName, XMLObjectBuilder<?>, Marshaller, Unmarshaller) - Static method in class org.opensaml.core.xml.config.XMLObjectProviderRegistrySupport
Adds an object provider to this configuration.
registerOwnID(String, String) - Method in class org.opensaml.core.xml.AbstractXMLObject
A helper function for derived classes.
registerQNameAttribute(QName) - Method in class org.opensaml.core.xml.util.AttributeMap
Register an attribute as having a type of QName.
registerUnmarshaller(QName, Unmarshaller) - Method in class org.opensaml.core.xml.io.UnmarshallerFactory
Registers an Unmarshaller with this factory.
REGISTRATION_AUTHORITY_ATTRIB_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdrpi.RegistrationInfo
Registration Authority attribute name.
REGISTRATION_INSTANT_ATTRIB_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdrpi.RegistrationInfo
Registration Instant attribute name.
RegistrationAuthorityPredicate - Class in org.opensaml.saml.common.profile.logic
Predicate to determine whether one of a set of names matches an entity's RegistrationInfo.getRegistrationAuthority().
RegistrationAuthorityPredicate(Collection<String>) - Constructor for class org.opensaml.saml.common.profile.logic.RegistrationAuthorityPredicate
Constructor.
RegistrationInfo - Interface in org.opensaml.saml.ext.saml2mdrpi
* Representation of the <mdrpi:RegistrationInfo> element.
RegistrationInfoBuilder - Class in org.opensaml.saml.ext.saml2mdrpi.impl
Summon up a new RegistrationInfo.
RegistrationInfoBuilder() - Constructor for class org.opensaml.saml.ext.saml2mdrpi.impl.RegistrationInfoBuilder
 
RegistrationInfoImpl - Class in org.opensaml.saml.ext.saml2mdrpi.impl
Concrete Implementation of RegistrationInfo.
RegistrationInfoImpl(String, String, String) - Constructor for class org.opensaml.saml.ext.saml2mdrpi.impl.RegistrationInfoImpl
Constructor.
RegistrationInfoMarshaller - Class in org.opensaml.saml.ext.saml2mdrpi.impl
A marshaller for RegistrationInfo.
RegistrationInfoMarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdrpi.impl.RegistrationInfoMarshaller
 
RegistrationInfoUnmarshaller - Class in org.opensaml.saml.ext.saml2mdrpi.impl
An unmarshaller for RegistrationInfo.
RegistrationInfoUnmarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdrpi.impl.RegistrationInfoUnmarshaller
 
RegistrationPolicy - Interface in org.opensaml.saml.ext.saml2mdrpi
Representation of the <mdrpi:RegistrationPolicy> element.
RegistrationPolicyBuilder - Class in org.opensaml.saml.ext.saml2mdrpi.impl
Summon up a new RegistrationPolicy.
RegistrationPolicyBuilder() - Constructor for class org.opensaml.saml.ext.saml2mdrpi.impl.RegistrationPolicyBuilder
 
RegistrationPolicyImpl - Class in org.opensaml.saml.ext.saml2mdrpi.impl
Concrete implementation of RegistrationPolicy.
RegistrationPolicyImpl(String, String, String) - Constructor for class org.opensaml.saml.ext.saml2mdrpi.impl.RegistrationPolicyImpl
Constructor.
RegistrationPolicyMarshaller - Class in org.opensaml.saml.ext.saml2mdrpi.impl
An marshaller for RegistrationPolicy.
RegistrationPolicyMarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdrpi.impl.RegistrationPolicyMarshaller
 
RegistrationPolicyPredicate - Class in org.opensaml.saml.common.profile.logic
Predicate to determine whether one of a set of names matches an entity's RegistrationPolicy.
RegistrationPolicyPredicate(Collection<String>) - Constructor for class org.opensaml.saml.common.profile.logic.RegistrationPolicyPredicate
Constructor.
RegistrationPolicyUnmarshaller - Class in org.opensaml.saml.ext.saml2mdrpi.impl
An unmarshaller for RegistrationPolicy.
RegistrationPolicyUnmarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdrpi.impl.RegistrationPolicyUnmarshaller
 
RelatesTo - Interface in org.opensaml.soap.wsaddressing
Interface for element <wsa:RelatesTo>.
RelatesToBuilder - Class in org.opensaml.soap.wsaddressing.impl
RelatesToBuilder.
RelatesToBuilder() - Constructor for class org.opensaml.soap.wsaddressing.impl.RelatesToBuilder
 
RelatesToImpl - Class in org.opensaml.soap.wsaddressing.impl
Implementation of RelatesTo.
RelatesToImpl(String, String, String) - Constructor for class org.opensaml.soap.wsaddressing.impl.RelatesToImpl
Constructor.
RelatesToMarshaller - Class in org.opensaml.soap.wsaddressing.impl
Marshaller for instances of RelatesTo.
RelatesToMarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.RelatesToMarshaller
 
RelatesToUnmarshaller - Class in org.opensaml.soap.wsaddressing.impl
Unmarshaller for instances of RelatesTo.
RelatesToUnmarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.RelatesToUnmarshaller
 
RELATIONSHIP_TYPE_ATTRIB_NAME - Static variable in interface org.opensaml.soap.wsaddressing.RelatesTo
The RelationshipType attribute name.
RELATIONSHIP_TYPE_REPLY - Static variable in interface org.opensaml.soap.wsaddressing.RelatesTo
RelationshipType attribute - Reply URI.
RelayBearing - Interface in org.opensaml.soap.soap12
Interface for element having a @soap12:relay attribute.
RelayState - Interface in org.opensaml.saml.saml2.ecp
SAML 2.0 ECP RelayState SOAP header.
RelayStateBuilder - Class in org.opensaml.saml.saml2.ecp.impl
A Builder for RelayState objects.
RelayStateBuilder() - Constructor for class org.opensaml.saml.saml2.ecp.impl.RelayStateBuilder
Constructor.
RelayStateImpl - Class in org.opensaml.saml.saml2.ecp.impl
A concrete implementation of RelayState.
RelayStateImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.ecp.impl.RelayStateImpl
Constructor.
RelayStateMarshaller - Class in org.opensaml.saml.saml2.ecp.impl
Marshaller for instances of RelayState.
RelayStateMarshaller() - Constructor for class org.opensaml.saml.saml2.ecp.impl.RelayStateMarshaller
 
RelayStateUnmarshaller - Class in org.opensaml.saml.saml2.ecp.impl
Unmarshaller for instances of RelayState.
RelayStateUnmarshaller() - Constructor for class org.opensaml.saml.saml2.ecp.impl.RelayStateUnmarshaller
 
release(Output) - Method in class org.opensaml.core.xml.util.AbstractWrappedSingletonFactory
Release the specified output instance so that, as the referent of a WeakReference, it may be garbage collected when it otherwise becomse weakly reachable.
releaseAll() - Method in class org.opensaml.core.xml.util.AbstractWrappedSingletonFactory
Release all currently held output instances so they may be garbage collected when they become otherwise weakly reachable.
releaseChildrenDOM(boolean) - Method in class org.opensaml.core.xml.AbstractXMLObject
Releases the DOM representation of this XMLObject's children.
releaseChildrenDOM(boolean) - Method in interface org.opensaml.core.xml.XMLObject
Releases the DOM representation of this XMLObject's children.
releaseDOM() - Method in class org.opensaml.core.xml.AbstractXMLObject
Releases the DOM representation of this XMLObject, if there is one.
releaseDOM() - Method in interface org.opensaml.core.xml.XMLObject
Releases the DOM representation of this XMLObject, if there is one.
releaseDOM() - Method in class org.opensaml.xmlsec.signature.impl.SignatureImpl
Releases the DOM representation of this XMLObject, if there is one.
releaseMetadataDOM(XMLObject) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
Releases the DOM representation from the metadata object.
releaseParentDOM(boolean) - Method in class org.opensaml.core.xml.AbstractXMLObject
Releases the DOM representation of this XMLObject's parent.
releaseParentDOM(boolean) - Method in interface org.opensaml.core.xml.XMLObject
Releases the DOM representation of this XMLObject's parent.
releaseThisAndChildrenDOM() - Method in class org.opensaml.core.xml.AbstractXMLObject
A convenience method that is equal to calling AbstractXMLObject.releaseDOM() then AbstractXMLObject.releaseChildrenDOM(boolean) with the release being propagated.
releaseThisandParentDOM() - Method in class org.opensaml.core.xml.AbstractXMLObject
A convenience method that is equal to calling AbstractXMLObject.releaseDOM() then AbstractXMLObject.releaseParentDOM(boolean) with the release being propagated.
remove(Object) - Method in class org.opensaml.core.xml.util.AttributeMap
remove(ElementType) - Method in class org.opensaml.core.xml.util.IndexedXMLObjectChildrenList
Removes a given element from the list and index.
remove(int) - Method in class org.opensaml.core.xml.util.IndexedXMLObjectChildrenList
remove(int) - Method in class org.opensaml.core.xml.util.XMLObjectChildrenList
remove(ElementType) - Method in class org.opensaml.core.xml.util.XMLObjectChildrenList
Removes the element from the list.
remove() - Method in class org.opensaml.messaging.context.BaseContext.ContextSetNoRemoveIteratorDecorator
remove(String) - Method in class org.opensaml.saml.common.binding.artifact.impl.BasicSAMLArtifactMap
Removes the artifact from this map.
remove(String) - Method in class org.opensaml.saml.common.binding.artifact.impl.StorageServiceSAMLArtifactMap
Removes the artifact from this map.
remove(String) - Method in interface org.opensaml.saml.common.binding.artifact.SAMLArtifactMap
Removes the artifact from this map.
remove() - Method in class org.opensaml.security.credential.impl.AbstractChainingCredentialResolver.CredentialIterator
remove() - Method in class org.opensaml.xmlsec.encryption.support.ChainingEncryptedKeyResolver.ChainingIterator
removeAllSupportedProtocols() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorImpl
Removes all the supported protocols from this role.
removeAllSupportedProtocols() - Method in interface org.opensaml.saml.saml2.metadata.RoleDescriptor
Removes all the supported protocols from this role.
removeByEntityID(String, AbstractMetadataResolver.EntityBackingStore) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
Remove from the backing store all metadata for the entity with the given entity ID.
removeElementFromIndex(ElementType) - Method in class org.opensaml.core.xml.util.IndexedXMLObjectChildrenList
Removes the given element from the schema type and element QName index.
removeElementFromIndex(QName, ElementType) - Method in class org.opensaml.core.xml.util.IndexedXMLObjectChildrenList
Removes an object from the given index id.
removeManagementData(String) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.DynamicEntityBackingStore
Remove the management data for the specified entityID.
removeManager(String) - Method in class org.opensaml.xmlsec.keyinfo.NamedKeyInfoGeneratorManager
Remove the named factory manager, and all its managed factories.
removeObligationHandler(BaseObligationHandler) - Method in class org.opensaml.xacml.ctx.provider.ObligationService
Removes an obligation handler from the list of registered handlers This method waits until a write lock is obtained for the set of registered obligation handlers.
removeSignature(SAMLObject) - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPRedirectDeflateEncoder
Removes the signature from the protocol message.
removeSubcontext(BaseContext) - Method in class org.opensaml.messaging.context.BaseContext
Remove a subcontext from the current context.
removeSubcontext(Class<T>) - Method in class org.opensaml.messaging.context.BaseContext
Remove the subcontext from the current context which corresponds to the supplied class.
removeSupportedProtocol(String) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorImpl
Removes a protocol to the list of supported protocols for this role.
removeSupportedProtocol(String) - Method in interface org.opensaml.saml.saml2.metadata.RoleDescriptor
Removes a protocol to the list of supported protocols for this role.
removeSupportedProtocols(Collection<String>) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorImpl
Removes a list of protocols to the list of supported protocols for this role.
removeSupportedProtocols(Collection<String>) - Method in interface org.opensaml.saml.saml2.metadata.RoleDescriptor
Removes a list of protocols to the list of supported protocols for this role.
RENEW - Static variable in interface org.opensaml.soap.wstrust.RequestType
RequestType Renew URI.
Renewing - Interface in org.opensaml.soap.wstrust
The wst:Renewing element.
RenewingBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the Renewing element.
RenewingBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.RenewingBuilder
 
RenewingImpl - Class in org.opensaml.soap.wstrust.impl
RenewingImpl.
RenewingImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.RenewingImpl
Constructor.
RenewingMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the Renewing element.
RenewingMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.RenewingMarshaller
 
RenewingUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the empty wst:Renewing element.
RenewingUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.RenewingUnmarshaller
 
RenewTarget - Interface in org.opensaml.soap.wstrust
The wst:RenewTarget element.
RenewTargetBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the RenewTarget element.
RenewTargetBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.RenewTargetBuilder
 
RenewTargetImpl - Class in org.opensaml.soap.wstrust.impl
RenewTargetImpl.
RenewTargetImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.RenewTargetImpl
Constructor.
RenewTargetMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the RenewTarget element.
RenewTargetMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.RenewTargetMarshaller
 
RenewTargetUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the <wst:RenewTarget> element.
RenewTargetUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.RenewTargetUnmarshaller
 
ReplayCache - Class in org.opensaml.storage
Tracks non-replayable values in order to detect replays of the values, commonly used to track message identifiers.
ReplayCache() - Constructor for class org.opensaml.storage.ReplayCache
 
ReplyTo - Interface in org.opensaml.soap.wsaddressing
The <wsa:ReplyTo> element.
ReplyToBuilder - Class in org.opensaml.soap.wsaddressing.impl
Builder for the ReplyTo element.
ReplyToBuilder() - Constructor for class org.opensaml.soap.wsaddressing.impl.ReplyToBuilder
 
ReplyToImpl - Class in org.opensaml.soap.wsaddressing.impl
Concrete implementation of element ReplyTo.
ReplyToImpl(String, String, String) - Constructor for class org.opensaml.soap.wsaddressing.impl.ReplyToImpl
Constructor.
ReplyToMarshaller - Class in org.opensaml.soap.wsaddressing.impl
Marshaller for the <wsa:ReplyTo> element.
ReplyToMarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.ReplyToMarshaller
 
ReplyToUnmarshaller - Class in org.opensaml.soap.wsaddressing.impl
Unmarshaller for the <wsa:ReplyTo> element.
ReplyToUnmarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.ReplyToUnmarshaller
 
Request - Interface in org.opensaml.saml.saml1.core
This interface defines how the SAML1 Request objects behave.
Request - Interface in org.opensaml.saml.saml2.ecp
SAML 2.0 ECP Request SOAP header.
REQUEST_CONTEXT_PATH_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeSelectorType
RequestContextPath attribute name.
REQUEST_DENIED - Static variable in interface org.opensaml.saml.saml1.core.StatusCode
RequestDenied status value.
REQUEST_DENIED - Static variable in interface org.opensaml.saml.saml2.core.StatusCode
URI for RequestDenied status code.
REQUEST_UNSUPPORTED - Static variable in interface org.opensaml.saml.saml2.core.StatusCode
URI for RequestUnsupported status code.
REQUEST_VERSION_DEPRECATED - Static variable in interface org.opensaml.saml.saml1.core.StatusCode
RequestVersionDepricated status value.
REQUEST_VERSION_DEPRECATED - Static variable in interface org.opensaml.saml.saml2.core.StatusCode
URI for RequestVersionDeprecated status code.
REQUEST_VERSION_TOO_HIGH - Static variable in interface org.opensaml.saml.saml1.core.StatusCode
RequestVersionTooHigh status value.
REQUEST_VERSION_TOO_HIGH - Static variable in interface org.opensaml.saml.saml2.core.StatusCode
URI for RequestVersionTooHigh status code.
REQUEST_VERSION_TOO_LOW - Static variable in interface org.opensaml.saml.saml1.core.StatusCode
RequestVersionTooLow status value.
REQUEST_VERSION_TOO_LOW - Static variable in interface org.opensaml.saml.saml2.core.StatusCode
URI for RequestVersionTooLow status code.
RequestAbstractType - Interface in org.opensaml.saml.saml1.core
This interface describes the base class for types derived from RequestAbstractType .
RequestAbstractType - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core RequestAbstractType.
RequestAbstractTypeImpl - Class in org.opensaml.saml.saml1.core.impl
Implementation of RequestAbstractType.
RequestAbstractTypeImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.RequestAbstractTypeImpl
Constructor.
RequestAbstractTypeImpl - Class in org.opensaml.saml.saml2.core.impl
Concrete implementation of RequestAbstractType.
RequestAbstractTypeImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.RequestAbstractTypeImpl
Constructor.
RequestAbstractTypeMarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread safe Marshaller for RequestAbstractType objects.
RequestAbstractTypeMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.RequestAbstractTypeMarshaller
 
RequestAbstractTypeMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread safe Marshaller for RequestAbstractType objects.
RequestAbstractTypeMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.RequestAbstractTypeMarshaller
 
RequestAbstractTypeUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread safe Unmarshaller for RequestAbstractType objects.
RequestAbstractTypeUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.RequestAbstractTypeUnmarshaller
 
RequestAbstractTypeUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for RequestAbstractType objects.
RequestAbstractTypeUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.RequestAbstractTypeUnmarshaller
 
RequestAuthenticated - Interface in org.opensaml.saml.saml2.ecp
SAML 2.0 ECP RequestAuthenticated SOAP header.
RequestAuthenticatedBuilder - Class in org.opensaml.saml.saml2.ecp.impl
A Builder for RequestAuthenticated objects.
RequestAuthenticatedBuilder() - Constructor for class org.opensaml.saml.saml2.ecp.impl.RequestAuthenticatedBuilder
Constructor.
RequestAuthenticatedImpl - Class in org.opensaml.saml.saml2.ecp.impl
Concrete implementation of RequestAuthenticated.
RequestAuthenticatedImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.ecp.impl.RequestAuthenticatedImpl
Constructor.
RequestAuthenticatedMarshaller - Class in org.opensaml.saml.saml2.ecp.impl
Marshaller for instances of RequestAuthenticated.
RequestAuthenticatedMarshaller() - Constructor for class org.opensaml.saml.saml2.ecp.impl.RequestAuthenticatedMarshaller
 
RequestAuthenticatedUnmarshaller - Class in org.opensaml.saml.saml2.ecp.impl
Unmarshaller for instances of RequestAuthenticated.
RequestAuthenticatedUnmarshaller() - Constructor for class org.opensaml.saml.saml2.ecp.impl.RequestAuthenticatedUnmarshaller
 
RequestBuilder - Class in org.opensaml.saml.saml1.core.impl
Builder of RequestImpl objects.
RequestBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.RequestBuilder
Constructor.
RequestBuilder - Class in org.opensaml.saml.saml2.ecp.impl
A Builder for Request objects.
RequestBuilder() - Constructor for class org.opensaml.saml.saml2.ecp.impl.RequestBuilder
Constructor.
RequestedAttachedReference - Interface in org.opensaml.soap.wstrust
The wst:RequestedAttachedReference element.
RequestedAttachedReferenceBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the RequestedAttachedReference element.
RequestedAttachedReferenceBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.RequestedAttachedReferenceBuilder
 
RequestedAttachedReferenceImpl - Class in org.opensaml.soap.wstrust.impl
RequestedAttachedReferenceImpl.
RequestedAttachedReferenceImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.RequestedAttachedReferenceImpl
Constructor.
RequestedAttachedReferenceMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the RequestedAttachedReference element.
RequestedAttachedReferenceMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.RequestedAttachedReferenceMarshaller
 
RequestedAttachedReferenceUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the wst:RequestedAttachedReference element.
RequestedAttachedReferenceUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.RequestedAttachedReferenceUnmarshaller
 
RequestedAttribute - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata RequestedAttribute.
RequestedAttributeBuilder - Class in org.opensaml.saml.saml2.metadata.impl
RequestedAttributeBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.RequestedAttributeBuilder
Constructor.
RequestedAttributeImpl - Class in org.opensaml.saml.saml2.metadata.impl
Concrete implementation of RequestedAttribute.
RequestedAttributeImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.RequestedAttributeImpl
Constructor.
RequestedAttributeMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread-safe Marshaller for RequestedAttribute objects.
RequestedAttributeMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.RequestedAttributeMarshaller
 
RequestedAttributeUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread-safe Unmarshaller for RequestedAttribute objects.
RequestedAttributeUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.RequestedAttributeUnmarshaller
 
RequestedAuthnContext - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core RequestedAuthnContext.
RequestedAuthnContextBuilder - Class in org.opensaml.saml.saml2.core.impl
A Builder for RequestedAuthnContextImpl objects.
RequestedAuthnContextBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.RequestedAuthnContextBuilder
Constructor.
RequestedAuthnContextImpl - Class in org.opensaml.saml.saml2.core.impl
Concrete implementation of RequestedAuthnContext.
RequestedAuthnContextImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.RequestedAuthnContextImpl
Constructor.
RequestedAuthnContextMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread safe Marshaller for RequestedAuthnContext objects.
RequestedAuthnContextMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.RequestedAuthnContextMarshaller
 
RequestedAuthnContextUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for RequestedAuthnContext objects.
RequestedAuthnContextUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.RequestedAuthnContextUnmarshaller
 
RequestedProofToken - Interface in org.opensaml.soap.wstrust
The wst:RequestedProofToken element.
RequestedProofTokenBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the RequestedProofToken element.
RequestedProofTokenBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.RequestedProofTokenBuilder
 
RequestedProofTokenImpl - Class in org.opensaml.soap.wstrust.impl
RequestedProofTokenImpl.
RequestedProofTokenImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.RequestedProofTokenImpl
Constructor.
RequestedProofTokenMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the RequestedProofToken element.
RequestedProofTokenMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.RequestedProofTokenMarshaller
 
RequestedProofTokenUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the wst:RequestedProofToken element.
RequestedProofTokenUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.RequestedProofTokenUnmarshaller
 
RequestedReferenceType - Interface in org.opensaml.soap.wstrust
Interface for RequestedReferenceType complex type.
RequestedReferenceTypeImpl - Class in org.opensaml.soap.wstrust.impl
RequestedReferenceTypeImpl.
RequestedReferenceTypeImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.RequestedReferenceTypeImpl
Constructor.
RequestedReferenceTypeMarshaller - Class in org.opensaml.soap.wstrust.impl
RequestedReferenceTypeMarshaller.
RequestedReferenceTypeMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.RequestedReferenceTypeMarshaller
 
RequestedReferenceTypeUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the element of type RequestedReferenceType.
RequestedReferenceTypeUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.RequestedReferenceTypeUnmarshaller
 
RequestedSecurityToken - Interface in org.opensaml.soap.wsfed
This interface defines how the object representing a Requested Security Token RequestedSecurityToken element behaves.
RequestedSecurityToken - Interface in org.opensaml.soap.wstrust
The wst:RequestedSecurityToken element.
RequestedSecurityTokenBuilder - Class in org.opensaml.soap.wsfed.impl
Builder of RequestedSecurityTokenImpl objects.
RequestedSecurityTokenBuilder() - Constructor for class org.opensaml.soap.wsfed.impl.RequestedSecurityTokenBuilder
Constructor.
RequestedSecurityTokenBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the RequestedSecurityToken element.
RequestedSecurityTokenBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.RequestedSecurityTokenBuilder
 
RequestedSecurityTokenImpl - Class in org.opensaml.soap.wsfed.impl
Implementation of the RequestedSecurityToken object.
RequestedSecurityTokenImpl(String, String, String) - Constructor for class org.opensaml.soap.wsfed.impl.RequestedSecurityTokenImpl
Constructor.
RequestedSecurityTokenImpl - Class in org.opensaml.soap.wstrust.impl
RequestedSecurityTokenImpl.
RequestedSecurityTokenImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.RequestedSecurityTokenImpl
Constructor.
RequestedSecurityTokenMarshaller - Class in org.opensaml.soap.wsfed.impl
A thread safe marshaller for RequestedSecurityToken objects.
RequestedSecurityTokenMarshaller() - Constructor for class org.opensaml.soap.wsfed.impl.RequestedSecurityTokenMarshaller
 
RequestedSecurityTokenMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the RequestedSecurityToken element.
RequestedSecurityTokenMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.RequestedSecurityTokenMarshaller
 
RequestedSecurityTokenUnmarshaller - Class in org.opensaml.soap.wsfed.impl
A thread-safe unmarshaller for RequestedSecurityToken objects.
RequestedSecurityTokenUnmarshaller() - Constructor for class org.opensaml.soap.wsfed.impl.RequestedSecurityTokenUnmarshaller
 
RequestedSecurityTokenUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the <wst:RequestedSecurityToken> element.
RequestedSecurityTokenUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.RequestedSecurityTokenUnmarshaller
 
RequestedTokenCancelled - Interface in org.opensaml.soap.wstrust
The wst:RequestedTokenCancelled element.
RequestedTokenCancelledBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the RequestedTokenCancelled element.
RequestedTokenCancelledBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.RequestedTokenCancelledBuilder
 
RequestedTokenCancelledImpl - Class in org.opensaml.soap.wstrust.impl
RequestedTokenCancelledImpl.
RequestedTokenCancelledImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.RequestedTokenCancelledImpl
Constructor.
RequestedTokenCancelledMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the RequestedTokenCancelled element.
RequestedTokenCancelledMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.RequestedTokenCancelledMarshaller
 
RequestedTokenCancelledUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the empty wst:RequestedTokenCancelled element.
RequestedTokenCancelledUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.RequestedTokenCancelledUnmarshaller
 
RequestedUnattachedReference - Interface in org.opensaml.soap.wstrust
The wst:RequestedUnattachedReference element.
RequestedUnattachedReferenceBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the RequestedUnattachedReference element.
RequestedUnattachedReferenceBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.RequestedUnattachedReferenceBuilder
 
RequestedUnattachedReferenceImpl - Class in org.opensaml.soap.wstrust.impl
RequestedUnattachedReferenceImpl.
RequestedUnattachedReferenceImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.RequestedUnattachedReferenceImpl
Constructor.
RequestedUnattachedReferenceMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the RequestedUnattachedReference element.
RequestedUnattachedReferenceMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.RequestedUnattachedReferenceMarshaller
 
RequestedUnattachedReferenceUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the wst:RequestedUnattachedReference element.
RequestedUnattachedReferenceUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.RequestedUnattachedReferenceUnmarshaller
 
REQUESTER - Static variable in interface org.opensaml.saml.saml1.core.StatusCode
Requester status value.
REQUESTER - Static variable in interface org.opensaml.saml.saml2.core.StatusCode
URI for Requester status code.
RequesterID - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core RequesterID.
RequesterIDBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder of RequesterIDImpl.
RequesterIDBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.RequesterIDBuilder
Constructor.
RequesterIdFromIssuerFunction() - Constructor for class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects.RequesterIdFromIssuerFunction
Constructor.
RequesterIDImpl - Class in org.opensaml.saml.saml2.core.impl
Concrete implementation of RequesterID.
RequesterIDImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.RequesterIDImpl
Constructor.
RequesterIDMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread safe Marshaller for RequesterID objects.
RequesterIDMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.RequesterIDMarshaller
 
RequesterIDUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for RequesterID objects.
RequesterIDUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.RequesterIDUnmarshaller
 
RequestImpl - Class in org.opensaml.saml.saml1.core.impl
Concrete implementation of Request.
RequestImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.RequestImpl
Constructor.
RequestImpl - Class in org.opensaml.saml.saml2.ecp.impl
A concrete implementation of Request.
RequestImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.ecp.impl.RequestImpl
Constructor.
RequestInitiator - Interface in org.opensaml.saml.ext.saml2mdreqinit
Interfaces for SAML 2 Metadata Extension for SSO Service Provider Request Initiation - RequestInitiator element.
RequestInitiatorBuilder - Class in org.opensaml.saml.ext.saml2mdreqinit.impl
Builder of RequestInitiator.
RequestInitiatorBuilder() - Constructor for class org.opensaml.saml.ext.saml2mdreqinit.impl.RequestInitiatorBuilder
Constructor.
RequestInitiatorImpl - Class in org.opensaml.saml.ext.saml2mdreqinit.impl
Concrete implementation of RequestInitiator.
RequestInitiatorImpl(String, String, String) - Constructor for class org.opensaml.saml.ext.saml2mdreqinit.impl.RequestInitiatorImpl
Constructor.
RequestInitiatorMarshaller - Class in org.opensaml.saml.ext.saml2mdreqinit.impl
A thread safe Marshaller for RequestInitiator objects.
RequestInitiatorMarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdreqinit.impl.RequestInitiatorMarshaller
 
RequestInitiatorUnmarshaller - Class in org.opensaml.saml.ext.saml2mdreqinit.impl
A thread safe Unmarshaller for RequestInitiator objects.
RequestInitiatorUnmarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdreqinit.impl.RequestInitiatorUnmarshaller
 
RequestKET - Interface in org.opensaml.soap.wstrust
The wst:RequestKET element.
RequestKETBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the RequestKET element.
RequestKETBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.RequestKETBuilder
 
RequestKETImpl - Class in org.opensaml.soap.wstrust.impl
RequestKETImpl.
RequestKETImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.RequestKETImpl
Constructor.
RequestKETMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the RequestKET element.
RequestKETMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.RequestKETMarshaller
 
RequestKETUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the wst:RequestKET element.
RequestKETUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.RequestKETUnmarshaller
 
RequestMarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread safe Marshaller for Request objects.
RequestMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.RequestMarshaller
 
RequestMarshaller - Class in org.opensaml.saml.saml2.ecp.impl
Marshaller for instances of Request.
RequestMarshaller() - Constructor for class org.opensaml.saml.saml2.ecp.impl.RequestMarshaller
 
RequestScopedStorageService - Interface in org.opensaml.storage
Specialization of StorageService that maintains its data on a per-request basis.
RequestSecurityToken - Interface in org.opensaml.soap.wstrust
The wst:RequestSecurityToken element.
RequestSecurityTokenBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the RequestSecurityToken element.
RequestSecurityTokenBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.RequestSecurityTokenBuilder
 
RequestSecurityTokenCollection - Interface in org.opensaml.soap.wstrust
The wst:RequestSecurityTokenCollection element.
RequestSecurityTokenCollectionBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the RequestSecurityTokenCollection element.
RequestSecurityTokenCollectionBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.RequestSecurityTokenCollectionBuilder
 
RequestSecurityTokenCollectionImpl - Class in org.opensaml.soap.wstrust.impl
RequestSecurityTokenCollectionImpl.
RequestSecurityTokenCollectionImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.RequestSecurityTokenCollectionImpl
Constructor.
RequestSecurityTokenCollectionMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the RequestSecurityTokenCollection element.
RequestSecurityTokenCollectionMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.RequestSecurityTokenCollectionMarshaller
 
RequestSecurityTokenCollectionUnmarshaller - Class in org.opensaml.soap.wstrust.impl
RequestSecurityTokenCollectionUnmarshaller.
RequestSecurityTokenCollectionUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.RequestSecurityTokenCollectionUnmarshaller
 
RequestSecurityTokenImpl - Class in org.opensaml.soap.wstrust.impl
RequestSecurityTokenImpl.
RequestSecurityTokenImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.RequestSecurityTokenImpl
Constructor.
RequestSecurityTokenMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the RequestSecurityToken element.
RequestSecurityTokenMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.RequestSecurityTokenMarshaller
 
RequestSecurityTokenResponse - Interface in org.opensaml.soap.wsfed
This interface defines how the object representing a WS RSTR RequestedSecurityTokenResponse element behaves.
RequestSecurityTokenResponse - Interface in org.opensaml.soap.wstrust
The wst:RequestSecurityTokenResponse element.
RequestSecurityTokenResponseBuilder - Class in org.opensaml.soap.wsfed.impl
RequestSecurityTokenResponseBuilder() - Constructor for class org.opensaml.soap.wsfed.impl.RequestSecurityTokenResponseBuilder
Constructor.
RequestSecurityTokenResponseBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the RequestSecurityTokenResponse element.
RequestSecurityTokenResponseBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.RequestSecurityTokenResponseBuilder
 
RequestSecurityTokenResponseCollection - Interface in org.opensaml.soap.wstrust
The wst:RequestSecurityTokenResponseCollection element.
RequestSecurityTokenResponseCollectionBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the RequestSecurityTokenResponseCollection element.
RequestSecurityTokenResponseCollectionBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.RequestSecurityTokenResponseCollectionBuilder
 
RequestSecurityTokenResponseCollectionImpl - Class in org.opensaml.soap.wstrust.impl
RequestSecurityTokenResponseCollectionImpl.
RequestSecurityTokenResponseCollectionImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.RequestSecurityTokenResponseCollectionImpl
Constructor.
RequestSecurityTokenResponseCollectionMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the RequestSecurityTokenResponseCollection element.
RequestSecurityTokenResponseCollectionMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.RequestSecurityTokenResponseCollectionMarshaller
 
RequestSecurityTokenResponseCollectionUnmarshaller - Class in org.opensaml.soap.wstrust.impl
RequestSecurityTokenResponseCollectionUnmarshaller.
RequestSecurityTokenResponseCollectionUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.RequestSecurityTokenResponseCollectionUnmarshaller
 
RequestSecurityTokenResponseImpl - Class in org.opensaml.soap.wsfed.impl
Implementation of the RequestSecurityTokenResponse object.
RequestSecurityTokenResponseImpl - Class in org.opensaml.soap.wstrust.impl
RequestSecurityTokenResponseImpl.
RequestSecurityTokenResponseImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.RequestSecurityTokenResponseImpl
Constructor.
RequestSecurityTokenResponseMarshaller - Class in org.opensaml.soap.wsfed.impl
A thread safe marshaller for RequestSecurityTokenResponse objects.
RequestSecurityTokenResponseMarshaller() - Constructor for class org.opensaml.soap.wsfed.impl.RequestSecurityTokenResponseMarshaller
 
RequestSecurityTokenResponseMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the RequestSecurityTokenResponse element.
RequestSecurityTokenResponseMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.RequestSecurityTokenResponseMarshaller
 
RequestSecurityTokenResponseUnmarshaller - Class in org.opensaml.soap.wsfed.impl
A thread-safe unmarshaller for RequestSecurityTokenResponse objects.
RequestSecurityTokenResponseUnmarshaller() - Constructor for class org.opensaml.soap.wsfed.impl.RequestSecurityTokenResponseUnmarshaller
 
RequestSecurityTokenResponseUnmarshaller - Class in org.opensaml.soap.wstrust.impl
RequestSecurityTokenResponseUnmarshaller.
RequestSecurityTokenResponseUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.RequestSecurityTokenResponseUnmarshaller
 
RequestSecurityTokenUnmarshaller - Class in org.opensaml.soap.wstrust.impl
RequestSecurityTokenUnmarshaller.
RequestSecurityTokenUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.RequestSecurityTokenUnmarshaller
 
RequestType - Interface in org.opensaml.soap.wstrust
The wst:RequestType element.
RequestType - Interface in org.opensaml.xacml.ctx
XACML context Request schema type.
RequestTypeBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the RequestType element.
RequestTypeBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.RequestTypeBuilder
 
RequestTypeImpl - Class in org.opensaml.soap.wstrust.impl
RequestTypeImpl.
RequestTypeImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.RequestTypeImpl
Constructor.
RequestTypeImpl - Class in org.opensaml.xacml.ctx.impl
Concrete implementation of RequestType.
RequestTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.ctx.impl.RequestTypeImpl
Constructor.
RequestTypeImplBuilder - Class in org.opensaml.xacml.ctx.impl
Builder for RequestType objects.
RequestTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.RequestTypeImplBuilder
Constructor.
RequestTypeMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the RequestType element.
RequestTypeMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.RequestTypeMarshaller
 
RequestTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
Marshaller for RequestType objects.
RequestTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.RequestTypeMarshaller
Constructor.
RequestTypeUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the <wst:RequestType> element.
RequestTypeUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.RequestTypeUnmarshaller
 
RequestTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
Unmarshaller for EnvironmentType objects.
RequestTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.RequestTypeUnmarshaller
Constructor.
RequestUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread safe Unmarshaller for Request objects.
RequestUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.RequestUnmarshaller
 
RequestUnmarshaller - Class in org.opensaml.saml.saml2.ecp.impl
Unmarshaller for instances of Request.
RequestUnmarshaller() - Constructor for class org.opensaml.saml.saml2.ecp.impl.RequestUnmarshaller
 
REQUIRED_BINDING_VALUE - Static variable in interface org.opensaml.saml.ext.saml2mdreqinit.RequestInitiator
Per the extension specification, the value of the 'Binding' attribute MUST be set to this fixed value.
RequiredValidUntilFilter - Class in org.opensaml.saml.metadata.resolver.filter.impl
A metadata filter that requires the presence of a validUntil attribute on the root element of the metadata document.
RequiredValidUntilFilter() - Constructor for class org.opensaml.saml.metadata.resolver.filter.impl.RequiredValidUntilFilter
Constructor.
RequiredValidUntilFilter(long) - Constructor for class org.opensaml.saml.metadata.resolver.filter.impl.RequiredValidUntilFilter
Constructor.
resetVersion() - Method in class org.opensaml.storage.impl.JPAStorageRecord
Resets the version of this storage record to 1.
resolve(CriteriaSet) - Method in class org.opensaml.saml.common.binding.AbstractEndpointResolver
resolve(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.ChainingMetadataResolver
resolve(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractBatchMetadataResolver
resolve(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
resolve(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.BasicRoleDescriptorResolver
resolve(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.CompositeMetadataResolver
resolve(EncryptedData) - Method in class org.opensaml.saml.saml2.encryption.EncryptedElementTypeEncryptedKeyResolver
Resolve the EncryptedKey elements containing the data encryption key used to encrypt the specified EncryptedData element.
resolve(CriteriaSet) - Method in class org.opensaml.security.credential.impl.AbstractChainingCredentialResolver
resolve(CriteriaSet) - Method in class org.opensaml.security.credential.impl.AbstractCredentialResolver
resolve(CriteriaSet) - Method in class org.opensaml.security.credential.impl.AbstractCriteriaFilteringCredentialResolver
resolve(CriteriaSet) - Method in class org.opensaml.security.credential.impl.StaticCredentialResolver
resolve(CriteriaSet) - Method in class org.opensaml.security.x509.impl.StaticPKIXValidationInformationResolver
resolve(CriteriaSet) - Method in class org.opensaml.security.x509.tls.impl.BasicClientTLSValidationParametersResolver
resolve(EncryptedData) - Method in class org.opensaml.xmlsec.encryption.support.ChainingEncryptedKeyResolver
Resolve the EncryptedKey elements containing the data encryption key used to encrypt the specified EncryptedData element.
resolve(EncryptedData) - Method in interface org.opensaml.xmlsec.encryption.support.EncryptedKeyResolver
Resolve the EncryptedKey elements containing the data encryption key used to encrypt the specified EncryptedData element.
resolve(EncryptedData) - Method in class org.opensaml.xmlsec.encryption.support.InlineEncryptedKeyResolver
Resolve the EncryptedKey elements containing the data encryption key used to encrypt the specified EncryptedData element.
resolve(EncryptedData) - Method in class org.opensaml.xmlsec.encryption.support.SimpleKeyInfoReferenceEncryptedKeyResolver
Resolve the EncryptedKey elements containing the data encryption key used to encrypt the specified EncryptedData element.
resolve(EncryptedData) - Method in class org.opensaml.xmlsec.encryption.support.SimpleRetrievalMethodEncryptedKeyResolver
Resolve the EncryptedKey elements containing the data encryption key used to encrypt the specified EncryptedData element.
resolve(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicDecryptionParametersResolver
resolve(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
resolve(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
resolve(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicSignatureValidationParametersResolver
resolve(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.StaticDecryptionParametersResolver
resolve(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.StaticEncryptionParametersResolver
resolve(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.StaticSignatureSigningParametersResolver
resolve(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.StaticSignatureValidationParametersResolver
resolveAndPopulateCredentialAndSignatureAlgorithm(SignatureSigningParameters, CriteriaSet, Predicate<String>) - Method in class org.opensaml.saml.security.impl.SAMLMetadataSignatureSigningParametersResolver
Resolve and populate the signing credential and signature method algorithm URI on the supplied parameters instance.
resolveAndPopulateCredentialAndSignatureAlgorithm(SignatureSigningParameters, CriteriaSet, Predicate<String>) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
Resolve and populate the signing credential and signature method algorithm URI on the supplied parameters instance.
resolveAndPopulateCredentialsAndAlgorithms(EncryptionParameters, CriteriaSet, Predicate<String>) - Method in class org.opensaml.saml.security.impl.SAMLMetadataEncryptionParametersResolver
Resolve and populate the data encryption and key transport credentials and algorithm URIs.
resolveAndPopulateCredentialsAndAlgorithms(EncryptionParameters, CriteriaSet, Predicate<String>) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Resolve and populate the data encryption and key transport credentials and algorithm URIs.
resolveAndPopulateRSAOAEPParams(EncryptionParameters, CriteriaSet, Predicate<String>, EncryptionMethod) - Method in class org.opensaml.saml.security.impl.SAMLMetadataEncryptionParametersResolver
Resolve and populate an instance of RSAOAEPParameters, if appropriate for the selected key transport encryption algorithm.
resolveAndPopulateRSAOAEPParams(EncryptionParameters, CriteriaSet, Predicate<String>) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Resolve and populate an instance of RSAOAEPParameters, if appropriate for the selected key transport encryption algorithm.
resolveAndPopulateWhiteAndBlacklists(WhitelistBlacklistParameters, CriteriaSet, List<? extends WhitelistBlacklistConfiguration>) - Method in class org.opensaml.xmlsec.impl.AbstractSecurityParametersResolver
Resolve and populate the effective whitelist or blacklist on the supplied instance of WhitelistBlacklistParameters.
ResolveArtifact - Class in org.opensaml.saml.saml2.profile.impl
Action that resolves a SAML 2.0 artifact inside an ArtifactResolve request located via a lookup strategy, by default from the inbound message context, and maps it to the corresponding message.
ResolveArtifact() - Constructor for class org.opensaml.saml.saml2.profile.impl.ResolveArtifact
Constructor.
ResolveArtifacts - Class in org.opensaml.saml.saml1.profile.impl
Action that resolves SAML 1.x artifacts inside a Request located via a lookup strategy, by default from the inbound message context, and maps them to the corresponding assertions.
ResolveArtifacts() - Constructor for class org.opensaml.saml.saml1.profile.impl.ResolveArtifacts
Constructor.
resolveByKeyName(String) - Method in class org.opensaml.xmlsec.keyinfo.impl.LocalKeyInfoCredentialResolver
Resolve credentials from local resolver using key name criteria.
resolveByPublicKey(PublicKey) - Method in class org.opensaml.xmlsec.keyinfo.impl.LocalKeyInfoCredentialResolver
Resolve credentials from local resolver using public key criteria.
resolveCanonicalizationAlgorithm(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
Resolve and return the canonicalization algorithm URI to use.
resolveDataEncryptionAlgorithm(CriteriaSet, Predicate<String>, SAMLMDCredentialContext) - Method in class org.opensaml.saml.security.impl.SAMLMetadataEncryptionParametersResolver
Determine the data encryption algorithm URI to use, also returning the associated EncryptionMethod from metadata if relevant.
resolveDataEncryptionAlgorithm(Credential, List<String>) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Determine the data encryption algorithm URI, considering the optionally specified data encryption credential.
resolveDataEncryptionAlgorithm(Credential, CriteriaSet, Predicate<String>) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Determine the data encryption algorithm URI to use with the specified data encryption credential.
resolveDataKeyInfoCredentialResolver(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicDecryptionParametersResolver
Resolve and return the effective KeyInfoCredentialResolver used with EncryptedData instances.
resolveDataKeyInfoGenerator(CriteriaSet, Credential) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Resolve and return the KeyInfoGenerator instance to use with the specified data encryption credential.
resolveEffectiveBlacklist(CriteriaSet, List<? extends WhitelistBlacklistConfiguration>) - Method in class org.opensaml.xmlsec.impl.AbstractSecurityParametersResolver
Resolve and return the effective algorithm blacklist based on supplied configuration.
resolveEffectiveWhitelist(CriteriaSet, List<? extends WhitelistBlacklistConfiguration>) - Method in class org.opensaml.xmlsec.impl.AbstractSecurityParametersResolver
Resolve and return the effective algorithm whitelist based on supplied configuration.
resolveEncryptedKeyResolver(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicDecryptionParametersResolver
Resolve and return the effective EncryptedKeyResolver.
resolveEntityId() - Method in class org.opensaml.saml.common.messaging.context.SAMLPeerEntityContext
Dynamically resolve the SAML peer entity ID from the SAML protocol message held in MessageContext.getMessage().
resolveFromMetadata(CriteriaSet, String, QName, String, UsageType) - Method in class org.opensaml.saml.security.impl.MetadataCredentialResolver
Resolves credentials using this resolver's configured instance of RoleDescriptorResolver.
resolveFromOriginSource(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
Fetch metadata from an origin source based on the input criteria, store it in the backing store and then return it.
resolveFromRoleDescriptor(CriteriaSet, RoleDescriptor, UsageType) - Method in class org.opensaml.saml.security.impl.MetadataCredentialResolver
Resolves credentials using a supplied instance of RoleDescriptor.
resolveFromSource(CriteriaSet) - Method in class org.opensaml.saml.security.impl.MetadataCredentialResolver
Subclasses are required to implement this method to resolve credentials from the implementation-specific type of underlying credential source.
resolveFromSource(CriteriaSet) - Method in class org.opensaml.security.credential.impl.AbstractCriteriaFilteringCredentialResolver
Subclasses are required to implement this method to resolve credentials from the implementation-specific type of underlying credential source.
resolveFromSource(CriteriaSet) - Method in class org.opensaml.security.credential.impl.CollectionCredentialResolver
Subclasses are required to implement this method to resolve credentials from the implementation-specific type of underlying credential source.
resolveFromSource(CriteriaSet) - Method in class org.opensaml.security.credential.impl.FilesystemCredentialResolver
Subclasses are required to implement this method to resolve credentials from the implementation-specific type of underlying credential source.
resolveFromSource(CriteriaSet) - Method in class org.opensaml.security.credential.impl.KeyStoreCredentialResolver
Subclasses are required to implement this method to resolve credentials from the implementation-specific type of underlying credential source.
resolveFromSource(CriteriaSet) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicProviderKeyInfoCredentialResolver
Subclasses are required to implement this method to resolve credentials from the implementation-specific type of underlying credential source.
resolveHMACOutputLength(CriteriaSet, Credential, String) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
Resolve and return the effective HMAC output length to use, if applicable to the specified signing credential and signature method algorithm URI.
resolveID(String) - Method in class org.opensaml.core.xml.AbstractXMLObject
Find the XMLObject identified by the specified ID attribute, within the subtree of XMLObjects which has this XMLObject as its root.
resolveID(String) - Method in interface org.opensaml.core.xml.XMLObject
Find the XMLObject identified by the specified ID attribute, within the subtree of XMLObjects which has this XMLObject as its root.
resolveIDFromRoot(String) - Method in class org.opensaml.core.xml.AbstractXMLObject
Find the XMLObject identified by the specified ID attribute, from the root of the tree of XMLObjects in which this XMLObject is a member.
resolveIDFromRoot(String) - Method in interface org.opensaml.core.xml.XMLObject
Find the XMLObject identified by the specified ID attribute, from the root of the tree of XMLObjects in which this XMLObject is a member.
resolveIssueInstant() - Method in class org.opensaml.saml.common.messaging.context.SAMLMessageInfoContext
Dynamically resolve the message issue instant from the SAML protocol message held in MessageContext.getMessage().
resolveKEKKeyInfoCredentialResolver(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicDecryptionParametersResolver
Resolve and return the effective KeyInfoCredentialResolver used with EncryptedKey instances.
resolveKeyInfo(KeyInfo, int) - Method in class org.opensaml.xmlsec.encryption.support.SimpleKeyInfoReferenceEncryptedKeyResolver
Turn a KeyInfo into an EncryptedKey collection.
resolveKeyInfoGenerator(CriteriaSet, Credential) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
Resolve and return the KeyInfoGenerator instance to use with the specified credential.
resolveKeyTransportAlgorithm(Credential, CriteriaSet, Predicate<String>, String, SAMLMDCredentialContext) - Method in class org.opensaml.saml.security.impl.SAMLMetadataEncryptionParametersResolver
Determine the key transport algorithm URI to use with the specified credential, also returning the associated EncryptionMethod from metadata if relevant.
resolveKeyTransportAlgorithm(Credential, List<String>, String, KeyTransportAlgorithmPredicate) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Determine the key transport encryption algorithm URI to use with the specified key transport credential and optional data encryption algorithm URI.
resolveKeyTransportAlgorithm(Credential, CriteriaSet, Predicate<String>, String) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Determine the key transport algorithm URI to use with the specified credential.
resolveKeyTransportAlgorithmPredicate(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Resolve the optional effectively configured instance of KeyTransportAlgorithmPredicate to use.
resolveKeyTransportKeyInfoGenerator(CriteriaSet, Credential) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Resolve and return the KeyInfoGenerator instance to use with the specified key transport credential.
resolveKeyValue(KeyInfoResolutionContext, CriteriaSet, List<? extends XMLObject>) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicProviderKeyInfoCredentialResolver
Resolve the key from any KeyValue DEREncodedKeyValue element that may be present, and store the resulting key in the resolution context.
resolveMessageId() - Method in class org.opensaml.saml.common.messaging.context.SAMLMessageInfoContext
Dynamically resolve the message ID from the SAML protocol message held in MessageContext.getMessage().
resolveNameIdentifier() - Method in class org.opensaml.saml.common.messaging.context.SAMLSubjectNameIdentifierContext
Dynamically resolve the name identifier from the SAML protocol message held in MessageContext.getMessage(), if it exists.
resolveNameOptions(CriteriaSet) - Method in class org.opensaml.security.x509.tls.impl.BasicClientTLSValidationParametersResolver
Resolve and return the effective CertificateNameOptions.
resolveReferenceDigestMethod(CriteriaSet, Predicate<String>) - Method in class org.opensaml.saml.security.impl.SAMLMetadataSignatureSigningParametersResolver
Resolve and return the digest method algorithm URI to use, including application of whitelist/blacklist policy.
resolveReferenceDigestMethod(CriteriaSet, Predicate<String>) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
Resolve and return the digest method algorithm URI to use, including application of whitelist/blacklist policy.
resolveSAMLMessage() - Method in class org.opensaml.saml.common.messaging.context.SAMLMessageInfoContext
Resolve the SAML message from the message context.
resolveSAMLMessage() - Method in class org.opensaml.saml.common.messaging.context.SAMLPeerEntityContext
Resolve the SAML message from the message context.
resolveSAMLMessage() - Method in class org.opensaml.saml.common.messaging.context.SAMLSubjectNameIdentifierContext
Resolve the SAML message from the message context.
resolveSignatureTrustEngine(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicSignatureValidationParametersResolver
Resolve and return the effective SignatureTrustEngine.
resolveSingle(CriteriaSet) - Method in class org.opensaml.saml.common.binding.AbstractEndpointResolver
resolveSingle(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.ChainingMetadataResolver
resolveSingle(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
resolveSingle(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.BasicRoleDescriptorResolver
resolveSingle(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.CompositeMetadataResolver
resolveSingle(CriteriaSet) - Method in class org.opensaml.security.credential.impl.AbstractCredentialResolver
resolveSingle(CriteriaSet) - Method in class org.opensaml.security.x509.impl.StaticPKIXValidationInformationResolver
resolveSingle(CriteriaSet) - Method in class org.opensaml.security.x509.tls.impl.BasicClientTLSValidationParametersResolver
resolveSingle(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicDecryptionParametersResolver
resolveSingle(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
resolveSingle(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
resolveSingle(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicSignatureValidationParametersResolver
resolveSingle(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.StaticDecryptionParametersResolver
resolveSingle(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.StaticEncryptionParametersResolver
resolveSingle(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.StaticSignatureSigningParametersResolver
resolveSingle(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.StaticSignatureValidationParametersResolver
resolveTrustedNames(CriteriaSet) - Method in class org.opensaml.security.x509.impl.StaticPKIXValidationInformationResolver
Resolve a set of trusted names associated with the entity indicated by the criteria.
resolveTrustedNames(CriteriaSet) - Method in interface org.opensaml.security.x509.PKIXValidationInformationResolver
Resolve a set of trusted names associated with the entity indicated by the criteria.
resolveTrustEngine(MessageContext) - Method in class org.opensaml.saml.common.binding.security.impl.BaseSAMLXMLSignatureSecurityHandler
Resolve a TrustEngine instance of the appropriate type from the message context.
resolveTrustEngine(MessageContext) - Method in class org.opensaml.security.messaging.impl.BaseClientCertAuthSecurityHandler
Resolve a TrustEngine instance of the appropriate type from the message context.
resolveTrustEngine(MessageContext) - Method in class org.opensaml.security.messaging.impl.BaseTrustEngineSecurityHandler
Resolve a TrustEngine instance of the appropriate type from the message context.
resolveTrustEngine(CriteriaSet) - Method in class org.opensaml.security.x509.tls.impl.BasicClientTLSValidationParametersResolver
Resolve and return the effective super X509Credential>.
resolveValidationInfo(CriteriaSet) - Method in class org.opensaml.xmlsec.signature.support.impl.PKIXSignatureTrustEngine
Resolve and return a set of trusted validation information.
resolveWhitelistBlacklistPrecedence(CriteriaSet, List<? extends WhitelistBlacklistConfiguration>) - Method in class org.opensaml.xmlsec.impl.AbstractSecurityParametersResolver
Resolve and return the effective algorithm whitelist/blacklist precedence based on supplied configuration.
resolveWhitelistBlacklistPredicate(CriteriaSet, List<? extends WhitelistBlacklistConfiguration>) - Method in class org.opensaml.xmlsec.impl.AbstractSecurityParametersResolver
Get a predicate which operates according to the effective configured whitelist and blacklist policy.
RESOURCE_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.AttributeQuery
AuthenticationMethod attribute name.
RESOURCE_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.AuthorizationDecisionQuery
AuthenticationMethod attribute name
RESOURCE_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.AuthorizationDecisionStatement
Name for Resource attribute
RESOURCE_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthzDecisionQuery
Resource attribute name.
RESOURCE_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthzDecisionStatement
Resource attribute name.
RESOURCE_ATTRIBUTE_DESIGNATOR_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeDesignatorType
Local name of the element ResourceAttributeDesignator.
RESOURCE_ATTRIBUTE_DESIGNATOR_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeDesignatorType
QName of the element ResourceAttributeDesignator.
RESOURCE_ID_ATTTRIB_NAME - Static variable in interface org.opensaml.xacml.ctx.ResultType
ResourceId attribute name.
RESOURCE_NOT_RECOGNIZED - Static variable in interface org.opensaml.saml.saml1.core.StatusCode
ResourceNotRecognized status value.
RESOURCE_NOT_RECOGNIZED - Static variable in interface org.opensaml.saml.saml2.core.StatusCode
URI for ResourceNotRecognized status code.
ResourceBackedMetadataResolver - Class in org.opensaml.saml.metadata.resolver.impl
A metadata provider that reads metadata from a {#link Resource.
ResourceBackedMetadataResolver(Timer, Resource) - Constructor for class org.opensaml.saml.metadata.resolver.impl.ResourceBackedMetadataResolver
Constructor.
ResourceBackedMetadataResolver(Resource) - Constructor for class org.opensaml.saml.metadata.resolver.impl.ResourceBackedMetadataResolver
Constructor.
ResourceContentType - Interface in org.opensaml.xacml.ctx
XACML context ResourceContent schema type.
ResourceContentTypeImpl - Class in org.opensaml.xacml.ctx.impl
Concrete implementation of ResourceContentType.
ResourceContentTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.ctx.impl.ResourceContentTypeImpl
Constructor.
ResourceContentTypeImplBuilder - Class in org.opensaml.xacml.ctx.impl
Builder for ResourceContentType objects.
ResourceContentTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.ResourceContentTypeImplBuilder
Constructor.
ResourceContentTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
Marshaller for ResourceContentType objects.
ResourceContentTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.ResourceContentTypeMarshaller
Constructor.
ResourceContentTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
Unmarshaller for ResourceContentType objects.
ResourceContentTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.ResourceContentTypeUnmarshaller
Constructor.
ResourceMatchType - Interface in org.opensaml.xacml.policy
XACML ResourceMatch schema type.
ResourceMatchTypeImpl - Class in org.opensaml.xacml.policy.impl
Concrete implementation of ResourceMatchType.
ResourceMatchTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.ResourceMatchTypeImpl
Constructor.
ResourceMatchTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder of ResourceMatchType objects.
ResourceMatchTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.ResourceMatchTypeImplBuilder
 
ResourceMatchTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller of ResourceMatchType objects.
ResourceMatchTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ResourceMatchTypeMarshaller
 
ResourceMatchTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller of ResourceMatchType objects.
ResourceMatchTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ResourceMatchTypeUnmarshaller
 
ResourcesType - Interface in org.opensaml.xacml.policy
XACML Resources schema type.
ResourcesTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation of ResourcesType.
ResourcesTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.ResourcesTypeImpl
Constructor.
ResourcesTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for ResourcesType.
ResourcesTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.ResourcesTypeImplBuilder
 
ResourcesTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for ResourcesType.
ResourcesTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ResourcesTypeMarshaller
 
ResourcesTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for ResourcesType.
ResourcesTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ResourcesTypeUnmarshaller
 
ResourceType - Interface in org.opensaml.xacml.ctx
XACML context ResourceContent schema type.
ResourceType - Interface in org.opensaml.xacml.policy
XACML Resource schema type.
ResourceTypeImpl - Class in org.opensaml.xacml.ctx.impl
Concrete implementation of ResourceType.
ResourceTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.ctx.impl.ResourceTypeImpl
Constructor.
ResourceTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation of ResourceType.
ResourceTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.ResourceTypeImpl
Constructor.
ResourceTypeImplBuilder - Class in org.opensaml.xacml.ctx.impl
Builder for ResourceType objects.
ResourceTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.ResourceTypeImplBuilder
Constructor.
ResourceTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for ResourceType.
ResourceTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.ResourceTypeImplBuilder
 
ResourceTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
Marshaller for RequestType objects.
ResourceTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.ResourceTypeMarshaller
Constructor.
ResourceTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for ResourceType.
ResourceTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ResourceTypeMarshaller
 
ResourceTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
Unmarshaller for ResourceType objects.
ResourceTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.ResourceTypeUnmarshaller
Constructor.
ResourceTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for ResourceType.
ResourceTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ResourceTypeUnmarshaller
 
RESPONDER - Static variable in interface org.opensaml.saml.saml1.core.StatusCode
Responder status value.
RESPONDER - Static variable in interface org.opensaml.saml.saml2.core.StatusCode
URI for Responder status code.
RespondTo - Interface in org.opensaml.saml.ext.samlpthrpty
SAML 2.0 Protocol Third-party extension RespondTo.
RespondToBuilder - Class in org.opensaml.saml.ext.samlpthrpty.impl
Builder of RespondToImpl objects.
RespondToBuilder() - Constructor for class org.opensaml.saml.ext.samlpthrpty.impl.RespondToBuilder
 
RespondToImpl - Class in org.opensaml.saml.ext.samlpthrpty.impl
Concerte implementation of RespondTo.
RespondToImpl(String, String, String) - Constructor for class org.opensaml.saml.ext.samlpthrpty.impl.RespondToImpl
Constructor.
RespondToMarshaller - Class in org.opensaml.saml.ext.samlpthrpty.impl
Marshaller of RespondTo objects.
RespondToMarshaller() - Constructor for class org.opensaml.saml.ext.samlpthrpty.impl.RespondToMarshaller
 
RespondToUnmarshaller - Class in org.opensaml.saml.ext.samlpthrpty.impl
Unmarshaller for RespondTo objects.
RespondToUnmarshaller() - Constructor for class org.opensaml.saml.ext.samlpthrpty.impl.RespondToUnmarshaller
 
RespondWith - Interface in org.opensaml.saml.saml1.core
This interface defines how the (deprecated) RespondWith element would behave.
RespondWithBuilder - Class in org.opensaml.saml.saml1.core.impl
Builder of RespondWithImpl objects.
RespondWithBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.RespondWithBuilder
 
RespondWithImpl - Class in org.opensaml.saml.saml1.core.impl
Implementation of RespondWith.
RespondWithImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.RespondWithImpl
Constructor.
Response - Interface in org.opensaml.saml.saml1.core
This interface defines how the object representing a SAML1 Response element behaves.
Response - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core Response.
Response - Interface in org.opensaml.saml.saml2.ecp
SAML 2.0 ECP Response SOAP header.
RESPONSE_LOCATION_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.Endpoint
"ResponseLocation" attribute name.
ResponseAbstractType - Interface in org.opensaml.saml.saml1.core
This interface defines the base class for type derived from the SAML1 ResponseAbstractType .
ResponseAbstractTypeImpl - Class in org.opensaml.saml.saml1.core.impl
Abstract implementation of ResponseAbstractType Object.
ResponseAbstractTypeImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.ResponseAbstractTypeImpl
Constructor.
ResponseAbstractTypeMarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread safe Marshaller for ResponseAbstractType objects.
ResponseAbstractTypeMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.ResponseAbstractTypeMarshaller
 
ResponseAbstractTypeUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread-safe Unmarshaller for ResponseAbstractType objects.
ResponseAbstractTypeUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.ResponseAbstractTypeUnmarshaller
 
ResponseBuilder - Class in org.opensaml.saml.saml1.core.impl
Builder of ResponseImpl objects.
ResponseBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.ResponseBuilder
 
ResponseBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder of ResponseImpl.
ResponseBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.ResponseBuilder
Constructor.
ResponseBuilder - Class in org.opensaml.saml.saml2.ecp.impl
A Builder for Response objects.
ResponseBuilder() - Constructor for class org.opensaml.saml.saml2.ecp.impl.ResponseBuilder
Constructor.
ResponseImpl - Class in org.opensaml.saml.saml1.core.impl
Implementation of the Response Object.
ResponseImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.ResponseImpl
Constructor.
ResponseImpl - Class in org.opensaml.saml.saml2.core.impl
Concrete implementation of Response.
ResponseImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.ResponseImpl
Constructor.
ResponseImpl - Class in org.opensaml.saml.saml2.ecp.impl
A concrete implementation of Response.
ResponseImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.ecp.impl.ResponseImpl
Constructor.
ResponseMarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread safe Marshaller for Response objects.
ResponseMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.ResponseMarshaller
 
ResponseMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread safe Marshaller for Response objects.
ResponseMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.ResponseMarshaller
 
ResponseMarshaller - Class in org.opensaml.saml.saml2.ecp.impl
Marshaller for instances of Response.
ResponseMarshaller() - Constructor for class org.opensaml.saml.saml2.ecp.impl.ResponseMarshaller
 
ResponseType - Interface in org.opensaml.xacml.ctx
XACML context Response schema type.
ResponseTypeImpl - Class in org.opensaml.xacml.ctx.impl
Concrete implementation of ResponseType.
ResponseTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.ctx.impl.ResponseTypeImpl
Constructor.
ResponseTypeImplBuilder - Class in org.opensaml.xacml.ctx.impl
Builder for ResponseType objects.
ResponseTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.ResponseTypeImplBuilder
Constructor.
ResponseTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
Marshaller for ResponseType objects.
ResponseTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.ResponseTypeMarshaller
Constructor.
ResponseTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
Unmarshaller for ResponseType objects.
ResponseTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.ResponseTypeUnmarshaller
Constructor.
ResponseUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread-safe Unmarshaller for Response objects.
ResponseUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.ResponseUnmarshaller
 
ResponseUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for Response objects.
ResponseUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.ResponseUnmarshaller
 
ResponseUnmarshaller - Class in org.opensaml.saml.saml2.ecp.impl
Unmarshaller for instances of Response.
ResponseUnmarshaller() - Constructor for class org.opensaml.saml.saml2.ecp.impl.ResponseUnmarshaller
 
ResultType - Interface in org.opensaml.xacml.ctx
XACML context Result schema type.
ResultTypeImpl - Class in org.opensaml.xacml.ctx.impl
Concrete implementation of ResultType.
ResultTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.ctx.impl.ResultTypeImpl
Constructor.
ResultTypeImplBuilder - Class in org.opensaml.xacml.ctx.impl
Builder for ResultType objects.
ResultTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.ResultTypeImplBuilder
Constructor.
ResultTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
Marshaller for ResultType objects.
ResultTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.ResultTypeMarshaller
Constructor.
ResultTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
Unmarshaller for ResultType objects.
ResultTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.ResultTypeUnmarshaller
Constructor.
RetrievalMethod - Interface in org.opensaml.xmlsec.signature
XMLObject representing XML Digital Signature, version 20020212, RetrievalMethod element.
RetrievalMethodBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of RetrievalMethod.
RetrievalMethodBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.RetrievalMethodBuilder
Constructor.
RetrievalMethodImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of RetrievalMethod.
RetrievalMethodImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.RetrievalMethodImpl
Constructor.
RetrievalMethodMarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Marshaller for RetrievalMethod objects.
RetrievalMethodMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.RetrievalMethodMarshaller
 
RetrievalMethodUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Unmarshaller for RetrievalMethod objects.
RetrievalMethodUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.RetrievalMethodUnmarshaller
 
RetryAfter - Interface in org.opensaml.soap.wsaddressing
Interface for element <wsa:RetryAfter>.
RetryAfterBuilder - Class in org.opensaml.soap.wsaddressing.impl
RetryAfterBuilder.
RetryAfterBuilder() - Constructor for class org.opensaml.soap.wsaddressing.impl.RetryAfterBuilder
 
RetryAfterImpl - Class in org.opensaml.soap.wsaddressing.impl
Implementation of RetryAfter.
RetryAfterImpl(String, String, String) - Constructor for class org.opensaml.soap.wsaddressing.impl.RetryAfterImpl
Constructor.
RetryAfterMarshaller - Class in org.opensaml.soap.wsaddressing.impl
Marshaller for instances of <wsa:RetryAfter>.
RetryAfterMarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.RetryAfterMarshaller
 
RetryAfterUnmarshaller - Class in org.opensaml.soap.wsaddressing.impl
Unmarshaller for instances of <wsa:RetryAfter>.
RetryAfterUnmarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.RetryAfterUnmarshaller
 
RETURNCONTEXT_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
ReturnContext attribute name.
RFC822_ALT_NAME - Static variable in class org.opensaml.security.x509.X509Support
RFC 2459 RFC 822 (email address) Subject Alt Name type.
RFC822_NAME_DATATYPE_URI - Static variable in class org.opensaml.xacml.XACMLConstants
RFC822 Name datatype URI.
RoleBearing - Interface in org.opensaml.soap.soap12
Interface for element having a @soap12:role attribute.
RoleDescriptor - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata RoleDescriptor.
RoleDescriptorCriterion - Class in org.opensaml.saml.criterion
Criterion representing an entity role.
RoleDescriptorCriterion(RoleDescriptor) - Constructor for class org.opensaml.saml.criterion.RoleDescriptorCriterion
Constructor.
RoleDescriptorImpl - Class in org.opensaml.saml.saml2.metadata.impl
Concrete implementation of RoleDescriptor.
RoleDescriptorImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorImpl
Constructor.
RoleDescriptorMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Marshaller for RoleDescriptor objects.
RoleDescriptorMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorMarshaller
 
RoleDescriptorResolver - Interface in org.opensaml.saml.metadata.resolver
A resolver that is capable of resolving RoleDescriptor instances which meet certain supplied criteria.
RoleDescriptorUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Unmarshaller for RoleDescriptor objects.
RoleDescriptorUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorUnmarshaller
 
RootContextLookup<StartContext extends BaseContext,RootContext extends BaseContext> - Class in org.opensaml.messaging.context.navigate
A ContextDataLookupFunction that gets the root of context tree.
RootContextLookup() - Constructor for class org.opensaml.messaging.context.navigate.RootContextLookup
 
RSAKeyValue - Interface in org.opensaml.xmlsec.signature
XMLObject representing XML Digital Signature, version 20020212, RSAKeyValue element.
RSAKeyValueBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of RSAKeyValue.
RSAKeyValueBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.RSAKeyValueBuilder
Constructor.
RSAKeyValueImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of RSAKeyValue.
RSAKeyValueImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.RSAKeyValueImpl
Constructor.
RSAKeyValueMarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Marshaller for RSAKeyValue objects.
RSAKeyValueMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.RSAKeyValueMarshaller
 
RSAKeyValueProvider - Class in org.opensaml.xmlsec.keyinfo.impl.provider
Implementation of KeyInfoProvider which supports RSAKeyValue.
RSAKeyValueProvider() - Constructor for class org.opensaml.xmlsec.keyinfo.impl.provider.RSAKeyValueProvider
 
RSAKeyValueUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Unmarshaller for RSAKeyValue objects.
RSAKeyValueUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.RSAKeyValueUnmarshaller
 
RSAOAEPParameters - Class in org.opensaml.xmlsec.encryption.support
Class for representing parameter inputs to the RSA-OAEP key transport algorithm.
RSAOAEPParameters() - Constructor for class org.opensaml.xmlsec.encryption.support.RSAOAEPParameters
Constructor.
RSAOAEPParameters(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.support.RSAOAEPParameters
Constructor.
RULE_COMBINING_ALG_ID_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.PolicyType
RuleCombiningAlgId attribute name.
RULE_ID_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.RuleType
RuleId attribute name.
RULE_ID_REF_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.RuleCombinerParametersType
RuleIdRef attribute name.
RuleCombinerParametersType - Interface in org.opensaml.xacml.policy
XACML RuleCombinerParameters schema type.
RuleCombinerParametersTypeImpl - Class in org.opensaml.xacml.policy.impl
RuleCombinerParametersTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.RuleCombinerParametersTypeImpl
Constructor.
RuleCombinerParametersTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
RuleCombinerParametersTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.RuleCombinerParametersTypeImplBuilder
 
RuleCombinerParametersTypeMarshaller - Class in org.opensaml.xacml.policy.impl
RuleCombinerParametersTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.RuleCombinerParametersTypeMarshaller
 
RuleCombinerParametersTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for RuleCombinerParametersType.
RuleCombinerParametersTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.RuleCombinerParametersTypeUnmarshaller
 
ruleHandles(MessageContext) - Method in class org.opensaml.saml.common.binding.security.impl.BaseSAMLSimpleSignatureSecurityHandler
Determine whether the rule should handle the request, based on the unwrapped HTTP servlet request and/or message context.
ruleHandles(MessageContext) - Method in class org.opensaml.saml.saml2.binding.security.impl.SAML2HTTPPostSimpleSignSecurityHandler
Determine whether the rule should handle the request, based on the unwrapped HTTP servlet request and/or message context.
ruleHandles(MessageContext) - Method in class org.opensaml.saml.saml2.binding.security.impl.SAML2HTTPRedirectDeflateSignatureSecurityHandler
Determine whether the rule should handle the request, based on the unwrapped HTTP servlet request and/or message context.
RuleType - Interface in org.opensaml.xacml.policy
XACML Rule schema type.
RuleTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation for RuleType.
RuleTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.RuleTypeImpl
Constructor.
RuleTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for RuleType.
RuleTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.RuleTypeImplBuilder
 
RuleTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for RuleType.
RuleTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.RuleTypeMarshaller
 
RuleTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for RuleType.
RuleTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.RuleTypeUnmarshaller
 
run() - Method in class org.opensaml.saml.common.binding.artifact.impl.BasicSAMLArtifactMap.Cleanup
run() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.BackingStoreCleanupSweeper
RUNTIME_EXCEPTION - Static variable in class org.opensaml.profile.action.EventIds
ID of the event returned if a runtime exception is caught.
RWEDC_NEGATION_NS_URI - Static variable in interface org.opensaml.saml.saml2.core.Action
Read/Write/Execute/Delete/Control negation action namespace.
RWEDC_NS_URI - Static variable in interface org.opensaml.saml.saml2.core.Action
Read/Write/Execute/Delete/Control action namespace.

S

Salt - Interface in org.opensaml.soap.wssecurity
The <wsse11:Salt> element within the <wsse:UsernameToken> element.
SaltBuilder - Class in org.opensaml.soap.wssecurity.impl
SaltBuilder.
SaltBuilder() - Constructor for class org.opensaml.soap.wssecurity.impl.SaltBuilder
 
SaltImpl - Class in org.opensaml.soap.wssecurity.impl
SaltImpl.
SaltImpl(String, String, String) - Constructor for class org.opensaml.soap.wssecurity.impl.SaltImpl
Constructor.
SaltMarshaller - Class in org.opensaml.soap.wssecurity.impl
SaltMarshaller.
SaltMarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.SaltMarshaller
 
SaltUnmarshaller - Class in org.opensaml.soap.wssecurity.impl
SaltUnmarshaller.
SaltUnmarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.SaltUnmarshaller
 
SAML10_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 1.0 Assertion schema system Id.
SAML10P_NS - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 1.X protocol XML namespace.
SAML10P_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 1.0 Protocol schema system Id.
SAML11_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 1.1 Assertion schema system Id.
SAML11P_NS - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 1.1 protocol XML namespace, used only in SAML 2 metadata protocolSupportEnumeration.
SAML11P_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 1.1 Protocol schema system Id.
SAML1_ARTIFACT_BINDING_URI - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
URI for SAML 1 Artifact binding.
SAML1_NS - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 1.X XML namespace.
SAML1_POST_BINDING_URI - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
URI for SAML 1 POST binding.
SAML1_PREFIX - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 1.X Assertion QName prefix.
SAML1_SOAP11_BINDING_URI - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
URI for SAML 1 SOAP 1.1 binding.
SAML1ActionSupport - Class in org.opensaml.saml.saml1.profile
Helper methods for SAML 1 profile actions.
SAML1ArtifactBuilder<ArtifactType extends AbstractSAML1Artifact> - Interface in org.opensaml.saml.saml1.binding.artifact
Builder of typed SAML 1 artifacts.
SAML1ArtifactBuilderFactory - Class in org.opensaml.saml.saml1.binding.artifact
Factory used to construct SAML 1 artifact builders.
SAML1ArtifactBuilderFactory() - Constructor for class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactBuilderFactory
Constructor.
SAML1ArtifactRequestIssuerHandler - Class in org.opensaml.saml.saml1.binding.impl
SAML MessageHandler that addresses the SAML 1.x limitation that omitted an Issuer value from protocol messages, for the specific case of artifact resolution requests.
SAML1ArtifactRequestIssuerHandler() - Constructor for class org.opensaml.saml.saml1.binding.impl.SAML1ArtifactRequestIssuerHandler
 
SAML1ArtifactType0001 - Class in org.opensaml.saml.saml1.binding.artifact
SAML 1.X Type 0x0001 Artifact.
SAML1ArtifactType0001() - Constructor for class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0001
Constructor.
SAML1ArtifactType0001(byte[], byte[]) - Constructor for class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0001
Constructor.
SAML1ArtifactType0001Builder - Class in org.opensaml.saml.saml1.binding.artifact
Builder of SAML 1, type 0x001, artifacts.
SAML1ArtifactType0001Builder() - Constructor for class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0001Builder
 
SAML1ArtifactType0002 - Class in org.opensaml.saml.saml1.binding.artifact
SAML 1 Type 0x0002 Artifact.
SAML1ArtifactType0002() - Constructor for class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0002
Constructor.
SAML1ArtifactType0002(byte[], String) - Constructor for class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0002
Constructor.
SAML1ArtifactType0002Builder - Class in org.opensaml.saml.saml1.binding.artifact
SAML 1, type 0x0002, artifact builder.
SAML1ArtifactType0002Builder() - Constructor for class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0002Builder
 
SAML1MD_NS - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 1 Metadata extension XML namespace.
SAML1MD_PREFIX - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 1 Metadata extension namespace prefix.
SAML1MD_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 1 Metadata extension schema system Id.
SAML1NameIdentifierGenerator - Interface in org.opensaml.saml.saml1.profile
Specialization of NameIdentifierGenerator for SAML 1.x.
SAML1ObjectSupport - Class in org.opensaml.saml.saml1.profile
A helper class for working with SAMLObjects.
SAML1P_PREFIX - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 1.X Protocol QName prefix.
SAML20_NS - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Assertion XML Namespace.
SAML20_PREFIX - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Assertion QName prefix.
SAML20_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Assertion schema Id.
SAML20AC_NS - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Authentication Context XML Namespace.
SAML20AC_PREFIX - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Authentication Context QName prefix.
SAML20AC_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Authentication Context schema Id.
SAML20ALG_NS - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Metadata Profile for Algorithm Support Namespace.
SAML20ALG_PREFIX - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Metadata Profile for Algorithm Support QName prefix.
SAML20ALG_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Metadata Profile for Algorithm Support schema Id.
SAML20CB_NS - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Channel Binding Extensions XML Namespace.
SAML20CB_PREFIX - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Channel Binding Extensions QName prefix.
SAML20CB_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Channel Binding Extensions schema Id.
SAML20DCE_NS - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 DCE PAC Attribute Profile XML Namespace.
SAML20DCE_PREFIX - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 DCE PAC Attribute Profile QName prefix.
SAML20DCE_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 DCE PAC Attribute Profile schema Id.
SAML20DEL_NS - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Condition for Delegation Restriction XML Namespace.
SAML20DEL_PREFIX - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Condition for Delegation Restriction QName prefix.
SAML20DEL_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Condition for Delegation Restriction schema Id.
SAML20ECP_NS - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Enhanced Client/Proxy SSO Profile XML Namespace.
SAML20ECP_PREFIX - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Enhanced Client/Proxy SSO Profile QName prefix.
SAML20ECP_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Enhanced Client/Proxy SSO Profile schema Id.
SAML20MD_NS - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Metadata XML Namespace.
SAML20MD_PREFIX - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Metadata QName prefix.
SAML20MD_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Metadata schema Id.
SAML20MDATTR_NS - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Metadata Extension for Entity Attributes XML Namespace.
SAML20MDATTR_PREFIX - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Metadata Extension for Entity Attributes QName prefix.
SAML20MDATTR_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Metadata Extension for Entity Attributes schema Id.
SAML20MDQUERY_NS - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Standalone Query Metadata extension XML namespace.
SAML20MDQUERY_PREFIX - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Standalone Query Metadata extension prefix.
SAML20MDQUERY_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Standalone Query Metadata extension schema system Id.
SAML20MDRI_NS - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Metadata Extension for SSO Service Provider Request Initiation Namespace.
SAML20MDRI_PREFIX - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Metadata Extension for SSO Service Provider Request Initiation QName prefix.
SAML20MDRPI_NS - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Metadata Extension for Registration and Publication Information XML Namespace.
SAML20MDRPI_PREFIX - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Metadata Extension for Registration and Publication Information QName prefix.
SAML20MDRPI_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Metadata Extension for Registration and Publication Information schema Id.
SAML20MDUI_NS - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Metadata Extension for Discovery and Login UI XML Namespace.
SAML20MDUI_PREFIX - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Metadata Extension for Discovery and Login UI QName prefix.
SAML20MDUI_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Metadata Extension for Discovery and Login UI schema Id.
SAML20P_NS - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Protocol XML Namespace.
SAML20P_PREFIX - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Protocol QName prefix.
SAML20P_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Protocol schema Id.
SAML20PASLO_NS - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Protocol Async Logout extension XML Namespace.
SAML20PASLO_PREFIX - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Protocol Async Logout extension QName prefix.
SAML20PASLO_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Protocol Async Logout extension schema Id.
SAML20PTHRPTY_NS - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Protocol Third-party extension XML Namespace.
SAML20PTHRPTY_PREFIX - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Protocol Third-party extension QName prefix.
SAML20PTHRPTY_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Protocol Third-party extension schema Id.
SAML20X500_NS - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 X.500 Attribute Profile XML Namespace.
SAML20X500_PREFIX - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 X.500 Attribute Profile QName prefix.
SAML20X500_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 X.500 Attribute Profile schema Id.
SAML20XACML10_NS - Static variable in class org.opensaml.xacml.profile.saml.SAMLProfileConstants
The namespaces for use of XACML 1.0 SAML 2.0 assertion.
SAML20XACML10P_NS - Static variable in class org.opensaml.xacml.profile.saml.SAMLProfileConstants
The namespaces for use of XACML 1.0 SAML 2.0 protocol.
SAML20XACML1_1_NS - Static variable in class org.opensaml.xacml.profile.saml.SAMLProfileConstants
The namespace for use of XACML 1.1 SAML 2.0 assertion.
SAML20XACML1_1P_NS - Static variable in class org.opensaml.xacml.profile.saml.SAMLProfileConstants
The namespace for use of XACML 1.1 SAML 2.0 protocol.
SAML20XACML20_NS - Static variable in class org.opensaml.xacml.profile.saml.SAMLProfileConstants
The namespaces for use of XACML 2.0 SAML 2.0 assertion.
SAML20XACML20P_NS - Static variable in class org.opensaml.xacml.profile.saml.SAMLProfileConstants
The namespaces for use of XACML 2.0 SAML 2.0 protocol.
SAML20XACML30_NS - Static variable in class org.opensaml.xacml.profile.saml.SAMLProfileConstants
The namespaces for use of XACML 3.0 SAML 2.0 assertion.
SAML20XACML30P_NS - Static variable in class org.opensaml.xacml.profile.saml.SAMLProfileConstants
The namespaces for use of XACML 3.0 SAML 2.0 protocol.
SAML20XACML_NS - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 XACML Attribute Profile XML Namespace.
SAML20XACML_PREFIX - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 XACML Attribute Profile QName prefix.
SAML20XACML_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 XACML Attribute Profile schema Id.
SAML20XACMLASSERTION_PREFIX - Static variable in class org.opensaml.xacml.profile.saml.SAMLProfileConstants
The prefix for the use of saml-xacml assertion.
SAML20XACMLPROTOCOL_PREFIX - Static variable in class org.opensaml.xacml.profile.saml.SAMLProfileConstants
The prefix for the use of saml20-xacml protocol.
SAML2_ARTIFACT_BINDING_URI - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
URI for SAML 2 Artifact binding.
SAML2_PAOS_BINDING_URI - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
URI for SAML 2 PAOS binding.
SAML2_POST_BINDING_URI - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
URI for SAML 2 POST binding.
SAML2_POST_SIMPLE_SIGN_BINDING_URI - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
URI for SAML 2 POST-SimpleSign binding.
SAML2_REDIRECT_BINDING_URI - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
URI for SAML 2 HTTP redirect binding.
SAML2_SOAP11_BINDING_URI - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
URI for SAML 2 SOAP binding.
SAML2ActionSupport - Class in org.opensaml.saml.saml2.profile
Helper methods for SAML 2 IdP actions.
SAML2ArtifactBuilder<ArtifactType extends AbstractSAML2Artifact> - Interface in org.opensaml.saml.saml2.binding.artifact
Builder of typed SAML 2 artifacts.
SAML2ArtifactBuilderFactory - Class in org.opensaml.saml.saml2.binding.artifact
Factory used to construct SAML 2 artifact builders.
SAML2ArtifactBuilderFactory() - Constructor for class org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactBuilderFactory
Constructor.
SAML2ArtifactType0004 - Class in org.opensaml.saml.saml2.binding.artifact
SAML 2 Type 0x004 Artifact.
SAML2ArtifactType0004() - Constructor for class org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactType0004
Constructor.
SAML2ArtifactType0004(byte[], byte[], byte[]) - Constructor for class org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactType0004
Constructor.
SAML2ArtifactType0004Builder - Class in org.opensaml.saml.saml2.binding.artifact
SAML 2, type 0x0004, artifact builder.
SAML2ArtifactType0004Builder() - Constructor for class org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactType0004Builder
 
SAML2AuthnRequestsSignedSecurityHandler - Class in org.opensaml.saml.saml2.binding.security.impl
Message handler implementation that enforces the AuthnRequestsSigned flag of SAML 2 metadata element @{link SPSSODescriptor.
SAML2AuthnRequestsSignedSecurityHandler() - Constructor for class org.opensaml.saml.saml2.binding.security.impl.SAML2AuthnRequestsSignedSecurityHandler
 
SAML2HTTPPostSimpleSignSecurityHandler - Class in org.opensaml.saml.saml2.binding.security.impl
Message handler which evaluates simple "blob" signatures according to the SAML 2 HTTP-POST-SimpleSign binding.
SAML2HTTPPostSimpleSignSecurityHandler() - Constructor for class org.opensaml.saml.saml2.binding.security.impl.SAML2HTTPPostSimpleSignSecurityHandler
 
SAML2HTTPRedirectDeflateSignatureSecurityHandler - Class in org.opensaml.saml.saml2.binding.security.impl
Message handler which evaluates simple "blob" signatures according to the SAML 2 HTTP-Redirect DEFLATE binding.
SAML2HTTPRedirectDeflateSignatureSecurityHandler() - Constructor for class org.opensaml.saml.saml2.binding.security.impl.SAML2HTTPRedirectDeflateSignatureSecurityHandler
 
SAML2MetadataSupport - Class in org.opensaml.saml.metadata.support
Utility helper class for SAML 2 metadata objects.
SAML2NameIDGenerator - Interface in org.opensaml.saml.saml2.profile
Specialization of NameIdentifierGenerator for SAML 2.0.
SAML2ObjectSupport - Class in org.opensaml.saml.saml2.profile
A helper class for working with SAMLObjects.
SAML2Support - Class in org.opensaml.saml.saml2.common
Utility class for common SAML 2 operations.
SAML_DATATYPE_ATTRIB - Static variable in class org.opensaml.xacml.profile.saml.SAMLProfileConstants
QName of the DataType attribute that must be on SAML attributes that meet the XACML attribute profile spec.
SAML_IDP_DISCO_NS - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML Identity Provider Discovery Protocol and Profile XML Namespace.
SAML_IDP_DISCO_PREFIX - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML Identity Provider Discovery Protocol and Profile QName prefix.
SAML_IDP_DISCO_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML Identity Provider Discovery Protocol and Profile XML Schema Id.
SAMLAddAttributeConsumingServiceHandler - Class in org.opensaml.saml.common.binding.impl
SAML MessageHandler that attaches an AttributeConsumingServiceContext to the SAMLMetadataContext based on the content of an AuthnRequest in the message context.
SAMLAddAttributeConsumingServiceHandler() - Constructor for class org.opensaml.saml.common.binding.impl.SAMLAddAttributeConsumingServiceHandler
Constructor.
SAMLArtifactContext - Class in org.opensaml.saml.common.messaging.context
Context that carries information about SAML artifact usage.
SAMLArtifactContext() - Constructor for class org.opensaml.saml.common.messaging.context.SAMLArtifactContext
 
SAMLArtifactMap - Interface in org.opensaml.saml.common.binding.artifact
Maps an artifact to a SAML message and back again.
SAMLArtifactMap.SAMLArtifactMapEntry - Interface in org.opensaml.saml.common.binding.artifact
Represents a mapping between an artifact and a SAML message with some associated information.
SAMLArtifactMap.SAMLArtifactMapEntryFactory - Interface in org.opensaml.saml.common.binding.artifact
A factory for producing SAMLArtifactMapEntry instances based on standard inputs, and reading/writing them from/to storage.
SAMLBindingContext - Class in org.opensaml.saml.common.messaging.context
Context for holding information related to the SAML binding in use.
SAMLBindingContext() - Constructor for class org.opensaml.saml.common.messaging.context.SAMLBindingContext
 
SAMLBindingContextBindingFunction - Class in org.opensaml.saml.common.messaging.context.navigate
ContextDataLookupFunction that returns the SAML binding from a SAMLBindingContext.
SAMLBindingContextBindingFunction() - Constructor for class org.opensaml.saml.common.messaging.context.navigate.SAMLBindingContextBindingFunction
 
SAMLBindingSupport - Class in org.opensaml.saml.common.binding
A support class for SAML binding operations.
SAMLConfiguration - Class in org.opensaml.saml.config
SAML-related configuration information.
SAMLConfiguration() - Constructor for class org.opensaml.saml.config.SAMLConfiguration
Constructor.
SAMLConfigurationInitializer - Class in org.opensaml.saml.config
An initializer which initializes the SAMLConfiguration instance held by the ConfigurationService.
SAMLConfigurationInitializer() - Constructor for class org.opensaml.saml.config.SAMLConfigurationInitializer
 
SAMLConfigurationSupport - Class in org.opensaml.saml.config
Helper class for working with the registered instance of SAMLConfiguration, as obtained from the ConfigurationService.
SAMLConsentContext - Class in org.opensaml.saml.common.messaging.context
Subcontext that carries information about a SAML Consent value.
SAMLConsentContext() - Constructor for class org.opensaml.saml.common.messaging.context.SAMLConsentContext
 
SAMLConstants - Class in org.opensaml.saml.common.xml
XML related constants used in the SAML specifications.
SAMLEC_GSS_NS - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Enhanced Client GSS-API XML Namespace.
SAMLEC_GSS_PREFIX - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Enhanced Client GSS-API QName prefix.
SAMLEC_GSS_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SAML 2.0 Enhanced Client GSS-API schema Id.
SAMLEndpointContext - Class in org.opensaml.saml.common.messaging.context
Context that carries information about a SAML entity endpoint.
SAMLEndpointContext() - Constructor for class org.opensaml.saml.common.messaging.context.SAMLEndpointContext
 
SAMLEventIds - Class in org.opensaml.saml.common.profile
SAML-specific constants to use for ProfileAction EventContexts.
SAMLException - Exception in org.opensaml.saml.common
Base exception for SAML related exception.
SAMLException() - Constructor for exception org.opensaml.saml.common.SAMLException
Constructor.
SAMLException(String) - Constructor for exception org.opensaml.saml.common.SAMLException
Constructor.
SAMLException(Exception) - Constructor for exception org.opensaml.saml.common.SAMLException
Constructor.
SAMLException(String, Exception) - Constructor for exception org.opensaml.saml.common.SAMLException
Constructor.
SAMLMDClientCertAuthSecurityHandler - Class in org.opensaml.saml.common.binding.security.impl
SAML specialization of BaseClientCertAuthSecurityHandler which provides support for X509Credential trust engine validation based on SAML metadata.
SAMLMDClientCertAuthSecurityHandler() - Constructor for class org.opensaml.saml.common.binding.security.impl.SAMLMDClientCertAuthSecurityHandler
 
SAMLMDCredentialContext - Class in org.opensaml.saml.security.impl
A credential context for credentials resolved from a KeyInfo that was found in SAML 2 metadata.
SAMLMDCredentialContext(KeyDescriptor) - Constructor for class org.opensaml.saml.security.impl.SAMLMDCredentialContext
Constructor.
SAMLMessageContextAuthenticationFunction - Class in org.opensaml.saml.common.messaging.context.navigate
Function that returns the authenticated state of a SAMLPeerEntityContext.
SAMLMessageContextAuthenticationFunction() - Constructor for class org.opensaml.saml.common.messaging.context.navigate.SAMLMessageContextAuthenticationFunction
 
SAMLMessageContextIssuerFunction - Class in org.opensaml.saml.common.messaging.context.navigate
Function that returns the entityID from a SAMLPeerEntityContext or SAMLSelfEntityContext.
SAMLMessageContextIssuerFunction() - Constructor for class org.opensaml.saml.common.messaging.context.navigate.SAMLMessageContextIssuerFunction
 
SAMLMessageDecoder - Interface in org.opensaml.saml.common.binding.decoding
SAML extension to the generic message decoders.
SAMLMessageEncoder - Interface in org.opensaml.saml.common.binding.encoding
SAML extension to the generic message encoder.
SAMLMessageInfoContext - Class in org.opensaml.saml.common.messaging.context
A context intended to be used as a subcontext of a MessageContext that carries some basic information about the SAML message.
SAMLMessageInfoContext() - Constructor for class org.opensaml.saml.common.messaging.context.SAMLMessageInfoContext
 
SAMLMessageInfoContextIDFunction - Class in org.opensaml.saml.common.messaging.context.navigate
SAMLMessageInfoContextIDFunction() - Constructor for class org.opensaml.saml.common.messaging.context.navigate.SAMLMessageInfoContextIDFunction
 
SAMLMessageInfoContextIssueInstantFunction - Class in org.opensaml.saml.common.messaging.context.navigate
SAMLMessageInfoContextIssueInstantFunction() - Constructor for class org.opensaml.saml.common.messaging.context.navigate.SAMLMessageInfoContextIssueInstantFunction
 
SAMLMessageSecuritySupport - Class in org.opensaml.saml.common.messaging
A support class for SAML security-related message handler operations.
SAMLMetadataContext - Class in org.opensaml.saml.common.messaging.context
Subcontext that carries information SAML metadata about an associated entity.
SAMLMetadataContext() - Constructor for class org.opensaml.saml.common.messaging.context.SAMLMetadataContext
 
SAMLMetadataEncryptionParametersResolver - Class in org.opensaml.saml.security.impl
A specialization of BasicEncryptionParametersResolver which resolves credentials and algorithm preferences against SAML metadata via a MetadataCredentialResolver.
SAMLMetadataEncryptionParametersResolver(MetadataCredentialResolver) - Constructor for class org.opensaml.saml.security.impl.SAMLMetadataEncryptionParametersResolver
Constructor.
SAMLMetadataLookupHandler - Class in org.opensaml.saml.common.binding.impl
Handler for inbound SAML protocol messages that attempts to locate SAML metadata for the message issuer, and attaches it with a SAMLMetadataContext as a child of the pre-existing SAMLPeerEntityContext.
SAMLMetadataLookupHandler() - Constructor for class org.opensaml.saml.common.binding.impl.SAMLMetadataLookupHandler
 
SAMLMetadataSignatureSigningParametersResolver - Class in org.opensaml.saml.security.impl
A specialization of BasicSignatureSigningParametersResolver which also supports input of SAML metadata, specifically the SigningMethod and DigestMethod extension elements.
SAMLMetadataSignatureSigningParametersResolver() - Constructor for class org.opensaml.saml.security.impl.SAMLMetadataSignatureSigningParametersResolver
 
SAMLObject - Interface in org.opensaml.saml.common
A base interface for all SAML Objects.
SAMLObjectBuilder<SAMLObjectType extends SAMLObject> - Interface in org.opensaml.saml.common
Builder for SAMLObjects.
SAMLObjectContentReference - Class in org.opensaml.saml.common
A content reference for SAML objects that will be signed.
SAMLObjectContentReference(SignableSAMLObject) - Constructor for class org.opensaml.saml.common.SAMLObjectContentReference
Constructor.
SAMLObjectSupport - Class in org.opensaml.saml.common
A helper class for working with SAMLObjects.
SAMLOutboundDestinationHandler - Class in org.opensaml.saml.common.binding.impl
Handler for outbound SAML protocol messages which adds the destination endpoint URL as the 'recipient' attribute to SAML 1 ResponseAbstractType messages, or as the 'destination' attribute to RequestAbstractType and StatusResponseType messages.
SAMLOutboundDestinationHandler() - Constructor for class org.opensaml.saml.common.binding.impl.SAMLOutboundDestinationHandler
 
SAMLOutboundProtocolMessageSigningHandler - Class in org.opensaml.saml.common.binding.security.impl
A message handler implementation that signs an outbound SAML protocol message if the message context contains an instance of SignatureSigningParameters as determined by SAMLMessageSecuritySupport.getContextSigningParameters(MessageContext).
SAMLOutboundProtocolMessageSigningHandler() - Constructor for class org.opensaml.saml.common.binding.security.impl.SAMLOutboundProtocolMessageSigningHandler
Constructor.
SAMLPeerEntityContext - Class in org.opensaml.saml.common.messaging.context
Subcontext that carries information about a SAML peer entity.
SAMLPeerEntityContext() - Constructor for class org.opensaml.saml.common.messaging.context.SAMLPeerEntityContext
Constructor.
SAMLProfileConstants - Class in org.opensaml.xacml.profile.saml
Defines the constants for this XACML SAML2.0 profile.
SAMLProtocolAndRoleHandler - Class in org.opensaml.saml.common.binding.impl
SAML MessageHandler that attaches protocol and role information to a message context via SAMLProtocolContext and SAMLPeerEntityContext objects.
SAMLProtocolAndRoleHandler() - Constructor for class org.opensaml.saml.common.binding.impl.SAMLProtocolAndRoleHandler
 
SAMLProtocolContext - Class in org.opensaml.saml.common.messaging.context
Subcontext that carries information about the ongoing SAML protocol.
SAMLProtocolContext() - Constructor for class org.opensaml.saml.common.messaging.context.SAMLProtocolContext
 
SAMLProtocolContextProtocolFunction - Class in org.opensaml.saml.common.messaging.context.navigate
ContextDataLookupFunction that returns the protocol from a SAMLProtocolContext.
SAMLProtocolContextProtocolFunction() - Constructor for class org.opensaml.saml.common.messaging.context.navigate.SAMLProtocolContextProtocolFunction
 
SAMLProtocolMessageXMLSignatureSecurityHandler - Class in org.opensaml.saml.common.binding.security.impl
SAML security message handler which validates the signature (if present) on the SAMLObject which represents the SAML protocol message being processed.
SAMLProtocolMessageXMLSignatureSecurityHandler() - Constructor for class org.opensaml.saml.common.binding.security.impl.SAMLProtocolMessageXMLSignatureSecurityHandler
Constructor.
SAMLRuntimeException - Exception in org.opensaml.saml.common
Base class for runtime exceptions.
SAMLRuntimeException() - Constructor for exception org.opensaml.saml.common.SAMLRuntimeException
Constructor.
SAMLRuntimeException(String) - Constructor for exception org.opensaml.saml.common.SAMLRuntimeException
Constructor.
SAMLRuntimeException(Exception) - Constructor for exception org.opensaml.saml.common.SAMLRuntimeException
Constructor.
SAMLRuntimeException(String, Exception) - Constructor for exception org.opensaml.saml.common.SAMLRuntimeException
Constructor.
SAMLSchemaBuilder - Class in org.opensaml.saml.common.xml
A convenience builder for creating Schemas for validating SAML 1.0, 1.1, and 2.0.
SAMLSchemaBuilder(SAMLSchemaBuilder.SAML1Version) - Constructor for class org.opensaml.saml.common.xml.SAMLSchemaBuilder
Constructor.
SAMLSchemaBuilder.SAML1Version - Enum in org.opensaml.saml.common.xml
Identifies which SAML 1.x version is in use.
SAMLSelfEntityContext - Class in org.opensaml.saml.common.messaging.context
Subcontext that carries information about the SAML "self" entity.
SAMLSelfEntityContext() - Constructor for class org.opensaml.saml.common.messaging.context.SAMLSelfEntityContext
 
SAMLSignatureProfileValidator - Class in org.opensaml.saml.security.impl
A validator for instances of Signature, which validates that the signature meets security-related requirements indicated by the SAML profile of XML Signature.
SAMLSignatureProfileValidator() - Constructor for class org.opensaml.saml.security.impl.SAMLSignatureProfileValidator
 
SAMLSOAPDecoderBodyHandler - Class in org.opensaml.saml.common.binding.impl
Body handler impl for use with SAML SOAP message decoders.
SAMLSOAPDecoderBodyHandler() - Constructor for class org.opensaml.saml.common.binding.impl.SAMLSOAPDecoderBodyHandler
 
SAMLSubjectNameIdentifierContext - Class in org.opensaml.saml.common.messaging.context
A context implementation which represents a SAML 1 NameIdentifier or a SAML 2 NameID.
SAMLSubjectNameIdentifierContext() - Constructor for class org.opensaml.saml.common.messaging.context.SAMLSubjectNameIdentifierContext
 
SAMLVersion - Class in org.opensaml.saml.common
A type safe SAML version enumeration.
save() - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Write/preserve stored data for subsequent requests.
SC_MISSING_ATTRIBUTE - Static variable in interface org.opensaml.xacml.ctx.StatusCodeType
Missing attribute status code.
SC_OK - Static variable in interface org.opensaml.xacml.ctx.StatusCodeType
Ok status code.
SC_PROCESSING_ERROR - Static variable in interface org.opensaml.xacml.ctx.StatusCodeType
Processing error status code.
SC_SYNTAX_ERROR - Static variable in interface org.opensaml.xacml.ctx.StatusCodeType
Syntax error status code.
SCHEMA_DIR - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
Directory, on the classpath, schemas are located in.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.MissingAttributeDetailType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ActionMatchType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ActionsType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ActionType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ApplyType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeAssignmentType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeDesignatorType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeSelectorType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeValueType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.CombinerParametersType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.CombinerParameterType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ConditionType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.DefaultsType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.EnvironmentMatchType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.EnvironmentsType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.EnvironmentType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ExpressionType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.FunctionType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.IdReferenceType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ObligationsType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ObligationType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.PolicyCombinerParametersType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.PolicySetCombinerParametersType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.PolicySetType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.PolicyType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ResourceMatchType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ResourcesType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ResourceType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.RuleCombinerParametersType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.RuleType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.SubjectAttributeDesignatorType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.SubjectMatchType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.SubjectsType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.SubjectType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.TargetType
Local name of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.ctx.MissingAttributeDetailType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.ActionMatchType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.ActionsType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.ActionType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.ApplyType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeAssignmentType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeDesignatorType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeSelectorType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeValueType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.CombinerParametersType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.CombinerParameterType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.ConditionType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.DefaultsType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.EnvironmentMatchType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.EnvironmentsType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.EnvironmentType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.ExpressionType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.FunctionType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.IdReferenceType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.ObligationsType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.ObligationType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.PolicyCombinerParametersType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.PolicySetCombinerParametersType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.PolicySetType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.PolicyType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.ResourceMatchType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.ResourcesType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.ResourceType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.RuleCombinerParametersType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.RuleType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.SubjectAttributeDesignatorType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.SubjectMatchType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.SubjectsType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.SubjectType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.TargetType
QName of the XSI type.
SchemaValidateXMLMessage<MessageType extends XMLObject> - Class in org.opensaml.messaging.handler.impl
A handler that schema validates an XML-based message.
SchemaValidateXMLMessage(Schema) - Constructor for class org.opensaml.messaging.handler.impl.SchemaValidateXMLMessage
Constructor.
SchemaValidationFilter - Class in org.opensaml.saml.metadata.resolver.filter.impl
A metadata filter that schema validates an incoming metadata file.
SchemaValidationFilter(SAMLSchemaBuilder) - Constructor for class org.opensaml.saml.metadata.resolver.filter.impl.SchemaValidationFilter
Constructor.
SchemaValidationFilter(SAMLSchemaBuilder, String[]) - Constructor for class org.opensaml.saml.metadata.resolver.filter.impl.SchemaValidationFilter
Deprecated. 
Scoping - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core Scoping.
ScopingBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder of ScopingImpl.
ScopingBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.ScopingBuilder
Constructor.
ScopingImpl - Class in org.opensaml.saml.saml2.core.impl
Concrete implementation of Scoping.
ScopingImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.ScopingImpl
Constructor.
ScopingMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread safe Marshaller for Scoping objects.
ScopingMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.ScopingMarshaller
 
ScopingUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for Scoping objects.
ScopingUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.ScopingUnmarshaller
 
ScriptedTrustedNamesFunction - Class in org.opensaml.saml.metadata.resolver.filter.impl
A scripted Function which can be injected into SignatureValidationFilter.setDynamicTrustedNamesStrategy(Function).
ScriptedTrustedNamesFunction(EvaluableScript, String) - Constructor for class org.opensaml.saml.metadata.resolver.filter.impl.ScriptedTrustedNamesFunction
Constructor.
ScriptedTrustedNamesFunction(EvaluableScript) - Constructor for class org.opensaml.saml.metadata.resolver.filter.impl.ScriptedTrustedNamesFunction
Constructor.
Security - Interface in org.opensaml.soap.wssecurity
The <wsse:Security> header block.
SecurityBuilder - Class in org.opensaml.soap.wssecurity.impl
SecurityBuilder.
SecurityBuilder() - Constructor for class org.opensaml.soap.wssecurity.impl.SecurityBuilder
 
SecurityConfigurationSupport - Class in org.opensaml.xmlsec
Helper methods for working with security configuration.
SecurityException - Exception in org.opensaml.security
Base exception for security related errors.
SecurityException() - Constructor for exception org.opensaml.security.SecurityException
Constructor.
SecurityException(String) - Constructor for exception org.opensaml.security.SecurityException
Constructor.
SecurityException(Exception) - Constructor for exception org.opensaml.security.SecurityException
Constructor.
SecurityException(String, Exception) - Constructor for exception org.opensaml.security.SecurityException
Constructor.
SecurityImpl - Class in org.opensaml.soap.wssecurity.impl
SecurityImpl implements the <wsse:Security> header.
SecurityImpl(String, String, String) - Constructor for class org.opensaml.soap.wssecurity.impl.SecurityImpl
Constructor.
SecurityMarshaller - Class in org.opensaml.soap.wssecurity.impl
SecurityMarshaller.
SecurityMarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.SecurityMarshaller
 
SecurityParametersContext - Class in org.opensaml.xmlsec.context
A context implementation for storing parameter instances for XML signature signing and validation, and XML encryption and decryption.
SecurityParametersContext() - Constructor for class org.opensaml.xmlsec.context.SecurityParametersContext
 
SecurityTokenReference - Interface in org.opensaml.soap.wssecurity
The <wsse:SecurityTokenReference> element.
SecurityTokenReferenceBuilder - Class in org.opensaml.soap.wssecurity.impl
SecurityTokenReferenceBuilder.
SecurityTokenReferenceBuilder() - Constructor for class org.opensaml.soap.wssecurity.impl.SecurityTokenReferenceBuilder
 
SecurityTokenReferenceImpl - Class in org.opensaml.soap.wssecurity.impl
SecurityTokenReferenceImpl.
SecurityTokenReferenceImpl(String, String, String) - Constructor for class org.opensaml.soap.wssecurity.impl.SecurityTokenReferenceImpl
Constructor.
SecurityTokenReferenceMarshaller - Class in org.opensaml.soap.wssecurity.impl
SecurityTokenReferenceMarshaller.
SecurityTokenReferenceMarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.SecurityTokenReferenceMarshaller
 
SecurityTokenReferenceUnmarshaller - Class in org.opensaml.soap.wssecurity.impl
SecurityTokenReferenceUnmarshaller.
SecurityTokenReferenceUnmarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.SecurityTokenReferenceUnmarshaller
 
SecurityUnmarshaller - Class in org.opensaml.soap.wssecurity.impl
SecurityUnmarshaller.
SecurityUnmarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.SecurityUnmarshaller
 
Seed - Interface in org.opensaml.xmlsec.encryption
XMLObject representing XML Digital Signature, version 20020212, seed element.
Seed - Interface in org.opensaml.xmlsec.signature
XMLObject representing XML Digital Signature, version 20020212, Seed element.
SeedBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of Seed.
SeedBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.SeedBuilder
Constructor.
SeedBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of Seed.
SeedBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.SeedBuilder
Constructor.
SeedImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of Seed.
SeedImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.SeedImpl
Constructor.
SeedImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of Seed.
SeedImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.SeedImpl
Constructor.
SelectionInput(String, String, Credential) - Constructor for class org.opensaml.xmlsec.KeyTransportAlgorithmPredicate.SelectionInput
Constructor.
selectService() - Method in class org.opensaml.saml.metadata.support.AttributeConsumingServiceSelector
Select the AttributeConsumingService.
send(String, InOutOperationContext) - Method in class org.opensaml.soap.client.http.HttpSOAPClient
Sends a message and waits for a response.
send(String, InOutOperationContext) - Method in interface org.opensaml.soap.client.SOAPClient
Sends a message and waits for a response.
serialize(SAMLArtifactMap.SAMLArtifactMapEntry) - Method in class org.opensaml.saml.common.binding.artifact.impl.StorageServiceSAMLArtifactMapEntryFactory
Returns a string representing the input object.
serialize(Type) - Method in interface org.opensaml.storage.StorageSerializer
Returns a string representing the input object.
SERVER - Static variable in interface org.opensaml.soap.soap11.FaultCode
FaultCode value Server.
ServiceDescription - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata ServiceDescription.
ServiceDescriptionBuilder - Class in org.opensaml.saml.saml2.metadata.impl
ServiceDescriptionBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.ServiceDescriptionBuilder
Constructor.
ServiceDescriptionImpl - Class in org.opensaml.saml.saml2.metadata.impl
Concrete implementation of ServiceDescription.
ServiceDescriptionImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.ServiceDescriptionImpl
Constructor.
ServiceDescriptionMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Marshaller for ServiceDescription objects.
ServiceDescriptionMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.ServiceDescriptionMarshaller
 
ServiceDescriptionUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread-safe Unmarshaller for ServiceDescription objects.
ServiceDescriptionUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.ServiceDescriptionUnmarshaller
 
ServiceName - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata ServiceName.
ServiceNameBuilder - Class in org.opensaml.saml.saml2.metadata.impl
Builder of ServiceNameImpl.
ServiceNameBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.ServiceNameBuilder
Constructor.
ServiceNameImpl - Class in org.opensaml.saml.saml2.metadata.impl
Concrete implementation of ServiceName.
ServiceNameImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.ServiceNameImpl
Constructor.
ServiceNameMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Marshaller for ServiceName objects.
ServiceNameMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.ServiceNameMarshaller
 
ServiceNameUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread-safe Unmarshaller for ServiceName objects.
ServiceNameUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.ServiceNameUnmarshaller
 
ServletRequestScopedStorageService - Class in org.opensaml.storage.impl
Implementation of RequestScopedStorageService that stores data in-memory in a servlet request attribute, and reads and writes the data with a secured string form using JSON as the underlying format.
ServletRequestScopedStorageService() - Constructor for class org.opensaml.storage.impl.ServletRequestScopedStorageService
Constructor.
ServletRequestX509CredentialAdapter - Class in org.opensaml.security.messaging
An adapter that exposes the X.509 certificates contained in the servlet request attribute.
ServletRequestX509CredentialAdapter(ServletRequest) - Constructor for class org.opensaml.security.messaging.ServletRequestX509CredentialAdapter
Constructor.
SESSION_INDEX_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthnQuery
SessionIndex attribute name.
SESSION_INDEX_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthnStatement
SessionIndex attribute name.
SESSION_NOT_ON_OR_AFTER_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthnStatement
SessionNoOnOrAfter attribute name.
SessionIndex - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core SessionIndex.
SessionIndexBuilder - Class in org.opensaml.saml.saml2.core.impl
A Builder for SessionIndexImpl objects.
SessionIndexBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.SessionIndexBuilder
Constructor.
SessionIndexImpl - Class in org.opensaml.saml.saml2.core.impl
Concrete implementation of SessionIndex.
SessionIndexImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.SessionIndexImpl
Constructor.
SessionIndexMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread safe Marshaller for SessionIndex objects.
SessionIndexMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.SessionIndexMarshaller
 
SessionIndexUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for SessionIndex objects.
SessionIndexUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.SessionIndexUnmarshaller
 
SessionKey - Interface in org.opensaml.saml.ext.samlec
SAML-EC GSS-API SessionKey element.
SessionKeyBuilder - Class in org.opensaml.saml.ext.samlec.impl
A Builder for SessionKey objects.
SessionKeyBuilder() - Constructor for class org.opensaml.saml.ext.samlec.impl.SessionKeyBuilder
Constructor.
SessionKeyImpl - Class in org.opensaml.saml.ext.samlec.impl
Concrete implementation of SessionKey.
SessionKeyImpl(String, String, String) - Constructor for class org.opensaml.saml.ext.samlec.impl.SessionKeyImpl
Constructor.
SessionKeyMarshaller - Class in org.opensaml.saml.ext.samlec.impl
A thread-safe Marshaller for SessionKey objects.
SessionKeyMarshaller() - Constructor for class org.opensaml.saml.ext.samlec.impl.SessionKeyMarshaller
 
SessionKeyUnmarshaller - Class in org.opensaml.saml.ext.samlec.impl
A thread-safe Unmarshaller for SessionKey objects.
SessionKeyUnmarshaller() - Constructor for class org.opensaml.saml.ext.samlec.impl.SessionKeyUnmarshaller
 
set(int, ElementType) - Method in class org.opensaml.core.xml.util.IndexedXMLObjectChildrenList
Replaces the XMLObject at the specified index with the given element.
set(int, ElementType) - Method in class org.opensaml.core.xml.util.XMLObjectChildrenList
Replaces the XMLObject at the specified index with the given element.
setAccessControlService(AccessControlService) - Method in class org.opensaml.profile.action.impl.CheckAccess
Set the service to use.
setAction(String) - Method in interface org.opensaml.saml.saml2.core.Action
Sets the URI of the action to be performed.
setAction(String) - Method in class org.opensaml.saml.saml2.core.impl.ActionImpl
Sets the URI of the action to be performed.
setAction(Action) - Method in class org.opensaml.soap.wsaddressing.impl.ProblemActionImpl
Set the Action child element.
setAction(Action) - Method in interface org.opensaml.soap.wsaddressing.ProblemAction
Set the Action child element.
setAction(ActionType) - Method in class org.opensaml.xacml.ctx.impl.RequestTypeImpl
Sets the action of the request.
setAction(ActionType) - Method in interface org.opensaml.xacml.ctx.RequestType
Sets the action of the request.
setActionAttributeDesignator(AttributeDesignatorType) - Method in interface org.opensaml.xacml.policy.ActionMatchType
Sets the action attribute designator for this match.
setActionAttributeDesignator(AttributeDesignatorType) - Method in class org.opensaml.xacml.policy.impl.ActionMatchTypeImpl
Sets the action attribute designator for this match.
setActions(ActionsType) - Method in class org.opensaml.xacml.policy.impl.TargetTypeImpl
Sets the actions in the target.
setActions(ActionsType) - Method in interface org.opensaml.xacml.policy.TargetType
Sets the actions in the target.
setActivationCondition(Predicate<ProfileRequestContext>) - Method in class org.opensaml.profile.action.AbstractConditionalProfileAction
Set activation condition indicating whether action should execute.
setActivationCondition(Predicate<ProfileRequestContext>) - Method in class org.opensaml.saml.common.binding.BindingDescriptor
Set the activation condition in the form of a Predicate such that iff the condition evaluates to true should the corresponding binding be allowed/possible.
setActivationCondition(Predicate<ProfileRequestContext>) - Method in class org.opensaml.saml.common.profile.AbstractNameIdentifierGenerator
Set an activation condition that determines whether to run or not.
setActor(FaultActor) - Method in interface org.opensaml.soap.soap11.Fault
Sets the URI of the fault actor for this fault.
setActor(FaultActor) - Method in class org.opensaml.soap.soap11.impl.FaultImpl
Sets the URI of the fault actor for this fault.
setAddingAudiencesToExistingRestriction(boolean) - Method in class org.opensaml.saml.common.profile.impl.AddAudienceRestrictionToAssertions
Set whether, if an assertion already contains an audience restriction, this action will add its audiences to that restriction or create another one.
setAddress(String) - Method in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationDataImpl
Sets the IP address to which this information may be pressented.
setAddress(String) - Method in class org.opensaml.saml.saml2.core.impl.SubjectLocalityImpl
Sets the IP address of the system from which the subject was authenticated.
setAddress(String) - Method in interface org.opensaml.saml.saml2.core.SubjectConfirmationData
Sets the IP address to which this information may be pressented.
setAddress(String) - Method in interface org.opensaml.saml.saml2.core.SubjectLocality
Sets the IP address of the system from which the subject was authenticated.
setAddress(String) - Method in interface org.opensaml.saml.saml2.metadata.EmailAddress
Sets the email address.
setAddress(String) - Method in class org.opensaml.saml.saml2.metadata.impl.EmailAddressImpl
Sets the email address.
setAddress(Address) - Method in interface org.opensaml.soap.wsaddressing.EndpointReferenceType
Sets the <wsa:Address> child element.
setAddress(Address) - Method in class org.opensaml.soap.wsaddressing.impl.EndpointReferenceTypeImpl
Sets the <wsa:Address> child element.
setAddress(Address) - Method in interface org.opensaml.soap.wsfed.EndPointReference
Sets the end point address as an object.
setAddress(Address) - Method in class org.opensaml.soap.wsfed.impl.EndPointReferenceImpl
Sets the end point address as an object.
setAddressLookupStrategy(Function<ProfileRequestContext, String>) - Method in class org.opensaml.saml.saml2.profile.impl.AddSubjectConfirmationToSubjects
Set the strategy used to obtain value for SubjectConfirmationData.getAddress().
setAddressRanges(Iterable<IPRange>) - Method in class org.opensaml.profile.logic.IPRangePredicate
Set the address ranges to check against.
setAdvice(Advice) - Method in interface org.opensaml.saml.saml1.core.Assertion
Set the Object representing the Advice sub element.
setAdvice(Advice) - Method in class org.opensaml.saml.saml1.core.impl.AssertionImpl
Set the Object representing the Advice sub element.
setAdvice(Advice) - Method in interface org.opensaml.saml.saml2.core.Assertion
Sets the Advice for this assertion.
setAdvice(Advice) - Method in class org.opensaml.saml.saml2.core.impl.AssertionImpl
Sets the Advice for this assertion.
setAffiliationDescriptor(AffiliationDescriptor) - Method in interface org.opensaml.saml.saml2.metadata.EntityDescriptor
Sets the affiliation descriptor for this entity.
setAffiliationDescriptor(AffiliationDescriptor) - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
Sets the affiliation descriptor for this entity.
setAlgorithm(String) - Method in interface org.opensaml.saml.ext.saml2alg.DigestMethod
Get the value of the Algorithm URI attribute.
setAlgorithm(String) - Method in class org.opensaml.saml.ext.saml2alg.impl.DigestMethodImpl
Get the value of the Algorithm URI attribute.
setAlgorithm(String) - Method in class org.opensaml.saml.ext.saml2alg.impl.SigningMethodImpl
Get the value of the Algorithm URI attribute.
setAlgorithm(String) - Method in interface org.opensaml.saml.ext.saml2alg.SigningMethod
Get the value of the Algorithm URI attribute.
setAlgorithm(String) - Method in class org.opensaml.saml.ext.samlec.impl.SessionKeyImpl
Set the session key derivation algorithm.
setAlgorithm(String) - Method in interface org.opensaml.saml.ext.samlec.SessionKey
Set the session key derivation algorithm.
setAlgorithm(String) - Method in class org.opensaml.security.x509.X509DigestCriterion
Set the digest algorithm.
setAlgorithm(String) - Method in interface org.opensaml.xmlsec.encryption.AgreementMethod
Sets the algorithm URI attribute value for this agreement method.
setAlgorithm(String) - Method in interface org.opensaml.xmlsec.encryption.AlgorithmIdentifierType
Sets the algorithm URI attribute.
setAlgorithm(String) - Method in interface org.opensaml.xmlsec.encryption.EncryptionMethod
Sets the algorithm URI attribute used in this EncryptionMethod.
setAlgorithm(String) - Method in class org.opensaml.xmlsec.encryption.impl.AgreementMethodImpl
Sets the algorithm URI attribute value for this agreement method.
setAlgorithm(String) - Method in class org.opensaml.xmlsec.encryption.impl.AlgorithmIdentifierTypeImpl
Sets the algorithm URI attribute.
setAlgorithm(String) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionMethodImpl
Sets the algorithm URI attribute used in this EncryptionMethod.
setAlgorithm(String) - Method in class org.opensaml.xmlsec.encryption.support.DataEncryptionParameters
Sets the XML Encryption algorithm URI used to encrypt.
setAlgorithm(String) - Method in interface org.opensaml.xmlsec.signature.DigestMethod
Set the Algorithm URI attribute value.
setAlgorithm(String) - Method in class org.opensaml.xmlsec.signature.impl.DigestMethodImpl
Set the Algorithm URI attribute value.
setAlgorithm(String) - Method in class org.opensaml.xmlsec.signature.impl.TransformImpl
Set the Algorithm URI attribute value.
setAlgorithm(String) - Method in class org.opensaml.xmlsec.signature.impl.X509DigestImpl
Set the Algorithm URI attribute value.
setAlgorithm(String) - Method in interface org.opensaml.xmlsec.signature.Transform
Set the Algorithm URI attribute value.
setAlgorithm(String) - Method in interface org.opensaml.xmlsec.signature.X509Digest
Set the Algorithm URI attribute value.
setAlgorithmRegistry(AlgorithmRegistry) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Set the AlgorithmRegistry instance used when resolving algorithm URIs.
setAlgorithmRegistry(AlgorithmRegistry) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
Set the AlgorithmRegistry instance used when resolving algorithm URIs.
setAllow(Boolean) - Method in class org.opensaml.soap.wstrust.impl.RenewingImpl
Sets the wst:Renewing/@Allow attribute value.
setAllow(XSBooleanValue) - Method in class org.opensaml.soap.wstrust.impl.RenewingImpl
Sets the wst:Renewing/@Allow attribute value.
setAllow(Boolean) - Method in interface org.opensaml.soap.wstrust.Renewing
Sets the wst:Renewing/@Allow attribute value.
setAllow(XSBooleanValue) - Method in interface org.opensaml.soap.wstrust.Renewing
Sets the wst:Renewing/@Allow attribute value.
setAllowCreate(Boolean) - Method in class org.opensaml.saml.saml2.core.impl.NameIDPolicyImpl
Sets the AllowCreate value.
setAllowCreate(XSBooleanValue) - Method in class org.opensaml.saml.saml2.core.impl.NameIDPolicyImpl
Sets the AllowCreate value.
setAllowCreate(Boolean) - Method in interface org.opensaml.saml.saml2.core.NameIDPolicy
Sets the AllowCreate value.
setAllowCreate(XSBooleanValue) - Method in interface org.opensaml.saml.saml2.core.NameIDPolicy
Sets the AllowCreate value.
setAllowedBindingURLSchemes(List<String>) - Method in class org.opensaml.saml.config.SAMLConfiguration
Sets the list of schemes allowed to appear in binding URLs when encoding a message.
setAllowedBindingURLSchemes(List<String>) - Static method in class org.opensaml.saml.config.SAMLConfigurationSupport
Set the allowed URL schemes.
setAnyPolicyInhibit(boolean) - Method in class org.opensaml.security.x509.impl.CertPathPKIXValidationOptions
Sets the any policy inhibited flag for the underlying CertPath Provider.
setAppliesTo(AppliesTo) - Method in class org.opensaml.soap.wsfed.impl.RequestSecurityTokenResponseImpl
Set the entity to which the token applies.
setAppliesTo(AppliesTo) - Method in interface org.opensaml.soap.wsfed.RequestSecurityTokenResponse
Set the entity to which the token applies.
setAppliesTo(AppliesTo) - Method in class org.opensaml.soap.wspolicy.impl.PolicyAttachmentImpl
Set the AppliesTo child element.
setAppliesTo(AppliesTo) - Method in interface org.opensaml.soap.wspolicy.PolicyAttachment
Set the AppliesTo child element.
setArtifact(boolean) - Method in class org.opensaml.saml.common.binding.BindingDescriptor
Set whether the binding is artifact-based.
setArtifact(String) - Method in interface org.opensaml.saml.saml2.core.Artifact
Set artifact value.
setArtifact(Artifact) - Method in interface org.opensaml.saml.saml2.core.ArtifactResolve
Set Artifact child element.
setArtifact(String) - Method in class org.opensaml.saml.saml2.core.impl.ArtifactImpl
Set artifact value.
setArtifact(Artifact) - Method in class org.opensaml.saml.saml2.core.impl.ArtifactResolveImpl
Set Artifact child element.
setArtifactLifetime(long) - Method in class org.opensaml.saml.common.binding.artifact.impl.BasicSAMLArtifactMap
Set the artifact entry lifetime in milliseconds.
setArtifactLifetime(long) - Method in class org.opensaml.saml.common.binding.artifact.impl.StorageServiceSAMLArtifactMap
Set the artifact entry lifetime in milliseconds.
setArtifactMap(SAMLArtifactMap) - Method in class org.opensaml.saml.saml1.binding.encoding.impl.HTTPArtifactEncoder
Set the SAML artifact map to use.
setArtifactMap(SAMLArtifactMap) - Method in class org.opensaml.saml.saml1.binding.impl.SAML1ArtifactRequestIssuerHandler
Set the artifact map to use.
setArtifactMap(SAMLArtifactMap) - Method in class org.opensaml.saml.saml1.profile.impl.ResolveArtifacts
Set the artifact map to use.
setArtifactMap(SAMLArtifactMap) - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPArtifactEncoder
Set the SAML artifact map to use.
setArtifactMap(SAMLArtifactMap) - Method in class org.opensaml.saml.saml2.profile.impl.ResolveArtifact
Set the artifact map to use.
setArtifactType(byte[]) - Method in class org.opensaml.saml.common.messaging.context.SAMLArtifactContext
Sets the artifact type.
setAssertionArtifact(String) - Method in interface org.opensaml.saml.saml1.core.AssertionArtifact
Set the contents of the artifact.
setAssertionArtifact(String) - Method in class org.opensaml.saml.saml1.core.impl.AssertionArtifactImpl
Set the contents of the artifact.
setAssertionConsumerServiceIndex(Integer) - Method in interface org.opensaml.saml.saml2.core.AuthnRequest
Sets the index of the particular Assertion Consumer Service to which the response to this request should be delivered.
setAssertionConsumerServiceIndex(Integer) - Method in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
Sets the index of the particular Assertion Consumer Service to which the response to this request should be delivered.
setAssertionConsumerServiceURL(String) - Method in interface org.opensaml.saml.saml2.core.AuthnRequest
Sets the URL of the particular Assertion Consumer Service to which the response to this request should be delivered.
setAssertionConsumerServiceURL(String) - Method in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
Sets the URL of the particular Assertion Consumer Service to which the response to this request should be delivered.
setAssertionConsumerServiceURL(String) - Method in class org.opensaml.saml.saml2.ecp.impl.ResponseImpl
Get the AssertionConsumerServiceURL attribute value.
setAssertionConsumerServiceURL(String) - Method in interface org.opensaml.saml.saml2.ecp.Response
Get the AssertionConsumerServiceURL attribute value.
setAssertionEncryptionParameters(EncryptionParameters) - Method in class org.opensaml.saml.saml2.profile.context.EncryptionContext
Set the encryption parameters to use for encryption of assertions.
setAssertionHandle(byte[]) - Method in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0001
Sets the artifiact's 20 byte assertion handle.
setAssertionHandle(byte[]) - Method in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0002
Sets the artifiact's 20 byte assertion handle.
setAssertionID(String) - Method in interface org.opensaml.saml.saml2.core.AssertionIDRef
Sets the ID of the assertion this references.
setAssertionID(String) - Method in class org.opensaml.saml.saml2.core.impl.AssertionIDRefImpl
Sets the ID of the assertion this references.
setAssertionLifetimeStrategy(Function<ProfileRequestContext, Long>) - Method in class org.opensaml.saml.common.profile.impl.AddNotOnOrAfterConditionToAssertions
Set strategy function to obtain assertion lifetime.
setAssertionsLookupStrategy(Function<ProfileRequestContext, List<Assertion>>) - Method in class org.opensaml.saml.saml1.profile.impl.AddNameIdentifierToSubjects
Set the strategy used to locate the Assertions to operate on.
setAssertionsLookupStrategy(Function<ProfileRequestContext, List<Assertion>>) - Method in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects
Set the strategy used to locate the Assertions to operate on.
setAssertionURI(String) - Method in interface org.opensaml.saml.saml2.core.AssertionURIRef
Sets the URI of the assertion this references.
setAssertionURI(String) - Method in class org.opensaml.saml.saml2.core.impl.AssertionURIRefImpl
Sets the URI of the assertion this references.
setAttributeConsumingService(AttributeConsumingService) - Method in class org.opensaml.saml.common.messaging.context.AttributeConsumingServiceContext
Sets the assertion to be validated.
setAttributeConsumingServiceIndex(Integer) - Method in interface org.opensaml.saml.saml2.core.AuthnRequest
Sets the index of the Attribute Consuming Service which describes the SAML attributes the requester desires or requires to be supplied in the Response message.
setAttributeConsumingServiceIndex(Integer) - Method in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
Sets the index of the Attribute Consuming Service which describes the SAML attributes the requester desires or requires to be supplied in the Response message.
setAttributeEncryptionParameters(EncryptionParameters) - Method in class org.opensaml.saml.saml2.profile.context.EncryptionContext
Set the encryption parameters to use for encryption of attributes.
setAttributeID(String) - Method in interface org.opensaml.xacml.ctx.AttributeType
Sets the AttributeId.
setAttributeID(String) - Method in class org.opensaml.xacml.ctx.impl.AttributeTypeImpl
Sets the AttributeId.
setAttributeId(String) - Method in class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeImpl
Sets the ID of the attribute.
setAttributeId(String) - Method in interface org.opensaml.xacml.ctx.MissingAttributeDetailType
Sets the ID of the attribute.
setAttributeId(String) - Method in interface org.opensaml.xacml.policy.AttributeAssignmentType
Sets the ID of the attribute to be assigned.
setAttributeId(String) - Method in interface org.opensaml.xacml.policy.AttributeDesignatorType
Sets the ID of the designated attribute.
setAttributeId(String) - Method in class org.opensaml.xacml.policy.impl.AttributeAssignmentTypeImpl
Sets the ID of the attribute to be assigned.
setAttributeId(String) - Method in class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImpl
Sets the ID of the designated attribute.
setAttributeName(String) - Method in interface org.opensaml.saml.saml1.core.AttributeDesignator
Set the contents of the AttributeName attribute.
setAttributeName(String) - Method in class org.opensaml.saml.saml1.core.impl.AttributeDesignatorImpl
Set the contents of the AttributeName attribute.
setAttributeNamespace(String) - Method in interface org.opensaml.saml.saml1.core.AttributeDesignator
Set the contents of the AttributeNamespace attribute.
setAttributeNamespace(String) - Method in class org.opensaml.saml.saml1.core.impl.AttributeDesignatorImpl
Set the contents of the AttributeNamespace attribute.
setAttributeSelector(AttributeSelectorType) - Method in interface org.opensaml.xacml.policy.ActionMatchType
Sets the attribute selector for this match.
setAttributeSelector(AttributeSelectorType) - Method in interface org.opensaml.xacml.policy.EnvironmentMatchType
Sets the attribute selector for this match.
setAttributeSelector(AttributeSelectorType) - Method in class org.opensaml.xacml.policy.impl.ActionMatchTypeImpl
Sets the attribute selector for this match.
setAttributeSelector(AttributeSelectorType) - Method in class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeImpl
Sets the attribute selector for this match.
setAttributeSelector(AttributeSelectorType) - Method in class org.opensaml.xacml.policy.impl.ResourceMatchTypeImpl
Sets the attribute selector for this match.
setAttributeSelector(AttributeSelectorType) - Method in class org.opensaml.xacml.policy.impl.SubjectMatchTypeImpl
Sets the attribute selector for this match.
setAttributeSelector(AttributeSelectorType) - Method in interface org.opensaml.xacml.policy.ResourceMatchType
Sets the attribute selector for this match.
setAttributeSelector(AttributeSelectorType) - Method in interface org.opensaml.xacml.policy.SubjectMatchType
Sets the attribute selector for this match.
setAttributeValue(AttributeValueType) - Method in interface org.opensaml.xacml.policy.ActionMatchType
Sets the attribute value for this match.
setAttributeValue(AttributeValueType) - Method in interface org.opensaml.xacml.policy.CombinerParameterType
Sets the attribute value type for this parameter.
setAttributeValue(AttributeValueType) - Method in interface org.opensaml.xacml.policy.EnvironmentMatchType
Sets the attribute value for this match.
setAttributeValue(AttributeValueType) - Method in class org.opensaml.xacml.policy.impl.ActionMatchTypeImpl
Sets the attribute value for this match.
setAttributeValue(AttributeValueType) - Method in class org.opensaml.xacml.policy.impl.CombinerParameterTypeImpl
Sets the attribute value type for this parameter.
setAttributeValue(AttributeValueType) - Method in class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeImpl
Sets the attribute value for this match.
setAttributeValue(AttributeValueType) - Method in class org.opensaml.xacml.policy.impl.ResourceMatchTypeImpl
Sets the attribute value for this match.
setAttributeValue(AttributeValueType) - Method in class org.opensaml.xacml.policy.impl.SubjectMatchTypeImpl
Sets the attribute value for this match.
setAttributeValue(AttributeValueType) - Method in interface org.opensaml.xacml.policy.ResourceMatchType
Sets the attribute value for this match.
setAttributeValue(AttributeValueType) - Method in interface org.opensaml.xacml.policy.SubjectMatchType
Sets the attribute value for this match.
setAudienceRestrictionsLookupStrategy(Function<ProfileRequestContext, Collection<String>>) - Method in class org.opensaml.saml.common.profile.impl.AddAudienceRestrictionToAssertions
Set the strategy used to obtain the audience restrictions to apply.
setAudienceURI(String) - Method in interface org.opensaml.saml.saml2.core.Audience
Sets the URI of the audience for the assertion.
setAudienceURI(String) - Method in class org.opensaml.saml.saml2.core.impl.AudienceImpl
Sets the URI of the audience for the assertion.
setAuthenticated(boolean) - Method in class org.opensaml.saml.common.messaging.context.AbstractAuthenticatableSAMLEntityContext
Sets the flag indicating whether the SAML peer entity has been authenticated.
setAuthenticatedCertificatePresenterEntityID(MessageContext, String) - Method in class org.opensaml.saml.common.binding.security.impl.SAMLMDClientCertAuthSecurityHandler
Store the successfully authenticated derived entity ID of the certificate presenter in the message context.
setAuthenticatedCertificatePresenterEntityID(MessageContext, String) - Method in class org.opensaml.security.messaging.impl.BaseClientCertAuthSecurityHandler
Store the successfully authenticated derived entity ID of the certificate presenter in the message context.
setAuthenticatedState(MessageContext, boolean) - Method in class org.opensaml.saml.common.binding.security.impl.SAMLMDClientCertAuthSecurityHandler
Store the indicated message authentication state in the message context.
setAuthenticatedState(MessageContext, boolean) - Method in class org.opensaml.security.messaging.impl.BaseClientCertAuthSecurityHandler
Store the indicated message authentication state in the message context.
setAuthenticationInstant(DateTime) - Method in interface org.opensaml.saml.saml1.core.AuthenticationStatement
Set the contents of the AuthenticationInstant attribute.
setAuthenticationInstant(DateTime) - Method in class org.opensaml.saml.saml1.core.impl.AuthenticationStatementImpl
Set the contents of the AuthenticationInstant attribute.
setAuthenticationLookupStrategy(Function<MessageContext, Boolean>) - Method in class org.opensaml.messaging.handler.impl.CheckMandatoryAuthentication
Set the strategy used to look up the authentication state associated with the message context.
setAuthenticationMethod(String) - Method in interface org.opensaml.saml.saml1.core.AuthenticationQuery
Set AuthenticationMethod attribute.
setAuthenticationMethod(String) - Method in interface org.opensaml.saml.saml1.core.AuthenticationStatement
Set the contents of the AuthenticationMethod attribute.
setAuthenticationMethod(String) - Method in class org.opensaml.saml.saml1.core.impl.AuthenticationQueryImpl
Set AuthenticationMethod attribute.
setAuthenticationMethod(String) - Method in class org.opensaml.saml.saml1.core.impl.AuthenticationStatementImpl
Set the contents of the AuthenticationMethod attribute.
setAuthnContext(AuthnContext) - Method in interface org.opensaml.saml.saml2.core.AuthnStatement
Sets the context used to authenticate the subject.
setAuthnContext(AuthnContext) - Method in class org.opensaml.saml.saml2.core.impl.AuthnStatementImpl
Sets the context used to authenticate the subject.
setAuthnContextClassRef(AuthnContextClassRef) - Method in interface org.opensaml.saml.saml2.core.AuthnContext
Sets the URI identifying the Context Class of this Authentication Context.
setAuthnContextClassRef(String) - Method in interface org.opensaml.saml.saml2.core.AuthnContextClassRef
Sets the URI reference to an authentication context class.
setAuthnContextClassRef(String) - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextClassRefImpl
Sets the URI reference to an authentication context class.
setAuthnContextClassRef(AuthnContextClassRef) - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextImpl
Sets the URI identifying the Context Class of this Authentication Context.
setAuthnContextDecl(AuthnContextDecl) - Method in interface org.opensaml.saml.saml2.core.AuthnContext
Sets the Declaration of this Authentication Context.
setAuthnContextDecl(AuthnContextDecl) - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextImpl
Sets the Declaration of this Authentication Context.
setAuthnContextDeclRef(AuthnContextDeclRef) - Method in interface org.opensaml.saml.saml2.core.AuthnContext
Sets the URI of the Declaration of this Authentication Context.
setAuthnContextDeclRef(String) - Method in interface org.opensaml.saml.saml2.core.AuthnContextDeclRef
Sets the URI reference to an authentication context declaration.
setAuthnContextDeclRef(String) - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextDeclRefImpl
Sets the URI reference to an authentication context declaration.
setAuthnContextDeclRef(AuthnContextDeclRef) - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextImpl
Sets the URI of the Declaration of this Authentication Context.
setAuthnInstant(DateTime) - Method in interface org.opensaml.saml.saml2.core.AuthnStatement
Sets the time when the authentication took place.
setAuthnInstant(DateTime) - Method in class org.opensaml.saml.saml2.core.impl.AuthnStatementImpl
Sets the time when the authentication took place.
setAuthnRequestsSigned(Boolean) - Method in class org.opensaml.saml.saml2.metadata.impl.SPSSODescriptorImpl
Sets whether this service signs AuthN requests.
setAuthnRequestsSigned(XSBooleanValue) - Method in class org.opensaml.saml.saml2.metadata.impl.SPSSODescriptorImpl
Sets whether this service signs AuthN requests.
setAuthnRequestsSigned(Boolean) - Method in interface org.opensaml.saml.saml2.metadata.SPSSODescriptor
Sets whether this service signs AuthN requests.
setAuthnRequestsSigned(XSBooleanValue) - Method in interface org.opensaml.saml.saml2.metadata.SPSSODescriptor
Sets whether this service signs AuthN requests.
setAuthorityKind(QName) - Method in interface org.opensaml.saml.saml1.core.AuthorityBinding
Set the type of authority described.
setAuthorityKind(QName) - Method in class org.opensaml.saml.saml1.core.impl.AuthorityBindingImpl
Set the type of authority described.
setAutoCreateSubcontexts(boolean) - Method in class org.opensaml.messaging.context.BaseContext
Set whether the context auto-creates subcontexts by default.
setAutoGenerateDataEncryptionCredential(boolean) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Set whether an this resolver should auto-generate data encryption credentials.
setBackingStore(AbstractMetadataResolver.EntityBackingStore) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
Set the EntityDescriptor backing store currently in use by the metadata resolver.
setBackupFile(String) - Method in class org.opensaml.saml.metadata.resolver.impl.FileBackedHTTPMetadataResolver
Sets the file used to backup metadata.
setBaseID(BaseID) - Method in interface org.opensaml.saml.ext.saml2delrestrict.Delegate
Sets the BaseID child element of the delegate.
setBaseID(BaseID) - Method in class org.opensaml.saml.ext.saml2delrestrict.impl.DelegateImpl
Sets the BaseID child element of the delegate.
setBaseID(BaseID) - Method in class org.opensaml.saml.saml2.core.impl.LogoutRequestImpl
Sets the base identifier of the principal for this request.
setBaseID(BaseID) - Method in class org.opensaml.saml.saml2.core.impl.NameIDMappingRequestImpl
Sets the base identifier of the principal for this request.
setBaseID(BaseID) - Method in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationImpl
Sets the base identifier of the principal for this request.
setBaseID(BaseID) - Method in class org.opensaml.saml.saml2.core.impl.SubjectImpl
Sets the base identifier of the principal for this request.
setBaseID(BaseID) - Method in interface org.opensaml.saml.saml2.core.LogoutRequest
Sets the base identifier of the principal for this request.
setBaseID(BaseID) - Method in interface org.opensaml.saml.saml2.core.NameIDMappingRequest
Sets the base identifier of the principal for this request.
setBaseID(BaseID) - Method in interface org.opensaml.saml.saml2.core.Subject
Sets the base identifier of the principal for this request.
setBaseID(BaseID) - Method in interface org.opensaml.saml.saml2.core.SubjectConfirmation
Sets the base identifier of the principal for this request.
setBasicCredentials(UsernamePasswordCredentials) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver
A convenience method to set a (single) username and password used to access metadata.
setBasicCredentials(UsernamePasswordCredentials) - Method in class org.opensaml.saml.metadata.resolver.impl.HTTPMetadataResolver
Sets the username and password used to access the metadata URL.
setBasicCredentialsWithScope(UsernamePasswordCredentials, AuthScope) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver
A convenience method to set a (single) username and password used to access metadata.
setBasicCredentialsWithScope(UsernamePasswordCredentials, AuthScope) - Method in class org.opensaml.saml.metadata.resolver.impl.HTTPMetadataResolver
Sets the username and password used to access the metadata URL.
setBinding(String) - Method in interface org.opensaml.saml.saml1.core.AuthorityBinding
Set the authority binding.
setBinding(String) - Method in class org.opensaml.saml.saml1.core.impl.AuthorityBindingImpl
Set the authority binding.
setBinding(String) - Method in interface org.opensaml.saml.saml2.metadata.Endpoint
Sets the URI identifier for the binding supported by this Endpoint.
setBinding(String) - Method in class org.opensaml.saml.saml2.metadata.impl.EndpointImpl
Sets the URI identifier for the binding supported by this Endpoint.
setBindingContextLookupStrategy(Function<ProfileRequestContext, SAMLBindingContext>) - Method in class org.opensaml.saml.common.profile.logic.DefaultLocalErrorPredicate
Set lookup strategy for SAMLBindingContext to check.
setBindingDescriptor(BindingDescriptor) - Method in class org.opensaml.saml.common.messaging.context.SAMLBindingContext
Set the SAML binding descriptor.
setBindingUri(String) - Method in class org.opensaml.saml.common.messaging.context.SAMLBindingContext
Set the SAML binding URI.
setBlacklistedAlgorithms(Collection<String>) - Method in class org.opensaml.xmlsec.impl.BasicWhitelistBlacklistConfiguration
Set the list of blacklisted algorithm URI's.
setBlacklistedAlgorithms(Collection<String>) - Method in class org.opensaml.xmlsec.WhitelistBlacklistParameters
Set the list of blacklisted algorithm URI's.
setBlacklistMerge(boolean) - Method in class org.opensaml.xmlsec.impl.BasicWhitelistBlacklistConfiguration
Set the flag indicating whether to merge this configuration's blacklist with one of a lower order of precedence, or to treat this blacklist as authoritative.
setBody(Body) - Method in interface org.opensaml.soap.soap11.Envelope
Sets the body of this envelope.
setBody(Body) - Method in class org.opensaml.soap.soap11.impl.EnvelopeImpl
Sets the body of this envelope.
setBodyHandler(MessageHandler<MessageType>) - Method in class org.opensaml.soap.soap11.decoder.http.impl.HTTPSOAP11Decoder
Set the configured body handler MessageHandler.
setBrowserProfile(boolean) - Method in class org.opensaml.profile.context.ProfileRequestContext
Set whether the current profile request is browser-based.
setCachedFilteredMetadata(XMLObject) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractBatchMetadataResolver.BatchEntityBackingStore
Set the cached filtered source metadata.
setCachedOriginalMetadata(XMLObject) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractBatchMetadataResolver.BatchEntityBackingStore
Set the cached original source metadata.
setCacheDuration(Long) - Method in interface org.opensaml.saml.saml2.common.CacheableSAMLObject
Sets the maximum time, in milliseconds, that this descriptor should be cached.
setCacheDuration(Long) - Method in class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorImpl
Sets the maximum time, in milliseconds, that this descriptor should be cached.
setCacheDuration(Long) - Method in class org.opensaml.saml.saml2.metadata.impl.EntitiesDescriptorImpl
Sets the maximum time, in milliseconds, that this descriptor should be cached.
setCacheDuration(Long) - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
Sets the maximum time, in milliseconds, that this descriptor should be cached.
setCacheDuration(Long) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorImpl
Sets the maximum time, in milliseconds, that this descriptor should be cached.
setCacheSourceMetadata(boolean) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractBatchMetadataResolver
Set whether to cache the original source metadata document.
setCacheSourceMetadata(boolean) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
Set whether to cache the original source metadata document.
setCanonicalizationAlgorithm(String) - Method in class org.opensaml.xmlsec.signature.impl.SignatureImpl
Sets the canonicalization algorithm used to create the signature content.
setCanonicalizationAlgorithm(String) - Method in interface org.opensaml.xmlsec.signature.Signature
Sets the canonicalization algorithm used to create the signature content.
setCapabilities(MemcachedStorageCapabilities) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
Sets the storage capabilities.
setCarriedKeyName(CarriedKeyName) - Method in interface org.opensaml.xmlsec.encryption.EncryptedKey
Sets the child element carrying the human readable name for this key.
setCarriedKeyName(CarriedKeyName) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedKeyImpl
Sets the child element carrying the human readable name for this key.
setCertificateNameOptions(CertificateNameOptions) - Method in class org.opensaml.security.x509.tls.ClientTLSValidationParameters
Set a CertificateNameOptions instance to use when evaluating a client TLS X509Credential.
setCertificateNameOptions(CertificateNameOptions) - Method in class org.opensaml.security.x509.tls.impl.BasicClientTLSValidationConfiguration
Set a CertificateNameOptions instance to use when evaluating a client TLS X509Credential.
setChallenge(Challenge) - Method in class org.opensaml.soap.wstrust.impl.SignChallengeTypeImpl
Sets the wst:Challenge child element.
setChallenge(Challenge) - Method in interface org.opensaml.soap.wstrust.SignChallengeType
Sets the wst:Challenge child element.
setChannelBindingsContextLookupStrategy(Function<MessageContext, ChannelBindingsContext>) - Method in class org.opensaml.saml.common.binding.impl.AddChannelBindingsHeaderHandler
Set the strategy used to locate the ChannelBindingsContext to operate on.
setChannelBindingsContextLookupStrategy(Function<ProfileRequestContext, ChannelBindingsContext>) - Method in class org.opensaml.saml.saml2.profile.impl.AddChannelBindingsToAssertions
Set the strategy used to locate the ChannelBindingsContext to operate on.
setChannelBindingsCreationStrategy(Function<ProfileRequestContext, ChannelBindingsContext>) - Method in class org.opensaml.saml.common.profile.impl.VerifyChannelBindings
Set the strategy used to create or locate the ChannelBindingsContext to save verified results in.
setChannelBindingsLookupStrategy1(Function<ProfileRequestContext, ChannelBindingsContext>) - Method in class org.opensaml.saml.common.profile.impl.VerifyChannelBindings
Set the strategy used to locate the first ChannelBindingsContext to operate on.
setChannelBindingsLookupStrategy2(Function<ProfileRequestContext, ChannelBindingsContext>) - Method in class org.opensaml.saml.common.profile.impl.VerifyChannelBindings
Set the strategy used to locate the second ChannelBindingsContext to operate on.
setCheckSubjectAltNames(boolean) - Method in class org.opensaml.security.x509.impl.BasicX509CredentialNameEvaluator
Sets whether to check the credential's entity certificate subject alt names against the trusted key name values.
setCheckSubjectDN(boolean) - Method in class org.opensaml.security.x509.impl.BasicX509CredentialNameEvaluator
Sets whether to check the credential's entity certificate subject DN against the trusted key name values.
setCheckSubjectDNCommonName(boolean) - Method in class org.opensaml.security.x509.impl.BasicX509CredentialNameEvaluator
Sets whether to check the credential's entity certificate subject DN's common name (CN) against the trusted key name values.
setCipherData(CipherData) - Method in interface org.opensaml.xmlsec.encryption.EncryptedType
Sets the CipherData child element.
setCipherData(CipherData) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
Sets the CipherData child element.
setCipherReference(CipherReference) - Method in interface org.opensaml.xmlsec.encryption.CipherData
Get the CipherReference which points to the location encrypted data.
setCipherReference(CipherReference) - Method in class org.opensaml.xmlsec.encryption.impl.CipherDataImpl
Get the CipherReference which points to the location encrypted data.
setCipherValue(CipherValue) - Method in interface org.opensaml.xmlsec.encryption.CipherData
Set the base64-encoded data representing the the encrypted form of the plaintext data.
setCipherValue(CipherValue) - Method in class org.opensaml.xmlsec.encryption.impl.CipherDataImpl
Set the base64-encoded data representing the the encrypted form of the plaintext data.
setCleanupInterval(long) - Method in class org.opensaml.saml.common.binding.artifact.impl.BasicSAMLArtifactMap
Set the cleanup interval in milliseconds, or 0 for none.
setCleanupInterval(long) - Method in class org.opensaml.storage.AbstractStorageService
Sets the number of milliseconds between one cleanup and another.
setCleanupInterval(long) - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Sets the number of milliseconds between one cleanup and another.
setCleanupTaskInterval(Long) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
Set the interval in milliseconds at which the cleanup task should run.
setCleanupTaskTimer(Timer) - Method in class org.opensaml.storage.AbstractStorageService
Sets the timer used to schedule cleanup tasks.
setClientTLSValidationParametersResolver(ClientTLSValidationParametersResolver) - Method in class org.opensaml.profile.action.impl.PopulateClientTLSValidationParameters
Set the resolver to use for the parameters to store into the context.
setClockSkew(long) - Method in class org.opensaml.saml.common.binding.security.impl.MessageLifetimeSecurityHandler
Set the clock skew.
setCode(FaultCode) - Method in interface org.opensaml.soap.soap11.Fault
Sets the fault code for this fault.
setCode(FaultCode) - Method in class org.opensaml.soap.soap11.impl.FaultImpl
Sets the fault code for this fault.
setCode(Code) - Method in class org.opensaml.soap.wstrust.impl.StatusImpl
Sets the wst:Code child element.
setCode(Code) - Method in interface org.opensaml.soap.wstrust.Status
Sets the wst:Code child element.
setCombinedHash(CombinedHash) - Method in interface org.opensaml.soap.wstrust.Authenticator
Sets the wst:CombinedHash child element.
setCombinedHash(CombinedHash) - Method in class org.opensaml.soap.wstrust.impl.AuthenticatorImpl
Sets the wst:CombinedHash child element.
setCombinePolicies(XSBooleanValue) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
Sets if the PDP can combine policies from this query and the one locally.
setCombinePolicies(Boolean) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
Sets if the PDP can combine policies from this query and the one locally.
setCombinePolicies(Boolean) - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
Sets if the PDP can combine policies from this query and the one locally.
setCombinePolicies(XSBooleanValue) - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
Sets if the PDP can combine policies from this query and the one locally.
setCompany(Company) - Method in interface org.opensaml.saml.saml2.metadata.ContactPerson
Sets the company this contact person is associated with.
setCompany(Company) - Method in class org.opensaml.saml.saml2.metadata.impl.ContactPersonImpl
Sets the company this contact person is associated with.
setComparison(AuthnContextComparisonTypeEnumeration) - Method in class org.opensaml.saml.saml2.core.impl.RequestedAuthnContextImpl
Sets the Comparison attribute value of the requested authn context.
setComparison(AuthnContextComparisonTypeEnumeration) - Method in interface org.opensaml.saml.saml2.core.RequestedAuthnContext
Sets the Comparison attribute value of the requested authn context.
setCondition(ConditionType) - Method in class org.opensaml.xacml.policy.impl.RuleTypeImpl
Sets the the condition for this rule.
setCondition(ConditionType) - Method in interface org.opensaml.xacml.policy.RuleType
Sets the the condition for this rule.
setConditions(Conditions) - Method in interface org.opensaml.saml.saml1.core.Assertion
Set the Object representing the Conditions Sub element.
setConditions(Conditions) - Method in class org.opensaml.saml.saml1.core.impl.AssertionImpl
Set the Object representing the Conditions Sub element.
setConditions(Conditions) - Method in interface org.opensaml.saml.saml2.core.Assertion
Sets the Conditions placed on this assertion.
setConditions(Conditions) - Method in interface org.opensaml.saml.saml2.core.AuthnRequest
Sets the Conditions of the request.
setConditions(Conditions) - Method in class org.opensaml.saml.saml2.core.impl.AssertionImpl
Sets the Conditions placed on this assertion.
setConditions(Conditions) - Method in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
Sets the Conditions of the request.
setConfidentialityActive(boolean) - Method in class org.opensaml.messaging.context.MessageChannelSecurityContext
Set whether message channel confidentiality is active.
setConfidentialityActive(boolean) - Method in class org.opensaml.profile.action.impl.StaticMessageChannelSecurity
Set whether message channel confidentiality is active.
setConfiguration(Configuration) - Static method in class org.opensaml.core.config.ConfigurationService
Set the Configuration instance to use.
setConfigurationLookupStrategy(Function<ProfileRequestContext, List<ClientTLSValidationConfiguration>>) - Method in class org.opensaml.profile.action.impl.PopulateClientTLSValidationParameters
Set the strategy used to look up a per-request ClientTLSValidationConfiguration list.
setConfigurationLookupStrategy(Function<ProfileRequestContext, List<DecryptionConfiguration>>) - Method in class org.opensaml.profile.action.impl.PopulateDecryptionParameters
Set the strategy used to look up a per-request DecryptionConfiguration list.
setConfigurationLookupStrategy(Function<ProfileRequestContext, List<SignatureValidationConfiguration>>) - Method in class org.opensaml.profile.action.impl.PopulateSignatureValidationParameters
Set the strategy used to look up a per-request SignatureValidationConfiguration list.
setConfigurationLookupStrategy(Function<ProfileRequestContext, List<SignatureSigningConfiguration>>) - Method in class org.opensaml.saml.common.profile.impl.PopulateSignatureSigningParameters
Set the strategy used to look up a per-request SignatureSigningConfiguration list.
setConfirmationMethod(String) - Method in interface org.opensaml.saml.ext.saml2delrestrict.Delegate
Set the confirmation method attribute value.
setConfirmationMethod(String) - Method in class org.opensaml.saml.ext.saml2delrestrict.impl.DelegateImpl
Set the confirmation method attribute value.
setConfirmationMethod(String) - Method in interface org.opensaml.saml.saml1.core.ConfirmationMethod
Sets the confirmation method.
setConfirmationMethod(String) - Method in class org.opensaml.saml.saml1.core.impl.ConfirmationMethodImpl
Sets the confirmation method.
setConsent(String) - Method in class org.opensaml.saml.common.messaging.context.SAMLConsentContext
Set the SAML Consent value in use.
setConsent(String) - Method in class org.opensaml.saml.saml2.core.impl.RequestAbstractTypeImpl
Sets the consent obtained from the principal for sending this request.
setConsent(String) - Method in class org.opensaml.saml.saml2.core.impl.StatusResponseTypeImpl
Sets the consent obtained from the principal for sending this response.
setConsent(String) - Method in interface org.opensaml.saml.saml2.core.RequestAbstractType
Sets the consent obtained from the principal for sending this request.
setConsent(String) - Method in interface org.opensaml.saml.saml2.core.StatusResponseType
Sets the consent obtained from the principal for sending this response.
setConsentContextLookupStrategy(Function<MessageContext, SAMLConsentContext>) - Method in class org.opensaml.saml.saml2.binding.impl.AddConsentToResponseHandler
Set the strategy for locating SAMLConsentContext.
setConsentContextLookupStrategy(Function<MessageContext, SAMLConsentContext>) - Method in class org.opensaml.saml.saml2.binding.impl.ExtractConsentFromRequestHandler
Set the strategy for locating SAMLConsentContext.
setContents(String) - Method in interface org.opensaml.saml.saml1.core.Action
Set the contents.
setContents(String) - Method in class org.opensaml.saml.saml1.core.impl.ActionImpl
Set the contents.
setContext(String) - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenImpl
Sets the Context attribute value.
setContext(String) - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenResponseImpl
Sets the Context attribute value.
setContext(String) - Method in interface org.opensaml.soap.wstrust.RequestSecurityToken
Sets the Context attribute value.
setContext(String) - Method in interface org.opensaml.soap.wstrust.RequestSecurityTokenResponse
Sets the Context attribute value.
setContext(Object, String) - Static method in class org.opensaml.storage.annotation.AnnotationSupport
Sets the value of the field indicated by the Context annotation on the given object.
setContext(String) - Method in class org.opensaml.storage.impl.JPAStorageRecord.RecordId
Sets the context.
setContext(String) - Method in class org.opensaml.storage.impl.JPAStorageRecord
Sets the context.
setContextSize(int) - Method in class org.opensaml.storage.AbstractStorageService
Set the context size limit.
setCookieManager(CookieManager) - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Set the CookieManager to use.
setCookieName(String) - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Set the cookie name to use for storage tracking.
setCreated(Created) - Method in class org.opensaml.soap.wssecurity.impl.TimestampImpl
Sets the <wsu:Created> child element.
setCreated(Created) - Method in interface org.opensaml.soap.wssecurity.Timestamp
Sets the <wsu:Created> child element.
setCreated(Created) - Method in class org.opensaml.soap.wstrust.impl.LifetimeImpl
Sets the wsu:Created child element.
setCreated(Created) - Method in interface org.opensaml.soap.wstrust.Lifetime
Sets the wsu:Created child element.
setCreationInstant(DateTime) - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationImpl
Set the creation instant.
setCreationInstant(DateTime) - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationInfoImpl
Set the creation instant.
setCreationInstant(DateTime) - Method in interface org.opensaml.saml.ext.saml2mdrpi.Publication
Set the creation instant.
setCreationInstant(DateTime) - Method in interface org.opensaml.saml.ext.saml2mdrpi.PublicationInfo
Set the creation instant.
setCredentialsProvider(CredentialsProvider) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver
Set an instance of CredentialsProvider used for authentication by the HttpClient instance.
setCRLs(Collection<X509CRL>) - Method in class org.opensaml.security.x509.BasicX509Credential
Sets the CRLs for this credential.
setDataEncryptionAlgorithm(String) - Method in class org.opensaml.xmlsec.EncryptionParameters
Set the encryption algorithm URI to use when encrypting the EncryptedData.
setDataEncryptionAlgorithms(List<String>) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
Set the data encryption algorithms to use.
setDataEncryptionCredential(Credential) - Method in class org.opensaml.xmlsec.EncryptionParameters
Set the encryption credential to use when encrypting the EncryptedData.
setDataEncryptionCredentials(List<Credential>) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
Set the data encryption credentials to use.
setDataKeyInfoCredentialResolver(KeyInfoCredentialResolver) - Method in class org.opensaml.xmlsec.DecryptionParameters
Set the KeyInfoCredentialResolver to use when processing the EncryptedData/KeyInfo.
setDataKeyInfoCredentialResolver(KeyInfoCredentialResolver) - Method in class org.opensaml.xmlsec.impl.BasicDecryptionConfiguration
Set the KeyInfoCredentialResolver to use when processing the EncryptedData/KeyInfo.
setDataKeyInfoGenerator(KeyInfoGenerator) - Method in class org.opensaml.xmlsec.EncryptionParameters
Set the KeyInfoGenerator to use when generating the EncryptedData/KeyInfo.
setDataKeyInfoGeneratorManager(NamedKeyInfoGeneratorManager) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
Set the manager for named KeyInfoGenerator instances encrypting data.
setDataSealer(DataSealer) - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Set the DataSealer to use for data security.
setDataType(String) - Method in interface org.opensaml.xacml.ctx.AttributeType
Sets the datatype of the attribute.
setDataType(String) - Method in class org.opensaml.xacml.ctx.impl.AttributeTypeImpl
Sets the datatype of the attribute.
setDataType(String) - Method in class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeImpl
Sets the data type of the attribute.
setDataType(String) - Method in interface org.opensaml.xacml.ctx.MissingAttributeDetailType
Sets the data type of the attribute.
setDataType(String) - Method in interface org.opensaml.xacml.policy.AttributeDesignatorType
Sets the data type of the designated attribute.
setDataType(String) - Method in interface org.opensaml.xacml.policy.AttributeSelectorType
Sets the data type of the attribute to be selected.
setDataType(String) - Method in interface org.opensaml.xacml.policy.AttributeValueType
Sets the data type of the designated attribute.
setDataType(String) - Method in class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImpl
Sets the data type of the designated attribute.
setDataType(String) - Method in class org.opensaml.xacml.policy.impl.AttributeSelectorTypeImpl
Sets the data type of the attribute to be selected.
setDataType(String) - Method in class org.opensaml.xacml.policy.impl.AttributeValueTypeImpl
Sets the data type of the designated attribute.
setDateTime(DateTime) - Method in interface org.opensaml.soap.wssecurity.AttributedDateTime
Sets the DateTime content or attribute value.
setDateTime(DateTime) - Method in class org.opensaml.soap.wssecurity.impl.AttributedDateTimeImpl
Sets the DateTime content or attribute value.
setDateTimeFormatter(DateTimeFormatter) - Method in class org.opensaml.core.xml.schema.impl.XSDateTimeImpl
Set the DateTimeFormatter to be used when stringifying the DateTime value.
setDateTimeFormatter(DateTimeFormatter) - Method in interface org.opensaml.core.xml.schema.XSDateTime
Set the DateTimeFormatter to be used when stringifying the DateTime value.
setDateTimeFormatter(DateTimeFormatter) - Method in interface org.opensaml.soap.wssecurity.AttributedDateTime
Set the DateTimeFormatter to be used when stringifying the DateTime value.
setDateTimeFormatter(DateTimeFormatter) - Method in class org.opensaml.soap.wssecurity.impl.AttributedDateTimeImpl
Set the DateTimeFormatter to be used when stringifying the DateTime value.
setDecision(DecisionTypeEnumeration) - Method in interface org.opensaml.saml.saml1.core.AuthorizationDecisionStatement
Set the contents of the Decision attribute
setDecision(DecisionTypeEnumeration) - Method in class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionStatementImpl
Set the contents of the Decision attribute
setDecision(DecisionTypeEnumeration) - Method in interface org.opensaml.saml.saml2.core.AuthzDecisionStatement
Sets the decision of the authorization request.
setDecision(DecisionTypeEnumeration) - Method in class org.opensaml.saml.saml2.core.impl.AuthzDecisionStatementImpl
Sets the decision of the authorization request.
setDecision(DecisionType.DECISION) - Method in interface org.opensaml.xacml.ctx.DecisionType
Sets the value of the decision.
setDecision(DecisionType.DECISION) - Method in class org.opensaml.xacml.ctx.impl.DecisionTypeImpl
Sets the value of the decision.
setDecision(DecisionType) - Method in class org.opensaml.xacml.ctx.impl.ResultTypeImpl
Sets the decision in the result.
setDecision(DecisionType) - Method in interface org.opensaml.xacml.ctx.ResultType
Sets the decision in the result.
setDecryptionParameters(DecryptionParameters) - Method in class org.opensaml.xmlsec.context.SecurityParametersContext
Set the parameters to use for XML decryption operations.
setDecryptionParametersResolver(DecryptionParametersResolver) - Method in class org.opensaml.profile.action.impl.PopulateDecryptionParameters
Set the resolver to use for the parameters to store into the context.
setDecryptionPredicate(Predicate<Pair<ProfileRequestContext, EncryptedElementType>>) - Method in class org.opensaml.saml.saml2.profile.impl.AbstractDecryptAction
Set the predicate used to determine whether to attempt decryption.
setDefaultAssertionLifetime(long) - Method in class org.opensaml.saml.common.profile.impl.AddNotOnOrAfterConditionToAssertions
Set the default assertion lifetime in milliseconds.
setDefaultCriteria(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.SignatureValidationFilter
Set the optional set of default criteria used as input to the trust engine.
setDefaultGenerator(NameIdentifierGenerator<NameIdType>) - Method in class org.opensaml.saml.common.profile.impl.ChainingNameIdentifierGenerator
Set the generator to try if no generator(s) are mapped to a desired format.
setDefaultIdPNameQualifierLookupStrategy(Function<ProfileRequestContext, String>) - Method in class org.opensaml.saml.common.profile.AbstractNameIdentifierGenerator
Set the lookup strategy to obtain the default IdP NameQualifier.
setDefaultPortInsecure(boolean) - Method in class org.opensaml.profile.action.impl.HttpServletRequestMessageChannelSecurity
Set whether traffic on the default TLS port is "secure" for the purposes of this action.
setDefaultSPNameQualifierLookupStrategy(Function<ProfileRequestContext, String>) - Method in class org.opensaml.saml.common.profile.AbstractNameIdentifierGenerator
Set the lookup strategy to obtain the default SPNameQualifier.
setDefaultVerificationDepth(Integer) - Method in class org.opensaml.security.x509.PKIXValidationOptions
The default PKIX maximum path verification depth, if not supplied in the PKIXValidationInformation being evaluated.
setDelegationInstant(DateTime) - Method in interface org.opensaml.saml.ext.saml2delrestrict.Delegate
Set the delegation instant attribute value.
setDelegationInstant(DateTime) - Method in class org.opensaml.saml.ext.saml2delrestrict.impl.DelegateImpl
Set the delegation instant attribute value.
setDepthLimit(int) - Method in class org.opensaml.xmlsec.encryption.support.SimpleKeyInfoReferenceEncryptedKeyResolver
Sets the reference depth limit, to a minimum of 1.
setDescription(DescriptionType) - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Sets the description for this policy set.
setDescription(DescriptionType) - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
Sets the description for this policy.
setDescription(DescriptionType) - Method in class org.opensaml.xacml.policy.impl.RuleTypeImpl
Sets the description of this rule.
setDescription(DescriptionType) - Method in interface org.opensaml.xacml.policy.PolicySetType
Sets the description for this policy set.
setDescription(DescriptionType) - Method in interface org.opensaml.xacml.policy.PolicyType
Sets the description for this policy.
setDescription(DescriptionType) - Method in interface org.opensaml.xacml.policy.RuleType
Sets the description of this rule.
setDestination(String) - Method in class org.opensaml.saml.saml2.core.impl.RequestAbstractTypeImpl
Sets the URI of the destination of the request.
setDestination(String) - Method in class org.opensaml.saml.saml2.core.impl.StatusResponseTypeImpl
Sets the URI of the destination of the response.
setDestination(String) - Method in interface org.opensaml.saml.saml2.core.RequestAbstractType
Sets the URI of the destination of the request.
setDestination(String) - Method in interface org.opensaml.saml.saml2.core.StatusResponseType
Sets the URI of the destination of the response.
setDetail(Detail) - Method in interface org.opensaml.soap.soap11.Fault
Sets details of this fault.
setDetail(Detail) - Method in class org.opensaml.soap.soap11.impl.FaultImpl
Sets details of this fault.
setDetailedErrorsCondition(Predicate<ProfileRequestContext>) - Method in class org.opensaml.saml.saml1.profile.impl.AddStatusToResponse
Set the predicate used to determine the detailed errors condition.
setDetailedErrorsCondition(Predicate<ProfileRequestContext>) - Method in class org.opensaml.saml.saml2.profile.impl.AddStatusToResponse
Set the predicate used to determine the detailed errors condition.
setDetailedErrorsCondition(Predicate<ProfileRequestContext>) - Method in class org.opensaml.soap.soap11.profile.impl.AddSOAPFault
Set the predicate used to determine the detailed errors condition.
setDialect(String) - Method in interface org.opensaml.soap.wstrust.Claims
Sets the wst:Claims/@Dialect attribute value.
setDialect(String) - Method in class org.opensaml.soap.wstrust.impl.ClaimsImpl
Sets the wst:Claims/@Dialect attribute value.
setDigest(byte[]) - Method in class org.opensaml.security.x509.X509DigestCriterion
Set the certificate digest.
setDigest(String) - Method in class org.opensaml.soap.wspolicy.impl.PolicyReferenceImpl
Sets the wsp:PolicyReference/@Digest attribute URI value.
setDigest(String) - Method in interface org.opensaml.soap.wspolicy.PolicyReference
Sets the wsp:PolicyReference/@Digest attribute URI value.
setDigestAlgorithm(String) - Method in class org.opensaml.saml.common.SAMLObjectContentReference
Sets the algorithm used to digest the content.
setDigestAlgorithm(String) - Method in class org.opensaml.soap.wspolicy.impl.PolicyReferenceImpl
Sets the wsp:PolicyReference/@DigestAlgoritm attribute Base64 binary value.
setDigestAlgorithm(String) - Method in interface org.opensaml.soap.wspolicy.PolicyReference
Sets the wsp:PolicyReference/@DigestAlgoritm attribute Base64 binary value.
setDigestAlgorithm(String) - Method in interface org.opensaml.xmlsec.signature.support.ConfigurableContentReference
Sets the algorithm used to digest the content.
setDigestAlgorithm(String) - Method in class org.opensaml.xmlsec.signature.support.URIContentReference
Sets the algorithm used to digest the content.
setDigestMethod(String) - Method in class org.opensaml.xmlsec.encryption.support.RSAOAEPParameters
Set the digest method algorithm URI.
setDNSAddress(String) - Method in class org.opensaml.saml.saml1.core.impl.SubjectLocalityImpl
Sets the DNS name of the locality.
setDNSAddress(String) - Method in interface org.opensaml.saml.saml1.core.SubjectLocality
Sets the DNS name of the locality.
setDNSName(String) - Method in class org.opensaml.saml.saml2.core.impl.SubjectLocalityImpl
Sets the DNSName of the system from which the subject was authenticated.
setDNSName(String) - Method in interface org.opensaml.saml.saml2.core.SubjectLocality
Sets the DNSName of the system from which the subject was authenticated.
setDocumentElement(Document, Element) - Method in class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
Sets the given element as the Document Element of the given Document.
setDOM(Element) - Method in class org.opensaml.core.xml.AbstractXMLObject
Sets the DOM representation of this XMLObject.
setDOM(Element) - Method in interface org.opensaml.core.xml.XMLObject
Sets the DOM representation of this XMLObject.
setDSAKeyValue(DSAKeyValue) - Method in class org.opensaml.xmlsec.signature.impl.KeyValueImpl
Set the DSAKeyValue child element.
setDSAKeyValue(DSAKeyValue) - Method in interface org.opensaml.xmlsec.signature.KeyValue
Set the DSAKeyValue child element.
setDynamicTrustedNamesStrategy(Function<XMLObject, Set<String>>) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.SignatureValidationFilter
Get the strategy function for extracting dynamic trusted names from signed metadata elements.
setEarliestVersion(String) - Method in interface org.opensaml.xacml.policy.IdReferenceType
Sets the earliest version of the reference.
setEarliestVersion(String) - Method in class org.opensaml.xacml.policy.impl.IdReferenceTypeImpl
Sets the earliest version of the reference.
setECKeyValue(ECKeyValue) - Method in class org.opensaml.xmlsec.signature.impl.KeyValueImpl
Set the ECKeyValue child element.
setECKeyValue(ECKeyValue) - Method in interface org.opensaml.xmlsec.signature.KeyValue
Set the ECKeyValue child element.
setECParameters(XMLObject) - Method in interface org.opensaml.xmlsec.signature.ECKeyValue
Set the ECParameters child element.
setECParameters(XMLObject) - Method in class org.opensaml.xmlsec.signature.impl.ECKeyValueImpl
Set the ECParameters child element.
setECPContextCreationStrategy(Function<ProfileRequestContext, ECPContext>) - Method in class org.opensaml.saml.saml2.profile.impl.PopulateECPContext
Set the strategy used to locate the ECPContext to operate on.
setECPContextLookupStrategy(Function<ProfileRequestContext, ECPContext>) - Method in class org.opensaml.saml.saml2.profile.impl.AddGeneratedKeyToAssertions
Set the strategy used to locate the ECPContext to operate on.
setEffect(EffectType) - Method in class org.opensaml.xacml.policy.impl.RuleTypeImpl
Sets the effect of the rule.
setEffect(EffectType) - Method in interface org.opensaml.xacml.policy.RuleType
Sets the effect of the rule.
setElementNamespacePrefix(String) - Method in class org.opensaml.core.xml.AbstractXMLObject
Sets the prefix for this element's namespace.
setElementQName(QName) - Method in class org.opensaml.core.xml.AbstractXMLObject
Sets the element QName.
setEmitCRLs(boolean) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Set the option to emit the CRL list as sequence of X509CRL elements within X509Data.
setEmitEntityCertificate(boolean) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Set the option to emit the entity certificate as an X509Certificate element within X509Data.
setEmitEntityCertificateChain(boolean) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Set the option to emit the entity certificate chain as sequence of X509Certificate elements within X509Data.
setEmitEntityIDAsKeyName(boolean) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory
Set the option to emit the entity ID value in a Credential as a KeyName element.
setEmitKeyNames(boolean) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory
Set the option to emit key names found in a Credential as KeyName elements.
setEmitPublicDEREncodedKeyValue(boolean) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory
Set the option to emit the value of Credential.getPublicKey() as a DEREncodedKeyValue element.
setEmitPublicKeyValue(boolean) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory
Set the option to emit the value of Credential.getPublicKey() as a KeyValue element.
setEmitSubjectAltNamesAsKeyNames(boolean) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Set the option to emit the entity certificate subject alternative name extension values as KeyName elements.
setEmitSubjectCNAsKeyName(boolean) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Set the option to emit the entity certificate subject DN common name (CN) fields as KeyName elements.
setEmitSubjectDNAsKeyName(boolean) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Set the option to emit the entity certificate subject DN as a KeyName element.
setEmitX509Digest(boolean) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Set the option to emit the entity certificate digest as an X509Digest element within X509Data.
setEmitX509IssuerSerial(boolean) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Set the option to emit the entity certificate issuer name and serial number as an X509IssuerSerial element within X509Data.
setEmitX509SKI(boolean) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Set the option to emit the entity certificate subject key identifier as an X509SKI element within X509Data.
setEmitX509SubjectName(boolean) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Set the option to emit the entity certificate subject DN as an X509SubjectName element within X509Data.
setEncoding(String) - Method in interface org.opensaml.xmlsec.encryption.EncryptedType
Sets the encoding applied to the plaintext content prior to encryption.
setEncoding(String) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
Sets the encoding applied to the plaintext content prior to encryption.
setEncodingType(String) - Method in interface org.opensaml.soap.wssecurity.EncodedString
Sets the EncodingType attribute value.
setEncodingType(String) - Method in class org.opensaml.soap.wssecurity.impl.EncodedStringImpl
Sets the EncodingType attribute value.
setEncodingType(String) - Method in interface org.opensaml.soap.wstrust.BinaryExchange
Sets the EncodingType attribute value.
setEncodingType(String) - Method in class org.opensaml.soap.wstrust.impl.BinaryExchangeImpl
Sets the EncodingType attribute value.
setEncryptedData(EncryptedData) - Method in interface org.opensaml.saml.saml2.core.EncryptedElementType
Set the EncryptedData child element.
setEncryptedData(EncryptedData) - Method in class org.opensaml.saml.saml2.core.impl.EncryptedElementTypeImpl
Set the EncryptedData child element.
setEncryptedData(EncryptedData) - Method in interface org.opensaml.soap.wssecurity.EncryptedHeader
Sets the EncryptedData child element.
setEncryptedData(EncryptedData) - Method in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderImpl
Sets the EncryptedData child element.
setEncryptedID(EncryptedID) - Method in interface org.opensaml.saml.ext.saml2delrestrict.Delegate
Sets the EncryptedID child element of the delegate.
setEncryptedID(EncryptedID) - Method in class org.opensaml.saml.ext.saml2delrestrict.impl.DelegateImpl
Sets the EncryptedID child element of the delegate.
setEncryptedID(EncryptedID) - Method in class org.opensaml.saml.saml2.core.impl.LogoutRequestImpl
Sets the encrypted name identifier of the principal for this request.
setEncryptedID(EncryptedID) - Method in class org.opensaml.saml.saml2.core.impl.ManageNameIDRequestImpl
Set the EncryptedID of the request.
setEncryptedID(EncryptedID) - Method in class org.opensaml.saml.saml2.core.impl.NameIDMappingRequestImpl
Sets the encrypted name identifier of the principal for this request.
setEncryptedID(EncryptedID) - Method in class org.opensaml.saml.saml2.core.impl.NameIDMappingResponseImpl
Sets the encrypted name identifier of the principal for this response.
setEncryptedID(EncryptedID) - Method in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationImpl
Sets the encrypted name identifier of the principal for this request.
setEncryptedID(EncryptedID) - Method in class org.opensaml.saml.saml2.core.impl.SubjectImpl
Sets the encrypted name identifier of the principal for this request.
setEncryptedID(EncryptedID) - Method in interface org.opensaml.saml.saml2.core.LogoutRequest
Sets the encrypted name identifier of the principal for this request.
setEncryptedID(EncryptedID) - Method in interface org.opensaml.saml.saml2.core.ManageNameIDRequest
Set the EncryptedID of the request.
setEncryptedID(EncryptedID) - Method in interface org.opensaml.saml.saml2.core.NameIDMappingRequest
Sets the encrypted name identifier of the principal for this request.
setEncryptedID(EncryptedID) - Method in interface org.opensaml.saml.saml2.core.NameIDMappingResponse
Sets the encrypted name identifier of the principal for this response.
setEncryptedID(EncryptedID) - Method in interface org.opensaml.saml.saml2.core.Subject
Sets the encrypted name identifier of the principal for this request.
setEncryptedID(EncryptedID) - Method in interface org.opensaml.saml.saml2.core.SubjectConfirmation
Sets the encrypted name identifier of the principal for this request.
setEncryptedKeyResolver(EncryptedKeyResolver) - Method in class org.opensaml.xmlsec.DecryptionParameters
Get the EncryptedKeyResolver to use when resolving the EncryptedKey(s) to process.
setEncryptedKeyResolver(EncryptedKeyResolver) - Method in class org.opensaml.xmlsec.impl.BasicDecryptionConfiguration
Get the EncryptedKeyResolver to use when resolving the EncryptedKey(s) to process.
setEncryptionContextLookupStrategy(Function<ProfileRequestContext, EncryptionContext>) - Method in class org.opensaml.saml.saml2.profile.impl.AbstractEncryptAction
Set the strategy used to locate the EncryptionContext associated with a given ProfileRequestContext.
setEncryptionContextLookupStrategy(Function<ProfileRequestContext, EncryptionContext>) - Method in class org.opensaml.saml.saml2.profile.impl.PopulateECPContext
Set the strategy used to locate the EncryptionContext.
setEncryptionCredential(Credential) - Method in class org.opensaml.xmlsec.encryption.support.DataEncryptionParameters
Sets the credential used to encrypt.
setEncryptionMethod(EncryptionMethod) - Method in interface org.opensaml.xmlsec.encryption.EncryptedType
Sets the EncryptionMethod child element.
setEncryptionMethod(EncryptionMethod) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
Sets the EncryptionMethod child element.
setEncryptionParameters(EncryptionParameters) - Method in class org.opensaml.xmlsec.context.SecurityParametersContext
Set the parameters to use for XML encryption operations.
setEncryptionProperties(EncryptionProperties) - Method in interface org.opensaml.xmlsec.encryption.EncryptedType
Sets the EncryptionProperties child element.
setEncryptionProperties(EncryptionProperties) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
Sets the EncryptionProperties child element.
setEndpoint(Endpoint) - Method in class org.opensaml.saml.common.messaging.context.SAMLEndpointContext
Sets the endpoint of the SAML entity.
setEndpointContextLookupStrategy(Function<ProfileRequestContext, SAMLEndpointContext>) - Method in class org.opensaml.saml.common.profile.logic.DefaultLocalErrorPredicate
Set lookup strategy for SAMLEndpointContext to check.
setEndpointIndex(byte[]) - Method in class org.opensaml.saml.saml2.binding.artifact.AbstractSAML2Artifact
Sets the 2 byte endpoint index for this artifact.
setEndPointReference(EndPointReference) - Method in interface org.opensaml.soap.wsfed.AppliesTo
Sets the endpoint reference of the entity applicable entity.
setEndPointReference(EndPointReference) - Method in class org.opensaml.soap.wsfed.impl.AppliesToImpl
Sets the endpoint reference of the entity applicable entity.
setEntityCertificate(X509Certificate) - Method in class org.opensaml.security.x509.BasicX509Credential
Sets the entity certificate for this credential.
setEntityCertificateChain(Collection<X509Certificate>) - Method in class org.opensaml.security.x509.BasicX509Credential
Sets the entity certificate chain for this credential.
setEntityDescriptor(EntityDescriptor) - Method in class org.opensaml.saml.common.messaging.context.SAMLMetadataContext
Sets the descriptor of the SAML entity.
setEntityId(String) - Method in class org.opensaml.saml.common.messaging.context.AbstractSAMLEntityContext
Sets the entityId of the SAML entity.
setEntityID(String) - Method in interface org.opensaml.saml.saml2.metadata.EntityDescriptor
Sets the entity ID for this entity descriptor.
setEntityID(String) - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
Sets the entity ID for this entity descriptor.
setEntityId(String) - Method in class org.opensaml.security.credential.AbstractCredential
Sets the ID of the entity this credential is for.
setEntityId(String) - Method in class org.opensaml.security.credential.BasicCredential
Sets the ID of the entity this credential is for.
setEntityId(String) - Method in interface org.opensaml.security.credential.MutableCredential
Sets the ID of the entity this credential is for.
setEntityId(String) - Method in class org.opensaml.security.x509.impl.KeyStoreX509CredentialAdapter
Sets the ID of the entity this credential is for.
setEntityId(String) - Method in class org.opensaml.security.x509.impl.X509KeyManagerX509CredentialAdapter
Sets the ID of the entity this credential is for.
setEntryFactory(SAMLArtifactMap.SAMLArtifactMapEntryFactory) - Method in class org.opensaml.saml.common.binding.artifact.impl.BasicSAMLArtifactMap
Set the map entry factory.
setEntryFactory(SAMLArtifactMap.SAMLArtifactMapEntryFactory) - Method in class org.opensaml.saml.common.binding.artifact.impl.StorageServiceSAMLArtifactMap
Set the map entry factory.
setEnvelope(Envelope) - Method in class org.opensaml.soap.messaging.context.SOAP11Context
Sets the current SOAP 1.1 Envelope.
setEnvironment(EnvironmentType) - Method in class org.opensaml.xacml.ctx.impl.RequestTypeImpl
Sets the environment of the request.
setEnvironment(EnvironmentType) - Method in interface org.opensaml.xacml.ctx.RequestType
Sets the environment of the request.
setEnvironmentAttributeDesignator(AttributeDesignatorType) - Method in interface org.opensaml.xacml.policy.EnvironmentMatchType
Sets the environment attribute designator for this match.
setEnvironmentAttributeDesignator(AttributeDesignatorType) - Method in class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeImpl
Sets the environment attribute designator for this match.
setEnvironments(EnvironmentsType) - Method in class org.opensaml.xacml.policy.impl.TargetTypeImpl
Sets the environments in the target.
setEnvironments(EnvironmentsType) - Method in interface org.opensaml.xacml.policy.TargetType
Sets the environments in the target.
setErrorFatal(boolean) - Method in class org.opensaml.saml.saml2.profile.impl.AbstractDecryptAction
Set whether decryption failure should be treated as an error or ignored.
setErrorURL(String) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorImpl
Sets the URI users should be sent to in the event of an error.
setErrorURL(String) - Method in interface org.opensaml.saml.saml2.metadata.RoleDescriptor
Sets the URI users should be sent to in the event of an error.
setEvaluateClientCertificate(boolean) - Method in class org.opensaml.security.messaging.ClientTLSSecurityParametersContext
Set whether to evaluate the certificate presented by the TLS client.
setEvaluateSubjectCommonName(boolean) - Method in class org.opensaml.security.x509.tls.CertificateNameOptions
Set whether to evaluate the certificate subject DN's common name (CN) as a derived issuer entity ID.
setEvaluateSubjectDN(boolean) - Method in class org.opensaml.security.x509.tls.CertificateNameOptions
Set whether to evaluate the certificate subject DN as a derived issuer entity ID.
setEvent(EventType) - Method in class org.opensaml.profile.context.EventContext
Set the event represented by the context.
setEventContextLookupStrategy(Function<ProfileRequestContext, EventContext>) - Method in class org.opensaml.saml.common.profile.logic.DefaultLocalErrorPredicate
Set lookup strategy for EventContext to check.
setEventContextLookupStrategy(Function<ProfileRequestContext, EventContext>) - Method in class org.opensaml.saml.saml1.profile.impl.AddStatusToResponse.StatusCodeMappingFunction
Set lookup strategy for EventContext to check.
setEventContextLookupStrategy(Function<ProfileRequestContext, EventContext>) - Method in class org.opensaml.saml.saml2.profile.impl.AddStatusToResponse.StatusCodeMappingFunction
Set lookup strategy for EventContext to check.
setEventContextLookupStrategy(Function<ProfileRequestContext, EventContext>) - Method in class org.opensaml.soap.soap11.profile.impl.AddSOAPFault.FaultCodeMappingFunction
Set lookup strategy for EventContext to check.
setEvidence(Evidence) - Method in interface org.opensaml.saml.saml1.core.AuthorizationDecisionQuery
Set the Evidence child element
setEvidence(Evidence) - Method in interface org.opensaml.saml.saml1.core.AuthorizationDecisionStatement
Set the Evidence element
setEvidence(Evidence) - Method in class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionQueryImpl
Set the Evidence child element
setEvidence(Evidence) - Method in class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionStatementImpl
Set the Evidence element
setEvidence(Evidence) - Method in interface org.opensaml.saml.saml2.core.AuthzDecisionQuery
Sets the Evidence of this query.
setEvidence(Evidence) - Method in interface org.opensaml.saml.saml2.core.AuthzDecisionStatement
Sets the SAML assertion the authority relied on when making the authorization decision.
setEvidence(Evidence) - Method in class org.opensaml.saml.saml2.core.impl.AuthzDecisionQueryImpl
Sets the Evidence of this query.
setEvidence(Evidence) - Method in class org.opensaml.saml.saml2.core.impl.AuthzDecisionStatementImpl
Sets the SAML assertion the authority relied on when making the authorization decision.
setExcludedFormats(Collection<String>) - Method in class org.opensaml.saml.saml2.profile.impl.EncryptNameIDs
Set the NameID formats to ignore and leave unencrypted.
setExistingParametersContextLookupStrategy(Function<ProfileRequestContext, SecurityParametersContext>) - Method in class org.opensaml.saml.common.profile.impl.PopulateSignatureSigningParameters
Set the strategy used to look up an existing SecurityParametersContext to copy instead of actually resolving the parameters to set.
setExpiration(long) - Method in class org.opensaml.saml.common.binding.artifact.ExpiringSAMLArtifactMapEntry
Sets the expiration in milliseconds since the start of the Unix epoch.
setExpiration(Object, Long) - Static method in class org.opensaml.storage.annotation.AnnotationSupport
Sets the value of the field indicated by the Expiration annotation on the given object.
setExpiration(Long) - Method in class org.opensaml.storage.MutableStorageRecord
Set the record expiration.
setExpiration(Long) - Method in class org.opensaml.storage.StorageRecord
Set the record expiration.
setExpirationTime(DateTime) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.EntityManagementData
Set the expiration time of the metadata.
setExpires(long) - Method in class org.opensaml.saml.common.binding.security.impl.MessageReplaySecurityHandler
Sets the lifetime in seconds of replay entries.
setExpires(Expires) - Method in class org.opensaml.soap.wssecurity.impl.TimestampImpl
Sets the <wsu:Expires> child element.
setExpires(Expires) - Method in interface org.opensaml.soap.wssecurity.Timestamp
Sets the <wsu:Expires> child element.
setExpires(Expires) - Method in class org.opensaml.soap.wstrust.impl.LifetimeImpl
Sets the wsu:Expires child element.
setExpires(Expires) - Method in interface org.opensaml.soap.wstrust.Lifetime
Sets the wsu:Expires child element.
setExponent(Exponent) - Method in class org.opensaml.xmlsec.signature.impl.RSAKeyValueImpl
Set the Exponent child element.
setExponent(Exponent) - Method in interface org.opensaml.xmlsec.signature.RSAKeyValue
Set the Exponent child element.
setExpression(ExpressionType) - Method in interface org.opensaml.xacml.policy.ConditionType
Sets the expression for this condition.
setExpression(ExpressionType) - Method in class org.opensaml.xacml.policy.impl.ConditionTypeImpl
Sets the expression for this condition.
setExpression(ExpressionType) - Method in class org.opensaml.xacml.policy.impl.VariableDefinitionTypeImpl
Sets the expression for this definition.
setExpression(ExpressionType) - Method in interface org.opensaml.xacml.policy.VariableDefinitionType
Sets the expression for this definition.
setExtensions(Extensions) - Method in class org.opensaml.saml.saml2.core.impl.RequestAbstractTypeImpl
Sets the Extensions of this request.
setExtensions(Extensions) - Method in class org.opensaml.saml.saml2.core.impl.StatusResponseTypeImpl
Sets the Extensions of this response.
setExtensions(Extensions) - Method in interface org.opensaml.saml.saml2.core.RequestAbstractType
Sets the Extensions of this request.
setExtensions(Extensions) - Method in interface org.opensaml.saml.saml2.core.StatusResponseType
Sets the Extensions of this response.
setExtensions(Extensions) - Method in interface org.opensaml.saml.saml2.metadata.AffiliationDescriptor
Sets the Extensions child of this object.
setExtensions(Extensions) - Method in interface org.opensaml.saml.saml2.metadata.ContactPerson
Sets the Extensions child of this object.
setExtensions(Extensions) - Method in interface org.opensaml.saml.saml2.metadata.EntitiesDescriptor
Sets the Extensions child of this object.
setExtensions(Extensions) - Method in interface org.opensaml.saml.saml2.metadata.EntityDescriptor
Sets the Extensions child of this object.
setExtensions(Extensions) - Method in class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorImpl
Sets the Extensions child of this object.
setExtensions(Extensions) - Method in class org.opensaml.saml.saml2.metadata.impl.ContactPersonImpl
Sets the Extensions child of this object.
setExtensions(Extensions) - Method in class org.opensaml.saml.saml2.metadata.impl.EntitiesDescriptorImpl
Sets the Extensions child of this object.
setExtensions(Extensions) - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
Sets the Extensions child of this object.
setExtensions(Extensions) - Method in class org.opensaml.saml.saml2.metadata.impl.OrganizationImpl
Sets the Extensions child of this object.
setExtensions(Extensions) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorImpl
Sets the Extensions child of this object.
setExtensions(Extensions) - Method in interface org.opensaml.saml.saml2.metadata.Organization
Sets the Extensions child of this object.
setExtensions(Extensions) - Method in interface org.opensaml.saml.saml2.metadata.RoleDescriptor
Sets the Extensions child of this object.
setFailFastInitialization(boolean) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
Sets whether problems during initialization should cause the provider to fail or go on without metadata.
setFault(Fault) - Method in exception org.opensaml.soap.client.SOAPFaultException
Sets the fault that caused the exception.
setFaultCode(QName) - Method in class org.opensaml.soap.soap11.profile.impl.AddSOAPFault
Set the default faultcode to insert.
setFaultCodeLookupStrategy(Function<ProfileRequestContext, QName>) - Method in class org.opensaml.soap.soap11.profile.impl.AddSOAPFault
Set the optional strategy used to obtain a faultcode to include.
setFaultString(String) - Method in class org.opensaml.soap.soap11.profile.impl.AddSOAPFault
Set a default faultstring to use in the event that error detail is off, or no specific message is obtained.
setFaultStringLookupStrategy(Function<ProfileRequestContext, String>) - Method in class org.opensaml.soap.soap11.profile.impl.AddSOAPFault
Set the optional strategy used to obtain a faultstring to include.
setFilters(List<MetadataFilter>) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.MetadataFilterChain
Set the list of MetadataFilters that make up this chain.
setFinalDestination(boolean) - Method in class org.opensaml.saml.saml2.binding.security.impl.ExtractChannelBindingsHeadersHandler
Set whether to include header blocks targeted at the final destination node (defaults to false).
setForceAuthn(Boolean) - Method in interface org.opensaml.saml.saml2.core.AuthnRequest
Sets whether the IdP should force the user to reauthenticate.
setForceAuthn(XSBooleanValue) - Method in interface org.opensaml.saml.saml2.core.AuthnRequest
Sets whether the IdP should force the user to reauthenticate.
setForceAuthn(Boolean) - Method in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
Sets whether the IdP should force the user to reauthenticate.
setForceAuthn(XSBooleanValue) - Method in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
Sets whether the IdP should force the user to reauthenticate.
setForceRevocationEnabled(boolean) - Method in class org.opensaml.security.x509.impl.CertPathPKIXValidationOptions
If true, the revocation behavior of the underlying CertPath provider will be forced to the value supplied by CertPathPKIXValidationOptions.isRevocationEnabled().
setFormat(String) - Method in class org.opensaml.saml.common.profile.AbstractNameIdentifierGenerator
Set the Format attribute supported.
setFormat(String) - Method in class org.opensaml.saml.saml1.core.impl.NameIdentifierImpl
Sets the format of this identifier.
setFormat(String) - Method in interface org.opensaml.saml.saml1.core.NameIdentifier
Sets the format of this identifier.
setFormat(String) - Method in class org.opensaml.saml.saml2.core.impl.AbstractNameIDType
Sets the format of the NameID.
setFormat(String) - Method in class org.opensaml.saml.saml2.core.impl.NameIDPolicyImpl
Sets the format of the NameIDPolicy.
setFormat(String) - Method in interface org.opensaml.saml.saml2.core.NameIDPolicy
Sets the format of the NameIDPolicy.
setFormat(String) - Method in interface org.opensaml.saml.saml2.core.NameIDType
Sets the format of the NameID.
setFormat(String) - Method in class org.opensaml.saml.saml2.metadata.impl.NameIDFormatImpl
Sets the format of the NameID.
setFormat(String) - Method in interface org.opensaml.saml.saml2.metadata.NameIDFormat
Sets the format of the NameID.
setFormatLookupStrategy(Function<ProfileRequestContext, List<String>>) - Method in class org.opensaml.saml.saml1.profile.impl.AddNameIdentifierToSubjects
Set the strategy function to use to obtain the formats to try.
setFormatLookupStrategy(Function<ProfileRequestContext, List<String>>) - Method in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects
Set the strategy function to use to obtain the formats to try.
setFormats(Collection<String>) - Method in class org.opensaml.saml.common.profile.logic.AbstractNameIDPolicyPredicate
Set the formats to apply the predicate to.
setFriendlyName(String) - Method in interface org.opensaml.saml.saml2.core.Attribute
Sets the friendly name of this attribute.
setFriendlyName(String) - Method in class org.opensaml.saml.saml2.core.impl.AttributeImpl
Sets the friendly name of this attribute.
setFulfillOn(EffectType) - Method in class org.opensaml.xacml.policy.impl.ObligationTypeImpl
Sets fulfill on effect.
setFulfillOn(EffectType) - Method in interface org.opensaml.xacml.policy.ObligationType
Sets fulfill on effect.
setFunctionId(String) - Method in interface org.opensaml.xacml.policy.ApplyType
Sets the ID of the function.
setFunctionId(String) - Method in interface org.opensaml.xacml.policy.FunctionType
Sets the ID of this function.
setFunctionId(String) - Method in class org.opensaml.xacml.policy.impl.ApplyTypeImpl
Sets the ID of the function.
setFunctionId(String) - Method in class org.opensaml.xacml.policy.impl.FunctionTypeImpl
Sets the ID of this function.
setG(G) - Method in interface org.opensaml.xmlsec.signature.DSAKeyValue
Set the G child element.
setG(G) - Method in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
Set the G child element.
setGenerator(Generator) - Method in interface org.opensaml.xmlsec.encryption.DHKeyValue
Set the G child element.
setGenerator(Generator) - Method in class org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
Set the G child element.
setGenerators(List<NameIdentifierGenerator<NameIdType>>) - Method in class org.opensaml.saml.common.profile.impl.ChainingNameIdentifierGenerator
Set the format-specific generators to use.
setGetComplete(String) - Method in interface org.opensaml.saml.saml2.core.GetComplete
Sets the GetComplete URI.
setGetComplete(GetComplete) - Method in interface org.opensaml.saml.saml2.core.IDPList
Sets the GetComplete URI.
setGetComplete(String) - Method in class org.opensaml.saml.saml2.core.impl.GetCompleteImpl
Sets the GetComplete URI.
setGetComplete(GetComplete) - Method in class org.opensaml.saml.saml2.core.impl.IDPListImpl
Sets the GetComplete URI.
setGivenName(GivenName) - Method in interface org.opensaml.saml.saml2.metadata.ContactPerson
Sets the given name for this person.
setGivenName(GivenName) - Method in class org.opensaml.saml.saml2.metadata.impl.ContactPersonImpl
Sets the given name for this person.
setHandler(MessageHandler<MessageType>) - Method in interface org.opensaml.messaging.error.PipelineMessageErrorHandler
Set the handler to invoke on the outbound error message.
setHandlers(List<MessageHandler<MessageType>>) - Method in class org.opensaml.messaging.handler.impl.BasicMessageHandlerChain
Set the list of message handler chain members.
setHasBindingSignature(boolean) - Method in class org.opensaml.saml.common.messaging.context.SAMLBindingContext
Set the flag indicating whether the message is signed at the binding level.
setHeader(Header) - Method in interface org.opensaml.soap.soap11.Envelope
Sets the header of this envelope.
setHeader(Header) - Method in class org.opensaml.soap.soap11.impl.EnvelopeImpl
Sets the header of this envelope.
setHeight(Integer) - Method in class org.opensaml.saml.ext.saml2mdui.impl.LogoImpl
Sets the height of the logo.
setHeight(Integer) - Method in interface org.opensaml.saml.ext.saml2mdui.Logo
Sets the height of the logo.
setHint(String) - Method in interface org.opensaml.saml.ext.saml2mdui.DomainHint
Sets the hint.
setHint(String) - Method in interface org.opensaml.saml.ext.saml2mdui.GeolocationHint
Sets the hint.
setHint(String) - Method in class org.opensaml.saml.ext.saml2mdui.impl.DomainHintImpl
Sets the hint.
setHint(String) - Method in class org.opensaml.saml.ext.saml2mdui.impl.GeolocationHintImpl
Sets the hint.
setHint(String) - Method in class org.opensaml.saml.ext.saml2mdui.impl.IPHintImpl
Sets the hint.
setHint(String) - Method in interface org.opensaml.saml.ext.saml2mdui.IPHint
Sets the hint.
setHMACOutputLength(Integer) - Method in class org.opensaml.xmlsec.signature.impl.SignatureImpl
Sets the HMAC output length value, optionally used when signing with an HMAC signature algorithm.
setHMACOutputLength(Integer) - Method in interface org.opensaml.xmlsec.signature.Signature
Sets the HMAC output length value, optionally used when signing with an HMAC signature algorithm.
setHttpClient(HttpClient) - Method in class org.opensaml.soap.client.http.HttpSOAPClient
Set the client used to make outbound HTTP requests.
setHTTPResponseStatus(Integer) - Method in class org.opensaml.soap.messaging.context.SOAP11Context
Set the optional HTTP response status code to return.
setHttpServletRequest(HttpServletRequest) - Method in class org.opensaml.messaging.decoder.servlet.AbstractHttpServletRequestMessageDecoder
Set the HTTP servlet request on which to operate.
setHttpServletRequest(HttpServletRequest) - Method in interface org.opensaml.messaging.decoder.servlet.HttpServletRequestMessageDecoder
Set the HTTP servlet request on which to operate.
setHttpServletRequest(HttpServletRequest) - Method in class org.opensaml.messaging.error.servlet.AbstractHttpServletMessageErrorHandler
Set the HTTP servlet request.
setHttpServletRequest(HttpServletRequest) - Method in interface org.opensaml.messaging.error.servlet.HttpServletMessageErrorHandler
Set the HTTP servlet request.
setHttpServletRequest(HttpServletRequest) - Method in class org.opensaml.messaging.handler.impl.HTTPRequestValidationHandler
Set the HTTP servlet request instance being evaluated.
setHttpServletRequest(HttpServletRequest) - Method in class org.opensaml.profile.action.AbstractProfileAction
Set the current HTTP request.
setHttpServletRequest(HttpServletRequest) - Method in class org.opensaml.profile.logic.IPRangePredicate
Set the servlet request to evaluate.
setHttpServletRequest(HttpServletRequest) - Method in class org.opensaml.saml.common.binding.security.impl.BaseSAMLSimpleSignatureSecurityHandler
Set the HTTP servlet request being processed.
setHttpServletRequest(HttpServletRequest) - Method in class org.opensaml.saml.common.binding.security.impl.ReceivedEndpointSecurityHandler
Set the HTTP servlet request being processed.
setHttpServletRequest(HttpServletRequest) - Method in class org.opensaml.security.messaging.impl.BaseClientCertAuthSecurityHandler
Set the HTTP servlet request being processed.
setHttpServletRequest(HttpServletRequest) - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Set the servlet request in which to manage per-request data.
setHttpServletResponse(HttpServletResponse) - Method in class org.opensaml.messaging.encoder.servlet.AbstractHttpServletResponseMessageEncoder
Set the HTTP servlet response on which to operate.
setHttpServletResponse(HttpServletResponse) - Method in interface org.opensaml.messaging.encoder.servlet.HttpServletResponseMessageEncoder
Set the HTTP servlet response on which to operate.
setHttpServletResponse(HttpServletResponse) - Method in class org.opensaml.messaging.error.servlet.AbstractHttpServletMessageErrorHandler
Set the HTTP servlet response.
setHttpServletResponse(HttpServletResponse) - Method in interface org.opensaml.messaging.error.servlet.HttpServletMessageErrorHandler
Set the HTTP servlet response.
setHttpServletResponse(HttpServletResponse) - Method in class org.opensaml.profile.action.AbstractProfileAction
Set the current HTTP response.
setHttpServletResponse(HttpServletResponse) - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Set the servlet response in which to manage per-request data.
setID(String) - Method in interface org.opensaml.saml.saml1.core.Assertion
Get the ID.
setID(String) - Method in class org.opensaml.saml.saml1.core.impl.AssertionImpl
Get the ID.
setID(String) - Method in class org.opensaml.saml.saml1.core.impl.RequestAbstractTypeImpl
Set the ID.
setID(String) - Method in class org.opensaml.saml.saml1.core.impl.ResponseAbstractTypeImpl
Set the ID.
setID(String) - Method in interface org.opensaml.saml.saml1.core.RequestAbstractType
Set the ID.
setID(String) - Method in interface org.opensaml.saml.saml1.core.ResponseAbstractType
Set the ID.
setID(String) - Method in interface org.opensaml.saml.saml2.core.Assertion
Sets the ID of this assertion.
setID(String) - Method in class org.opensaml.saml.saml2.core.impl.AssertionImpl
Sets the ID of this assertion.
setID(String) - Method in class org.opensaml.saml.saml2.core.impl.RequestAbstractTypeImpl
Sets the unique identifier of the request.
setID(String) - Method in class org.opensaml.saml.saml2.core.impl.StatusResponseTypeImpl
Sets the unique identifier of the response.
setID(String) - Method in interface org.opensaml.saml.saml2.core.RequestAbstractType
Sets the unique identifier of the request.
setID(String) - Method in interface org.opensaml.saml.saml2.core.StatusResponseType
Sets the unique identifier of the response.
setID(String) - Method in interface org.opensaml.saml.saml2.metadata.AffiliateMember
Sets the member's entity ID.
setID(String) - Method in interface org.opensaml.saml.saml2.metadata.AffiliationDescriptor
Sets the ID of this descriptor.
setID(String) - Method in interface org.opensaml.saml.saml2.metadata.EntitiesDescriptor
Sets the ID of this entity group.
setID(String) - Method in interface org.opensaml.saml.saml2.metadata.EntityDescriptor
Sets the ID for this entity descriptor.
setID(String) - Method in class org.opensaml.saml.saml2.metadata.impl.AffiliateMemberImpl
Sets the member's entity ID.
setID(String) - Method in class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorImpl
Sets the ID of this descriptor.
setID(String) - Method in class org.opensaml.saml.saml2.metadata.impl.EntitiesDescriptorImpl
Sets the ID of this entity group.
setID(String) - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
Sets the ID for this entity descriptor.
setID(String) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorImpl
Sets the ID of this role descriptor.
setID(String) - Method in interface org.opensaml.saml.saml2.metadata.RoleDescriptor
Sets the ID of this role descriptor.
setID(String) - Method in interface org.opensaml.xmlsec.encryption.EncryptedType
Sets the unique ID for the XML element.
setID(String) - Method in interface org.opensaml.xmlsec.encryption.EncryptionProperties
Set the ID attribute that uniquely identifies this element.
setID(String) - Method in interface org.opensaml.xmlsec.encryption.EncryptionProperty
Set the ID attribute which uniquely identifies this element.
setID(String) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
Sets the unique ID for the XML element.
setID(String) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertiesImpl
Set the ID attribute that uniquely identifies this element.
setID(String) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyImpl
Set the ID attribute which uniquely identifies this element.
setID(String) - Method in interface org.opensaml.xmlsec.signature.DEREncodedKeyValue
Set the Id attribute value.
setID(String) - Method in interface org.opensaml.xmlsec.signature.ECKeyValue
Set the Id attribute value.
setID(String) - Method in class org.opensaml.xmlsec.signature.impl.DEREncodedKeyValueImpl
Set the Id attribute value.
setID(String) - Method in class org.opensaml.xmlsec.signature.impl.ECKeyValueImpl
Set the Id attribute value.
setID(String) - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoImpl
Set the Id attribute value.
setID(String) - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoReferenceImpl
Set the Id attribute value.
setID(String) - Method in interface org.opensaml.xmlsec.signature.KeyInfo
Set the Id attribute value.
setID(String) - Method in interface org.opensaml.xmlsec.signature.KeyInfoReference
Set the Id attribute value.
setIdentifierEncryptionParameters(EncryptionParameters) - Method in class org.opensaml.saml.saml2.profile.context.EncryptionContext
Set the encryption parameters to use for encryption of identifiers.
setIdentifierGeneratorLookupStrategy(Function<ProfileRequestContext, IdentifierGenerationStrategy>) - Method in class org.opensaml.saml.saml1.profile.impl.AddResponseShell
Set the strategy used to locate the IdentifierGenerationStrategy to use.
setIdentifierGeneratorLookupStrategy(Function<ProfileRequestContext, IdentifierGenerationStrategy>) - Method in class org.opensaml.saml.saml2.profile.impl.AbstractResponseShellAction
Set the strategy used to locate the IdentifierGenerationStrategy to use.
setIdentifierGeneratorLookupStrategy(Function<ProfileRequestContext, IdentifierGenerationStrategy>) - Method in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects
Set the strategy used to locate the IdentifierGenerationStrategy to use.
setIdentifierGeneratorLookupStrategy(Function<ProfileRequestContext, IdentifierGenerationStrategy>) - Method in class org.opensaml.saml.saml2.profile.impl.AddStatusResponseShell
Set the strategy used to locate the IdentifierGenerationStrategy to use.
setIDGenerator(IdentifierGenerationStrategy) - Method in class org.opensaml.saml.saml2.encryption.Encrypter
Set the generator to use when creating XML ID attribute values.
setIDPList(IDPList) - Method in class org.opensaml.saml.saml2.core.impl.ScopingImpl
Sets the IDPList.
setIDPList(IDPList) - Method in interface org.opensaml.saml.saml2.core.Scoping
Sets the IDPList.
setIDPList(IDPList) - Method in class org.opensaml.saml.saml2.ecp.impl.RequestImpl
Set the IDPList child element.
setIDPList(IDPList) - Method in interface org.opensaml.saml.saml2.ecp.Request
Set the IDPList child element.
setIdPNameQualifier(String) - Method in class org.opensaml.saml.common.profile.AbstractNameIdentifierGenerator
Set the NameQualifier attribute.
setIgnoreMissingOrUnrecognized(boolean) - Method in class org.opensaml.saml.common.binding.impl.CheckMessageVersionHandler
Set whether to ignore cases where a message does not exist or is not recognized.
setInboundMessageContext(MessageContext<InboundMessageType>) - Method in class org.opensaml.messaging.context.InOutOperationContext
Sets the inbound message context.
setIndex(Integer) - Method in class org.opensaml.saml.metadata.support.AttributeConsumingServiceSelector
Set the index of the desired service.
setIndex(int) - Method in interface org.opensaml.saml.saml2.metadata.AttributeConsumingService
Sets the index for this service.
setIndex(int) - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeConsumingServiceImpl
Sets the index for this service.
setIndex(Integer) - Method in class org.opensaml.saml.saml2.metadata.impl.IndexedEndpointImpl
Sets the index of the endpoint.
setIndex(Integer) - Method in interface org.opensaml.saml.saml2.metadata.IndexedEndpoint
Sets the index of the endpoint.
setIndexLookupStrategy(Function<MessageContext, Integer>) - Method in class org.opensaml.saml.common.binding.impl.SAMLAddAttributeConsumingServiceHandler
Set the strategy to locate the AttributeConsumingService index from the MessageContext.
setInferQNameValues(boolean) - Method in class org.opensaml.core.xml.util.AttributeMap
Set the flag indicating whether an attempt should be made to infer QName values, if attribute is not registered via a configuration as a QName type.
setInitialPolicies(Set<String>) - Method in class org.opensaml.security.x509.impl.CertPathPKIXValidationOptions
Sets the initial policy identifiers (OID strings) for the underlying CertPath Provider, i.e.
setInputContextOnly(XSBooleanValue) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
Sets if external attributes is allowed in the decision, true if it's allowed.
setInputContextOnly(Boolean) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
Sets if external attributes is allowed in the decision, true if it's allowed.
setInputContextOnly(Boolean) - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
Sets if external attributes is allowed in the decision, true if it's allowed.
setInputContextOnly(XSBooleanValue) - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
Sets if external attributes is allowed in the decision, true if it's allowed.
setInResponseTo(String) - Method in class org.opensaml.saml.saml1.core.impl.ResponseAbstractTypeImpl
Set the InResponseTo (attribute).
setInResponseTo(String) - Method in interface org.opensaml.saml.saml1.core.ResponseAbstractType
Set the InResponseTo (attribute).
setInResponseTo(String) - Method in class org.opensaml.saml.saml2.core.impl.StatusResponseTypeImpl
Sets the unique request identifier for which this is a response.
setInResponseTo(String) - Method in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationDataImpl
Sets the message ID this is in response to.
setInResponseTo(String) - Method in interface org.opensaml.saml.saml2.core.StatusResponseType
Sets the unique request identifier for which this is a response.
setInResponseTo(String) - Method in interface org.opensaml.saml.saml2.core.SubjectConfirmationData
Sets the message ID this is in response to.
setInResponseToLookupStrategy(Function<ProfileRequestContext, String>) - Method in class org.opensaml.saml.saml2.profile.impl.AddSubjectConfirmationToSubjects
Set the strategy used to obtain value for SubjectConfirmationData.getInResponseTo().
setIntegrityActive(boolean) - Method in class org.opensaml.messaging.context.MessageChannelSecurityContext
Set whether message channel integrity is active.
setIntegrityActive(boolean) - Method in class org.opensaml.profile.action.impl.StaticMessageChannelSecurity
Set whether message channel integrity is active.
setIntendedDestinationEndpointURIRequired(boolean) - Method in class org.opensaml.saml.common.messaging.context.SAMLBindingContext
Set the flag indicating whether the binding in use requires the presence within the message of information indicating the intended message destination endpoint URI.
setIPAddress(String) - Method in class org.opensaml.saml.saml1.core.impl.SubjectLocalityImpl
Sets the IP address of the locality.
setIPAddress(String) - Method in interface org.opensaml.saml.saml1.core.SubjectLocality
Sets the IP address of the locality.
setIsDefault(Boolean) - Method in interface org.opensaml.saml.saml2.metadata.AttributeConsumingService
Sets if this is the default service for the service provider.
setIsDefault(XSBooleanValue) - Method in interface org.opensaml.saml.saml2.metadata.AttributeConsumingService
Sets if this is the default service for the service provider.
setIsDefault(Boolean) - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeConsumingServiceImpl
Sets if this is the default service for the service provider.
setIsDefault(XSBooleanValue) - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeConsumingServiceImpl
Sets if this is the default service for the service provider.
setIsDefault(Boolean) - Method in class org.opensaml.saml.saml2.metadata.impl.IndexedEndpointImpl
Sets whether this is the default endpoint in a list.
setIsDefault(XSBooleanValue) - Method in class org.opensaml.saml.saml2.metadata.impl.IndexedEndpointImpl
Sets whether this is the default endpoint in a list.
setIsDefault(Boolean) - Method in interface org.opensaml.saml.saml2.metadata.IndexedEndpoint
Sets whether this is the default endpoint in a list.
setIsDefault(XSBooleanValue) - Method in interface org.opensaml.saml.saml2.metadata.IndexedEndpoint
Sets whether this is the default endpoint in a list.
setIsPassive(Boolean) - Method in interface org.opensaml.saml.saml2.core.AuthnRequest
Sets whether the IdP should refrain from interacting with the user during the authentication process.
setIsPassive(XSBooleanValue) - Method in interface org.opensaml.saml.saml2.core.AuthnRequest
Sets whether the IdP should refrain from interacting with the user during the authentication process.
setIsPassive(Boolean) - Method in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
Sets whether the IdP should refrain from interacting with the user during the authentication process.
setIsPassive(XSBooleanValue) - Method in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
Sets whether the IdP should refrain from interacting with the user during the authentication process.
setIsRequired(Boolean) - Method in class org.opensaml.saml.saml2.metadata.impl.RequestedAttributeImpl
Sets if this requested attribute is also required.
setIsRequired(XSBooleanValue) - Method in class org.opensaml.saml.saml2.metadata.impl.RequestedAttributeImpl
Sets if this requested attribute is also required.
setIsRequired(Boolean) - Method in interface org.opensaml.saml.saml2.metadata.RequestedAttribute
Sets if this requested attribute is also required.
setIsRequired(XSBooleanValue) - Method in interface org.opensaml.saml.saml2.metadata.RequestedAttribute
Sets if this requested attribute is also required.
setIssueInstant(DateTime) - Method in interface org.opensaml.saml.saml1.core.Assertion
Set the IssueInstance (attribute).
setIssueInstant(DateTime) - Method in class org.opensaml.saml.saml1.core.impl.AssertionImpl
Set the IssueInstance (attribute).
setIssueInstant(DateTime) - Method in class org.opensaml.saml.saml1.core.impl.RequestAbstractTypeImpl
Set the issue instant.
setIssueInstant(DateTime) - Method in class org.opensaml.saml.saml1.core.impl.ResponseAbstractTypeImpl
Set the Issue Instant (attribute).
setIssueInstant(DateTime) - Method in interface org.opensaml.saml.saml1.core.RequestAbstractType
Set the issue instant.
setIssueInstant(DateTime) - Method in interface org.opensaml.saml.saml1.core.ResponseAbstractType
Set the Issue Instant (attribute).
setIssueInstant(DateTime) - Method in interface org.opensaml.saml.saml2.core.Assertion
Sets the issue instance of this assertion.
setIssueInstant(DateTime) - Method in class org.opensaml.saml.saml2.core.impl.AssertionImpl
Sets the issue instance of this assertion.
setIssueInstant(DateTime) - Method in class org.opensaml.saml.saml2.core.impl.RequestAbstractTypeImpl
Sets the date/time the request was issued.
setIssueInstant(DateTime) - Method in class org.opensaml.saml.saml2.core.impl.StatusResponseTypeImpl
Sets the date/time the response was issued.
setIssueInstant(DateTime) - Method in interface org.opensaml.saml.saml2.core.RequestAbstractType
Sets the date/time the request was issued.
setIssueInstant(DateTime) - Method in interface org.opensaml.saml.saml2.core.StatusResponseType
Sets the date/time the response was issued.
setIssuer(String) - Method in interface org.opensaml.saml.saml1.core.Assertion
Set the Issuer (attribute).
setIssuer(String) - Method in class org.opensaml.saml.saml1.core.impl.AssertionImpl
Set the Issuer (attribute).
setIssuer(Issuer) - Method in interface org.opensaml.saml.saml2.core.Assertion
Sets the Issuer of this assertion.
setIssuer(Issuer) - Method in class org.opensaml.saml.saml2.core.impl.AssertionImpl
Sets the Issuer of this assertion.
setIssuer(Issuer) - Method in class org.opensaml.saml.saml2.core.impl.RequestAbstractTypeImpl
Sets the issuer of this request.
setIssuer(Issuer) - Method in class org.opensaml.saml.saml2.core.impl.StatusResponseTypeImpl
Sets the issuer of this response.
setIssuer(Issuer) - Method in interface org.opensaml.saml.saml2.core.RequestAbstractType
Sets the issuer of this request.
setIssuer(Issuer) - Method in interface org.opensaml.saml.saml2.core.StatusResponseType
Sets the issuer of this response.
setIssuer(Issuer) - Method in class org.opensaml.saml.saml2.ecp.impl.RequestImpl
Set the Issuer child elemet.
setIssuer(Issuer) - Method in interface org.opensaml.saml.saml2.ecp.Request
Set the Issuer child elemet.
setIssuer(String) - Method in interface org.opensaml.xacml.ctx.AttributeType
Sets the issuer of the attribute.
setIssuer(String) - Method in class org.opensaml.xacml.ctx.impl.AttributeTypeImpl
Sets the issuer of the attribute.
setIssuer(String) - Method in class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeImpl
Sets the issuer of the attribute.
setIssuer(String) - Method in interface org.opensaml.xacml.ctx.MissingAttributeDetailType
Sets the issuer of the attribute.
setIssuer(String) - Method in interface org.opensaml.xacml.policy.AttributeDesignatorType
Sets the issuer of the designated attribute.
setIssuer(String) - Method in class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImpl
Sets the issuer of the designated attribute.
setIssuerLookupStrategy(Function<MessageContext, String>) - Method in class org.opensaml.messaging.handler.impl.CheckMandatoryIssuer
Set the strategy used to look up the issuer associated with the message context.
setIssuerLookupStrategy(Function<ProfileRequestContext, String>) - Method in class org.opensaml.saml.saml1.profile.impl.ResolveArtifacts
Set the strategy used to locate the issuer's identity.
setIssuerLookupStrategy(Function<ProfileRequestContext, String>) - Method in class org.opensaml.saml.saml2.profile.impl.AbstractResponseShellAction
Set the strategy used to locate the issuer value to use.
setIssuerLookupStrategy(Function<ProfileRequestContext, String>) - Method in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects
Set the strategy used to locate the issuer value to use.
setIssuerLookupStrategy(Function<ProfileRequestContext, String>) - Method in class org.opensaml.saml.saml2.profile.impl.AddStatusResponseShell
Set the strategy used to locate the issuer value to use.
setIssuerLookupStrategy(Function<ProfileRequestContext, String>) - Method in class org.opensaml.saml.saml2.profile.impl.ResolveArtifact
Set the strategy used to locate the issuer's identity.
setIssuerName(X500Principal) - Method in class org.opensaml.security.x509.X509IssuerSerialCriterion
Set the issuer name.
setJ(J) - Method in interface org.opensaml.xmlsec.signature.DSAKeyValue
Set the J child element.
setJ(J) - Method in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
Set the J child element.
setJCAProviderName(String) - Method in class org.opensaml.xmlsec.encryption.support.Decrypter
Set the Java Cryptography Architecture (JCA) security provider name that should be used to provide the decryption support.
setJCAProviderName(String) - Method in class org.opensaml.xmlsec.encryption.support.Encrypter
Set the Java Cryptography Architecture (JCA) security provider name that should be used to provide the encryption support.
setKANonce(KANonce) - Method in interface org.opensaml.xmlsec.encryption.AgreementMethod
Set the nonce child element used to introduce variability into the generation of keying material.
setKANonce(KANonce) - Method in class org.opensaml.xmlsec.encryption.impl.AgreementMethodImpl
Set the nonce child element used to introduce variability into the generation of keying material.
setKEKKeyInfoCredentialResolver(KeyInfoCredentialResolver) - Method in class org.opensaml.xmlsec.DecryptionParameters
Set the KeyInfoCredentialResolver to use when processing the EncryptedKey/KeyInfo (the Key Encryption Key or KEK).
setKEKKeyInfoCredentialResolver(KeyInfoCredentialResolver) - Method in class org.opensaml.xmlsec.impl.BasicDecryptionConfiguration
Set the KeyInfoCredentialResolver to use when processing the EncryptedKey/KeyInfo (the Key Encryption Key or KEK).
setKEKResolverCriteria(CriteriaSet) - Method in class org.opensaml.xmlsec.encryption.support.Decrypter
Set the optional static set of criteria used when resolving credentials based on the KeyInfo of an EncryptedKey element.
setKey(Object, String) - Static method in class org.opensaml.storage.annotation.AnnotationSupport
Sets the value of the field indicated by the Key annotation on the given object.
setKey(String) - Method in class org.opensaml.storage.impl.JPAStorageRecord.RecordId
Sets the key.
setKey(String) - Method in class org.opensaml.storage.impl.JPAStorageRecord
Sets the key.
setKey(Key) - Method in class org.opensaml.xmlsec.keyinfo.impl.KeyInfoResolutionContext
Set the key currently known to be represented by the KeyInfo.
setKeyAlgorithm(String) - Method in class org.opensaml.security.criteria.KeyAlgorithmCriterion
Set the key algorithm criteria.
setKeyInfo(KeyInfo) - Method in class org.opensaml.saml.ext.samlec.impl.SessionKeyImpl
Set the KeyInfo object that describes the session key.
setKeyInfo(KeyInfo) - Method in interface org.opensaml.saml.ext.samlec.SessionKey
Set the KeyInfo object that describes the session key.
setKeyInfo(KeyInfo) - Method in class org.opensaml.saml.saml1.core.impl.SubjectConfirmationImpl
Sets the key information for the subject.
setKeyInfo(KeyInfo) - Method in interface org.opensaml.saml.saml1.core.SubjectConfirmation
Sets the key information for the subject.
setKeyInfo(KeyInfo) - Method in class org.opensaml.saml.saml2.metadata.impl.KeyDescriptorImpl
Sets information about the key, including the key itself.
setKeyInfo(KeyInfo) - Method in interface org.opensaml.saml.saml2.metadata.KeyDescriptor
Sets information about the key, including the key itself.
setKeyInfo(KeyInfo) - Method in interface org.opensaml.xmlsec.encryption.EncryptedType
Sets the KeyInfo child element.
setKeyInfo(KeyInfo) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
Sets the KeyInfo child element.
setKeyInfo(KeyInfo) - Method in class org.opensaml.xmlsec.keyinfo.impl.KeyInfoResolutionContext
Sets the KeyInfo being processed.
setKeyInfo(KeyInfo) - Method in class org.opensaml.xmlsec.keyinfo.impl.StaticKeyInfoGenerator
Set the static KeyInfo object held by this generator.
setKeyInfo(KeyInfo) - Method in class org.opensaml.xmlsec.keyinfo.KeyInfoCriterion
Sets the KeyInfo which is the source of credential criteria.
setKeyInfo(KeyInfo) - Method in class org.opensaml.xmlsec.signature.impl.SignatureImpl
Sets the key info added to this signature.
setKeyInfo(KeyInfo) - Method in interface org.opensaml.xmlsec.signature.Signature
Sets the key info added to this signature.
setKeyInfoCredentialResolver(KeyInfoCredentialResolver) - Method in class org.opensaml.saml.security.impl.MetadataCredentialResolver
Set the KeyInfo credential resolver used by this entityDescriptorResolver resolver to handle KeyInfo elements.
setKeyInfoGenerator(KeyInfoGenerator) - Method in class org.opensaml.xmlsec.encryption.support.DataEncryptionParameters
Sets the instance which will be used to generate a KeyInfo object from the encryption credential.
setKeyInfoGenerator(KeyInfoGenerator) - Method in class org.opensaml.xmlsec.SignatureSigningParameters
Set the KeyInfoGenerator to use when generating the Signature/KeyInfo.
setKeyInfoGeneratorManager(NamedKeyInfoGeneratorManager) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
Set the manager for named KeyInfoGenerator instances.
setKeyInfoResolver(KeyInfoCredentialResolver) - Method in class org.opensaml.saml.saml2.binding.security.impl.SAML2HTTPPostSimpleSignSecurityHandler
Set the KeyInfo credential resolver.
setKeyLength(Integer) - Method in class org.opensaml.security.criteria.KeyLengthCriterion
Set the key length.
setKeyName(String) - Method in class org.opensaml.security.criteria.KeyNameCriterion
Set the key name criteria.
setKeyPlacement(Encrypter.KeyPlacement) - Method in class org.opensaml.saml.saml2.encryption.Encrypter
Set the key placement option.
setKeyPlacementLookupStrategy(Function<ProfileRequestContext, Encrypter.KeyPlacement>) - Method in class org.opensaml.saml.saml2.profile.impl.AbstractEncryptAction
Set the strategy used to determine the encrypted key placement strategy.
setKeyResolverCriteria(CriteriaSet) - Method in class org.opensaml.xmlsec.encryption.support.Decrypter
Set the optional static set of criteria used when resolving credentials based on the KeyInfo of an EncryptedData element.
setKeySize(int) - Method in class org.opensaml.storage.AbstractStorageService
Set the key size limit.
setKeySize(KeySize) - Method in interface org.opensaml.xmlsec.encryption.EncryptionMethod
Sets the KeySize child element.
setKeySize(KeySize) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionMethodImpl
Sets the KeySize child element.
setKeyStrategy(DataSealerKeyStrategy) - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Set the DataSealerKeyStrategy to use for stale key detection.
setKeyTransportAlgorithmPredicate(KeyTransportAlgorithmPredicate) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
Set the instance of KeyTransportAlgorithmPredicate.
setKeyTransportEncryptionAlgorithm(String) - Method in class org.opensaml.xmlsec.EncryptionParameters
Set the encryption algorithm URI to use when encrypting the EncryptedKey.
setKeyTransportEncryptionAlgorithms(List<String>) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
Set the key transport encryption algorithms to use.
setKeyTransportEncryptionCredential(Credential) - Method in class org.opensaml.xmlsec.EncryptionParameters
Set the encryption credential to use when encrypting the EncryptedKey.
setKeyTransportEncryptionCredentials(List<Credential>) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
Set the key transport encryption credentials to use.
setKeyTransportKeyInfoGenerator(KeyInfoGenerator) - Method in class org.opensaml.xmlsec.EncryptionParameters
Set the KeyInfoGenerator to use when generating the EncryptedKey/KeyInfo.
setKeyTransportKeyInfoGeneratorManager(NamedKeyInfoGeneratorManager) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
Set the manager for named KeyInfoGenerator instances for encrypting keys.
setKeywords(List<String>) - Method in class org.opensaml.saml.ext.saml2mdui.impl.KeywordsImpl
Sets the keywords.
setKeywords(List<String>) - Method in interface org.opensaml.saml.ext.saml2mdui.Keywords
Sets the keywords.
setLastUpdateTime(DateTime) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.EntityManagementData
Set the last update time of the metadata.
setLatestVersion(String) - Method in interface org.opensaml.xacml.policy.IdReferenceType
Sets the latest version of the reference.
setLatestVersion(String) - Method in class org.opensaml.xacml.policy.impl.IdReferenceTypeImpl
Sets the latest version of the reference.
setLifetimeLookupStrategy(Function<ProfileRequestContext, Long>) - Method in class org.opensaml.saml.saml2.profile.impl.AddSubjectConfirmationToSubjects
Set the strategy used to obtain value for SubjectConfirmationData.getNotOnOrAfter().
setLoc(String) - Method in interface org.opensaml.saml.saml2.core.IDPEntry
Sets the Loc value.
setLoc(String) - Method in class org.opensaml.saml.saml2.core.impl.IDPEntryImpl
Sets the Loc value.
setLocalEvents(Collection<String>) - Method in class org.opensaml.saml.common.profile.logic.DefaultLocalErrorPredicate
Set the events to handle locally.
setLocation(String) - Method in interface org.opensaml.saml.saml1.core.AuthorityBinding
Set the authority location.
setLocation(String) - Method in class org.opensaml.saml.saml1.core.impl.AuthorityBindingImpl
Set the authority location.
setLocation(String) - Method in interface org.opensaml.saml.saml2.metadata.Endpoint
Sets the URI, usually a URL, for the location of this Endpoint.
setLocation(String) - Method in class org.opensaml.saml.saml2.metadata.impl.EndpointImpl
Sets the URI, usually a URL, for the location of this Endpoint.
setLocationURI(String) - Method in interface org.opensaml.saml.saml2.metadata.AdditionalMetadataLocation
Sets the location URI.
setLocationURI(String) - Method in class org.opensaml.saml.saml2.metadata.impl.AdditionalMetadataLocationImpl
Sets the location URI.
setLoggingId(String) - Method in class org.opensaml.profile.context.ProfileRequestContext
Set the logging ID of the profile used by the current request.
setMaskGenerationFunction(String) - Method in class org.opensaml.xmlsec.encryption.support.RSAOAEPParameters
Set the mask generation function (MGF) algorithm URI.
setMatchId(String) - Method in interface org.opensaml.xacml.policy.ActionMatchType
Sets the ID of this match.
setMatchId(String) - Method in interface org.opensaml.xacml.policy.EnvironmentMatchType
Sets the ID of this match.
setMatchId(String) - Method in class org.opensaml.xacml.policy.impl.ActionMatchTypeImpl
Sets the ID of this match.
setMatchId(String) - Method in class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeImpl
Sets the ID of this match.
setMatchId(String) - Method in class org.opensaml.xacml.policy.impl.ResourceMatchTypeImpl
Sets the ID of this match.
setMatchId(String) - Method in class org.opensaml.xacml.policy.impl.SubjectMatchTypeImpl
Sets the ID of this match.
setMatchId(String) - Method in interface org.opensaml.xacml.policy.ResourceMatchType
Sets the ID of this match.
setMatchId(String) - Method in interface org.opensaml.xacml.policy.SubjectMatchType
Sets the ID of this match.
setMatchIfMetadataSilent(boolean) - Method in class org.opensaml.saml.common.profile.logic.AbstractRegistrationInfoPredicate
Set whether a predicate should evaluate to true if the data being matched on does not exist.
setMaxCacheDuration(Long) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
Set the maximum cache duration for metadata.
setMaxIdleEntityData(Long) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
Set the maximum idle time in milliseconds for which the resolver will keep data for a given entityID, before it is removed.
setMaxKeySize(Integer) - Method in class org.opensaml.saml.ext.saml2alg.impl.SigningMethodImpl
Set the value of the MaxKeySize attribute.
setMaxKeySize(Integer) - Method in interface org.opensaml.saml.ext.saml2alg.SigningMethod
Set the value of the MaxKeySize attribute.
setMaxRefreshDelay(long) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
Sets the maximum amount of time, in milliseconds, between refresh intervals.
setMaxValidityInterval(long) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.RequiredValidUntilFilter
Set the maximum interval, in milliseconds, between now and the validUntil date.
setMergeMetadataRSAOAEPParametersWithConfig(boolean) - Method in class org.opensaml.saml.security.impl.SAMLMetadataEncryptionParametersResolver
Set whether the resolver should attempt to merge RSAOAEPParameters values resolved from metadata with additional parameters from supplied instances of EncryptionConfiguration.
setMessage(MessageType) - Method in class org.opensaml.messaging.context.MessageContext
Set the message represented by the message context.
setMessage(String) - Method in class org.opensaml.saml.saml1.core.impl.StatusMessageImpl
Set the message.
setMessage(String) - Method in interface org.opensaml.saml.saml1.core.StatusMessage
Set the message.
setMessage(SAMLObject) - Method in interface org.opensaml.saml.saml2.core.ArtifactResponse
Sets the protocol message from the artifact response.
setMessage(SAMLObject) - Method in class org.opensaml.saml.saml2.core.impl.ArtifactResponseImpl
Sets the protocol message from the artifact response.
setMessage(String) - Method in class org.opensaml.saml.saml2.core.impl.StatusMessageImpl
Sets the Message of this Status Message.
setMessage(String) - Method in interface org.opensaml.saml.saml2.core.StatusMessage
Sets the Message of this Status Message.
setMessage(FaultString) - Method in interface org.opensaml.soap.soap11.Fault
Sets the fault string for this fault.
setMessage(FaultString) - Method in class org.opensaml.soap.soap11.impl.FaultImpl
Sets the fault string for this fault.
setMessageContext(MessageContext<MessageType>) - Method in class org.opensaml.messaging.decoder.AbstractMessageDecoder
Set the message context.
setMessageContext(MessageContext<MessageType>) - Method in class org.opensaml.messaging.encoder.AbstractMessageEncoder
Set the MessageContext which is to be encoded.
setMessageContext(MessageContext<MessageType>) - Method in interface org.opensaml.messaging.encoder.MessageEncoder
Set the MessageContext which is to be encoded.
setMessageEncoder(MessageEncoder<MessageType>) - Method in interface org.opensaml.messaging.error.PipelineMessageErrorHandler
Set the message encoder used to encode the outbound error message.
setMessageEncoderFactory(MessageEncoderFactory) - Method in class org.opensaml.profile.action.impl.EncodeMessage
Set the encoder factory to use.
setMessageHandle(byte[]) - Method in class org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactType0004
Sets the 20 byte message handle of the artifact.
setMessageHandler(MessageHandler) - Method in class org.opensaml.profile.action.impl.EncodeMessage
The supplied MessageHandler will be invoked on the MessageContext after MessageEncoder.prepareContext(), and prior to invoking MessageEncoder.encode().
setMessageId(String) - Method in class org.opensaml.saml.common.messaging.context.SAMLMessageInfoContext
Sets the ID of the message.
setMessageIssueInstant(DateTime) - Method in class org.opensaml.saml.common.messaging.context.SAMLMessageInfoContext
Sets the issue instant of the message.
setMessageLifetime(long) - Method in class org.opensaml.saml.common.binding.security.impl.MessageLifetimeSecurityHandler
Sets the amount of time, in milliseconds, for which a message is valid.
setMessageLookupStrategy(Function<ProfileRequestContext, Object>) - Method in class org.opensaml.saml.saml2.profile.impl.AbstractDecryptAction
Set the strategy used to locate the SAMLObject to operate on.
setMessageLookupStrategy(Function<ProfileRequestContext, SAMLObject>) - Method in class org.opensaml.saml.saml2.profile.impl.EncryptNameIDs
Set the strategy used to locate the Response to operate on.
setMessageType(QName) - Method in class org.opensaml.saml.saml2.profile.impl.AddStatusResponseShell
Set the type of message to create.
setMetadata(Metadata) - Method in interface org.opensaml.soap.wsaddressing.EndpointReferenceType
Sets the <wsa:Metadata> child element.
setMetadata(Metadata) - Method in class org.opensaml.soap.wsaddressing.impl.EndpointReferenceTypeImpl
Sets the <wsa:Metadata> child element.
setMetadataContextLookupStrategy(Function<MessageContext, SAMLMetadataContext>) - Method in class org.opensaml.saml.common.binding.impl.SAMLAddAttributeConsumingServiceHandler
Set the strategy to locate the SAMLMetadataContext from the MessageContext.
setMetadataContextLookupStrategy(Function<ProfileRequestContext, SAMLMetadataContext>) - Method in class org.opensaml.saml.common.profile.impl.PopulateSignatureSigningParameters
Set lookup strategy for SAMLMetadataContext for input to resolution.
setMetadataFile(File) - Method in class org.opensaml.saml.metadata.resolver.impl.FilesystemMetadataResolver
Sets the file from which metadata is read.
setMetadataFilter(MetadataFilter) - Method in class org.opensaml.saml.metadata.resolver.ChainingMetadataResolver
Sets the metadata filter applied to the metadata.
setMetadataFilter(MetadataFilter) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
Sets the metadata filter applied to the metadata.
setMetadataFilter(MetadataFilter) - Method in class org.opensaml.saml.metadata.resolver.impl.CompositeMetadataResolver
Sets the metadata filter applied to the metadata.
setMetadataFilter(MetadataFilter) - Method in interface org.opensaml.saml.metadata.resolver.MetadataResolver
Sets the metadata filter applied to the metadata.
setMetadataResolver(MetadataResolver) - Method in class org.opensaml.saml.common.profile.logic.AffiliationNameIDPolicyPredicate
Set the metadata resolver to use.
setMethod(String) - Method in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationImpl
Sets the method used to confirm this subject.
setMethod(String) - Method in interface org.opensaml.saml.saml2.core.SubjectConfirmation
Sets the method used to confirm this subject.
setMethod(String) - Method in class org.opensaml.saml.saml2.ecp.impl.SubjectConfirmationImpl
Sets the method used to confirm this subject.
setMethod(String) - Method in interface org.opensaml.saml.saml2.ecp.SubjectConfirmation
Sets the method used to confirm this subject.
setMethod(String) - Method in class org.opensaml.saml.saml2.profile.impl.AddSubjectConfirmationToSubjects
Set the confirmation method to use.
setMethods(Collection<String>) - Method in class org.opensaml.saml.saml1.profile.impl.AddSubjectConfirmationToSubjects
Set the confirmation methods to use.
setMimeType(String) - Method in interface org.opensaml.xmlsec.encryption.EncryptedType
Sets the MIME type of the plaintext content.
setMimeType(String) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
Sets the MIME type of the plaintext content.
setMinCacheDuration(Long) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
Set the minimum cache duration for metadata.
setMinKeySize(Integer) - Method in class org.opensaml.saml.ext.saml2alg.impl.SigningMethodImpl
Set the value of the MinKeySize attribute.
setMinKeySize(Integer) - Method in interface org.opensaml.saml.ext.saml2alg.SigningMethod
Set the value of the MinKeySize attribute.
setMinRefreshDelay(long) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
Sets the minimum amount of time, in milliseconds, between refreshes.
setModulus(Modulus) - Method in class org.opensaml.xmlsec.signature.impl.RSAKeyValueImpl
Set the Modulus child element.
setModulus(Modulus) - Method in interface org.opensaml.xmlsec.signature.RSAKeyValue
Set the Modulus child element.
setMustBePresent(Boolean) - Method in interface org.opensaml.xacml.policy.AttributeDesignatorType
Sets whether the designated attribute must be present.
setMustBePresent(Boolean) - Method in interface org.opensaml.xacml.policy.AttributeSelectorType
Sets whether the attribute to be selected must be present.
setMustBePresent(Boolean) - Method in class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImpl
Sets whether the designated attribute must be present.
setMustBePresent(Boolean) - Method in class org.opensaml.xacml.policy.impl.AttributeSelectorTypeImpl
Sets whether the attribute to be selected must be present.
setMustBePresentXSBoolean(XSBooleanValue) - Method in interface org.opensaml.xacml.policy.AttributeDesignatorType
Sets whether the designated attribute must be present.
setMustBePresentXSBoolean(XSBooleanValue) - Method in interface org.opensaml.xacml.policy.AttributeSelectorType
Sets whether the attribute to be selected must be present.
setMustBePresentXSBoolean(XSBooleanValue) - Method in class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImpl
Sets whether the designated attribute must be present.
setMustBePresentXSBoolean(XSBooleanValue) - Method in class org.opensaml.xacml.policy.impl.AttributeSelectorTypeImpl
Sets whether the attribute to be selected must be present.
setName(String) - Method in interface org.opensaml.saml.saml2.core.Attribute
Sets the name of this attribute.
setName(String) - Method in interface org.opensaml.saml.saml2.core.IDPEntry
Sets the Name value.
setName(String) - Method in class org.opensaml.saml.saml2.core.impl.AttributeImpl
Sets the name of this attribute.
setName(String) - Method in class org.opensaml.saml.saml2.core.impl.IDPEntryImpl
Sets the Name value.
setName(String) - Method in interface org.opensaml.saml.saml2.metadata.Company
Sets the name of the company.
setName(String) - Method in interface org.opensaml.saml.saml2.metadata.EntitiesDescriptor
Sets the name of this entity group.
setName(String) - Method in interface org.opensaml.saml.saml2.metadata.GivenName
Sets the name.
setName(String) - Method in class org.opensaml.saml.saml2.metadata.impl.CompanyImpl
Sets the name of the company.
setName(String) - Method in class org.opensaml.saml.saml2.metadata.impl.EntitiesDescriptorImpl
Sets the name of this entity group.
setName(String) - Method in class org.opensaml.saml.saml2.metadata.impl.GivenNameImpl
Sets the name.
setName(String) - Method in class org.opensaml.saml.saml2.metadata.impl.SurNameImpl
Sets the name.
setName(String) - Method in interface org.opensaml.saml.saml2.metadata.SurName
Sets the name.
setName(String) - Method in class org.opensaml.soap.wspolicy.impl.PolicyImpl
Sets the wsp:Policy/@Name attribute value.
setName(String) - Method in interface org.opensaml.soap.wspolicy.Policy
Sets the wsp:Policy/@Name attribute value.
setNamedCurve(NamedCurve) - Method in interface org.opensaml.xmlsec.signature.ECKeyValue
Set the NamedCurve child element.
setNamedCurve(NamedCurve) - Method in class org.opensaml.xmlsec.signature.impl.ECKeyValueImpl
Set the NamedCurve child element.
setNameFormat(String) - Method in interface org.opensaml.saml.saml2.core.Attribute
Sets the name format of this attribute.
setNameFormat(String) - Method in class org.opensaml.saml.saml2.core.impl.AttributeImpl
Sets the name format of this attribute.
setNameID(NameID) - Method in interface org.opensaml.saml.ext.saml2delrestrict.Delegate
Sets the NameID child element of the delegate.
setNameID(NameID) - Method in class org.opensaml.saml.ext.saml2delrestrict.impl.DelegateImpl
Sets the NameID child element of the delegate.
setNameID(NameID) - Method in class org.opensaml.saml.saml2.core.impl.LogoutRequestImpl
Sets the name identifier of the principal for this request.
setNameID(NameID) - Method in class org.opensaml.saml.saml2.core.impl.ManageNameIDRequestImpl
Set the NameID of the request.
setNameID(NameID) - Method in class org.opensaml.saml.saml2.core.impl.NameIDMappingRequestImpl
Sets the name identifier of the principal for this request.
setNameID(NameID) - Method in class org.opensaml.saml.saml2.core.impl.NameIDMappingResponseImpl
Sets the name identifier of the principal for this response.
setNameID(NameID) - Method in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationImpl
Sets the name identifier of the principal for this request.
setNameID(NameID) - Method in class org.opensaml.saml.saml2.core.impl.SubjectImpl
Sets the name identifier of the principal for this request.
setNameID(NameID) - Method in interface org.opensaml.saml.saml2.core.LogoutRequest
Sets the name identifier of the principal for this request.
setNameID(NameID) - Method in interface org.opensaml.saml.saml2.core.ManageNameIDRequest
Set the NameID of the request.
setNameID(NameID) - Method in interface org.opensaml.saml.saml2.core.NameIDMappingRequest
Sets the name identifier of the principal for this request.
setNameID(NameID) - Method in interface org.opensaml.saml.saml2.core.NameIDMappingResponse
Sets the name identifier of the principal for this response.
setNameID(NameID) - Method in interface org.opensaml.saml.saml2.core.Subject
Sets the name identifier of the principal for this request.
setNameID(NameID) - Method in interface org.opensaml.saml.saml2.core.SubjectConfirmation
Sets the name identifier of the principal for this request.
setNameIDContextLookupStrategy(Function<ProfileRequestContext, SAMLSubjectNameIdentifierContext>) - Method in class org.opensaml.saml.saml2.profile.impl.CopyNameIDFromRequest
Set the strategy used to locate the SAMLSubjectNameIdentifierContext to copy from.
setNameIdentifier(String) - Method in class org.opensaml.saml.saml1.core.impl.NameIdentifierImpl
Deprecated.
setNameIdentifier(NameIdentifier) - Method in class org.opensaml.saml.saml1.core.impl.SubjectImpl
Sets the NameIdentifier of this Subject.
setNameIdentifier(String) - Method in interface org.opensaml.saml.saml1.core.NameIdentifier
Deprecated.
setNameIdentifier(NameIdentifier) - Method in interface org.opensaml.saml.saml1.core.Subject
Sets the NameIdentifier of this Subject.
setNameIdentifierContextLookupStrategy(Function<ProfileRequestContext, SAMLSubjectNameIdentifierContext>) - Method in class org.opensaml.saml.saml1.profile.impl.CopyNameIdentifierFromRequest
Set the strategy used to locate the SAMLSubjectNameIdentifierContext to copy from.
setNameIdentifierGenerator(SAML1NameIdentifierGenerator) - Method in class org.opensaml.saml.saml1.profile.impl.AddNameIdentifierToSubjects
Set the generator to use.
setNameIDGenerator(SAML2NameIDGenerator) - Method in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects
Set the generator to use.
setNameIDPolicy(NameIDPolicy) - Method in interface org.opensaml.saml.saml2.core.AuthnRequest
Sets the NameIDPolicy of the request.
setNameIDPolicy(NameIDPolicy) - Method in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
Sets the NameIDPolicy of the request.
setNameIDPolicy(NameIDPolicy) - Method in class org.opensaml.saml.saml2.core.impl.NameIDMappingRequestImpl
Set the NameIDPolicy of the request.
setNameIDPolicy(NameIDPolicy) - Method in interface org.opensaml.saml.saml2.core.NameIDMappingRequest
Set the NameIDPolicy of the request.
setNameIDPolicyPredicate(Predicate<ProfileRequestContext>) - Method in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects
Set the predicate used to evaluate the NameIDPolicy.
setNameQualifier(String) - Method in class org.opensaml.saml.saml1.core.impl.NameIdentifierImpl
Sets the name qualifier for this identifier.
setNameQualifier(String) - Method in interface org.opensaml.saml.saml1.core.NameIdentifier
Sets the name qualifier for this identifier.
setNameQualifier(String) - Method in interface org.opensaml.saml.saml2.core.BaseID
Sets the NameQualifier value.
setNameQualifier(String) - Method in class org.opensaml.saml.saml2.core.impl.AbstractNameIDType
Sets the NameQualifier value.
setNameQualifier(String) - Method in class org.opensaml.saml.saml2.core.impl.BaseIDImpl
Sets the NameQualifier value.
setNameQualifier(String) - Method in interface org.opensaml.saml.saml2.core.NameIDType
Sets the NameQualifier value.
setNamespace(String) - Method in interface org.opensaml.saml.saml1.core.Action
Set the value of Namespace.
setNamespace(String) - Method in class org.opensaml.saml.saml1.core.impl.ActionImpl
Set the value of Namespace.
setNamespace(String) - Method in interface org.opensaml.saml.saml2.core.Action
Sets the namespace scope of the specified action.
setNamespace(String) - Method in class org.opensaml.saml.saml2.core.impl.ActionImpl
Sets the namespace scope of the specified action.
setNamespaceURI(String) - Method in interface org.opensaml.saml.saml2.metadata.AdditionalMetadataLocation
Sets the namespace URI.
setNamespaceURI(String) - Method in class org.opensaml.saml.saml2.metadata.impl.AdditionalMetadataLocationImpl
Sets the namespace URI.
setNewEncryptedID(NewEncryptedID) - Method in class org.opensaml.saml.saml2.core.impl.ManageNameIDRequestImpl
Set the NewEncryptedID of the request.
setNewEncryptedID(NewEncryptedID) - Method in interface org.opensaml.saml.saml2.core.ManageNameIDRequest
Set the NewEncryptedID of the request.
setNewID(NewID) - Method in class org.opensaml.saml.saml2.core.impl.ManageNameIDRequestImpl
Set the NewID of the request.
setNewID(String) - Method in class org.opensaml.saml.saml2.core.impl.NewIDImpl
Set NewID value.
setNewID(NewID) - Method in interface org.opensaml.saml.saml2.core.ManageNameIDRequest
Set the NewID of the request.
setNewID(String) - Method in interface org.opensaml.saml.saml2.core.NewID
Set NewID value.
setNextDestination(boolean) - Method in class org.opensaml.saml.saml2.binding.security.impl.ExtractChannelBindingsHeadersHandler
Set whether to include header blocks targeted at the next destination node (defaults to true).
setNil(Boolean) - Method in class org.opensaml.core.xml.AbstractXMLObject
Sets whether the object declares that its element content is null, which corresponds to an xsi:nil attribute of true.
setNil(XSBooleanValue) - Method in class org.opensaml.core.xml.AbstractXMLObject
Sets whether the object declares that its element content is null, which corresponds to an xsi:nil attribute of true.
setNil(Boolean) - Method in interface org.opensaml.core.xml.XMLObject
Sets whether the object declares that its element content is null, which corresponds to an xsi:nil attribute of true.
setNil(XSBooleanValue) - Method in interface org.opensaml.core.xml.XMLObject
Sets whether the object declares that its element content is null, which corresponds to an xsi:nil attribute of true.
setNodeProcessors(List<MetadataNodeProcessor>) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.NodeProcessingMetadataFilter
Set the list of metadata node processors.
setNoNamespaceSchemaLocation(String) - Method in class org.opensaml.core.xml.AbstractXMLObject
Sets the value of the XML Schema noNamespaceSchemaLocation attribute for this object.
setNoNamespaceSchemaLocation(String) - Method in interface org.opensaml.core.xml.XMLObject
Sets the value of the XML Schema noNamespaceSchemaLocation attribute for this object.
setNotBefore(DateTime) - Method in interface org.opensaml.saml.saml1.core.Conditions
List the value of the NotBefore attribute.
setNotBefore(DateTime) - Method in class org.opensaml.saml.saml1.core.impl.ConditionsImpl
List the value of the NotBefore attribute.
setNotBefore(DateTime) - Method in interface org.opensaml.saml.saml2.core.Conditions
Sets the date/time before which the assertion is invalid.
setNotBefore(DateTime) - Method in class org.opensaml.saml.saml2.core.impl.ConditionsImpl
Sets the date/time before which the assertion is invalid.
setNotBefore(DateTime) - Method in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationDataImpl
Sets the time before which this subject is not valid.
setNotBefore(DateTime) - Method in interface org.opensaml.saml.saml2.core.SubjectConfirmationData
Sets the time before which this subject is not valid.
setNotOnOrAfter(DateTime) - Method in interface org.opensaml.saml.saml1.core.Conditions
List the value of the NotOnOrAfter attribute.
setNotOnOrAfter(DateTime) - Method in class org.opensaml.saml.saml1.core.impl.ConditionsImpl
List the value of the NotOnOrAfter attribute.
setNotOnOrAfter(DateTime) - Method in interface org.opensaml.saml.saml2.core.Conditions
Sets the date/time on, or after, which the assertion is invalid.
setNotOnOrAfter(DateTime) - Method in class org.opensaml.saml.saml2.core.impl.ConditionsImpl
Sets the date/time on, or after, which the assertion is invalid.
setNotOnOrAfter(DateTime) - Method in class org.opensaml.saml.saml2.core.impl.LogoutRequestImpl
Set the NotOnOrAfter attrib value of the request.
setNotOnOrAfter(DateTime) - Method in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationDataImpl
Sets the time at, or after, which this subject is not valid.
setNotOnOrAfter(DateTime) - Method in interface org.opensaml.saml.saml2.core.LogoutRequest
Set the NotOnOrAfter attrib value of the request.
setNotOnOrAfter(DateTime) - Method in interface org.opensaml.saml.saml2.core.SubjectConfirmationData
Sets the time at, or after, which this subject is not valid.
setNumber(String) - Method in class org.opensaml.saml.saml2.metadata.impl.TelephoneNumberImpl
Sets the telephone number.
setNumber(String) - Method in interface org.opensaml.saml.saml2.metadata.TelephoneNumber
Sets the telephone number.
setNumericRepresentation(boolean) - Method in class org.opensaml.core.xml.schema.XSBooleanValue
Sets whether to use the numeric or lexical representation.
setOAEPparams(OAEPparams) - Method in interface org.opensaml.xmlsec.encryption.EncryptionMethod
Sets the OAEPparams child element.
setOAEPparams(OAEPparams) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionMethodImpl
Sets the OAEPparams child element.
setOAEPparams(String) - Method in class org.opensaml.xmlsec.encryption.support.RSAOAEPParameters
Set the base64-encoded OAEPParams value.
setObjectLookupStrategy(Function<ProfileRequestContext, SAMLObject>) - Method in class org.opensaml.saml.common.profile.logic.AbstractNameIDPolicyPredicate
Set the lookup strategy used to locate the object to evaluate.
setObligationId(String) - Method in class org.opensaml.xacml.policy.impl.ObligationTypeImpl
Sets the ID of this obligation.
setObligationId(String) - Method in interface org.opensaml.xacml.policy.ObligationType
Sets the ID of this obligation.
setObligations(ObligationsType) - Method in class org.opensaml.xacml.ctx.impl.ResultTypeImpl
Sets the obligations for this result.
setObligations(ObligationsType) - Method in interface org.opensaml.xacml.ctx.ResultType
Sets the obligations for this result.
setObligations(ObligationsType) - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Sets the obligations of this policy set.
setObligations(ObligationsType) - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
Sets the obligations of this policy.
setObligations(ObligationsType) - Method in interface org.opensaml.xacml.policy.PolicySetType
Sets the obligations of this policy set.
setObligations(ObligationsType) - Method in interface org.opensaml.xacml.policy.PolicyType
Sets the obligations of this policy.
setOK(Boolean) - Method in class org.opensaml.soap.wstrust.impl.RenewingImpl
Sets the wst:Renewing/@OK attribute value.
setOK(XSBooleanValue) - Method in class org.opensaml.soap.wstrust.impl.RenewingImpl
Sets the wst:Renewing/@OK attribute value.
setOK(Boolean) - Method in interface org.opensaml.soap.wstrust.Renewing
Sets the wst:Renewing/@OK attribute value.
setOK(XSBooleanValue) - Method in interface org.opensaml.soap.wstrust.Renewing
Sets the wst:Renewing/@OK attribute value.
setOmitQualifiers(boolean) - Method in class org.opensaml.saml.common.profile.AbstractNameIdentifierGenerator
Set whether to omit NameQualifier/SPNameQualifier attributes if the qualifiers are not explicitly set or are set to values matching the IdP and relying party names respectively.
setOnBadIndexUseDefault(boolean) - Method in class org.opensaml.saml.metadata.support.AttributeConsumingServiceSelector
Set the flag which determines whether, in the case of an invalid index, to return the default AttributeConsumingService.
setOperation(String) - Method in class org.opensaml.profile.action.impl.CheckAccess
Set operation.
setOrganization(Organization) - Method in interface org.opensaml.saml.saml2.metadata.EntityDescriptor
Sets the organization for this entity.
setOrganization(Organization) - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
Sets the organization for this entity.
setOrganization(Organization) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorImpl
Sets the organization responsible for this role.
setOrganization(Organization) - Method in interface org.opensaml.saml.saml2.metadata.RoleDescriptor
Sets the organization responsible for this role.
setOriginatorKeyInfo(OriginatorKeyInfo) - Method in interface org.opensaml.xmlsec.encryption.AgreementMethod
Set the child element containing the key generation material for the originator.
setOriginatorKeyInfo(OriginatorKeyInfo) - Method in class org.opensaml.xmlsec.encryption.impl.AgreementMethodImpl
Set the child element containing the key generation material for the originator.
setOutboundMessageContext(MessageContext<OutboundMessageType>) - Method in class org.opensaml.messaging.context.InOutOperationContext
Sets the outbound message context.
setOverwriteExisting(boolean) - Method in class org.opensaml.saml.saml1.profile.impl.AddNameIdentifierToSubjects
Set whether to overwrite any existing NameIdentifier objects found.
setOverwriteExisting(boolean) - Method in class org.opensaml.saml.saml1.profile.impl.AddResponseShell
Set whether to overwrite an existing message.
setOverwriteExisting(boolean) - Method in class org.opensaml.saml.saml1.profile.impl.AddSubjectConfirmationToSubjects
Set whether to overwrite any existing SubjectConfirmation objects found.
setOverwriteExisting(boolean) - Method in class org.opensaml.saml.saml1.profile.impl.CopyNameIdentifierFromRequest
Set whether to overwrite any existing NameIdentifier objects found.
setOverwriteExisting(boolean) - Method in class org.opensaml.saml.saml2.profile.impl.AbstractResponseShellAction
Set whether to overwrite an existing message.
setOverwriteExisting(boolean) - Method in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects
Set whether to overwrite any existing NameID objects found.
setOverwriteExisting(boolean) - Method in class org.opensaml.saml.saml2.profile.impl.AddStatusResponseShell
Set whether to overwrite an existing message.
setOverwriteExisting(boolean) - Method in class org.opensaml.saml.saml2.profile.impl.AddSubjectConfirmationToSubjects
Set whether to overwrite any existing SubjectConfirmation objects found.
setOverwriteExisting(boolean) - Method in class org.opensaml.saml.saml2.profile.impl.CopyNameIDFromRequest
Set whether to overwrite any existing NameID objects found.
setOwnerID(String) - Method in interface org.opensaml.saml.saml2.metadata.AffiliationDescriptor
Sets the ID of the owner of this affiliation.
setOwnerID(String) - Method in class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorImpl
Sets the ID of the owner of this affiliation.
setP(P) - Method in interface org.opensaml.xmlsec.encryption.DHKeyValue
Set the P child element.
setP(P) - Method in class org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
Set the P child element.
setP(P) - Method in interface org.opensaml.xmlsec.signature.DSAKeyValue
Set the P child element.
setP(P) - Method in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
Set the P child element.
setParameterName(String) - Method in interface org.opensaml.xacml.policy.CombinerParameterType
Sets the the parameter name.
setParameterName(String) - Method in class org.opensaml.xacml.policy.impl.CombinerParameterTypeImpl
Sets the the parameter name.
setParameters(XMLObject) - Method in interface org.opensaml.xmlsec.encryption.AlgorithmIdentifierType
Sets the Parameters child element.
setParameters(XMLObject) - Method in class org.opensaml.xmlsec.encryption.impl.AlgorithmIdentifierTypeImpl
Sets the Parameters child element.
setParent(XMLObject) - Method in class org.opensaml.core.xml.AbstractXMLObject
Sets the parent of this element.
setParent(ElementType) - Method in class org.opensaml.core.xml.util.XMLObjectChildrenList
Assigned the parent, given at list construction, to the given element if the element does not have a parent or its parent matches the one given at list construction time.
setParent(XMLObject) - Method in interface org.opensaml.core.xml.XMLObject
Sets the parent of this element.
setParent(BaseContext) - Method in class org.opensaml.messaging.context.BaseContext
Set the context parent.
setParentContextLookupStrategy(Function<ProfileRequestContext, BaseContext>) - Method in class org.opensaml.profile.action.impl.AbstractMessageChannelSecurity
Set the strategy used to look up the parent BaseContext on which the MessageChannelSecurityContext will be populated.
setParser(ParserPool) - Method in class org.opensaml.saml.saml2.binding.security.impl.SAML2HTTPPostSimpleSignSecurityHandler
Set the parser pool.
setParserPool(ParserPool) - Method in class org.opensaml.core.xml.config.XMLObjectProviderRegistry
Set the currently configured ParserPool instance.
setParserPool(ParserPool) - Static method in class org.opensaml.core.xml.config.XMLObjectProviderRegistrySupport
Set the currently configured ParserPool instance.
setParserPool(ParserPool) - Method in class org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder
Sets the parser pool used to deserialize incoming messages.
setParserPool(ParserPool) - Method in class org.opensaml.saml.common.binding.artifact.impl.StorageServiceSAMLArtifactMapEntryFactory
Sets the parser pool used to parse serialized data.
setParserPool(ParserPool) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
Sets the pool of parsers to use to parse XML.
setParserPool(ParserPool) - Method in class org.opensaml.soap.client.http.HttpSOAPClient
Set the pool of XML parsers used to parse incoming responses.
setPassive(Boolean) - Method in class org.opensaml.saml.saml2.ecp.impl.RequestImpl
Set the IsPassive attribute value.
setPassive(XSBooleanValue) - Method in class org.opensaml.saml.saml2.ecp.impl.RequestImpl
Set the IsPassive attribute value.
setPassive(Boolean) - Method in interface org.opensaml.saml.saml2.ecp.Request
Set the IsPassive attribute value.
setPassive(XSBooleanValue) - Method in interface org.opensaml.saml.saml2.ecp.Request
Set the IsPassive attribute value.
setPeerID(String) - Method in class org.opensaml.security.criteria.PeerEntityIDCriterion
Set the entity ID which is the peer relative to a primary entity ID.
setPgenCounter(PgenCounter) - Method in interface org.opensaml.xmlsec.encryption.DHKeyValue
Set the pgenCounter element.
setPgenCounter(PgenCounter) - Method in class org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
Set the pgenCounter element.
setPgenCounter(PgenCounter) - Method in interface org.opensaml.xmlsec.signature.DSAKeyValue
Set the PgenCounter element.
setPgenCounter(PgenCounter) - Method in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
Set the PgenCounter element.
setPGPKeyID(PGPKeyID) - Method in class org.opensaml.xmlsec.signature.impl.PGPDataImpl
Set PGPKeyID child element.
setPGPKeyID(PGPKeyID) - Method in interface org.opensaml.xmlsec.signature.PGPData
Set PGPKeyID child element.
setPGPKeyPacket(PGPKeyPacket) - Method in class org.opensaml.xmlsec.signature.impl.PGPDataImpl
Set PGPKeyPacket child element.
setPGPKeyPacket(PGPKeyPacket) - Method in interface org.opensaml.xmlsec.signature.PGPData
Set PGPKeyPacket child element.
setPKIXValidationOptions(PKIXValidationOptions) - Method in class org.opensaml.security.x509.impl.CertPathPKIXTrustEvaluator
Set the desired PKIX validation options set.
setPolicyCombiningAlgoId(String) - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Sets the policy combining algorithm used with this policy set.
setPolicyCombiningAlgoId(String) - Method in interface org.opensaml.xacml.policy.PolicySetType
Sets the policy combining algorithm used with this policy set.
setPolicyDefaults(DefaultsType) - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
Sets the defaults for this policy.
setPolicyDefaults(DefaultsType) - Method in interface org.opensaml.xacml.policy.PolicyType
Sets the defaults for this policy.
setPolicyId(String) - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
Sets the ID of this policy.
setPolicyId(String) - Method in interface org.opensaml.xacml.policy.PolicyType
Sets the ID of this policy.
setPolicyIdRef(String) - Method in class org.opensaml.xacml.policy.impl.PolicyCombinerParametersTypeImpl
Sets the referenced policy's ID.
setPolicyIdRef(String) - Method in interface org.opensaml.xacml.policy.PolicyCombinerParametersType
Sets the referenced policy's ID.
setPolicyMappingInhibit(boolean) - Method in class org.opensaml.security.x509.impl.CertPathPKIXValidationOptions
Sets the policy mapping inhibited flag for the underlying CertPath Provider.
setPolicyName(String) - Method in class org.opensaml.profile.action.impl.CheckAccess
Set policy name.
setPolicySetDefaults(DefaultsType) - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Sets the defaults for this policy set.
setPolicySetDefaults(DefaultsType) - Method in interface org.opensaml.xacml.policy.PolicySetType
Sets the defaults for this policy set.
setPolicySetId(String) - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Sets the ID of this policy set.
setPolicySetId(String) - Method in interface org.opensaml.xacml.policy.PolicySetType
Sets the ID of this policy set.
setPolicySetIdRef(String) - Method in class org.opensaml.xacml.policy.impl.PolicySetCombinerParametersTypeImpl
Sets the referenced policy set's ID.
setPolicySetIdRef(String) - Method in interface org.opensaml.xacml.policy.PolicySetCombinerParametersType
Sets the referenced policy set's ID.
setPostEncoding(boolean) - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPArtifactEncoder
Set whether the encoder will encode the artifact via POST encoding.
setPrimary(Primary) - Method in class org.opensaml.soap.wstrust.impl.ParticipantsImpl
Sets the wst:Primary child element.
setPrimary(Primary) - Method in interface org.opensaml.soap.wstrust.Participants
Sets the wst:Primary child element.
setPrivateKey(PrivateKey) - Method in class org.opensaml.security.credential.AbstractCredential
Sets the private key for this credential.
setPrivateKey(PrivateKey) - Method in class org.opensaml.security.credential.BasicCredential
Sets the private key for this credential.
setPrivateKey(PrivateKey) - Method in interface org.opensaml.security.credential.MutableCredential
Sets the private key for this credential.
setProcessCredentialCRLs(boolean) - Method in class org.opensaml.security.x509.PKIXValidationOptions
Whether CRLs supplied within the untrusted X509Credential being evaluated should be processed.
setProcessEmptyCRLs(boolean) - Method in class org.opensaml.security.x509.PKIXValidationOptions
Whether empty CRLs should be processed.
setProcessExpiredCRLs(boolean) - Method in class org.opensaml.security.x509.PKIXValidationOptions
Whether expired CRLs should be processed.
SetProfileId - Class in org.opensaml.profile.action.impl
A profile action that sets the ID of the profile in use.
SetProfileId(String) - Constructor for class org.opensaml.profile.action.impl.SetProfileId
Constructor.
setProfileId(String) - Method in class org.opensaml.profile.context.ProfileRequestContext
Set the ID of the profile used by the current request.
setProfileURI(String) - Method in interface org.opensaml.saml.saml2.metadata.AttributeProfile
Sets the URI of this attribute profile.
setProfileURI(String) - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeProfileImpl
Sets the URI of this attribute profile.
setProperties(Properties) - Static method in class org.opensaml.core.config.provider.ThreadLocalConfigurationPropertiesHolder
Set the thread-local configuration Properties instance.
setProtocol(String) - Method in class org.opensaml.saml.common.binding.impl.SAMLProtocolAndRoleHandler
Set the protocol constant to attach.
setProtocol(String) - Method in class org.opensaml.saml.common.messaging.context.SAMLProtocolContext
Sets the SAML protocol in use.
setProtocolBinding(String) - Method in interface org.opensaml.saml.saml2.core.AuthnRequest
Sets the protocol binding URI for the request.
setProtocolBinding(String) - Method in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
Sets the protocol binding URI for the request.
setProviderID(String) - Method in interface org.opensaml.saml.saml2.core.IDPEntry
Sets the ProviderID URI.
setProviderID(String) - Method in class org.opensaml.saml.saml2.core.impl.IDPEntryImpl
Sets the ProviderID URI.
setProviderName(String) - Method in interface org.opensaml.saml.saml2.core.AuthnRequest
Sets the human-readable name of the requester for use by the presenter's user agent or the identity provider.
setProviderName(String) - Method in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
Sets the human-readable name of the requester for use by the presenter's user agent or the identity provider.
setProviderName(String) - Method in class org.opensaml.saml.saml2.ecp.impl.RequestImpl
Set the ProviderName attribute value.
setProviderName(String) - Method in interface org.opensaml.saml.saml2.ecp.Request
Set the ProviderName attribute value.
setProxyAudiencesLookupStrategy(Function<ProfileRequestContext, Collection<String>>) - Method in class org.opensaml.saml.saml2.profile.impl.AddProxyRestrictionToAssertions
Set the strategy used to obtain the proxy restrictions to apply.
setProxyCount(Integer) - Method in class org.opensaml.saml.saml2.core.impl.ProxyRestrictionImpl
Sets the number of times the assertion may be proxied.
setProxyCount(Integer) - Method in class org.opensaml.saml.saml2.core.impl.ScopingImpl
Sets the ProxyCount attrib value.
setProxyCount(Integer) - Method in interface org.opensaml.saml.saml2.core.ProxyRestriction
Sets the number of times the assertion may be proxied.
setProxyCount(Integer) - Method in interface org.opensaml.saml.saml2.core.Scoping
Sets the ProxyCount attrib value.
setProxyCountLookupStrategy(Function<ProfileRequestContext, Long>) - Method in class org.opensaml.saml.saml2.profile.impl.AddProxyRestrictionToAssertions
Set the strategy used to obtain the proxy count to apply.
setPublic(Public) - Method in interface org.opensaml.xmlsec.encryption.DHKeyValue
Set the Public element.
setPublic(Public) - Method in class org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
Set the Public element.
setPublicationId(String) - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationImpl
Set the publicationId.
setPublicationId(String) - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationInfoImpl
Set the publicationId.
setPublicationId(String) - Method in interface org.opensaml.saml.ext.saml2mdrpi.Publication
Set the publicationId.
setPublicationId(String) - Method in interface org.opensaml.saml.ext.saml2mdrpi.PublicationInfo
Set the publicationId.
setPublicKey(PublicKey) - Method in class org.opensaml.security.credential.AbstractCredential
Sets the public key for this credential.
setPublicKey(PublicKey) - Method in class org.opensaml.security.credential.BasicCredential
Sets the public key for this credential.
setPublicKey(PublicKey) - Method in interface org.opensaml.security.credential.MutableCredential
Sets the public key for this credential.
setPublicKey(PublicKey) - Method in class org.opensaml.security.criteria.PublicKeyCriterion
Set the public key criteria.
setPublicKey(PublicKey) - Method in class org.opensaml.security.x509.BasicX509Credential
This operation is unsupported for X.509 credentials.
setPublicKey(PublicKey) - Method in interface org.opensaml.xmlsec.signature.ECKeyValue
Set the PublicKey child element.
setPublicKey(PublicKey) - Method in class org.opensaml.xmlsec.signature.impl.ECKeyValueImpl
Set the PublicKey child element.
setPublisher(String) - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationImpl
Set the publisher.
setPublisher(String) - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationInfoImpl
Set the publisher.
setPublisher(String) - Method in interface org.opensaml.saml.ext.saml2mdrpi.Publication
Set the publisher.
setPublisher(String) - Method in interface org.opensaml.saml.ext.saml2mdrpi.PublicationInfo
Set the publisher.
setQ(Q) - Method in interface org.opensaml.xmlsec.encryption.DHKeyValue
Set the Q child element.
setQ(Q) - Method in class org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
Set the Q child element.
setQ(Q) - Method in interface org.opensaml.xmlsec.signature.DSAKeyValue
Set the Q child element.
setQ(Q) - Method in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
Set the Q child element.
setQuery(Query) - Method in class org.opensaml.saml.saml1.core.impl.RequestImpl
Set the query (Query, SubjectQuery, AuthenticationQuery, AttributeQuery, AuthorizationDecisioonQuery.
setQuery(Query) - Method in interface org.opensaml.saml.saml1.core.Request
Set the query (Query, SubjectQuery, AuthenticationQuery, AttributeQuery, AuthorizationDecisioonQuery.
setRandomGenerator(SecureRandom) - Method in class org.opensaml.saml.saml2.profile.impl.PopulateECPContext
Set the source of randomness to use, or none to bypass key generation.
setReason(String) - Method in class org.opensaml.saml.saml2.core.impl.LogoutRequestImpl
Set the Reason attrib value of the request.
setReason(String) - Method in interface org.opensaml.saml.saml2.core.LogoutRequest
Set the Reason attrib value of the request.
setReason(Reason) - Method in class org.opensaml.soap.wstrust.impl.StatusImpl
Sets the wst:Reason child element.
setReason(Reason) - Method in interface org.opensaml.soap.wstrust.Status
Sets the wst:Reason child element.
setRecipient(String) - Method in class org.opensaml.saml.saml1.core.impl.ResponseAbstractTypeImpl
Set the Recipient (attribute).
setRecipient(String) - Method in interface org.opensaml.saml.saml1.core.ResponseAbstractType
Set the Recipient (attribute).
setRecipient(String) - Method in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationDataImpl
Sets the recipient of this subject.
setRecipient(String) - Method in interface org.opensaml.saml.saml2.core.SubjectConfirmationData
Sets the recipient of this subject.
setRecipient(String) - Method in interface org.opensaml.xmlsec.encryption.EncryptedKey
Sets the hint about for whom this encrypted key is intended.
setRecipient(String) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedKeyImpl
Sets the hint about for whom this encrypted key is intended.
setRecipient(String) - Method in class org.opensaml.xmlsec.encryption.support.KeyEncryptionParameters
Sets the recipient of the key.
setRecipientKeyInfo(RecipientKeyInfo) - Method in interface org.opensaml.xmlsec.encryption.AgreementMethod
Set the child element containing the key generation material for the recipient.
setRecipientKeyInfo(RecipientKeyInfo) - Method in class org.opensaml.xmlsec.encryption.impl.AgreementMethodImpl
Set the child element containing the key generation material for the recipient.
setRecipientLookupStrategy(Function<ProfileRequestContext, String>) - Method in class org.opensaml.saml.saml2.profile.impl.AbstractEncryptAction
Set the strategy used to locate the encryption recipient.
setRecipientLookupStrategy(Function<ProfileRequestContext, String>) - Method in class org.opensaml.saml.saml2.profile.impl.AddSubjectConfirmationToSubjects
Set the strategy used to obtain value for SubjectConfirmationData.getRecipient().
setReference(String) - Method in interface org.opensaml.saml.saml1.core.AssertionIDReference
Set the reference.
setReference(String) - Method in class org.opensaml.saml.saml1.core.impl.AssertionIDReferenceImpl
Set the reference.
setReferencedPolicies(ReferencedPoliciesType) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
Sets the reference to the policies to be used while rendering a decision.
setReferencedPolicies(ReferencedPoliciesType) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLPolicyStatementTypeImpl
Sets the referenced policies.
setReferencedPolicies(ReferencedPoliciesType) - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
Sets the reference to the policies to be used while rendering a decision.
setReferencedPolicies(ReferencedPoliciesType) - Method in interface org.opensaml.xacml.profile.saml.XACMLPolicyStatementType
Sets the referenced policies.
setReferenceList(ReferenceList) - Method in interface org.opensaml.xmlsec.encryption.EncryptedKey
Sets the child element containing pointers to EncryptedData and EncryptedKey elements encrypted using this key.
setReferenceList(ReferenceList) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedKeyImpl
Sets the child element containing pointers to EncryptedData and EncryptedKey elements encrypted using this key.
setReferenceParameters(ReferenceParameters) - Method in interface org.opensaml.soap.wsaddressing.EndpointReferenceType
Sets the <wsa:ReferenceParameters> child element.
setReferenceParameters(ReferenceParameters) - Method in class org.opensaml.soap.wsaddressing.impl.EndpointReferenceTypeImpl
Sets the <wsa:ReferenceParameters> child element.
setRefreshDelayFactor(Float) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
Sets the delay factor used to compute the next refresh time.
setRefreshDelayFactor(float) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
Sets the delay factor used to compute the next refresh time.
setRefreshTriggerTime(DateTime) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.EntityManagementData
Set the refresh trigger time of the metadata.
setRegexps(Collection<Pattern>) - Method in class org.opensaml.saml.common.profile.logic.EntityAttributesPredicate.Candidate
Set the regular expressions to match.
setRegistrationAuthority(String) - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.RegistrationInfoImpl
Set the registration authority.
setRegistrationAuthority(String) - Method in interface org.opensaml.saml.ext.saml2mdrpi.RegistrationInfo
Set the registration authority.
setRegistrationInstant(DateTime) - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.RegistrationInfoImpl
Set the registration instant.
setRegistrationInstant(DateTime) - Method in interface org.opensaml.saml.ext.saml2mdrpi.RegistrationInfo
Set the registration instant.
setRelationshipType(String) - Method in class org.opensaml.soap.wsaddressing.impl.RelatesToImpl
Sets the RelationshipType attribute URI value.
setRelationshipType(String) - Method in interface org.opensaml.soap.wsaddressing.RelatesTo
Sets the RelationshipType attribute URI value.
setRelayState(MessageContext<SAMLObject>, String) - Static method in class org.opensaml.saml.common.binding.SAMLBindingSupport
Set the SAML protocol relay state on a message context.
setRelayState(String) - Method in class org.opensaml.saml.common.messaging.context.SAMLBindingContext
Sets the relay state.
setRemoveEmptyEntitiesDescriptors(boolean) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.EntityRoleFilter
Set whether to remove an entities descriptor if it does not contain any entity descriptor or entities descriptors.
setRemoveEmptyEntitiesDescriptors(boolean) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.PredicateFilter
Set whether to remove an entities descriptor if it does not contain any entity descriptor or entities descriptors.
setRemoveIdleEntityData(boolean) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
Set the flag indicating whether idle entity data should be removed.
setRemoveRolelessEntityDescriptors(boolean) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.EntityRoleFilter
Set whether to remove an entity descriptor if it does not contain any roles after filtering.
setReplayCache(ReplayCache) - Method in class org.opensaml.saml.common.binding.security.impl.MessageReplaySecurityHandler
Set the replay cache instance to use.
setRequest(RequestType) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
Set's the XACML Request.
setRequest(RequestType) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionStatementTypeImpl
Sets a ResponseType to the XACMLAuthzDecisionStatement.
setRequest(RequestType) - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
Set's the XACML Request.
setRequest(RequestType) - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementType
Sets a ResponseType to the XACMLAuthzDecisionStatement.
setRequestAuthenticated(boolean) - Method in class org.opensaml.saml.common.messaging.context.ECPContext
Set whether the request from the SP was authenticated.
setRequestContextPath(String) - Method in interface org.opensaml.xacml.policy.AttributeSelectorType
Sets the request context path of the attribute to be selected.
setRequestContextPath(String) - Method in class org.opensaml.xacml.policy.impl.AttributeSelectorTypeImpl
Sets the request context path of the attribute to be selected.
setRequestedAuthnContext(RequestedAuthnContext) - Method in interface org.opensaml.saml.saml2.core.AuthnQuery
Sets the RequestedAuthnContext of this request.
setRequestedAuthnContext(RequestedAuthnContext) - Method in interface org.opensaml.saml.saml2.core.AuthnRequest
Sets the RequestedAuthnContext of the request.
setRequestedAuthnContext(RequestedAuthnContext) - Method in class org.opensaml.saml.saml2.core.impl.AuthnQueryImpl
Sets the RequestedAuthnContext of this request.
setRequestedAuthnContext(RequestedAuthnContext) - Method in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
Sets the RequestedAuthnContext of the request.
setRequesterID(String) - Method in class org.opensaml.saml.saml2.core.impl.RequesterIDImpl
Sets the RequesterID value.
setRequesterID(String) - Method in interface org.opensaml.saml.saml2.core.RequesterID
Sets the RequesterID value.
setRequesterIdLookupStrategy(Function<ProfileRequestContext, String>) - Method in class org.opensaml.saml.common.profile.logic.AbstractNameIDPolicyPredicate
Set the strategy used to locate the requester ID.
setRequesterLookupStrategy(Function<ProfileRequestContext, String>) - Method in class org.opensaml.saml.saml1.profile.impl.ResolveArtifacts
Set the strategy used to locate the requester's identity.
setRequesterLookupStrategy(Function<ProfileRequestContext, String>) - Method in class org.opensaml.saml.saml2.profile.impl.ResolveArtifact
Set the strategy used to locate the requester's identity.
setRequestIdLookupStrategy(Function<ProfileRequestContext, String>) - Method in class org.opensaml.saml.common.profile.impl.AddInResponseToToResponse
Set the strategy used to locate the request ID.
setRequestLookupStrategy(Function<ProfileRequestContext, Request>) - Method in class org.opensaml.saml.saml1.profile.impl.ResolveArtifacts
Set the strategy used to locate the Request to operate on.
setRequestLookupStrategy(Function<ProfileRequestContext, AuthnRequest>) - Method in class org.opensaml.saml.saml2.profile.AbstractSAML2NameIDGenerator
Set the strategy used to locate the AuthnRequest to check for a NameIDPolicy.
setRequestLookupStrategy(Function<ProfileRequestContext, AuthnRequest>) - Method in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects.NameIDPolicyLookupFunction
Set the strategy used to locate the AuthnRequest to examine.
setRequestLookupStrategy(Function<ProfileRequestContext, RequestAbstractType>) - Method in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects.RequesterIdFromIssuerFunction
Set the strategy used to locate the RequestAbstractType to examine.
setRequestLookupStrategy(Function<ProfileRequestContext, AuthnRequest>) - Method in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects
Set the strategy used to locate the AuthnRequest to examine, if any.
setRequestLookupStrategy(Function<ProfileRequestContext, ArtifactResolve>) - Method in class org.opensaml.saml.saml2.profile.impl.ResolveArtifact
Set the strategy used to locate the ArtifactResolve to operate on.
setRequestURLBuilder(Function<String, String>) - Method in class org.opensaml.saml.metadata.resolver.impl.FunctionDrivenDynamicHTTPMetadataResolver
Set the function which builds the request URL.
setRequiredContentType(String) - Method in class org.opensaml.messaging.handler.impl.HTTPRequestValidationHandler
Set the required content type.
setRequiredRequestMethod(String) - Method in class org.opensaml.messaging.handler.impl.HTTPRequestValidationHandler
Set the required request method.
setRequiredRule(boolean) - Method in class org.opensaml.saml.common.binding.security.impl.MessageLifetimeSecurityHandler
Sets whether this rule is required to be met.
setRequiredRule(boolean) - Method in class org.opensaml.saml.common.binding.security.impl.MessageReplaySecurityHandler
Set whether this rule is required to be met.
setRequireEncryption(boolean) - Method in class org.opensaml.saml.saml2.profile.impl.PopulateECPContext
Set whether to require assertion encryption or skip session key generation.
setRequireSecured(boolean) - Method in class org.opensaml.messaging.handler.impl.HTTPRequestValidationHandler
Set whether request is required to be secure.
setRequireSignature(boolean) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.SignatureValidationFilter
Set whether incoming metadata's root element is required to be signed.
setRequireValidMetadata(boolean) - Method in class org.opensaml.saml.metadata.resolver.ChainingMetadataResolver
Sets whether the metadata returned by queries must be valid.
setRequireValidMetadata(boolean) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
Sets whether the metadata returned by queries must be valid.
setRequireValidMetadata(boolean) - Method in class org.opensaml.saml.metadata.resolver.impl.BasicRoleDescriptorResolver
Sets whether the metadata returned by queries must be valid.
setRequireValidMetadata(boolean) - Method in class org.opensaml.saml.metadata.resolver.impl.CompositeMetadataResolver
Sets whether the metadata returned by queries must be valid.
setRequireValidMetadata(boolean) - Method in interface org.opensaml.saml.metadata.resolver.MetadataResolver
Sets whether the metadata returned by queries must be valid.
setRequireValidMetadata(boolean) - Method in interface org.opensaml.saml.metadata.resolver.RoleDescriptorResolver
Sets whether the metadata returned by queries must be valid.
setResolvers(List<? extends MetadataResolver>) - Method in class org.opensaml.saml.metadata.resolver.ChainingMetadataResolver
Set the registered metadata resolvers.
setResolvers(List<MetadataResolver>) - Method in class org.opensaml.saml.metadata.resolver.impl.CompositeMetadataResolver
Sets the current set of metadata resolvers.
setResource(String) - Method in class org.opensaml.profile.action.impl.CheckAccess
Set resource.
setResource(String) - Method in interface org.opensaml.saml.saml1.core.AttributeQuery
Set Resource attribute.
setResource(String) - Method in interface org.opensaml.saml.saml1.core.AuthorizationDecisionQuery
Set Resource attribute
setResource(String) - Method in interface org.opensaml.saml.saml1.core.AuthorizationDecisionStatement
Set the contents of the Resource attribute
setResource(String) - Method in class org.opensaml.saml.saml1.core.impl.AttributeQueryImpl
Set Resource attribute.
setResource(String) - Method in class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionQueryImpl
Set Resource attribute
setResource(String) - Method in class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionStatementImpl
Set the contents of the Resource attribute
setResource(String) - Method in interface org.opensaml.saml.saml2.core.AuthzDecisionQuery
Sets the Resource attrib value of this query.
setResource(String) - Method in interface org.opensaml.saml.saml2.core.AuthzDecisionStatement
Sets URI of the resource to which authorization is saught.
setResource(String) - Method in class org.opensaml.saml.saml2.core.impl.AuthzDecisionQueryImpl
Sets the Resource attrib value of this query.
setResource(String) - Method in class org.opensaml.saml.saml2.core.impl.AuthzDecisionStatementImpl
Sets URI of the resource to which authorization is saught.
setResourceAttributeDesignator(AttributeDesignatorType) - Method in class org.opensaml.xacml.policy.impl.ResourceMatchTypeImpl
Sets the resource attribute designator for this match.
setResourceAttributeDesignator(AttributeDesignatorType) - Method in interface org.opensaml.xacml.policy.ResourceMatchType
Sets the resource attribute designator for this match.
setResourceContent(ResourceContentType) - Method in class org.opensaml.xacml.ctx.impl.ResourceTypeImpl
Sets the content of the resource.
setResourceContent(ResourceContentType) - Method in interface org.opensaml.xacml.ctx.ResourceType
Sets the content of the resource.
setResourceId(String) - Method in class org.opensaml.xacml.ctx.impl.ResultTypeImpl
Sets the ResourceId.
setResourceId(String) - Method in interface org.opensaml.xacml.ctx.ResultType
Sets the ResourceId.
setResources(ResourcesType) - Method in class org.opensaml.xacml.policy.impl.TargetTypeImpl
Sets the resources in the target.
setResources(ResourcesType) - Method in interface org.opensaml.xacml.policy.TargetType
Sets the resources in the target.
setResponderIdLookupStrategy(Function<ProfileRequestContext, String>) - Method in class org.opensaml.saml.common.profile.logic.AbstractNameIDPolicyPredicate
Set the strategy used to locate the responder ID.
setResponse(ResponseType) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionStatementTypeImpl
Sets a ResponseType to the XACMLAuthzDecisionStatement.
setResponse(ResponseType) - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementType
Sets a ResponseType to the XACMLAuthzDecisionStatement.
setResponseLocation(String) - Method in interface org.opensaml.saml.saml2.metadata.Endpoint
Sets the URI, usually a URL, responses should be sent to this for this Endpoint.
setResponseLocation(String) - Method in class org.opensaml.saml.saml2.metadata.impl.EndpointImpl
Sets the URI, usually a URL, responses should be sent to this for this Endpoint.
setResponseLookupStrategy(Function<ProfileRequestContext, SAMLObject>) - Method in class org.opensaml.saml.common.profile.impl.AddAudienceRestrictionToAssertions
Set the strategy used to locate the Response to operate on.
setResponseLookupStrategy(Function<ProfileRequestContext, SAMLObject>) - Method in class org.opensaml.saml.common.profile.impl.AddInResponseToToResponse
Set the strategy used to locate the message to operate on.
setResponseLookupStrategy(Function<ProfileRequestContext, SAMLObject>) - Method in class org.opensaml.saml.common.profile.impl.AddNotBeforeConditionToAssertions
Set the strategy used to locate the Response to operate on.
setResponseLookupStrategy(Function<ProfileRequestContext, SAMLObject>) - Method in class org.opensaml.saml.common.profile.impl.AddNotOnOrAfterConditionToAssertions
Set the strategy used to locate the Response to operate on.
setResponseLookupStrategy(Function<ProfileRequestContext, SAMLObject>) - Method in class org.opensaml.saml.common.profile.impl.SignAssertions
Set the strategy used to locate the response to operate on.
setResponseLookupStrategy(Function<ProfileRequestContext, Response>) - Method in class org.opensaml.saml.saml1.profile.impl.AddDoNotCacheConditionToAssertions
Set the strategy used to locate the Response to operate on.
setResponseLookupStrategy(Function<ProfileRequestContext, Response>) - Method in class org.opensaml.saml.saml1.profile.impl.AddStatusToResponse
Set the strategy used to locate the Response to operate on.
setResponseLookupStrategy(Function<ProfileRequestContext, Response>) - Method in class org.opensaml.saml.saml1.profile.impl.AddSubjectConfirmationToSubjects
Set the strategy used to locate the Response to operate on.
setResponseLookupStrategy(Function<ProfileRequestContext, Response>) - Method in class org.opensaml.saml.saml1.profile.impl.CopyNameIdentifierFromRequest
Set the strategy used to locate the Response to operate on.
setResponseLookupStrategy(Function<ProfileRequestContext, Response>) - Method in class org.opensaml.saml.saml1.profile.impl.ResolveArtifacts
Set the strategy used to locate the Response to operate on.
setResponseLookupStrategy(Function<ProfileRequestContext, Response>) - Method in class org.opensaml.saml.saml2.profile.impl.AddChannelBindingsToAssertions
Set the strategy used to locate the Response to operate on.
setResponseLookupStrategy(Function<ProfileRequestContext, Response>) - Method in class org.opensaml.saml.saml2.profile.impl.AddGeneratedKeyToAssertions
Set the strategy used to locate the Response to operate on.
setResponseLookupStrategy(Function<ProfileRequestContext, Response>) - Method in class org.opensaml.saml.saml2.profile.impl.AddOneTimeUseConditionToAssertions
Set the strategy used to locate the Response to operate on.
setResponseLookupStrategy(Function<ProfileRequestContext, Response>) - Method in class org.opensaml.saml.saml2.profile.impl.AddProxyRestrictionToAssertions
Set the strategy used to locate the Response to operate on.
setResponseLookupStrategy(Function<ProfileRequestContext, StatusResponseType>) - Method in class org.opensaml.saml.saml2.profile.impl.AddStatusToResponse
Set the strategy used to locate the StatusResponseType to operate on.
setResponseLookupStrategy(Function<ProfileRequestContext, Response>) - Method in class org.opensaml.saml.saml2.profile.impl.AddSubjectConfirmationToSubjects
Set the strategy used to locate the Response to operate on.
setResponseLookupStrategy(Function<ProfileRequestContext, Response>) - Method in class org.opensaml.saml.saml2.profile.impl.CopyNameIDFromRequest
Set the strategy used to locate the Response to operate on.
setResponseLookupStrategy(Function<ProfileRequestContext, StatusResponseType>) - Method in class org.opensaml.saml.saml2.profile.impl.EncryptAssertions
Set the strategy used to locate the Response to operate on.
setResponseLookupStrategy(Function<ProfileRequestContext, StatusResponseType>) - Method in class org.opensaml.saml.saml2.profile.impl.EncryptAttributes
Set the strategy used to locate the Response to operate on.
setResponseLookupStrategy(Function<ProfileRequestContext, ArtifactResponse>) - Method in class org.opensaml.saml.saml2.profile.impl.ResolveArtifact
Set the strategy used to locate the ArtifactResponse to operate on.
setReturnContext(XSBooleanValue) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
Set's if the RequestType should be included inside the request message.
setReturnContext(Boolean) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
Set's if the RequestType should be included inside the request message.
setReturnContext(Boolean) - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
Set's if the RequestType should be included inside the request message.
setReturnContext(XSBooleanValue) - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
Set's if the RequestType should be included inside the request message.
setRevocationEnabled(boolean) - Method in class org.opensaml.security.x509.impl.CertPathPKIXValidationOptions
If CertPathPKIXValidationOptions.isForceRevocationEnabled() is true, the revocation behavior of the underlying CertPath Provider will be forced to this value.
setRole(QName) - Method in class org.opensaml.saml.common.binding.impl.SAMLProtocolAndRoleHandler
Set the operational role to attach.
setRole(QName) - Method in class org.opensaml.saml.common.messaging.context.AbstractSAMLEntityContext
Set the role under which the SAML entity is currently operating.
setRoleDescriptor(RoleDescriptor) - Method in class org.opensaml.saml.common.messaging.context.SAMLMetadataContext
Sets the role descriptor of the SAML entity.
setRoleDescriptor(RoleDescriptor) - Method in class org.opensaml.saml.metadata.support.AttributeConsumingServiceSelector
Set the AttributeConsumingServie's parent RoleDescriptor.
setRoleDescriptorResolver(RoleDescriptorResolver) - Method in class org.opensaml.saml.common.binding.impl.SAMLMetadataLookupHandler
Set the RoleDescriptorResolver to use.
setRoleDescriptorResolver(RoleDescriptorResolver) - Method in class org.opensaml.saml.security.impl.MetadataCredentialResolver
Set the metadata RoleDescriptor resolver instance used by this resolver.
setRootInNewDocument(boolean) - Method in class org.opensaml.xmlsec.encryption.support.Decrypter
Set the flag which indicates whether by default the DOM Element which backs a decrypted SAML object will be the root of a new DOM document.
setRSAKeyValue(RSAKeyValue) - Method in class org.opensaml.xmlsec.signature.impl.KeyValueImpl
Set the RSAKeyValue child element.
setRSAKeyValue(RSAKeyValue) - Method in interface org.opensaml.xmlsec.signature.KeyValue
Set the RSAKeyValue child element.
setRSAOAEPParameters(RSAOAEPParameters) - Method in class org.opensaml.xmlsec.encryption.support.KeyEncryptionParameters
Set the instance of RSAOAEPParameters.
setRSAOAEPParameters(RSAOAEPParameters) - Method in class org.opensaml.xmlsec.EncryptionParameters
Set the instance of RSAOAEPParameters.
setRSAOAEPParameters(RSAOAEPParameters) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
Set the instance of RSAOAEPParameters.
setRSAOAEPParametersMerge(boolean) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
Set the flag indicating whether to merge this configuration's RSAOAEPParameters values with those of a lower order of precedence, or to treat this configuration's parameters set as authoritative.
setRuleCombiningAlgoId(String) - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
Sets the rule combining algorithm used with this policy.
setRuleCombiningAlgoId(String) - Method in interface org.opensaml.xacml.policy.PolicyType
Sets the rule combining algorithm used with this policy.
setRuleId(String) - Method in class org.opensaml.xacml.policy.impl.RuleTypeImpl
Sets the ID for this rule.
setRuleId(String) - Method in interface org.opensaml.xacml.policy.RuleType
Sets the ID for this rule.
setRuleIdRef(String) - Method in class org.opensaml.xacml.policy.impl.RuleCombinerParametersTypeImpl
Sets the referenced rule's ID.
setRuleIdRef(String) - Method in interface org.opensaml.xacml.policy.RuleCombinerParametersType
Sets the referenced rule's ID.
setRules(Map<Predicate<EntityDescriptor>, Collection<Attribute>>) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.EntityAttributesFilter
Set the mappings from Predicate to Attribute collection to apply.
setSAML1ArtifactBuilderFactory(SAML1ArtifactBuilderFactory) - Method in class org.opensaml.saml.config.SAMLConfiguration
Sets the artifact factory for the library.
setSAML1ArtifactBuilderFactory(SAML1ArtifactBuilderFactory) - Static method in class org.opensaml.saml.config.SAMLConfigurationSupport
Sets the artifact factory for the library.
setSAML1ResponseRecipient(SAMLObject, String) - Static method in class org.opensaml.saml.common.binding.SAMLBindingSupport
Sets the destination attribute on the outbound message if it is a ResponseAbstractType message.
setSAML2ArtifactBuilderFactory(SAML2ArtifactBuilderFactory) - Method in class org.opensaml.saml.config.SAMLConfiguration
Sets the artifact factory for the library.
setSAML2ArtifactBuilderFactory(SAML2ArtifactBuilderFactory) - Static method in class org.opensaml.saml.config.SAMLConfigurationSupport
Sets the artifact factory for the library.
setSAML2Destination(SAMLObject, String) - Static method in class org.opensaml.saml.common.binding.SAMLBindingSupport
Sets the destination attribute on an outbound message if it is either a RequestAbstractType or a StatusResponseType message.
setSAMLDateFormat(String) - Method in class org.opensaml.saml.config.SAMLConfiguration
Sets the date format used to string'ify SAML's date/time objects.
setSAMLDateFormat(String) - Static method in class org.opensaml.saml.config.SAMLConfigurationSupport
Sets the date format used to string'ify SAML's date/time objects.
setSatisfyAllPredicates(boolean) - Method in class org.opensaml.security.credential.impl.AbstractCriteriaFilteringCredentialResolver
Set the flag indicating whether resolved credentials must satisfy all predicates (i.e.
setSchemaBuilder(SchemaBuilder) - Method in class org.opensaml.saml.common.xml.SAMLSchemaBuilder
Set a custom SchemaBuilder to use.
setSchemaLocation(String) - Method in class org.opensaml.core.xml.AbstractXMLObject
Sets the value of the XML Schema schemaLocation attribute for this object.
setSchemaLocation(String) - Method in interface org.opensaml.core.xml.XMLObject
Sets the value of the XML Schema schemaLocation attribute for this object.
setSchemaType(QName) - Method in class org.opensaml.core.xml.AbstractXMLObject
Sets a given QName as the schema type for the Element represented by this XMLObject.
setScoping(Scoping) - Method in interface org.opensaml.saml.saml2.core.AuthnRequest
Sets the Scoping of the request.
setScoping(Scoping) - Method in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
Sets the Scoping of the request.
setSecretKey(SecretKey) - Method in class org.opensaml.security.credential.AbstractCredential
Sets the secret key for this credential.
setSecretKey(SecretKey) - Method in class org.opensaml.security.credential.BasicCredential
Sets the secret key for this credential.
setSecretKey(SecretKey) - Method in interface org.opensaml.security.credential.MutableCredential
Sets the secret key for this credential.
setSecretKey(SecretKey) - Method in class org.opensaml.security.x509.BasicX509Credential
This operation is unsupported for X.509 credentials.
setSecurityParametersContextLookupStrategy(Function<ProfileRequestContext, ClientTLSSecurityParametersContext>) - Method in class org.opensaml.profile.action.impl.PopulateClientTLSValidationParameters
Set the strategy used to look up the ClientTLSSecurityParametersContext to set the parameters for.
setSecurityParametersContextLookupStrategy(Function<ProfileRequestContext, SecurityParametersContext>) - Method in class org.opensaml.profile.action.impl.PopulateDecryptionParameters
Set the strategy used to look up the SecurityParametersContext to set the parameters for.
setSecurityParametersContextLookupStrategy(Function<ProfileRequestContext, SecurityParametersContext>) - Method in class org.opensaml.profile.action.impl.PopulateSignatureValidationParameters
Set the strategy used to look up the SecurityParametersContext to set the parameters for.
setSecurityParametersContextLookupStrategy(Function<ProfileRequestContext, SecurityParametersContext>) - Method in class org.opensaml.saml.common.profile.impl.PopulateSignatureSigningParameters
Set the strategy used to look up the SecurityParametersContext to set the parameters for.
setSecurityParametersContextLookupStrategy(Function<ProfileRequestContext, SecurityParametersContext>) - Method in class org.opensaml.saml.saml2.profile.impl.AbstractDecryptAction
Set the strategy used to locate the SecurityParametersContext associated with a given ProfileRequestContext.
setSecurityParametersLookupStrategy(Function<ProfileRequestContext, SecurityParametersContext>) - Method in class org.opensaml.saml.common.profile.impl.SignAssertions
Set the strategy used to locate the SecurityParametersContext to use.
setSecurityTokenReference(SecurityTokenReference) - Method in class org.opensaml.soap.wstrust.impl.RequestedReferenceTypeImpl
Sets the wsse:SecurityTokenReference child element.
setSecurityTokenReference(SecurityTokenReference) - Method in interface org.opensaml.soap.wstrust.RequestedReferenceType
Sets the wsse:SecurityTokenReference child element.
setSeed(Seed) - Method in interface org.opensaml.xmlsec.encryption.DHKeyValue
Set the seed element.
setSeed(Seed) - Method in class org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
Set the seed element.
setSeed(Seed) - Method in interface org.opensaml.xmlsec.signature.DSAKeyValue
Set the Seed element.
setSeed(Seed) - Method in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
Set the Seed element.
setSerialNumber(BigInteger) - Method in class org.opensaml.security.x509.X509IssuerSerialCriterion
Set the serial number.
setSessionIndex(String) - Method in interface org.opensaml.saml.saml2.core.AuthnQuery
Sets the SessionIndex of this request.
setSessionIndex(String) - Method in interface org.opensaml.saml.saml2.core.AuthnStatement
Sets the session index between the principal and the authenticating authority.
setSessionIndex(String) - Method in class org.opensaml.saml.saml2.core.impl.AuthnQueryImpl
Sets the SessionIndex of this request.
setSessionIndex(String) - Method in class org.opensaml.saml.saml2.core.impl.AuthnStatementImpl
Sets the session index between the principal and the authenticating authority.
setSessionIndex(String) - Method in class org.opensaml.saml.saml2.core.impl.SessionIndexImpl
Sets the session index value of the request.
setSessionIndex(String) - Method in interface org.opensaml.saml.saml2.core.SessionIndex
Sets the session index value of the request.
setSessionKey(byte[]) - Method in class org.opensaml.saml.common.messaging.context.ECPContext
Set the session key generated for use by the client and IdP.
setSessionNotOnOrAfter(DateTime) - Method in interface org.opensaml.saml.saml2.core.AuthnStatement
Set the time when the session between the principal and the SAML authority ends.
setSessionNotOnOrAfter(DateTime) - Method in class org.opensaml.saml.saml2.core.impl.AuthnStatementImpl
Set the time when the session between the principal and the SAML authority ends.
setSig(String) - Method in class org.opensaml.soap.wstrust.impl.UseKeyImpl
Sets the wst:UseKey/@Sig attribute value.
setSig(String) - Method in interface org.opensaml.soap.wstrust.UseKey
Sets the wst:UseKey/@Sig attribute value.
setSignature(Signature) - Method in class org.opensaml.saml.common.AbstractSignableSAMLObject
Sets the Signature XMLObject.
setSignature(Signature) - Method in class org.opensaml.xmlsec.signature.AbstractSignableXMLObject
Sets the Signature XMLObject.
setSignature(Signature) - Method in interface org.opensaml.xmlsec.signature.SignableXMLObject
Sets the Signature XMLObject.
setSignatureAlgorithm(String) - Method in class org.opensaml.xmlsec.signature.impl.SignatureImpl
Sets the algorithm used to compute the signature.
setSignatureAlgorithm(String) - Method in interface org.opensaml.xmlsec.signature.Signature
Sets the algorithm used to compute the signature.
setSignatureAlgorithm(String) - Method in class org.opensaml.xmlsec.SignatureSigningParameters
Set the signature algorithm URI to use when signing.
setSignatureAlgorithms(List<String>) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
Set the signature algorithms to use when signing.
setSignatureCanonicalizationAlgorithm(String) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
Set a canonicalization algorithm URI suitable for use as a Signature CanonicalizationMethod value.
setSignatureCanonicalizationAlgorithm(String) - Method in class org.opensaml.xmlsec.SignatureSigningParameters
Set a canonicalization algorithm URI suitable for use as a Signature CanonicalizationMethod value.
setSignatureHMACOutputLength(Integer) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
Set the value to be used as the Signature SignatureMethod HMACOutputLength value, used only when signing with an HMAC algorithm.
setSignatureHMACOutputLength(Integer) - Method in class org.opensaml.xmlsec.SignatureSigningParameters
Set the value to be used as the Signature SignatureMethod HMACOutputLength value, used only when signing with an HMAC algorithm.
setSignaturePrevalidator(SignaturePrevalidator) - Method in class org.opensaml.saml.common.binding.security.impl.SAMLProtocolMessageXMLSignatureSecurityHandler
Set the prevalidator for XML Signature instances.
setSignaturePrevalidator(SignaturePrevalidator) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.SignatureValidationFilter
Set the validator used to perform pre-validation on Signature tokens.
setSignatureReferenceDigestMethod(String) - Method in class org.opensaml.xmlsec.SignatureSigningParameters
Set a digest method algorithm URI suitable for use as a Signature Reference DigestMethod value.
setSignatureReferenceDigestMethods(List<String>) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
Set a digest method algorithm URI suitable for use as a Signature Reference DigestMethod value.
setSignatureSigningParameters(SignatureSigningParameters) - Method in class org.opensaml.xmlsec.context.SecurityParametersContext
Set the parameters to use for XML signature signing operations.
setSignatureSigningParametersResolver(SignatureSigningParametersResolver) - Method in class org.opensaml.saml.common.profile.impl.PopulateSignatureSigningParameters
Set the resolver to use for the parameters to store into the context.
setSignatureTrustEngine(SignatureTrustEngine) - Method in class org.opensaml.xmlsec.impl.BasicSignatureValidationConfiguration
Set the signature trust engine to use.
setSignatureTrustEngine(SignatureTrustEngine) - Method in class org.opensaml.xmlsec.SignatureValidationParameters
Set the signature trust engine to use.
setSignatureValidationParameters(SignatureValidationParameters) - Method in class org.opensaml.xmlsec.context.SecurityParametersContext
Set the parameters to use for XML signature validation operations.
setSignatureValidationParametersResolver(SignatureValidationParametersResolver) - Method in class org.opensaml.profile.action.impl.PopulateSignatureValidationParameters
Set the resolver to use for the parameters to store into the context.
setSignErrorResponses(boolean) - Method in class org.opensaml.saml.common.binding.security.impl.SAMLOutboundProtocolMessageSigningHandler
Set whether to sign response messages that contain errors (defaults to true).
setSigningCredential(Credential) - Method in class org.opensaml.xmlsec.signature.impl.SignatureImpl
Sets the signature signing credential.
setSigningCredential(Credential) - Method in interface org.opensaml.xmlsec.signature.Signature
Sets the signature signing credential.
setSigningCredential(Credential) - Method in class org.opensaml.xmlsec.SignatureSigningParameters
Set the signing credential to use when signing.
setSigningCredentials(List<Credential>) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
Set the signing credentials to use when signing.
setSOAP11Actor(String) - Method in class org.opensaml.saml.ext.saml2cb.impl.ChannelBindingsImpl
Set the attribute value.
setSOAP11Actor(String) - Method in class org.opensaml.saml.ext.samlec.impl.GeneratedKeyImpl
Set the attribute value.
setSOAP11Actor(String) - Method in class org.opensaml.saml.ext.samlec.impl.SessionKeyImpl
Set the attribute value.
setSOAP11Actor(String) - Method in class org.opensaml.saml.saml2.ecp.impl.RelayStateImpl
Set the attribute value.
setSOAP11Actor(String) - Method in class org.opensaml.saml.saml2.ecp.impl.RequestAuthenticatedImpl
Set the attribute value.
setSOAP11Actor(String) - Method in class org.opensaml.saml.saml2.ecp.impl.RequestImpl
Set the attribute value.
setSOAP11Actor(String) - Method in class org.opensaml.saml.saml2.ecp.impl.ResponseImpl
Set the attribute value.
setSOAP11Actor(String) - Method in class org.opensaml.saml.saml2.ecp.impl.SubjectConfirmationImpl
Set the attribute value.
setSOAP11Actor(String) - Method in interface org.opensaml.soap.soap11.ActorBearing
Set the attribute value.
setSOAP11Actor(String) - Method in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderImpl
Set the attribute value.
setSOAP11ContextLookupStrategy(Function<MessageContext, SOAP11Context>) - Method in class org.opensaml.soap.client.http.HttpSOAPClient
Set the strategy used to look up the SOAP11Context associated with the outbound message context.
setSOAP11EncodingStyles(List<String>) - Method in interface org.opensaml.soap.soap11.EncodingStyleBearing
Set the attribute value.
setSOAP11MustUnderstand(Boolean) - Method in class org.opensaml.saml.ext.saml2cb.impl.ChannelBindingsImpl
Set the attribute value.
setSOAP11MustUnderstand(XSBooleanValue) - Method in class org.opensaml.saml.ext.saml2cb.impl.ChannelBindingsImpl
Set the attribute value.
setSOAP11MustUnderstand(Boolean) - Method in class org.opensaml.saml.ext.samlec.impl.GeneratedKeyImpl
Set the attribute value.
setSOAP11MustUnderstand(XSBooleanValue) - Method in class org.opensaml.saml.ext.samlec.impl.GeneratedKeyImpl
Set the attribute value.
setSOAP11MustUnderstand(Boolean) - Method in class org.opensaml.saml.ext.samlec.impl.SessionKeyImpl
Set the attribute value.
setSOAP11MustUnderstand(XSBooleanValue) - Method in class org.opensaml.saml.ext.samlec.impl.SessionKeyImpl
Set the attribute value.
setSOAP11MustUnderstand(Boolean) - Method in class org.opensaml.saml.saml2.ecp.impl.RelayStateImpl
Set the attribute value.
setSOAP11MustUnderstand(XSBooleanValue) - Method in class org.opensaml.saml.saml2.ecp.impl.RelayStateImpl
Set the attribute value.
setSOAP11MustUnderstand(Boolean) - Method in class org.opensaml.saml.saml2.ecp.impl.RequestAuthenticatedImpl
Set the attribute value.
setSOAP11MustUnderstand(XSBooleanValue) - Method in class org.opensaml.saml.saml2.ecp.impl.RequestAuthenticatedImpl
Set the attribute value.
setSOAP11MustUnderstand(Boolean) - Method in class org.opensaml.saml.saml2.ecp.impl.RequestImpl
Set the attribute value.
setSOAP11MustUnderstand(XSBooleanValue) - Method in class org.opensaml.saml.saml2.ecp.impl.RequestImpl
Set the attribute value.
setSOAP11MustUnderstand(Boolean) - Method in class org.opensaml.saml.saml2.ecp.impl.ResponseImpl
Set the attribute value.
setSOAP11MustUnderstand(XSBooleanValue) - Method in class org.opensaml.saml.saml2.ecp.impl.ResponseImpl
Set the attribute value.
setSOAP11MustUnderstand(Boolean) - Method in class org.opensaml.saml.saml2.ecp.impl.SubjectConfirmationImpl
Set the attribute value.
setSOAP11MustUnderstand(XSBooleanValue) - Method in class org.opensaml.saml.saml2.ecp.impl.SubjectConfirmationImpl
Set the attribute value.
setSOAP11MustUnderstand(Boolean) - Method in interface org.opensaml.soap.soap11.MustUnderstandBearing
Set the attribute value.
setSOAP11MustUnderstand(XSBooleanValue) - Method in interface org.opensaml.soap.soap11.MustUnderstandBearing
Set the attribute value.
setSOAP11MustUnderstand(Boolean) - Method in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderImpl
Set the attribute value.
setSOAP11MustUnderstand(XSBooleanValue) - Method in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderImpl
Set the attribute value.
setSOAP12EncodingStyle(String) - Method in interface org.opensaml.soap.soap12.EncodingStyleBearing
Set the attribute value.
setSOAP12MustUnderstand(Boolean) - Method in interface org.opensaml.soap.soap12.MustUnderstandBearing
Set the attribute value.
setSOAP12MustUnderstand(XSBooleanValue) - Method in interface org.opensaml.soap.soap12.MustUnderstandBearing
Set the attribute value.
setSOAP12MustUnderstand(Boolean) - Method in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderImpl
Set the attribute value.
setSOAP12MustUnderstand(XSBooleanValue) - Method in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderImpl
Set the attribute value.
setSOAP12Relay(Boolean) - Method in interface org.opensaml.soap.soap12.RelayBearing
Set the attribute value.
setSOAP12Relay(XSBooleanValue) - Method in interface org.opensaml.soap.soap12.RelayBearing
Set the attribute value.
setSOAP12Relay(Boolean) - Method in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderImpl
Set the attribute value.
setSOAP12Relay(XSBooleanValue) - Method in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderImpl
Set the attribute value.
setSOAP12Role(String) - Method in interface org.opensaml.soap.soap12.RoleBearing
Set the attribute value.
setSOAP12Role(String) - Method in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderImpl
Set the attribute value.
setSoapAction(SoapAction) - Method in class org.opensaml.soap.wsaddressing.impl.ProblemActionImpl
Set the SoapAction child element.
setSoapAction(SoapAction) - Method in interface org.opensaml.soap.wsaddressing.ProblemAction
Set the SoapAction child element.
setSOAPClientContextLookupStrategy(Function<MessageContext, SOAPClientContext>) - Method in class org.opensaml.soap.client.http.HttpSOAPClient
Set the strategy used to look up the SOAPClientContext associated with the outbound message context.
setSOAPRequestParameters(SOAPClient.SOAPRequestParameters) - Method in class org.opensaml.soap.client.SOAPClientContext
Sets a set of binding/transport-specific request parameters.
setSourceArtifactResolutionServiceEndpointIndex(Integer) - Method in class org.opensaml.saml.common.messaging.context.SAMLArtifactContext
Set the source artifact resolution service endpoint index.
setSourceArtifactResolutionServiceEndpointURL(String) - Method in class org.opensaml.saml.common.messaging.context.SAMLArtifactContext
Set the artifact resolution service endpoint URL.
setSourceEntityId(String) - Method in class org.opensaml.saml.common.messaging.context.SAMLArtifactContext
Set the artifact source entityID.
setSourceID(byte[]) - Method in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0001
Sets the 20 byte source ID of the artifact.
setSourceID(byte[]) - Method in class org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactType0004
Sets the 20 byte source ID of the artifact.
setSourceLocation(String) - Method in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0002
Sets source location component of this artifact.
setSPNameQualifier(String) - Method in class org.opensaml.saml.common.profile.AbstractNameIdentifierGenerator
Set the SPNameQualifier attribute.
setSPNameQualifier(String) - Method in interface org.opensaml.saml.saml2.core.BaseID
Sets the SPNameQualifier value.
setSPNameQualifier(String) - Method in class org.opensaml.saml.saml2.core.impl.AbstractNameIDType
Sets the SPNameQualifier value.
setSPNameQualifier(String) - Method in class org.opensaml.saml.saml2.core.impl.BaseIDImpl
Sets the SPNameQualifier value.
setSPNameQualifier(String) - Method in class org.opensaml.saml.saml2.core.impl.NameIDPolicyImpl
Sets the SPNameQualifier value.
setSPNameQualifier(String) - Method in interface org.opensaml.saml.saml2.core.NameIDPolicy
Sets the SPNameQualifier value.
setSPNameQualifier(String) - Method in interface org.opensaml.saml.saml2.core.NameIDType
Sets the SPNameQualifier value.
setSPProvidedId(String) - Method in class org.opensaml.saml.common.profile.AbstractNameIdentifierGenerator
Set the SPProvidedID attribute.
setSPProvidedID(String) - Method in class org.opensaml.saml.saml2.core.impl.AbstractNameIDType
Sets the SPProvddedID of this NameID.
setSPProvidedID(String) - Method in interface org.opensaml.saml.saml2.core.NameIDType
Sets the SPProvddedID of this NameID.
setSSODescriptorLookupStrategy(Function<ProfileRequestContext, SSODescriptor>) - Method in class org.opensaml.saml.common.profile.logic.MetadataNameIdentifierFormatStrategy
Set the lookup strategy to use to obtain an SSODescriptor.
setStatus(Status) - Method in class org.opensaml.saml.saml1.core.impl.ResponseImpl
Set the object representing the Status (element).
setStatus(Status) - Method in interface org.opensaml.saml.saml1.core.Response
Set the object representing the Status (element).
setStatus(Status) - Method in class org.opensaml.saml.saml2.core.impl.StatusResponseTypeImpl
Sets the Status of this response.
setStatus(Status) - Method in interface org.opensaml.saml.saml2.core.StatusResponseType
Sets the Status of this response.
setStatus(StatusType) - Method in class org.opensaml.xacml.ctx.impl.ResultTypeImpl
Sets the result status.
setStatus(StatusType) - Method in interface org.opensaml.xacml.ctx.ResultType
Sets the result status.
setStatusCode(StatusCode) - Method in class org.opensaml.saml.saml1.core.impl.StatusCodeImpl
Sets the second level status code.
setStatusCode(StatusCode) - Method in class org.opensaml.saml.saml1.core.impl.StatusImpl
Set the object representing the StatusCode (element).
setStatusCode(StatusCode) - Method in interface org.opensaml.saml.saml1.core.Status
Set the object representing the StatusCode (element).
setStatusCode(StatusCode) - Method in interface org.opensaml.saml.saml1.core.StatusCode
Sets the second level status code.
setStatusCode(StatusCode) - Method in class org.opensaml.saml.saml2.core.impl.StatusCodeImpl
Sets the Status Code of this Status Code.
setStatusCode(StatusCode) - Method in class org.opensaml.saml.saml2.core.impl.StatusImpl
Sets the Code of this Status.
setStatusCode(StatusCode) - Method in interface org.opensaml.saml.saml2.core.Status
Sets the Code of this Status.
setStatusCode(StatusCode) - Method in interface org.opensaml.saml.saml2.core.StatusCode
Sets the Status Code of this Status Code.
setStatusCode(StatusCodeType) - Method in class org.opensaml.xacml.ctx.impl.StatusCodeTypeImpl
Sets the status code.
setStatusCode(StatusCodeType) - Method in class org.opensaml.xacml.ctx.impl.StatusTypeImpl
Sets the status code for the Status.
setStatusCode(StatusCodeType) - Method in interface org.opensaml.xacml.ctx.StatusCodeType
Sets the status code.
setStatusCode(StatusCodeType) - Method in interface org.opensaml.xacml.ctx.StatusType
Sets the status code for the Status.
setStatusCodes(List<QName>) - Method in class org.opensaml.saml.saml1.profile.impl.AddStatusToResponse
Set the default list of status code values to insert, ordered such that the top level code is first and every other code will be nested inside the previous one.
setStatusCodes(List<String>) - Method in class org.opensaml.saml.saml2.profile.impl.AddStatusToResponse
Set the list of status code values to insert, ordered such that the top level code is first and every other code will be nested inside the previous one.
setStatusCodesLookupStrategy(Function<ProfileRequestContext, List<QName>>) - Method in class org.opensaml.saml.saml1.profile.impl.AddStatusToResponse
Set the optional strategy used to obtain status codes to include.
setStatusCodesLookupStrategy(Function<ProfileRequestContext, List<String>>) - Method in class org.opensaml.saml.saml2.profile.impl.AddStatusToResponse
Set the optional strategy used to obtain status codes to include.
setStatusDetail(StatusDetail) - Method in class org.opensaml.saml.saml1.core.impl.StatusImpl
Set the object representing the StatusDetail (element).
setStatusDetail(StatusDetail) - Method in interface org.opensaml.saml.saml1.core.Status
Set the object representing the StatusDetail (element).
setStatusDetail(StatusDetail) - Method in class org.opensaml.saml.saml2.core.impl.StatusImpl
Sets the Detail of this Status.
setStatusDetail(StatusDetail) - Method in interface org.opensaml.saml.saml2.core.Status
Sets the Detail of this Status.
setStatusDetail(StatusDetailType) - Method in class org.opensaml.xacml.ctx.impl.StatusTypeImpl
Sets the status detail for the Status.
setStatusDetail(StatusDetailType) - Method in interface org.opensaml.xacml.ctx.StatusType
Sets the status detail for the Status.
setStatusMessage(StatusMessage) - Method in class org.opensaml.saml.saml1.core.impl.StatusImpl
Set the object representing the StatusMessage (element).
setStatusMessage(StatusMessage) - Method in interface org.opensaml.saml.saml1.core.Status
Set the object representing the StatusMessage (element).
setStatusMessage(String) - Method in class org.opensaml.saml.saml1.profile.impl.AddStatusToResponse
Set a default status message to use in the event that error detail is off, or no specific message is obtained.
setStatusMessage(StatusMessage) - Method in class org.opensaml.saml.saml2.core.impl.StatusImpl
Sets the Message of this Status.
setStatusMessage(StatusMessage) - Method in interface org.opensaml.saml.saml2.core.Status
Sets the Message of this Status.
setStatusMessage(String) - Method in class org.opensaml.saml.saml2.profile.impl.AddStatusToResponse
Set a default status message to use in the event that error detail is off, or no specific message is obtained.
setStatusMessage(StatusMessageType) - Method in class org.opensaml.xacml.ctx.impl.StatusTypeImpl
Sets the status message for the Status.
setStatusMessage(StatusMessageType) - Method in interface org.opensaml.xacml.ctx.StatusType
Sets the status message for the Status.
setStatusMessageLookupStrategy(Function<ProfileRequestContext, String>) - Method in class org.opensaml.saml.saml1.profile.impl.AddStatusToResponse
Set the optional strategy used to obtain a status message to include.
setStatusMessageLookupStrategy(Function<ProfileRequestContext, String>) - Method in class org.opensaml.saml.saml2.profile.impl.AddStatusToResponse
Set the optional strategy used to obtain a status message to include.
setStorage(StorageService) - Method in class org.opensaml.storage.ReplayCache
Set the backing store for the cache.
setStorageService(StorageService) - Method in class org.opensaml.saml.common.binding.artifact.impl.StorageServiceSAMLArtifactMap
Set the artifact store.
setStrict(boolean) - Method in class org.opensaml.storage.ReplayCache
Set the strictness flag.
setSubject(Subject) - Method in class org.opensaml.saml.saml1.core.impl.SubjectQueryImpl
Set Subject child element.
setSubject(Subject) - Method in class org.opensaml.saml.saml1.core.impl.SubjectStatementImpl
Set the Subject of the statement.
setSubject(Subject) - Method in interface org.opensaml.saml.saml1.core.SubjectQuery
Set Subject child element.
setSubject(Subject) - Method in interface org.opensaml.saml.saml1.core.SubjectStatement
Set the Subject of the statement.
setSubject(Subject) - Method in interface org.opensaml.saml.saml2.core.Assertion
Sets the Subject of this assertion.
setSubject(Subject) - Method in interface org.opensaml.saml.saml2.core.AuthnRequest
Sets the Subject of the request.
setSubject(Subject) - Method in class org.opensaml.saml.saml2.core.impl.AssertionImpl
Sets the Subject of this assertion.
setSubject(Subject) - Method in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
Sets the Subject of the request.
setSubject(Subject) - Method in class org.opensaml.saml.saml2.core.impl.SubjectQueryImpl
Sets the Subject of this request.
setSubject(Subject) - Method in interface org.opensaml.saml.saml2.core.SubjectQuery
Sets the Subject of this request.
setSubjectAltNames(Set<Integer>) - Method in class org.opensaml.security.x509.tls.CertificateNameOptions
Set the set of types of subject alternative names evaluate as derived issuer entity ID names, using integer constants defined in org.opensaml.security.X509Support.
setSubjectAltNameTypes(Set<Integer>) - Method in class org.opensaml.security.x509.impl.BasicX509CredentialNameEvaluator
Set the set of types of subject alternative names to process.
setSubjectAttributeDesignator(AttributeDesignatorType) - Method in class org.opensaml.xacml.policy.impl.SubjectMatchTypeImpl
Sets the subject attribute designator for this match.
setSubjectAttributeDesignator(AttributeDesignatorType) - Method in interface org.opensaml.xacml.policy.SubjectMatchType
Sets the subject attribute designator for this match.
setSubjectCategory(String) - Method in class org.opensaml.xacml.ctx.impl.SubjectTypeImpl
Sets the subjectcategory.
setSubjectCategory(String) - Method in interface org.opensaml.xacml.ctx.SubjectType
Sets the subjectcategory.
setSubjectCategory(String) - Method in class org.opensaml.xacml.policy.impl.SubjectAttributeDesignatorTypeImpl
Sets the category of the Subject.
setSubjectCategory(String) - Method in interface org.opensaml.xacml.policy.SubjectAttributeDesignatorType
Sets the category of the Subject.
setSubjectConfirmation(SubjectConfirmation) - Method in class org.opensaml.saml.saml1.core.impl.SubjectImpl
Sets the SubjectConfirmation of this Subject.
setSubjectConfirmation(SubjectConfirmation) - Method in interface org.opensaml.saml.saml1.core.Subject
Sets the SubjectConfirmation of this Subject.
setSubjectConfirmationData(XMLObject) - Method in class org.opensaml.saml.saml1.core.impl.SubjectConfirmationImpl
Set the SubjectConfirmationData.
setSubjectConfirmationData(XMLObject) - Method in interface org.opensaml.saml.saml1.core.SubjectConfirmation
Set the SubjectConfirmationData.
setSubjectConfirmationData(SubjectConfirmationData) - Method in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationImpl
Sets the data about how this subject was confirmed or constraints on the confirmation.
setSubjectConfirmationData(SubjectConfirmationData) - Method in interface org.opensaml.saml.saml2.core.SubjectConfirmation
Sets the data about how this subject was confirmed or constraints on the confirmation.
setSubjectConfirmationData(SubjectConfirmationData) - Method in class org.opensaml.saml.saml2.ecp.impl.SubjectConfirmationImpl
Sets the data about how this subject was confirmed or constraints on the confirmation.
setSubjectConfirmationData(SubjectConfirmationData) - Method in interface org.opensaml.saml.saml2.ecp.SubjectConfirmation
Sets the data about how this subject was confirmed or constraints on the confirmation.
setSubjectKeyIdentifier(byte[]) - Method in class org.opensaml.security.x509.X509SubjectKeyIdentifierCriterion
Set the subject key identifier.
setSubjectLocality(SubjectLocality) - Method in interface org.opensaml.saml.saml1.core.AuthenticationStatement
setSubjectLocality(SubjectLocality) - Method in class org.opensaml.saml.saml1.core.impl.AuthenticationStatementImpl
setSubjectLocality(SubjectLocality) - Method in interface org.opensaml.saml.saml2.core.AuthnStatement
Set the DNS domain and IP address of the system where the principal was authenticated.
setSubjectLocality(SubjectLocality) - Method in class org.opensaml.saml.saml2.core.impl.AuthnStatementImpl
Set the DNS domain and IP address of the system where the principal was authenticated.
setSubjectName(X500Principal) - Method in class org.opensaml.security.x509.X509SubjectNameCriterion
Set the subject name.
setSubjectNameIdentifier(SAMLObject) - Method in class org.opensaml.saml.common.messaging.context.SAMLSubjectNameIdentifierContext
Sets the name identifier, which must be either a SAML 1 NameIdentifier or a SAML 2 NameID or null.
setSubjects(SubjectsType) - Method in class org.opensaml.xacml.policy.impl.TargetTypeImpl
Sets the subjects in the target.
setSubjects(SubjectsType) - Method in interface org.opensaml.xacml.policy.TargetType
Sets the subjects in the target.
setSupportedContentTypes(List<String>) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver
Set the list of supported MIME types for use in Accept request header and validation of response Content-Type header.
setSuppressForBindings(Collection<String>) - Method in class org.opensaml.saml.common.profile.impl.AddInResponseToToResponse.DefaultRequestIdLookupStrategy
Set the collection of bindings to suppress the lookup of a request ID for.
setSurName(SurName) - Method in interface org.opensaml.saml.saml2.metadata.ContactPerson
Sets the surname for this person.
setSurName(SurName) - Method in class org.opensaml.saml.saml2.metadata.impl.ContactPersonImpl
Sets the surname for this person.
setSynchronous(boolean) - Method in class org.opensaml.saml.common.binding.BindingDescriptor
Set whether the binding is synchronous (direct request/response, typically SOAP).
setTarget(TargetType) - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Sets the target of this policy set.
setTarget(TargetType) - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
Sets the target of this policy.
setTarget(TargetType) - Method in class org.opensaml.xacml.policy.impl.RuleTypeImpl
Sets the target of this rule.
setTarget(TargetType) - Method in interface org.opensaml.xacml.policy.PolicySetType
Sets the target of this policy set.
setTarget(TargetType) - Method in interface org.opensaml.xacml.policy.PolicyType
Sets the target of this policy.
setTarget(TargetType) - Method in interface org.opensaml.xacml.policy.RuleType
Sets the target of this rule.
setTarget(String) - Method in interface org.opensaml.xmlsec.encryption.EncryptionProperty
Set the target URI attribute which specifies to which element this property applies.
setTarget(String) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyImpl
Set the target URI attribute which specifies to which element this property applies.
setTerminate(Terminate) - Method in class org.opensaml.saml.saml2.core.impl.ManageNameIDRequestImpl
Set the Terminate of the request.
setTerminate(Terminate) - Method in interface org.opensaml.saml.saml2.core.ManageNameIDRequest
Set the Terminate of the request.
setTextContent(String) - Method in class org.opensaml.core.xml.schema.impl.XSAnyImpl
Sets the text content for the DOM Element.
setTextContent(String) - Method in interface org.opensaml.core.xml.schema.XSAny
Sets the text content for the DOM Element.
setTextContent(String) - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextDeclImpl
Sets the text content for the DOM Element.
setTLSTrustEngine(TrustEngine<? super X509Credential>) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver
Sets the optional trust engine used in evaluating server TLS credentials.
setTLSTrustEngine(TrustEngine<? super X509Credential>) - Method in class org.opensaml.saml.metadata.resolver.impl.HTTPMetadataResolver
Sets the optional trust engine used in evaluating server TLS credentials.
setTransactionRetry(int) - Method in class org.opensaml.storage.impl.JPAStorageService
Sets the number of times a transaction will be retried.
setTransforms(Transforms) - Method in interface org.opensaml.xmlsec.encryption.CipherReference
Set the Transforms child element, which describes which transformations to apply when dereferencing the data.
setTransforms(Transforms) - Method in class org.opensaml.xmlsec.encryption.impl.CipherReferenceImpl
Set the Transforms child element, which describes which transformations to apply when dereferencing the data.
setTransforms(Transforms) - Method in class org.opensaml.xmlsec.signature.impl.RetrievalMethodImpl
Set the Transforms child element.
setTransforms(Transforms) - Method in interface org.opensaml.xmlsec.signature.RetrievalMethod
Set the Transforms child element.
setTrustedNames(Set<String>) - Method in class org.opensaml.security.x509.TrustedNamesCriterion
Set the set of trusted names.
setType(String) - Method in interface org.opensaml.saml.ext.saml2cb.ChannelBindings
Set the Type attribute value.
setType(String) - Method in class org.opensaml.saml.ext.saml2cb.impl.ChannelBindingsImpl
Set the Type attribute value.
setType(ContactPersonTypeEnumeration) - Method in interface org.opensaml.saml.saml2.metadata.ContactPerson
Sets the type of contact this person.
setType(ContactPersonTypeEnumeration) - Method in class org.opensaml.saml.saml2.metadata.impl.ContactPersonImpl
Sets the type of contact this person.
setType(String) - Method in class org.opensaml.soap.wssecurity.impl.PasswordImpl
Sets the wsse:Password/@Type attribute URI value.
setType(String) - Method in interface org.opensaml.soap.wssecurity.Password
Sets the wsse:Password/@Type attribute URI value.
setType(String) - Method in interface org.opensaml.soap.wstrust.BinarySecret
Sets the wst:BinarySecret/@Type attribute value.
setType(String) - Method in class org.opensaml.soap.wstrust.impl.BinarySecretImpl
Sets the wst:BinarySecret/@Type attribute value.
setType(String) - Method in interface org.opensaml.xmlsec.encryption.EncryptedType
Sets the type information for the plaintext content.
setType(String) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
Sets the type information for the plaintext content.
setType(String) - Method in class org.opensaml.xmlsec.signature.impl.RetrievalMethodImpl
Set the Type attribute value.
setType(String) - Method in interface org.opensaml.xmlsec.signature.RetrievalMethod
Set the Type attribute value.
setTypeCode(byte[]) - Method in class org.opensaml.saml.common.binding.artifact.AbstractSAMLArtifact
Sets the 2 byte type code for this artifact.
setUnknownXMLObject(XMLObject) - Method in interface org.opensaml.soap.wstrust.CancelTarget
Set the unknown child element.
setUnknownXMLObject(XMLObject) - Method in interface org.opensaml.soap.wstrust.DelegateTo
Set the unknown child element.
setUnknownXMLObject(XMLObject) - Method in interface org.opensaml.soap.wstrust.Encryption
Set the unknown child element.
setUnknownXMLObject(XMLObject) - Method in class org.opensaml.soap.wstrust.impl.CancelTargetImpl
Set the unknown child element.
setUnknownXMLObject(XMLObject) - Method in class org.opensaml.soap.wstrust.impl.DelegateToImpl
Set the unknown child element.
setUnknownXMLObject(XMLObject) - Method in class org.opensaml.soap.wstrust.impl.EncryptionImpl
Set the unknown child element.
setUnknownXMLObject(XMLObject) - Method in class org.opensaml.soap.wstrust.impl.ParticipantTypeImpl
Set the unknown child element.
setUnknownXMLObject(XMLObject) - Method in class org.opensaml.soap.wstrust.impl.ProofEncryptionImpl
Set the unknown child element.
setUnknownXMLObject(XMLObject) - Method in class org.opensaml.soap.wstrust.impl.RenewTargetImpl
Set the unknown child element.
setUnknownXMLObject(XMLObject) - Method in class org.opensaml.soap.wstrust.impl.RequestedProofTokenImpl
Set the unknown child element.
setUnknownXMLObject(XMLObject) - Method in class org.opensaml.soap.wstrust.impl.RequestedSecurityTokenImpl
Set the unknown child element.
setUnknownXMLObject(XMLObject) - Method in class org.opensaml.soap.wstrust.impl.UseKeyImpl
Set the unknown child element.
setUnknownXMLObject(XMLObject) - Method in class org.opensaml.soap.wstrust.impl.ValidateTargetImpl
Set the unknown child element.
setUnknownXMLObject(XMLObject) - Method in interface org.opensaml.soap.wstrust.ParticipantType
Set the unknown child element.
setUnknownXMLObject(XMLObject) - Method in interface org.opensaml.soap.wstrust.ProofEncryption
Set the unknown child element.
setUnknownXMLObject(XMLObject) - Method in interface org.opensaml.soap.wstrust.RenewTarget
Set the unknown child element.
setUnknownXMLObject(XMLObject) - Method in interface org.opensaml.soap.wstrust.RequestedProofToken
Set the unknown child element.
setUnknownXMLObject(XMLObject) - Method in interface org.opensaml.soap.wstrust.RequestedSecurityToken
Set the unknown child element.
setUnknownXMLObject(XMLObject) - Method in interface org.opensaml.soap.wstrust.UseKey
Set the unknown child element.
setUnknownXMLObject(XMLObject) - Method in interface org.opensaml.soap.wstrust.ValidateTarget
Set the unknown child element.
setUnknownXMLObject(XMLObject) - Method in class org.opensaml.xmlsec.signature.impl.KeyValueImpl
Set the wildcard <any> XMLObject child element.
setUnknownXMLObject(XMLObject) - Method in interface org.opensaml.xmlsec.signature.KeyValue
Set the wildcard <any> XMLObject child element.
setUri(String) - Method in interface org.opensaml.saml.saml1.core.Audience
Set the audience URI.
setUri(String) - Method in class org.opensaml.saml.saml1.core.impl.AudienceImpl
Set the audience URI.
setURI(String) - Method in interface org.opensaml.saml.saml2.core.AuthenticatingAuthority
Sets the URI of this Authenticating Authority.
setURI(String) - Method in class org.opensaml.saml.saml2.core.impl.AuthenticatingAuthorityImpl
Sets the URI of this Authenticating Authority.
setURI(String) - Method in class org.opensaml.soap.wspolicy.impl.PolicyReferenceImpl
Sets the wsp:PolicyReference/@URI attribute value.
setURI(String) - Method in interface org.opensaml.soap.wspolicy.PolicyReference
Sets the wsp:PolicyReference/@URI attribute value.
setURI(String) - Method in class org.opensaml.soap.wssecurity.impl.ReferenceImpl
Sets the wsse:Reference/@URI attribute value.
setURI(String) - Method in interface org.opensaml.soap.wssecurity.Reference
Sets the wsse:Reference/@URI attribute value.
setURI(String) - Method in interface org.opensaml.xmlsec.encryption.CipherReference
Set the URI attribute that describes from where to deference the encrypted data.
setURI(String) - Method in class org.opensaml.xmlsec.encryption.impl.CipherReferenceImpl
Set the URI attribute that describes from where to deference the encrypted data.
setURI(String) - Method in class org.opensaml.xmlsec.encryption.impl.ReferenceTypeImpl
Set the URI attribute which indicates the referent of this reference.
setURI(String) - Method in interface org.opensaml.xmlsec.encryption.ReferenceType
Set the URI attribute which indicates the referent of this reference.
setURI(String) - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoReferenceImpl
Set the URI attribute value.
setURI(String) - Method in class org.opensaml.xmlsec.signature.impl.NamedCurveImpl
Set the URI attribute value.
setURI(String) - Method in class org.opensaml.xmlsec.signature.impl.RetrievalMethodImpl
Set the URI attribute value.
setURI(String) - Method in interface org.opensaml.xmlsec.signature.KeyInfoReference
Set the URI attribute value.
setURI(String) - Method in interface org.opensaml.xmlsec.signature.NamedCurve
Set the URI attribute value.
setURI(String) - Method in interface org.opensaml.xmlsec.signature.RetrievalMethod
Set the URI attribute value.
setURIComparator(URIComparator) - Method in class org.opensaml.saml.common.binding.security.impl.ReceivedEndpointSecurityHandler
Set the URI comparator instance to use.
setURL(String) - Method in class org.opensaml.saml.ext.saml2mdui.impl.LogoImpl
Sets the URL.
setURL(String) - Method in interface org.opensaml.saml.ext.saml2mdui.Logo
Sets the URL.
setUsage(UsageType) - Method in class org.opensaml.security.criteria.UsageCriterion
Set the key usage criteria.
setUsageType(UsageType) - Method in class org.opensaml.security.credential.AbstractCredential
Sets the usage type for this credential.
setUsageType(UsageType) - Method in class org.opensaml.security.credential.BasicCredential
Sets the usage type for this credential.
setUsageType(UsageType) - Method in interface org.opensaml.security.credential.MutableCredential
Sets the usage type for this credential.
setUsageType(UsageType) - Method in class org.opensaml.security.x509.impl.KeyStoreX509CredentialAdapter
Sets the usage type for this credential.
setUsageType(UsageType) - Method in class org.opensaml.security.x509.impl.X509KeyManagerX509CredentialAdapter
Sets the usage type for this credential.
setUse(UsageType) - Method in class org.opensaml.saml.saml2.metadata.impl.KeyDescriptorImpl
Sets the use of this key.
setUse(UsageType) - Method in interface org.opensaml.saml.saml2.metadata.KeyDescriptor
Sets the use of this key.
setUseDefaultManager(boolean) - Method in class org.opensaml.xmlsec.keyinfo.NamedKeyInfoGeneratorManager
Set the option as to whether the default (unnamed) manager will be used to lookup factories for credentials if there is no appropriate named factory for the credential type.
setUsername(Username) - Method in class org.opensaml.soap.wssecurity.impl.UsernameTokenImpl
Sets the <wsse:Username> child element.
setUsername(Username) - Method in interface org.opensaml.soap.wssecurity.UsernameToken
Sets the <wsse:Username> child element.
setUseSAML1QueryResourceAsEntityId(boolean) - Method in class org.opensaml.saml.common.messaging.context.SAMLPeerEntityContext
Sets whether to use the Resource attribute of some SAML 1 queries to resolve the entity ID.
setValidationParameters(ClientTLSValidationParameters) - Method in class org.opensaml.security.messaging.ClientTLSSecurityParametersContext
Set an instance of ClientTLSValidationParameters.
setValidUntil(DateTime) - Method in interface org.opensaml.saml.saml2.common.TimeBoundSAMLObject
Sets the date until which this descriptor is valid.
setValidUntil(DateTime) - Method in class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorImpl
Sets the date until which this descriptor is valid.
setValidUntil(DateTime) - Method in class org.opensaml.saml.saml2.metadata.impl.EntitiesDescriptorImpl
Sets the date until which this descriptor is valid.
setValidUntil(DateTime) - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
Sets the date until which this descriptor is valid.
setValidUntil(DateTime) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorImpl
Sets the date until which this descriptor is valid.
setValue(String) - Method in class org.opensaml.core.xml.schema.impl.XSBase64BinaryImpl
Sets the base64-encoded binary value.
setValue(XSBooleanValue) - Method in class org.opensaml.core.xml.schema.impl.XSBooleanImpl
Sets the XSBooleanValue value.
setValue(DateTime) - Method in class org.opensaml.core.xml.schema.impl.XSDateTimeImpl
Sets the dateTime value.
setValue(Integer) - Method in class org.opensaml.core.xml.schema.impl.XSIntegerImpl
Sets the integer.
setValue(QName) - Method in class org.opensaml.core.xml.schema.impl.XSQNameImpl
Sets the QName content of the element.
setValue(String) - Method in class org.opensaml.core.xml.schema.impl.XSStringImpl
Sets the string.
setValue(String) - Method in class org.opensaml.core.xml.schema.impl.XSURIImpl
Sets the URI content of the element.
setValue(String) - Method in interface org.opensaml.core.xml.schema.XSBase64Binary
Sets the base64-encoded binary value.
setValue(XSBooleanValue) - Method in interface org.opensaml.core.xml.schema.XSBoolean
Sets the XSBooleanValue value.
setValue(Boolean) - Method in class org.opensaml.core.xml.schema.XSBooleanValue
Sets the boolean value.
setValue(DateTime) - Method in interface org.opensaml.core.xml.schema.XSDateTime
Sets the dateTime value.
setValue(Integer) - Method in interface org.opensaml.core.xml.schema.XSInteger
Sets the integer.
setValue(QName) - Method in interface org.opensaml.core.xml.schema.XSQName
Sets the QName content of the element.
setValue(String) - Method in interface org.opensaml.core.xml.schema.XSString
Sets the string.
setValue(String) - Method in interface org.opensaml.core.xml.schema.XSURI
Sets the URI content of the element.
setValue(String) - Method in class org.opensaml.saml.ext.saml2mdquery.impl.ActionNamespaceImpl
Sets the URI content of the element.
setValue(String) - Method in class org.opensaml.saml.saml1.core.impl.NameIdentifierImpl
Sets the identifier.
setValue(QName) - Method in class org.opensaml.saml.saml1.core.impl.RespondWithImpl
Sets the QName content of the element.
setValue(QName) - Method in class org.opensaml.saml.saml1.core.impl.StatusCodeImpl
Sets the value of the status code.
setValue(String) - Method in interface org.opensaml.saml.saml1.core.NameIdentifier
Sets the identifier.
setValue(QName) - Method in interface org.opensaml.saml.saml1.core.StatusCode
Sets the value of the status code.
setValue(String) - Method in class org.opensaml.saml.saml2.core.impl.AbstractNameIDType
Sets the value of this type.
setValue(String) - Method in class org.opensaml.saml.saml2.core.impl.StatusCodeImpl
Sets the Value of this Status Code.
setValue(String) - Method in interface org.opensaml.saml.saml2.core.NameIDType
Sets the value of this type.
setValue(String) - Method in interface org.opensaml.saml.saml2.core.StatusCode
Sets the Value of this Status Code.
setValue(Long) - Method in interface org.opensaml.soap.wsaddressing.AttributedUnsignedLong
Sets the element's value.
setValue(Long) - Method in class org.opensaml.soap.wsaddressing.impl.AttributedUnsignedLongImpl
Sets the element's value.
setValue(String) - Method in interface org.opensaml.soap.wsfed.Address
Sets the end point reference address.
setValue(String) - Method in class org.opensaml.soap.wsfed.impl.AddressImpl
Sets the end point reference address.
setValue(String) - Method in class org.opensaml.soap.wssecurity.impl.AttributedDateTimeImpl
Sets the string.
setValue(String) - Method in class org.opensaml.soap.wssecurity.impl.AttributedStringImpl
Sets the string.
setValue(String) - Method in class org.opensaml.soap.wssecurity.impl.AttributedURIImpl
Sets the URI content of the element.
setValue(String) - Method in class org.opensaml.soap.wssecurity.impl.SignatureConfirmationImpl
Sets the Value attribute value.
setValue(String) - Method in interface org.opensaml.soap.wssecurity.SignatureConfirmation
Sets the Value attribute value.
setValue(XSBooleanValue) - Method in class org.opensaml.soap.wstrust.impl.DelegatableImpl
Sets the XSBooleanValue value.
setValue(XSBooleanValue) - Method in class org.opensaml.soap.wstrust.impl.ForwardableImpl
Sets the XSBooleanValue value.
setValue(Object, String) - Static method in class org.opensaml.storage.annotation.AnnotationSupport
Sets the value of the field indicated by the Value annotation on the given object.
setValue(String) - Method in class org.opensaml.storage.MutableStorageRecord
Set the record value.
setValue(String) - Method in class org.opensaml.storage.StorageRecord
Set the record value.
setValue(Type, StorageSerializer<Type>) - Method in class org.opensaml.storage.StorageRecord
Set the record value, using a custom serialization process.
setValue(String) - Method in interface org.opensaml.xacml.ctx.AttributeValueType
Sets the text content of the element.
setValue(String) - Method in class org.opensaml.xacml.ctx.impl.AttributeValueTypeImpl
Sets the text content of the element.
setValue(String) - Method in class org.opensaml.xacml.ctx.impl.ResourceContentTypeImpl
Sets the text value of this element.
setValue(String) - Method in class org.opensaml.xacml.ctx.impl.StatusCodeTypeImpl
Sets the attribute named value of the status elements.
setValue(String) - Method in class org.opensaml.xacml.ctx.impl.StatusMessageTypeImpl
Sets the string.
setValue(String) - Method in interface org.opensaml.xacml.ctx.ResourceContentType
Sets the text value of this element.
setValue(String) - Method in interface org.opensaml.xacml.ctx.StatusCodeType
Sets the attribute named value of the status elements.
setValue(String) - Method in interface org.opensaml.xacml.policy.AttributeValueType
Sets the text content of the element.
setValue(String) - Method in class org.opensaml.xacml.policy.impl.AttributeValueTypeImpl
Sets the text content of the element.
setValue(String) - Method in class org.opensaml.xacml.policy.impl.DescriptionTypeImpl
Sets the string.
setValue(String) - Method in class org.opensaml.xmlsec.signature.impl.CryptoBinaryImpl
Sets the base64-encoded binary value.
setValue(String) - Method in class org.opensaml.xmlsec.signature.impl.X509CertificateImpl
Sets the base64-encoded binary value.
setValue(String) - Method in class org.opensaml.xmlsec.signature.impl.X509CRLImpl
Sets the base64-encoded binary value.
setValue(BigInteger) - Method in class org.opensaml.xmlsec.signature.impl.X509SerialNumberImpl
Sets the integer.
setValue(BigInteger) - Method in interface org.opensaml.xmlsec.signature.X509SerialNumber
Sets the integer.
setValueBigInt(BigInteger) - Method in interface org.opensaml.xmlsec.signature.CryptoBinary
Convenience method to set the value of the element as a BigInteger type.
setValueBigInt(BigInteger) - Method in class org.opensaml.xmlsec.signature.impl.CryptoBinaryImpl
Convenience method to set the value of the element as a BigInteger type.
setValues(Collection<String>) - Method in class org.opensaml.saml.common.profile.logic.EntityAttributesPredicate.Candidate
Set the exact values to match.
setValueSize(int) - Method in class org.opensaml.storage.AbstractStorageService
Set the value size limit.
setValueType(String) - Method in interface org.opensaml.soap.wssecurity.BinarySecurityToken
Sets the ValueType attribute URI value.
setValueType(String) - Method in interface org.opensaml.soap.wssecurity.Embedded
Sets the ValueType attribute URI value.
setValueType(String) - Method in class org.opensaml.soap.wssecurity.impl.BinarySecurityTokenImpl
Sets the ValueType attribute URI value.
setValueType(String) - Method in class org.opensaml.soap.wssecurity.impl.EmbeddedImpl
Sets the ValueType attribute URI value.
setValueType(String) - Method in class org.opensaml.soap.wssecurity.impl.KeyIdentifierImpl
Sets the ValueType attribute URI value.
setValueType(String) - Method in class org.opensaml.soap.wssecurity.impl.ReferenceImpl
Sets the ValueType attribute URI value.
setValueType(String) - Method in interface org.opensaml.soap.wssecurity.KeyIdentifier
Sets the ValueType attribute URI value.
setValueType(String) - Method in interface org.opensaml.soap.wssecurity.Reference
Sets the ValueType attribute URI value.
setValueType(String) - Method in interface org.opensaml.soap.wstrust.BinaryExchange
Sets the ValueType attribute URI value.
setValueType(String) - Method in class org.opensaml.soap.wstrust.impl.BinaryExchangeImpl
Sets the ValueType attribute URI value.
setVariableId(String) - Method in class org.opensaml.xacml.policy.impl.VariableDefinitionTypeImpl
Sets the ID of this defined variable.
setVariableId(String) - Method in class org.opensaml.xacml.policy.impl.VariableReferenceTypeImpl
Sets the ID of the referenced variable.
setVariableId(String) - Method in interface org.opensaml.xacml.policy.VariableDefinitionType
Sets the ID of this defined variable.
setVariableId(String) - Method in interface org.opensaml.xacml.policy.VariableReferenceType
Sets the ID of the referenced variable.
setVelocityEngine(VelocityEngine) - Method in class org.opensaml.saml.saml1.binding.encoding.impl.HTTPPostEncoder
Set the VelocityEngine instance.
setVelocityEngine(VelocityEngine) - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPArtifactEncoder
Set the VelocityEngine instance.
setVelocityEngine(VelocityEngine) - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPPostEncoder
Set the VelocityEngine instance.
setVelocityTemplateId(String) - Method in class org.opensaml.saml.saml1.binding.encoding.impl.HTTPPostEncoder
Set the Velocity template id.
setVelocityTemplateId(String) - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPArtifactEncoder
Set the Velocity template id.
setVelocityTemplateId(String) - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPPostEncoder
Set the Velocity template id.
setVersion(SAMLVersion) - Method in interface org.opensaml.saml.saml1.core.Assertion
Set the SAML version of this assertion.
setVersion(SAMLVersion) - Method in class org.opensaml.saml.saml1.core.impl.AssertionImpl
Set the SAML version of this assertion.
setVersion(SAMLVersion) - Method in class org.opensaml.saml.saml1.core.impl.RequestAbstractTypeImpl
Sets the SAML version of this message.
setVersion(SAMLVersion) - Method in class org.opensaml.saml.saml1.core.impl.ResponseAbstractTypeImpl
Sets the SAML version for this message.
setVersion(SAMLVersion) - Method in interface org.opensaml.saml.saml1.core.RequestAbstractType
Sets the SAML version of this message.
setVersion(SAMLVersion) - Method in interface org.opensaml.saml.saml1.core.ResponseAbstractType
Sets the SAML version for this message.
setVersion(SAMLVersion) - Method in interface org.opensaml.saml.saml2.core.Assertion
Sets the SAML Version of this assertion.
setVersion(SAMLVersion) - Method in class org.opensaml.saml.saml2.core.impl.AssertionImpl
Sets the SAML Version of this assertion.
setVersion(SAMLVersion) - Method in class org.opensaml.saml.saml2.core.impl.RequestAbstractTypeImpl
Sets the SAML Version of this request.
setVersion(SAMLVersion) - Method in class org.opensaml.saml.saml2.core.impl.StatusResponseTypeImpl
Sets the SAML Version of this response.
setVersion(SAMLVersion) - Method in interface org.opensaml.saml.saml2.core.RequestAbstractType
Sets the SAML Version of this request.
setVersion(SAMLVersion) - Method in interface org.opensaml.saml.saml2.core.StatusResponseType
Sets the SAML Version of this response.
setVersion(long) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageRecord
Sets the record version.
setVersion(long) - Method in class org.opensaml.storage.StorageRecord
Set the record version.
setVersion(String) - Method in interface org.opensaml.xacml.policy.IdReferenceType
Sets the version of the reference.
setVersion(String) - Method in class org.opensaml.xacml.policy.impl.IdReferenceTypeImpl
Sets the version of the reference.
setVersion(String) - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Sets the XACML version of this policy set.
setVersion(String) - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
Sets the XACML version of this policy.
setVersion(String) - Method in interface org.opensaml.xacml.policy.PolicySetType
Sets the XACML version of this policy set.
setVersion(String) - Method in interface org.opensaml.xacml.policy.PolicyType
Sets the XACML version of this policy.
setWantAssertionsSigned(Boolean) - Method in class org.opensaml.saml.ext.saml2mdquery.impl.QueryDescriptorTypeImpl
Sets whether assertions to this endpoint should be signed.
setWantAssertionsSigned(XSBooleanValue) - Method in class org.opensaml.saml.ext.saml2mdquery.impl.QueryDescriptorTypeImpl
Sets whether assertions to this endpoint should be signed.
setWantAssertionsSigned(Boolean) - Method in interface org.opensaml.saml.ext.saml2mdquery.QueryDescriptorType
Sets whether assertions to this endpoint should be signed.
setWantAssertionsSigned(XSBooleanValue) - Method in interface org.opensaml.saml.ext.saml2mdquery.QueryDescriptorType
Sets whether assertions to this endpoint should be signed.
setWantAssertionsSigned(Boolean) - Method in class org.opensaml.saml.saml2.metadata.impl.SPSSODescriptorImpl
Sets whether this service wants assertions signed.
setWantAssertionsSigned(XSBooleanValue) - Method in class org.opensaml.saml.saml2.metadata.impl.SPSSODescriptorImpl
Sets whether this service wants assertions signed.
setWantAssertionsSigned(Boolean) - Method in interface org.opensaml.saml.saml2.metadata.SPSSODescriptor
Sets whether this service wants assertions signed.
setWantAssertionsSigned(XSBooleanValue) - Method in interface org.opensaml.saml.saml2.metadata.SPSSODescriptor
Sets whether this service wants assertions signed.
setWantAuthnRequestsSigned(Boolean) - Method in interface org.opensaml.saml.saml2.metadata.IDPSSODescriptor
Sets whether the IDP SSO service wants authentication requests signed.
setWantAuthnRequestsSigned(XSBooleanValue) - Method in interface org.opensaml.saml.saml2.metadata.IDPSSODescriptor
Sets whether the IDP SSO service wants authentication requests signed.
setWantAuthnRequestsSigned(Boolean) - Method in class org.opensaml.saml.saml2.metadata.impl.IDPSSODescriptorImpl
Sets whether the IDP SSO service wants authentication requests signed.
setWantAuthnRequestsSigned(XSBooleanValue) - Method in class org.opensaml.saml.saml2.metadata.impl.IDPSSODescriptorImpl
Sets whether the IDP SSO service wants authentication requests signed.
setWhitelistBlacklistPrecedence(WhitelistBlacklistConfiguration.Precedence) - Method in class org.opensaml.xmlsec.impl.BasicWhitelistBlacklistConfiguration
Set preference value indicating which should take precedence when both whitelist and blacklist are non-empty.
setWhitelistedAlgorithms(Collection<String>) - Method in class org.opensaml.xmlsec.impl.BasicWhitelistBlacklistConfiguration
Set the list of whitelisted algorithm URI's.
setWhitelistedAlgorithms(Collection<String>) - Method in class org.opensaml.xmlsec.WhitelistBlacklistParameters
Set the list of whitelisted algorithm URI's.
setWhitelistMerge(boolean) - Method in class org.opensaml.xmlsec.impl.BasicWhitelistBlacklistConfiguration
Set the flag indicating whether to merge this configuration's whitelist with one of a lower order of precedence, or to treat this whitelist as authoritative.
setWidth(Integer) - Method in class org.opensaml.saml.ext.saml2mdui.impl.LogoImpl
Sets the width of the logo.
setWidth(Integer) - Method in interface org.opensaml.saml.ext.saml2mdui.Logo
Sets the width of the logo.
setWSAIsReferenceParameter(Boolean) - Method in interface org.opensaml.soap.wsaddressing.IsReferenceParameterBearing
Sets the @wsa:IsReferenceParameter attribute value.
setWSAIsReferenceParameter(XSBooleanValue) - Method in interface org.opensaml.soap.wsaddressing.IsReferenceParameterBearing
Sets the @wsa:IsReferenceParameter attribute value.
setWSP12Optional(Boolean) - Method in interface org.opensaml.soap.wspolicy.OptionalBearing
Set the attribute value.
setWSP12Optional(XSBooleanValue) - Method in interface org.opensaml.soap.wspolicy.OptionalBearing
Set the attribute value.
setWSP12PolicyURIs(List<String>) - Method in interface org.opensaml.soap.wspolicy.PolicyURIsBearing
Set the attribute value.
setWSSE11TokenType(String) - Method in interface org.opensaml.soap.wssecurity.TokenTypeBearing
Sets the @wsse11:TokenType attribute value.
setWSSEUsages(List<String>) - Method in class org.opensaml.soap.wssecurity.impl.SecurityTokenReferenceImpl
Sets the list of wsse:@Usage attributes value.
setWSSEUsages(List<String>) - Method in interface org.opensaml.soap.wssecurity.UsageBearing
Sets the list of wsse:@Usage attributes value.
setWSUId(String) - Method in class org.opensaml.soap.wspolicy.impl.PolicyImpl
Sets the @wsu:Id attribute value.
setWSUId(String) - Method in interface org.opensaml.soap.wssecurity.IdBearing
Sets the @wsu:Id attribute value.
setWSUId(String) - Method in class org.opensaml.soap.wssecurity.impl.AttributedDateTimeImpl
Sets the @wsu:Id attribute value.
setWSUId(String) - Method in class org.opensaml.soap.wssecurity.impl.AttributedStringImpl
Sets the @wsu:Id attribute value.
setWSUId(String) - Method in class org.opensaml.soap.wssecurity.impl.AttributedURIImpl
Sets the @wsu:Id attribute value.
setWSUId(String) - Method in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderImpl
Sets the @wsu:Id attribute value.
setWSUId(String) - Method in class org.opensaml.soap.wssecurity.impl.SecurityTokenReferenceImpl
Sets the @wsu:Id attribute value.
setWSUId(String) - Method in class org.opensaml.soap.wssecurity.impl.SignatureConfirmationImpl
Sets the @wsu:Id attribute value.
setWSUId(String) - Method in class org.opensaml.soap.wssecurity.impl.TimestampImpl
Sets the @wsu:Id attribute value.
setWSUId(String) - Method in class org.opensaml.soap.wssecurity.impl.UsernameTokenImpl
Sets the @wsu:Id attribute value.
setX500DNHandler(X500DNHandler) - Method in class org.opensaml.security.x509.impl.BasicX509CredentialNameEvaluator
Set the handler which process X.500 distinguished names.
setX500DNHandler(X500DNHandler) - Method in class org.opensaml.security.x509.impl.CertPathPKIXTrustEvaluator
Set the handler which process X.500 distinguished names.
setX500DNHandler(X500DNHandler) - Method in class org.opensaml.security.x509.tls.CertificateNameOptions
Set the handler responsible for serializing X.500 names to strings from certificate-derived X500Principal instances.
setX500DNHandler(X500DNHandler) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.InlineX509DataProvider
Set the handler which process X.500 distinguished names.
setX500DNHandler(X500DNHandler) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Set the handler which process X.500 distinguished names.
setX500IssuerDNFormat(String) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Set the output format specifier for X.500 issuer names.
setX500SubjectDNFormat(String) - Method in class org.opensaml.security.x509.tls.CertificateNameOptions
Set the the format specifier for serializaing X.500 subject names to strings.
setX500SubjectDNFormat(String) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Set the output format specifier for X.500 subject names.
setX509DigestAlgorithmURI(String) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Set the algorithm URI for X509Digest digests.
setX509IssuerName(X509IssuerName) - Method in class org.opensaml.xmlsec.signature.impl.X509IssuerSerialImpl
Set the X509IssuerName child element.
setX509IssuerName(X509IssuerName) - Method in interface org.opensaml.xmlsec.signature.X509IssuerSerial
Set the X509IssuerName child element.
setX509SerialNumber(X509SerialNumber) - Method in class org.opensaml.xmlsec.signature.impl.X509IssuerSerialImpl
Set the X509SerialNumber child element.
setX509SerialNumber(X509SerialNumber) - Method in interface org.opensaml.xmlsec.signature.X509IssuerSerial
Set the X509SerialNumber child element.
setX509TrustEngine(TrustEngine<? super X509Credential>) - Method in class org.opensaml.security.x509.tls.ClientTLSValidationParameters
Set a TrustEngine instance used to validate a client TLS X509Credential.
setX509TrustEngine(TrustEngine<? super X509Credential>) - Method in class org.opensaml.security.x509.tls.impl.BasicClientTLSValidationConfiguration
Set a TrustEngine instance used to validate a client TLS X509Credential.
setXMLBase(String) - Method in interface org.opensaml.core.xml.BaseBearing
Sets the @xml:base attribute value.
setXMLId(String) - Method in interface org.opensaml.core.xml.IdBearing
Sets the @xml:id attribute value.
setXMLLang(String) - Method in interface org.opensaml.core.xml.LangBearing
Sets the @xml:lang attribute value.
setXMLLang(String) - Method in class org.opensaml.saml.ext.saml2mdui.impl.KeywordsImpl
Sets the @xml:lang attribute value.
setXMLLang(String) - Method in class org.opensaml.saml.ext.saml2mdui.impl.LogoImpl
Sets the @xml:lang attribute value.
setXMLLang(String) - Method in class org.opensaml.saml.saml2.metadata.impl.LocalizedNameImpl
Sets the @xml:lang attribute value.
setXMLLang(String) - Method in class org.opensaml.saml.saml2.metadata.impl.LocalizedURIImpl
Sets the @xml:lang attribute value.
setXMLSignature(XMLSignature) - Method in class org.opensaml.xmlsec.signature.impl.SignatureImpl
Set the Apache XML Security signature instance held by this object.
setXMLSpace(SpaceBearing.XMLSpaceEnum) - Method in interface org.opensaml.core.xml.SpaceBearing
Sets the @xml:space attribute value.
setXPathVersion(XSString) - Method in interface org.opensaml.xacml.policy.DefaultsType
Sets the XPath version for this type.
setXPathVersion(XSString) - Method in class org.opensaml.xacml.policy.impl.DefaultsTypeImpl
Sets the XPath version for this type.
setY(Y) - Method in interface org.opensaml.xmlsec.signature.DSAKeyValue
Set the Y child element.
setY(Y) - Method in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
Set the Y child element.
shouldAttemptRefresh(AbstractDynamicMetadataResolver.EntityManagementData) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
Determine whether should attempt to refresh the metadata, based on stored refresh trigger time.
SIG_ATTRIB_NAME - Static variable in interface org.opensaml.soap.wstrust.UseKey
The wst:UseKey/@Sig attribute local name.
sign(Credential, String, boolean, byte[]) - Static method in class org.opensaml.security.crypto.SigningUtil
Compute the signature or MAC value over the supplied input.
sign(PrivateKey, String, byte[]) - Static method in class org.opensaml.security.crypto.SigningUtil
Compute the raw signature value over the supplied input.
SignableSAMLObject - Interface in org.opensaml.saml.common
A signable SAMLObject.
SignableXMLObject - Interface in org.opensaml.xmlsec.signature
An XMLObject whose DOM representation can be digitally signed.
SignAssertions - Class in org.opensaml.saml.common.profile.impl
Action that signs assertions in a SAML 1/2 Response returned by a lookup strategy, by default the message returned by InOutOperationContext.getOutboundMessageContext().
SignAssertions() - Constructor for class org.opensaml.saml.common.profile.impl.SignAssertions
Constructor.
Signature - Interface in org.opensaml.xmlsec.signature
XMLObject representing an enveloped or detached XML Digital Signature, version 20020212, Signature element.
SIGNATURE_DSA_SHA1 - Static variable in class org.opensaml.security.crypto.JCAConstants
Signature algorithm: "SHA1withDSA".
SIGNATURE_DSA_SHA224 - Static variable in class org.opensaml.security.crypto.JCAConstants
Signature algorithm: "SHA224withDSA".
SIGNATURE_DSA_SHA256 - Static variable in class org.opensaml.security.crypto.JCAConstants
Signature algorithm: "SHA256withDSA".
SIGNATURE_ECDSA_SHA1 - Static variable in class org.opensaml.security.crypto.JCAConstants
Signature algorithm: "SHA1withECDSA".
SIGNATURE_ECDSA_SHA224 - Static variable in class org.opensaml.security.crypto.JCAConstants
Signature algorithm: "SHA224withECDSA".
SIGNATURE_ECDSA_SHA256 - Static variable in class org.opensaml.security.crypto.JCAConstants
Signature algorithm: "SHA256withECDSA".
SIGNATURE_ECDSA_SHA384 - Static variable in class org.opensaml.security.crypto.JCAConstants
Signature algorithm: "SHA384withECDSA".
SIGNATURE_ECDSA_SHA512 - Static variable in class org.opensaml.security.crypto.JCAConstants
Signature algorithm: "SHA512withECDSA".
SIGNATURE_RSA_MD5 - Static variable in class org.opensaml.security.crypto.JCAConstants
Signature algorithm: "MD5withRSA".
SIGNATURE_RSA_RIPEMD160 - Static variable in class org.opensaml.security.crypto.JCAConstants
Signature algorithm: "RIPEMD160withRSA".
SIGNATURE_RSA_SHA1 - Static variable in class org.opensaml.security.crypto.JCAConstants
Signature algorithm: "SHA1withRSA".
SIGNATURE_RSA_SHA224 - Static variable in class org.opensaml.security.crypto.JCAConstants
Signature algorithm: "SHA224withRSA".
SIGNATURE_RSA_SHA256 - Static variable in class org.opensaml.security.crypto.JCAConstants
Signature algorithm: "SHA256withRSA".
SIGNATURE_RSA_SHA384 - Static variable in class org.opensaml.security.crypto.JCAConstants
Signature algorithm: "SHA384withRSA".
SIGNATURE_RSA_SHA512 - Static variable in class org.opensaml.security.crypto.JCAConstants
Signature algorithm: "SHA512withRSA".
SignatureAlgorithm - Interface in org.opensaml.soap.wstrust
The wst:SignatureAlgorithm element.
SignatureAlgorithm - Interface in org.opensaml.xmlsec.algorithm
Interface for signature algorithm descriptors.
SignatureAlgorithmBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the SignatureAlgorithm element.
SignatureAlgorithmBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.SignatureAlgorithmBuilder
 
SignatureAlgorithmImpl - Class in org.opensaml.soap.wstrust.impl
SignatureAlgorithmImpl.
SignatureAlgorithmImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.SignatureAlgorithmImpl
Constructor.
SignatureAlgorithmIndex(String, String) - Constructor for class org.opensaml.xmlsec.algorithm.AlgorithmRegistry.SignatureAlgorithmIndex
Constructor.
SignatureAlgorithmMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the SignatureAlgorithm element.
SignatureAlgorithmMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.SignatureAlgorithmMarshaller
 
SignatureAlgorithmUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the wst:SignatureAlgorithm element.
SignatureAlgorithmUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.SignatureAlgorithmUnmarshaller
 
SignatureAlgorithmValidator - Class in org.opensaml.xmlsec.signature.support.impl
Component which validates a Signature's signature and digest algorithm URI's against a supplied algorithm whitelist and blacklist.
SignatureAlgorithmValidator(SignatureValidationParameters) - Constructor for class org.opensaml.xmlsec.signature.support.impl.SignatureAlgorithmValidator
Constructor.
SignatureAlgorithmValidator(Collection<String>, Collection<String>) - Constructor for class org.opensaml.xmlsec.signature.support.impl.SignatureAlgorithmValidator
Constructor.
SignatureBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of Signatures.
SignatureBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.SignatureBuilder
Constructor.
SignatureConfirmation - Interface in org.opensaml.soap.wssecurity
The <wsse11:SignatureConfirmation> element.
SignatureConfirmationBuilder - Class in org.opensaml.soap.wssecurity.impl
SignatureConfirmationBuilder.
SignatureConfirmationBuilder() - Constructor for class org.opensaml.soap.wssecurity.impl.SignatureConfirmationBuilder
 
SignatureConfirmationImpl - Class in org.opensaml.soap.wssecurity.impl
SignatureConfirmationImpl.
SignatureConfirmationImpl(String, String, String) - Constructor for class org.opensaml.soap.wssecurity.impl.SignatureConfirmationImpl
Constructor.
SignatureConfirmationMarshaller - Class in org.opensaml.soap.wssecurity.impl
SignatureConfirmationMarshaller.
SignatureConfirmationMarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.SignatureConfirmationMarshaller
 
SignatureConfirmationUnmarshaller - Class in org.opensaml.soap.wssecurity.impl
SignatureConfirmationUnmarshaller.
SignatureConfirmationUnmarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.SignatureConfirmationUnmarshaller
 
SignatureConstants - Class in org.opensaml.xmlsec.signature.support
Constants defined in or related to the XML Signature 1.0 and 1.1 specifications and related RFCs.
SignatureDSASHA1 - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for signature algorithm: DSA SHA-1.
SignatureDSASHA1() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.SignatureDSASHA1
 
SignatureDSASHA256 - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for signature algorithm: DSA SHA-1.
SignatureDSASHA256() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.SignatureDSASHA256
 
SignatureECDSASHA1 - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for signature algorithm: ECDSA SHA-1.
SignatureECDSASHA1() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.SignatureECDSASHA1
 
SignatureECDSASHA224 - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for signature algorithm: ECDSA SHA-256.
SignatureECDSASHA224() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.SignatureECDSASHA224
 
SignatureECDSASHA256 - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for signature algorithm: ECDSA SHA-256.
SignatureECDSASHA256() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.SignatureECDSASHA256
 
SignatureECDSASHA384 - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for signature algorithm: ECDSA SHA-384.
SignatureECDSASHA384() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.SignatureECDSASHA384
 
SignatureECDSASHA512 - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for signature algorithm: ECDSA SHA-512.
SignatureECDSASHA512() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.SignatureECDSASHA512
 
SignatureException - Exception in org.opensaml.xmlsec.signature.support
Exception thrown when an error occurs during signature operations.
SignatureException() - Constructor for exception org.opensaml.xmlsec.signature.support.SignatureException
Constructor.
SignatureException(String) - Constructor for exception org.opensaml.xmlsec.signature.support.SignatureException
Constructor.
SignatureException(Exception) - Constructor for exception org.opensaml.xmlsec.signature.support.SignatureException
Constructor.
SignatureException(String, Exception) - Constructor for exception org.opensaml.xmlsec.signature.support.SignatureException
Constructor.
SignatureImpl - Class in org.opensaml.xmlsec.signature.impl
XMLObject representing an enveloped or detached XML Digital Signature, version 20020212, Signature element.
SignatureImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.SignatureImpl
Constructor.
SignatureMarshaller - Class in org.opensaml.xmlsec.signature.impl
A marshaller for Signature objects.
SignatureMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.SignatureMarshaller
Constructor.
SignaturePrevalidator - Interface in org.opensaml.xmlsec.signature.support
An interface for components which perform some pre-validation processing on an XML Signature instance, for example to validate that the signature confirms to a particular profile of XML Signature.
SignatureRSAMD5 - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for signature algorithm: RSA MD5.
SignatureRSAMD5() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSAMD5
 
SignatureRSARIPEMD160 - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for signature algorithm: RSA RIPEMD160.
SignatureRSARIPEMD160() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSARIPEMD160
 
SignatureRSASHA1 - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for signature algorithm: RSA SHA-1.
SignatureRSASHA1() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASHA1
 
SignatureRSASHA224 - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for signature algorithm: RSA SHA-256.
SignatureRSASHA224() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASHA224
 
SignatureRSASHA256 - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for signature algorithm: RSA SHA-256.
SignatureRSASHA256() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASHA256
 
SignatureRSASHA384 - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for signature algorithm: RSA SHA-384.
SignatureRSASHA384() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASHA384
 
SignatureRSASHA512 - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for signature algorithm: RSA SHA-512.
SignatureRSASHA512() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASHA512
 
SignatureSigningConfiguration - Interface in org.opensaml.xmlsec
The configuration information to use when generating an XML signature.
SignatureSigningConfigurationCriterion - Class in org.opensaml.xmlsec.criterion
Criterion which holds one or more instances of SignatureSigningConfiguration.
SignatureSigningConfigurationCriterion(List<SignatureSigningConfiguration>) - Constructor for class org.opensaml.xmlsec.criterion.SignatureSigningConfigurationCriterion
Constructor.
SignatureSigningConfigurationCriterion(SignatureSigningConfiguration...) - Constructor for class org.opensaml.xmlsec.criterion.SignatureSigningConfigurationCriterion
Constructor.
SignatureSigningParameters - Class in org.opensaml.xmlsec
The effective parameters to use when generating an XML signature.
SignatureSigningParameters() - Constructor for class org.opensaml.xmlsec.SignatureSigningParameters
 
SignatureSigningParametersResolver - Interface in org.opensaml.xmlsec
An interface for components which resolve SignatureSigningParameters based on a CriteriaSet.
SignatureSupport - Class in org.opensaml.xmlsec.signature.support
Helper methods for working with XML Signature.
SignatureTrustEngine - Interface in org.opensaml.xmlsec.signature.support
Evaluates the trustworthiness and validity of XML or raw Signatures against implementation-specific requirements.
SignatureUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
An unmarshaller for Signature objects.
SignatureUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.SignatureUnmarshaller
Constructor.
SignatureValidationConfiguration - Interface in org.opensaml.xmlsec
The configuration information to use when validating an XML signature.
SignatureValidationConfigurationCriterion - Class in org.opensaml.xmlsec.criterion
Criterion which holds one or more instances of SignatureValidationConfiguration.
SignatureValidationConfigurationCriterion(List<SignatureValidationConfiguration>) - Constructor for class org.opensaml.xmlsec.criterion.SignatureValidationConfigurationCriterion
Constructor.
SignatureValidationConfigurationCriterion(SignatureValidationConfiguration...) - Constructor for class org.opensaml.xmlsec.criterion.SignatureValidationConfigurationCriterion
Constructor.
SignatureValidationFilter - Class in org.opensaml.saml.metadata.resolver.filter.impl
A metadata filter that validates XML signatures.
SignatureValidationFilter(SignatureTrustEngine) - Constructor for class org.opensaml.saml.metadata.resolver.filter.impl.SignatureValidationFilter
Constructor.
SignatureValidationParameters - Class in org.opensaml.xmlsec
The effective parameters to use when validating an XML signature.
SignatureValidationParameters() - Constructor for class org.opensaml.xmlsec.SignatureValidationParameters
Constructor.
SignatureValidationParametersCriterion - Class in org.opensaml.xmlsec.signature.support
Criterion which holds an instance of SignatureValidationParameters.
SignatureValidationParametersCriterion(SignatureValidationParameters) - Constructor for class org.opensaml.xmlsec.signature.support.SignatureValidationParametersCriterion
Constructor.
SignatureValidationParametersResolver - Interface in org.opensaml.xmlsec
An interface for components which resolve SignatureValidationParameters based on a CriteriaSet.
SignatureValidationProvider - Interface in org.opensaml.xmlsec.signature.support
Interface for a provider component that cryptographically validates an XML Signature Signature using a candidate validation Credential.
SignatureValidator - Class in org.opensaml.xmlsec.signature.support
A service class that cryptographically validates an XML Signature Signature using a candidate validation Credential.
SignatureValidator() - Constructor for class org.opensaml.xmlsec.signature.support.SignatureValidator
Constructor.
SignChallenge - Interface in org.opensaml.soap.wstrust
The wst:SignChallenge element.
SignChallengeBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the SignChallenge element.
SignChallengeBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.SignChallengeBuilder
 
SignChallengeImpl - Class in org.opensaml.soap.wstrust.impl
SignChallengeImpl.
SignChallengeImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.SignChallengeImpl
Constructor.
SignChallengeMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the SignChallenge element.
SignChallengeMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.SignChallengeMarshaller
 
SignChallengeResponse - Interface in org.opensaml.soap.wstrust
The wst:SignChallengeResponse element.
SignChallengeResponseBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the SignChallengeResponse element.
SignChallengeResponseBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.SignChallengeResponseBuilder
 
SignChallengeResponseImpl - Class in org.opensaml.soap.wstrust.impl
SignChallengeImpl.
SignChallengeResponseImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.SignChallengeResponseImpl
Constructor.
SignChallengeResponseMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the SignChallengeResponse element.
SignChallengeResponseMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.SignChallengeResponseMarshaller
 
SignChallengeResponseUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the wst:SignChallengeResponse element.
SignChallengeResponseUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.SignChallengeResponseUnmarshaller
 
SignChallengeType - Interface in org.opensaml.soap.wstrust
SignChallengeType complex type.
SignChallengeTypeImpl - Class in org.opensaml.soap.wstrust.impl
SignChallengeTypeImpl.
SignChallengeTypeImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.SignChallengeTypeImpl
Constructor.
SignChallengeTypeMarshaller - Class in org.opensaml.soap.wstrust.impl
SignChallengeTypeMarshaller.
SignChallengeTypeMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.SignChallengeTypeMarshaller
 
SignChallengeTypeUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the SignChallengeType element.
SignChallengeTypeUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.SignChallengeTypeUnmarshaller
 
SignChallengeUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the wst:SignChallenge element.
SignChallengeUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.SignChallengeUnmarshaller
 
Signer - Class in org.opensaml.xmlsec.signature.support
A service class which is responsible for cryptographically computing and storing the actual digital signature content held within a Signature instance.
Signer() - Constructor for class org.opensaml.xmlsec.signature.support.Signer
Constructor.
SignerProvider - Interface in org.opensaml.xmlsec.signature.support
Interface for a component which is responsible for cryptographically computing and storing the actual digital signature content held within a Signature instance.
SigningMethod - Interface in org.opensaml.saml.ext.saml2alg
SAML v2.0 Metadata Profile for Algorithm Support Version 1.0 SigningMethod SAMLObject.
SigningMethodBuilder - Class in org.opensaml.saml.ext.saml2alg.impl
SigningMethod builder.
SigningMethodBuilder() - Constructor for class org.opensaml.saml.ext.saml2alg.impl.SigningMethodBuilder
Constructor.
SigningMethodImpl - Class in org.opensaml.saml.ext.saml2alg.impl
Implementation of SigningMethod.
SigningMethodImpl(String, String, String) - Constructor for class org.opensaml.saml.ext.saml2alg.impl.SigningMethodImpl
Constructor.
SigningMethodMarshaller - Class in org.opensaml.saml.ext.saml2alg.impl
SigningMethod marshaller.
SigningMethodMarshaller() - Constructor for class org.opensaml.saml.ext.saml2alg.impl.SigningMethodMarshaller
 
SigningMethodUnmarshaller - Class in org.opensaml.saml.ext.saml2alg.impl
SigningMethod unmarshaller.
SigningMethodUnmarshaller() - Constructor for class org.opensaml.saml.ext.saml2alg.impl.SigningMethodUnmarshaller
 
SigningUtil - Class in org.opensaml.security.crypto
A utility class for computing and verifying raw signatures and MAC values.
signMAC(Key, String, byte[]) - Static method in class org.opensaml.security.crypto.SigningUtil
Compute the Message Authentication Code (MAC) value over the supplied input.
signMessage(MessageContext<SAMLObject>) - Static method in class org.opensaml.saml.common.messaging.SAMLMessageSecuritySupport
Signs the SAML message represented in the message context if it is a SignableXMLObject and the message context contains signing parameters as determined by SAMLMessageSecuritySupport.getContextSigningParameters(MessageContext).
signObject(Signature) - Method in class org.opensaml.xmlsec.signature.support.provider.ApacheSantuarioSignerProviderImpl
Signs a single XMLObject.
signObject(SignableXMLObject, SignatureSigningParameters) - Static method in class org.opensaml.xmlsec.signature.support.SignatureSupport
signObject(Signature) - Static method in class org.opensaml.xmlsec.signature.support.Signer
Signs a single XMLObject.
signObject(Signature) - Method in interface org.opensaml.xmlsec.signature.support.SignerProvider
Signs a single XMLObject.
signObjects(List<Signature>) - Static method in class org.opensaml.xmlsec.signature.support.Signer
Signs the given XMLObject in the order provided.
SignWith - Interface in org.opensaml.soap.wstrust
The wst:SignWith element.
SignWithBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the SignWith element.
SignWithBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.SignWithBuilder
 
SignWithImpl - Class in org.opensaml.soap.wstrust.impl
SignWithImpl.
SignWithImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.SignWithImpl
Constructor.
SignWithMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the SignWith element.
SignWithMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.SignWithMarshaller
 
SignWithUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the wst:SignWith element.
SignWithUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.SignWithUnmarshaller
 
signWithURI(Credential, String, byte[]) - Static method in class org.opensaml.xmlsec.crypto.XMLSigningUtil
Compute the signature or MAC value over the supplied input.
SimpleKeyInfoReferenceEncryptedKeyResolver - Class in org.opensaml.xmlsec.encryption.support
Implementation of EncryptedKeyResolver which finds EncryptedKey elements by dereferencing KeyInfoReference children of the KeyInfo of the EncryptedData context.
SimpleKeyInfoReferenceEncryptedKeyResolver() - Constructor for class org.opensaml.xmlsec.encryption.support.SimpleKeyInfoReferenceEncryptedKeyResolver
Constructor.
SimpleKeyInfoReferenceEncryptedKeyResolver(Set<String>) - Constructor for class org.opensaml.xmlsec.encryption.support.SimpleKeyInfoReferenceEncryptedKeyResolver
Constructor.
SimpleKeyInfoReferenceEncryptedKeyResolver(String) - Constructor for class org.opensaml.xmlsec.encryption.support.SimpleKeyInfoReferenceEncryptedKeyResolver
Constructor.
SimplePayloadBodyHandler<MessageType extends XMLObject> - Class in org.opensaml.soap.soap11.decoder.http.impl
A body handler for use with HTTPSOAP11Decoder that populates the context message with the payload from the SOAP Envelope Body.
SimplePayloadBodyHandler() - Constructor for class org.opensaml.soap.soap11.decoder.http.impl.SimplePayloadBodyHandler
 
SimpleRetrievalMethodEncryptedKeyResolver - Class in org.opensaml.xmlsec.encryption.support
Implementation of EncryptedKeyResolver which finds EncryptedKey elements by dereferencing RetrievalMethod children of the KeyInfo of the EncryptedData context.
SimpleRetrievalMethodEncryptedKeyResolver() - Constructor for class org.opensaml.xmlsec.encryption.support.SimpleRetrievalMethodEncryptedKeyResolver
Constructor.
SimpleRetrievalMethodEncryptedKeyResolver(Set<String>) - Constructor for class org.opensaml.xmlsec.encryption.support.SimpleRetrievalMethodEncryptedKeyResolver
Constructor.
SimpleRetrievalMethodEncryptedKeyResolver(String) - Constructor for class org.opensaml.xmlsec.encryption.support.SimpleRetrievalMethodEncryptedKeyResolver
Constructor.
SingleLogoutService - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata SingleLogoutService.
SingleLogoutServiceBuilder - Class in org.opensaml.saml.saml2.metadata.impl
SingleLogoutServiceBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.SingleLogoutServiceBuilder
Constructor.
SingleLogoutServiceImpl - Class in org.opensaml.saml.saml2.metadata.impl
Concrete implementation of SingleLogoutService.
SingleLogoutServiceImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.SingleLogoutServiceImpl
Constructor.
SingleLogoutServiceMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Marshaller for SingleLogoutService objects.
SingleLogoutServiceMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.SingleLogoutServiceMarshaller
 
SingleLogoutServiceUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Unmarshaller for SingleLogoutService objects.
SingleLogoutServiceUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.SingleLogoutServiceUnmarshaller
 
SingleSignOnService - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata SingleSignOnService.
SingleSignOnServiceBuilder - Class in org.opensaml.saml.saml2.metadata.impl
SingleSignOnServiceBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.SingleSignOnServiceBuilder
Constructor.
SingleSignOnServiceImpl - Class in org.opensaml.saml.saml2.metadata.impl
Concrete implementation of SingleSignOnService.
SingleSignOnServiceImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.SingleSignOnServiceImpl
Constructor.
SingleSignOnServiceMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Marshaller for SingleSignOnService objects.
SingleSignOnServiceMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.SingleSignOnServiceMarshaller
 
SingleSignOnServiceUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Unmarshaller for SingleSignOnService objects.
SingleSignOnServiceUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.SingleSignOnServiceUnmarshaller
 
SingletonFactory<Input,Output> - Interface in org.opensaml.core.xml.util
An interface for factory classes which implement a singleton pattern for producing an output class based on an input class.
size() - Method in class org.opensaml.core.xml.util.AttributeMap
size() - Method in class org.opensaml.core.xml.util.XMLObjectChildrenList
SKI_OID - Static variable in class org.opensaml.security.x509.X509Support
Subject Key Identifier (SKI) OID.
SMARTCARD_AUTHN_CTX - Static variable in interface org.opensaml.saml.saml2.core.AuthnContext
URI for Smart Card authentication context.
SMARTCARD_PKI_AUTHN_CTX - Static variable in interface org.opensaml.saml.saml2.core.AuthnContext
URI for Smart Card PKI authentication context.
SOAP11_ACTOR_ATTR_LOCAL_NAME - Static variable in interface org.opensaml.soap.soap11.ActorBearing
The soap11:@actor attribute local name.
SOAP11_ACTOR_ATTR_NAME - Static variable in interface org.opensaml.soap.soap11.ActorBearing
The soap11:@actor qualified attribute name.
SOAP11_ACTOR_NEXT - Static variable in interface org.opensaml.soap.soap11.ActorBearing
The specification-defined value 'http://schemas.xmlsoap.org/soap/actor/next'.
SOAP11_ENCODING_STYLE_ATTR_LOCAL_NAME - Static variable in interface org.opensaml.soap.soap11.EncodingStyleBearing
The soap11:@encodingStyle attribute local name.
SOAP11_ENCODING_STYLE_ATTR_NAME - Static variable in interface org.opensaml.soap.soap11.EncodingStyleBearing
The soap11:@encodingStyle qualified attribute name.
SOAP11_MUST_UNDERSTAND_ATTR_LOCAL_NAME - Static variable in interface org.opensaml.soap.soap11.MustUnderstandBearing
The soap11:@mustUnderstand attribute local name.
SOAP11_MUST_UNDERSTAND_ATTR_NAME - Static variable in interface org.opensaml.soap.soap11.MustUnderstandBearing
The soap11:@mustUnderstand qualified attribute name.
SOAP11_NS - Static variable in class org.opensaml.soap.util.SOAPConstants
SOAP 1.1 namespace.
SOAP11_PREFIX - Static variable in class org.opensaml.soap.util.SOAPConstants
SOAP 1.1 prefix.
SOAP11Context - Class in org.opensaml.soap.messaging.context
Subcontext that carries information about the SOAP 1.1 message transport.
SOAP11Context() - Constructor for class org.opensaml.soap.messaging.context.SOAP11Context
 
SOAP11ENV_NS - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SOAP 1.1 Envelope XML namespace.
SOAP11ENV_PREFIX - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SOAP 1.1 Envelope QName prefix.
SOAP11ENV_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
SOAP 1.1 schema Id.
SOAP12_ENCODING_STYLE_ATTR_LOCAL_NAME - Static variable in interface org.opensaml.soap.soap12.EncodingStyleBearing
The soap12:@encodingStyle attribute local name.
SOAP12_ENCODING_STYLE_ATTR_NAME - Static variable in interface org.opensaml.soap.soap12.EncodingStyleBearing
The soap12:@encodingStyle qualified attribute name.
SOAP12_MUST_UNDERSTAND_ATTR_LOCAL_NAME - Static variable in interface org.opensaml.soap.soap12.MustUnderstandBearing
The soap12:@mustUnderstand attribute local name.
SOAP12_MUST_UNDERSTAND_ATTR_NAME - Static variable in interface org.opensaml.soap.soap12.MustUnderstandBearing
The soap12:@mustUnderstand qualified attribute name.
SOAP12_NS - Static variable in class org.opensaml.soap.util.SOAPConstants
SOAP 1.2 namespace.
SOAP12_PREFIX - Static variable in class org.opensaml.soap.util.SOAPConstants
SOAP 1.2 prefix.
SOAP12_RELAY_ATTR_LOCAL_NAME - Static variable in interface org.opensaml.soap.soap12.RelayBearing
The soap12:@relay attribute local name.
SOAP12_RELAY_ATTR_NAME - Static variable in interface org.opensaml.soap.soap12.RelayBearing
The soap12:@relay qualified attribute name.
SOAP12_ROLE_ATTR_LOCAL_NAME - Static variable in interface org.opensaml.soap.soap12.RoleBearing
The soap12:@role attribute local name.
SOAP12_ROLE_ATTR_NAME - Static variable in interface org.opensaml.soap.soap12.RoleBearing
The soap12:@role qualified attribute name.
SOAP_ACTION_HEADER - Static variable in class org.opensaml.soap.client.http.HttpSOAPRequestParameters
Name of the HTTP SOAPAction header.
SOAP_FAULT_ACTION_MISMATCH - Static variable in class org.opensaml.soap.wsaddressing.WSAddressingConstants
WS-Addressing SOAP fault code: "wsa:ActionMismatch".
SOAP_FAULT_ACTION_NOT_SUPPORTED - Static variable in class org.opensaml.soap.wsaddressing.WSAddressingConstants
WS-Addressing SOAP fault code: "wsa:ActionNotSupported".
SOAP_FAULT_AUTHENTICATION_BAD_ELEMENTS - Static variable in class org.opensaml.soap.wstrust.WSTrustConstants
WS-Trust SOAP fault code: "wst:AuthenticationBadElements".
SOAP_FAULT_BAD_REQUEST - Static variable in class org.opensaml.soap.wstrust.WSTrustConstants
WS-Trust SOAP fault code: "wst:BadRequest".
SOAP_FAULT_DESTINATION_UNREACHABLE - Static variable in class org.opensaml.soap.wsaddressing.WSAddressingConstants
WS-Addressing SOAP fault code: "wsa:DestinationUnreachable".
SOAP_FAULT_DUPLICATE_MESSAGE_ID - Static variable in class org.opensaml.soap.wsaddressing.WSAddressingConstants
WS-Addressing SOAP fault code: "wsa:DuplicateMessageID".
SOAP_FAULT_ENDPOINT_UNAVAILABLE - Static variable in class org.opensaml.soap.wsaddressing.WSAddressingConstants
WS-Addressing SOAP fault code: "wsa:EndpointUnavailable".
SOAP_FAULT_EXPIRED_DATA - Static variable in class org.opensaml.soap.wstrust.WSTrustConstants
WS-Trust SOAP fault code: "wst:ExpiredData".
SOAP_FAULT_FAILED_AUTHENTICATION - Static variable in class org.opensaml.soap.wssecurity.WSSecurityConstants
WS-Security SOAP fault code: "wsse:FailedAuthentication".
SOAP_FAULT_FAILED_AUTHENTICATION - Static variable in class org.opensaml.soap.wstrust.WSTrustConstants
WS-Trust SOAP fault code: "wst:FailedAuthentication".
SOAP_FAULT_FAILED_CHECK - Static variable in class org.opensaml.soap.wssecurity.WSSecurityConstants
WS-Security SOAP fault code: "wsse:FailedCheck".
SOAP_FAULT_INVALID_ADDRESS - Static variable in class org.opensaml.soap.wsaddressing.WSAddressingConstants
WS-Addressing SOAP fault code: "wsa:InvalidAddress".
SOAP_FAULT_INVALID_ADDRESSING_HEADER - Static variable in class org.opensaml.soap.wsaddressing.WSAddressingConstants
WS-Addressing SOAP fault code: "wsa:InvalidAddressingHeader".
SOAP_FAULT_INVALID_CARDINALITY - Static variable in class org.opensaml.soap.wsaddressing.WSAddressingConstants
WS-Addressing SOAP fault code: "wsa:InvalidCardinality".
SOAP_FAULT_INVALID_EPR - Static variable in class org.opensaml.soap.wsaddressing.WSAddressingConstants
WS-Addressing SOAP fault code: "wsa:InvalidEPR".
SOAP_FAULT_INVALID_REQUEST - Static variable in class org.opensaml.soap.wstrust.WSTrustConstants
WS-Trust SOAP fault code: "wst:InvalidRequest".
SOAP_FAULT_INVALID_SCOPE - Static variable in class org.opensaml.soap.wstrust.WSTrustConstants
WS-Trust SOAP fault code: "wst:InvalidScope".
SOAP_FAULT_INVALID_SECURITY - Static variable in class org.opensaml.soap.wssecurity.WSSecurityConstants
WS-Security SOAP fault code: "wsse:InvalidSecurity".
SOAP_FAULT_INVALID_SECURITY_TOKEN - Static variable in class org.opensaml.soap.wssecurity.WSSecurityConstants
WS-Security SOAP fault code: "wsse:InvalidSecurityToken".
SOAP_FAULT_INVALID_SECURITY_TOKEN - Static variable in class org.opensaml.soap.wstrust.WSTrustConstants
WS-Trust SOAP fault code: "wst:InvalidSecurityToken".
SOAP_FAULT_INVALID_TIME_RANGE - Static variable in class org.opensaml.soap.wstrust.WSTrustConstants
WS-Trust SOAP fault code: "wst:InvalidTimeRange".
SOAP_FAULT_MESSAGE_ADDRESSING_HEADER_REQUIRED - Static variable in class org.opensaml.soap.wsaddressing.WSAddressingConstants
WS-Addressing SOAP fault code: "wsa:MessageAddressingHeaderRequired".
SOAP_FAULT_MESSAGE_EXPIRED - Static variable in class org.opensaml.soap.wssecurity.WSSecurityConstants
WS-Security SOAP fault code: "wsu:MessageExpired".
SOAP_FAULT_MISSING_ADDRESS_IN_EPR - Static variable in class org.opensaml.soap.wsaddressing.WSAddressingConstants
WS-Addressing SOAP fault code: "wsa:MissingAddressInEPR".
SOAP_FAULT_RENEW_NEEDED - Static variable in class org.opensaml.soap.wstrust.WSTrustConstants
WS-Trust SOAP fault code: "wst:RenewNeeded".
SOAP_FAULT_REQUEST_FAILED - Static variable in class org.opensaml.soap.wstrust.WSTrustConstants
WS-Trust SOAP fault code: "wst:RequestFailed".
SOAP_FAULT_SECURITY_TOKEN_UNAVAILABLE - Static variable in class org.opensaml.soap.wssecurity.WSSecurityConstants
WS-Security SOAP fault code: "wsse:SecurityTokenUnavailable".
SOAP_FAULT_UNABLE_TO_RENEW - Static variable in class org.opensaml.soap.wstrust.WSTrustConstants
WS-Trust SOAP fault code: "wst:UnableToRenew".
SOAP_FAULT_UNSUPPORTED_ALGORITHM - Static variable in class org.opensaml.soap.wssecurity.WSSecurityConstants
WS-Security SOAP fault code: "wsse:UnsupportedAlgorithm".
SOAP_FAULT_UNSUPPORTED_SECURITY_TOKEN - Static variable in class org.opensaml.soap.wssecurity.WSSecurityConstants
WS-Security SOAP fault code: SOAP"wsse:UnsupportedSecurityToken".
SoapAction - Interface in org.opensaml.soap.wsaddressing
Interface for element of type <wsa:SoapAction>.
SoapActionBuilder - Class in org.opensaml.soap.wsaddressing.impl
SoapActionBuilder.
SoapActionBuilder() - Constructor for class org.opensaml.soap.wsaddressing.impl.SoapActionBuilder
 
SoapActionImpl - Class in org.opensaml.soap.wsaddressing.impl
Implementation of SoapAction.
SoapActionImpl(String, String, String) - Constructor for class org.opensaml.soap.wsaddressing.impl.SoapActionImpl
Constructor.
SoapActionMarshaller - Class in org.opensaml.soap.wsaddressing.impl
Marshaller for instances of <wsa:SoapAction>.
SoapActionMarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.SoapActionMarshaller
 
SoapActionUnmarshaller - Class in org.opensaml.soap.wsaddressing.impl
Unmarshaller for instances of <SoapAction>.
SoapActionUnmarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.SoapActionUnmarshaller
 
SOAPClient - Interface in org.opensaml.soap.client
An interface for a very basic SOAP client.
SOAPClient.SOAPRequestParameters - Interface in org.opensaml.soap.client
Marker interface for binding/transport request parameters.
SOAPClientContext - Class in org.opensaml.soap.client
Message context for SOAP client messages.
SOAPClientContext() - Constructor for class org.opensaml.soap.client.SOAPClientContext
 
SOAPClientException - Exception in org.opensaml.soap.client
Exception indicating an error sending or receiving a SOAP message.
SOAPClientException() - Constructor for exception org.opensaml.soap.client.SOAPClientException
Constructor.
SOAPClientException(String) - Constructor for exception org.opensaml.soap.client.SOAPClientException
Constructor.
SOAPClientException(Exception) - Constructor for exception org.opensaml.soap.client.SOAPClientException
Constructor.
SOAPClientException(String, Exception) - Constructor for exception org.opensaml.soap.client.SOAPClientException
Constructor.
SOAPConstants - Class in org.opensaml.soap.util
SOAP Related Constants.
SOAPException - Exception in org.opensaml.soap.common
Base SOAP exception.
SOAPException() - Constructor for exception org.opensaml.soap.common.SOAPException
Constructor.
SOAPException(String) - Constructor for exception org.opensaml.soap.common.SOAPException
Constructor.
SOAPException(Exception) - Constructor for exception org.opensaml.soap.common.SOAPException
Constructor.
SOAPException(String, Exception) - Constructor for exception org.opensaml.soap.common.SOAPException
Constructor.
SOAPFaultException - Exception in org.opensaml.soap.client
Exception indicating a SOAP fault.
SOAPFaultException() - Constructor for exception org.opensaml.soap.client.SOAPFaultException
Constructor.
SOAPFaultException(String) - Constructor for exception org.opensaml.soap.client.SOAPFaultException
Constructor.
SOAPFaultException(Exception) - Constructor for exception org.opensaml.soap.client.SOAPFaultException
Constructor.
SOAPFaultException(String, Exception) - Constructor for exception org.opensaml.soap.client.SOAPFaultException
Constructor.
SOAPHandler<MessageType> - Interface in org.opensaml.soap.common
Interface for MessageHandlers that are specific to SOAP message processing.
SOAPObject - Interface in org.opensaml.soap.common
Base interface for all SOAP objects.
SOAPObjectBuilder<SOAPObjectType extends SOAPObject> - Interface in org.opensaml.soap.common
Builder for SOAPObjects.
SOAPSupport - Class in org.opensaml.soap.util
Helper methods for working with SOAP.
SOFTWARE_PKI_AUTHN_CTX - Static variable in interface org.opensaml.saml.saml2.core.AuthnContext
URI for Software PKU authentication context.
SourceID - Interface in org.opensaml.saml.ext.saml1md
SAML 1 Metadata extension SourceID.
SourceIDBuilder - Class in org.opensaml.saml.ext.saml1md.impl
Builder of SourceIDImpl objects.
SourceIDBuilder() - Constructor for class org.opensaml.saml.ext.saml1md.impl.SourceIDBuilder
Constructor.
SourceIDImpl - Class in org.opensaml.saml.ext.saml1md.impl
Concrete implementation of SourceID.
SourceIDImpl(String, String, String) - Constructor for class org.opensaml.saml.ext.saml1md.impl.SourceIDImpl
Constructor.
SP_NAME_QUALIFIER_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.BaseID
SPNameQualifier attribute name.
SP_NAME_QUALIFIER_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.NameIDPolicy
SPNameQualifier attribute name.
SP_NAME_QUALIFIER_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.NameIDType
SPNameQualifier attribute name.
SP_TIMEOUT_REASON - Static variable in interface org.opensaml.saml.saml2.core.LogoutRequest
SP timeout logout reason.
SP_TIMEOUT_URI - Static variable in interface org.opensaml.saml.saml2.core.LogoutResponse
URI for SP timeout logout reason.
SpaceBearing - Interface in org.opensaml.core.xml
Interface for element having a @xml:space attribute.
SpaceBearing.XMLSpaceEnum - Enum in org.opensaml.core.xml
Enum representing the allowed values of the xml:space attribute.
SPKI_AUTHN_CTX - Static variable in interface org.opensaml.saml.saml2.core.AuthnContext
URI for SPKI authentication context.
SPKI_AUTHN_METHOD - Static variable in interface org.opensaml.saml.saml1.core.AuthenticationStatement
URI for SPKI authentication method.
SPKIData - Interface in org.opensaml.xmlsec.signature
XMLObject representing XML Digital Signature, version 20020212, SPKIData element.
SPKIDataBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of SPKIData.
SPKIDataBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.SPKIDataBuilder
Constructor.
SPKIDataImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of SPKIData.
SPKIDataImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.SPKIDataImpl
Constructor.
SPKIDataMarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Marshaller for SPKIData objects.
SPKIDataMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.SPKIDataMarshaller
 
SPKIDataUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Unmarshaller for SPKIData objects.
SPKIDataUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.SPKIDataUnmarshaller
 
SPKISexp - Interface in org.opensaml.xmlsec.signature
XMLObject representing XML Digital Signature, version 20020212, SPKISexp element.
SPKISexpBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of SPKISexp.
SPKISexpBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.SPKISexpBuilder
Constructor.
SPKISexpImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of SPKISexp.
SPKISexpImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.SPKISexpImpl
Constructor.
SPPROVIDED_ID_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.NameIDType
SPProviderID attribute name.
SPSSODescriptor - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata SPSSODescriptorType.
SPSSODescriptorBuilder - Class in org.opensaml.saml.saml2.metadata.impl
SPSSODescriptorBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.SPSSODescriptorBuilder
Constructor.
SPSSODescriptorImpl - Class in org.opensaml.saml.saml2.metadata.impl
Concrete implementation of SPSSODescriptor.
SPSSODescriptorImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.SPSSODescriptorImpl
Constructor.
SPSSODescriptorMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Marshaller for SPSSODescriptor objects.
SPSSODescriptorMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.SPSSODescriptorMarshaller
 
SPSSODescriptorUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Unmarshaller for SPSSODescriptor objects.
SPSSODescriptorUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.SPSSODescriptorUnmarshaller
 
SRP_AUTHN_CTX - Static variable in interface org.opensaml.saml.saml2.core.AuthnContext
URI for Secure Remote Password authentication context.
SRP_AUTHN_METHOD - Static variable in interface org.opensaml.saml.saml1.core.AuthenticationStatement
URI for Secure Remote Password authentication method.
SSODescriptor - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata SSODescriptor.
SSODescriptorImpl - Class in org.opensaml.saml.saml2.metadata.impl
Concrete implementation of SSODescriptor.
SSODescriptorImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.SSODescriptorImpl
Constructor.
SSODescriptorMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Marshaller for SSODescriptor objects.
SSODescriptorMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.SSODescriptorMarshaller
 
SSODescriptorUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Unmarshaller for SSODescriptor objects.
SSODescriptorUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.SSODescriptorUnmarshaller
 
Statement - Interface in org.opensaml.saml.saml1.core
This interface defines how the object representing a SAML1 Statement element behaves.
Statement - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core Statement.
StaticCredentialResolver - Class in org.opensaml.security.credential.impl
Simple implementation of CredentialResolver which just stores and returns a static set of credentials.
StaticCredentialResolver(List<Credential>) - Constructor for class org.opensaml.security.credential.impl.StaticCredentialResolver
Constructor.
StaticCredentialResolver(Credential) - Constructor for class org.opensaml.security.credential.impl.StaticCredentialResolver
Constructor.
StaticDecryptionParametersResolver - Class in org.opensaml.xmlsec.impl
Resolve an instance of DecryptionParameters statically.
StaticDecryptionParametersResolver(DecryptionParameters) - Constructor for class org.opensaml.xmlsec.impl.StaticDecryptionParametersResolver
Constructor.
StaticEncryptionParametersResolver - Class in org.opensaml.xmlsec.impl
Resolve an instance of EncryptionParameters statically.
StaticEncryptionParametersResolver(EncryptionParameters) - Constructor for class org.opensaml.xmlsec.impl.StaticEncryptionParametersResolver
Constructor.
StaticKeyInfoCredentialResolver - Class in org.opensaml.xmlsec.keyinfo.impl
Simple implementation of KeyInfoCredentialResolver which just stores and returns a static set of credentials.
StaticKeyInfoCredentialResolver(List<Credential>) - Constructor for class org.opensaml.xmlsec.keyinfo.impl.StaticKeyInfoCredentialResolver
Constructor.
StaticKeyInfoCredentialResolver(Credential) - Constructor for class org.opensaml.xmlsec.keyinfo.impl.StaticKeyInfoCredentialResolver
Constructor.
StaticKeyInfoGenerator - Class in org.opensaml.xmlsec.keyinfo.impl
Implementation of KeyInfoGenerator which always returns static KeyInfo data.
StaticKeyInfoGenerator(KeyInfo) - Constructor for class org.opensaml.xmlsec.keyinfo.impl.StaticKeyInfoGenerator
Constructor.
StaticMessageChannelSecurity - Class in org.opensaml.profile.action.impl
Profile action which populates a MessageChannelSecurityContext based on static configuration flags.
StaticMessageChannelSecurity() - Constructor for class org.opensaml.profile.action.impl.StaticMessageChannelSecurity
 
StaticPKIXValidationInformationResolver - Class in org.opensaml.security.x509.impl
An implementation of PKIXValidationInformationResolver which always returns a static, fixed set of information.
StaticPKIXValidationInformationResolver(List<PKIXValidationInformation>, Set<String>) - Constructor for class org.opensaml.security.x509.impl.StaticPKIXValidationInformationResolver
Constructor.
StaticPKIXValidationInformationResolver(List<PKIXValidationInformation>, Set<String>, boolean) - Constructor for class org.opensaml.security.x509.impl.StaticPKIXValidationInformationResolver
Constructor.
StaticSignatureSigningParametersResolver - Class in org.opensaml.xmlsec.impl
Resolve an instance of SignatureSigningParameters statically.
StaticSignatureSigningParametersResolver(SignatureSigningParameters) - Constructor for class org.opensaml.xmlsec.impl.StaticSignatureSigningParametersResolver
Constructor.
StaticSignatureValidationParametersResolver - Class in org.opensaml.xmlsec.impl
Resolve an instance of SignatureValidationParameters statically.
StaticSignatureValidationParametersResolver(SignatureValidationParameters) - Constructor for class org.opensaml.xmlsec.impl.StaticSignatureValidationParametersResolver
Constructor.
Status - Interface in org.opensaml.saml.saml1.core
This interface defines how the object representing a SAML 1 Status element behaves.
Status - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core Status.
Status - Interface in org.opensaml.soap.wstrust
The wst:Status element.
STATUS - Static variable in interface org.opensaml.soap.wstrust.TokenType
TokenType Status URI.
StatusBuilder - Class in org.opensaml.saml.saml1.core.impl
Builder of StatusImpl objects.
StatusBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.StatusBuilder
Constructor.
StatusBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder of StatusImpl.
StatusBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.StatusBuilder
Constructor.
StatusBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the Status element.
StatusBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.StatusBuilder
 
StatusCode - Interface in org.opensaml.saml.saml1.core
This interface defines how the object representing a SAML 1 StatusCode element behaves.
StatusCode - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core StatusCode.
StatusCodeBuilder - Class in org.opensaml.saml.saml1.core.impl
Builder of StatusCodeImpl objects.
StatusCodeBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.StatusCodeBuilder
Constructor.
StatusCodeBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder of StatusCodeImpl.
StatusCodeBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.StatusCodeBuilder
Constructor.
StatusCodeImpl - Class in org.opensaml.saml.saml1.core.impl
Concrete implementation of StatusCode Object.
StatusCodeImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.StatusCodeImpl
Constructor.
StatusCodeImpl - Class in org.opensaml.saml.saml2.core.impl
Concrete implementation of StatusCode.
StatusCodeImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.StatusCodeImpl
Constructor.
StatusCodeMappingFunction(Map<String, List<QName>>) - Constructor for class org.opensaml.saml.saml1.profile.impl.AddStatusToResponse.StatusCodeMappingFunction
Constructor.
StatusCodeMappingFunction(Map<String, List<String>>) - Constructor for class org.opensaml.saml.saml2.profile.impl.AddStatusToResponse.StatusCodeMappingFunction
Constructor.
StatusCodeMarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread safe Marshaller for StatusCode objects.
StatusCodeMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.StatusCodeMarshaller
 
StatusCodeMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread safe Marshaller for StatusCode objects.
StatusCodeMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.StatusCodeMarshaller
 
StatusCodeType - Interface in org.opensaml.xacml.ctx
XACML context StatusCode schema type.
StatusCodeTypeImpl - Class in org.opensaml.xacml.ctx.impl
Concrete implementation of StatusCodeType.
StatusCodeTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.ctx.impl.StatusCodeTypeImpl
Constructor.
StatusCodeTypeImplBuilder - Class in org.opensaml.xacml.ctx.impl
Builder for StatusCodeType objects.
StatusCodeTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.StatusCodeTypeImplBuilder
Constructor.
StatusCodeTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
Marshaller for StatusCodeType objects.
StatusCodeTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.StatusCodeTypeMarshaller
Constructor.
StatusCodeTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
Unmarshaller for StatusCodeType objects.
StatusCodeTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.StatusCodeTypeUnmarshaller
Constructor.
StatusCodeUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread-safe Unmarshaller for StatusCode objects.
StatusCodeUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.StatusCodeUnmarshaller
 
StatusCodeUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for StatusCode objects.
StatusCodeUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.StatusCodeUnmarshaller
 
StatusDetail - Interface in org.opensaml.saml.saml1.core
Interface to describe how a StatusDetail element behaves.
StatusDetail - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core StatusDetail.
StatusDetailBuilder - Class in org.opensaml.saml.saml1.core.impl
Builder of StatusDetailImpl.
StatusDetailBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.StatusDetailBuilder
Constructor.
StatusDetailBuilder - Class in org.opensaml.saml.saml2.core.impl
 
StatusDetailBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.StatusDetailBuilder
Constructor.
StatusDetailImpl - Class in org.opensaml.saml.saml1.core.impl
Concrete implementation of StatusDetail.
StatusDetailImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.StatusDetailImpl
Constructor.
StatusDetailImpl - Class in org.opensaml.saml.saml2.core.impl
Concrete implementation of StatusDetail.
StatusDetailImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.StatusDetailImpl
Constructor.
StatusDetailMarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread safe Marshaller for StatusDetail objects.
StatusDetailMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.StatusDetailMarshaller
 
StatusDetailMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread safe Marshaller for StatusDetail objects.
StatusDetailMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.StatusDetailMarshaller
 
StatusDetailType - Interface in org.opensaml.xacml.ctx
XACML context StatusDetail schema type.
StatusDetailTypeImpl - Class in org.opensaml.xacml.ctx.impl
Concrete implementation of StatusDetailType.
StatusDetailTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.ctx.impl.StatusDetailTypeImpl
Constructor.
StatusDetailTypeImplBuilder - Class in org.opensaml.xacml.ctx.impl
Builder for StatusDetailType objects.
StatusDetailTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.StatusDetailTypeImplBuilder
Constructor.
StatusDetailTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
Marshaller for StatusDetailType objects.
StatusDetailTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.StatusDetailTypeMarshaller
Constructor.
StatusDetailTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
Unmarshaller for StatusDetailType objects.
StatusDetailTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.StatusDetailTypeUnmarshaller
Constructor.
StatusDetailUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread-safe Unmarshaller for StatusDetail objects.
StatusDetailUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.StatusDetailUnmarshaller
 
StatusDetailUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for StatusDetail objects.
StatusDetailUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.StatusDetailUnmarshaller
 
StatusImpl - Class in org.opensaml.saml.saml1.core.impl
Concrete Implementation Status.
StatusImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.StatusImpl
Constructor.
StatusImpl - Class in org.opensaml.saml.saml2.core.impl
Concrete implementation of Status.
StatusImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.StatusImpl
Constructor.
StatusImpl - Class in org.opensaml.soap.wstrust.impl
StatusImpl.
StatusImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.StatusImpl
Constructor.
StatusMarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread safe Marshaller for Status objects.
StatusMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.StatusMarshaller
 
StatusMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread safe Marshaller for Status objects.
StatusMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.StatusMarshaller
 
StatusMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the Status element.
StatusMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.StatusMarshaller
 
StatusMessage - Interface in org.opensaml.saml.saml1.core
This interface defines how the object representing a SAML1 StatusMessage element behaves.
StatusMessage - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core StatusMessage.
StatusMessageBuilder - Class in org.opensaml.saml.saml1.core.impl
Builder of StatusMessageImpl objects.
StatusMessageBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.StatusMessageBuilder
Constructor.
StatusMessageBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder of StatusMessageImpl.
StatusMessageBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.StatusMessageBuilder
Constructor.
StatusMessageImpl - Class in org.opensaml.saml.saml1.core.impl
Concrete implementation of org.opensaml.saml.saml1.core StatusMessage object.
StatusMessageImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.StatusMessageImpl
Constructor.
StatusMessageImpl - Class in org.opensaml.saml.saml2.core.impl
Concrete implementation of StatusMessage.
StatusMessageImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.StatusMessageImpl
Constructor.
StatusMessageMarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread safe Marshaller for StatusMessage objects.
StatusMessageMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.StatusMessageMarshaller
 
StatusMessageMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread safe Marshaller for StatusMessage objects.
StatusMessageMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.StatusMessageMarshaller
 
StatusMessageType - Interface in org.opensaml.xacml.ctx
XACML context StatusMessage schema type.
StatusMessageTypeImpl - Class in org.opensaml.xacml.ctx.impl
Implementation of StatusMessageType.
StatusMessageTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.ctx.impl.StatusMessageTypeImpl
Constructor.
StatusMessageTypeImplBuilder - Class in org.opensaml.xacml.ctx.impl
Builder for StatusMessageType.
StatusMessageTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.StatusMessageTypeImplBuilder
Constructor.
StatusMessageTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
Masrhaller for StatusMessageType.
StatusMessageTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.StatusMessageTypeMarshaller
 
StatusMessageTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
Unmarshaller for StatusMessageType.
StatusMessageTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.StatusMessageTypeUnmarshaller
 
StatusMessageUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread-safe Unmarshaller for StatusMessage objects.
StatusMessageUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.StatusMessageUnmarshaller
 
StatusMessageUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for StatusMessage objects.
StatusMessageUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.StatusMessageUnmarshaller
 
StatusResponseType - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core StatusResponseType.
StatusResponseTypeImpl - Class in org.opensaml.saml.saml2.core.impl
Concrete implementation of StatusResponseType.
StatusResponseTypeImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.StatusResponseTypeImpl
Constructor.
StatusResponseTypeMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread safe Marshaller for StatusResponseType objects.
StatusResponseTypeMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.StatusResponseTypeMarshaller
 
StatusResponseTypeUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for StatusResponseType objects.
StatusResponseTypeUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.StatusResponseTypeUnmarshaller
 
StatusType - Interface in org.opensaml.xacml.ctx
XACML context Status schema type.
StatusTypeImpl - Class in org.opensaml.xacml.ctx.impl
Concrete implementation of StatusType.
StatusTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.ctx.impl.StatusTypeImpl
Constructor.
StatusTypeImplBuilder - Class in org.opensaml.xacml.ctx.impl
Builder for StatusType objects.
StatusTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.StatusTypeImplBuilder
Constructor.
StatusTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
Marshaller for StatusType objects.
StatusTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.StatusTypeMarshaller
Constructor.
StatusTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
Unmarshaller for StatusType objects.
StatusTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.StatusTypeUnmarshaller
Constructor.
StatusUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread-safe Unmarshaller for Status objects.
StatusUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.StatusUnmarshaller
 
StatusUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for Status objects.
StatusUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.StatusUnmarshaller
 
StatusUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the wst:Status element.
StatusUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.StatusUnmarshaller
 
STORAGE_CONTEXT - Static variable in class org.opensaml.saml.common.binding.artifact.impl.StorageServiceSAMLArtifactMap
Storage context label.
StorageCapabilities - Interface in org.opensaml.storage
Exposes capabilities of a StorageService implementation.
StorageRecord<Type> - Class in org.opensaml.storage
Represents a versioned record in a StorageService.
StorageRecord(String, Long) - Constructor for class org.opensaml.storage.StorageRecord
Constructor.
StorageRecordTranscoder - Class in org.opensaml.storage.impl.memcached
Handles conversion of MemcachedStorageRecord to bytes and back.
StorageRecordTranscoder() - Constructor for class org.opensaml.storage.impl.memcached.StorageRecordTranscoder
 
StorageSerializer<Type> - Interface in org.opensaml.storage
Interface to a serialization/deserialization process used by a StorageService implementation to optimize the handling of complex objects.
StorageService - Interface in org.opensaml.storage
Generic data storage facility.
StorageServiceSAMLArtifactMap - Class in org.opensaml.saml.common.binding.artifact.impl
Artifact map implementation backed by StorageService.
StorageServiceSAMLArtifactMap() - Constructor for class org.opensaml.saml.common.binding.artifact.impl.StorageServiceSAMLArtifactMap
Constructor.
StorageServiceSAMLArtifactMapEntryFactory - Class in org.opensaml.saml.common.binding.artifact.impl
A factory and StorageSerializer for instances of BasicSAMLArtifactMapEntry.
StorageServiceSAMLArtifactMapEntryFactory() - Constructor for class org.opensaml.saml.common.binding.artifact.impl.StorageServiceSAMLArtifactMapEntryFactory
Constructor.
storeContainsCRLs(CertStore) - Method in class org.opensaml.security.x509.impl.CertPathPKIXTrustEvaluator
Determine whether there are any CRL's in the CertStore that is to be used.
storeSOAPEnvelope(Envelope) - Method in class org.opensaml.soap.soap11.encoder.http.impl.HTTPSOAP11Encoder
Store the constructed SOAP envelope in the message context for later encoding.
StringTranscoder - Class in org.opensaml.storage.impl.memcached
Handles conversion of String values to bytes and back.
StringTranscoder() - Constructor for class org.opensaml.storage.impl.memcached.StringTranscoder
 
STSCANCEL - Static variable in interface org.opensaml.soap.wstrust.RequestType
RequestType STSCancel URI.
Subject - Interface in org.opensaml.saml.saml1.core
Interface to describe how the Subject elements work.
Subject - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core Subject.
SUBJECT_ATTRIBUTE_DESIGNATOR_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeDesignatorType
Local name of the element SubjectAttributeDesignator.
SUBJECT_ATTRIBUTE_DESIGNATOR_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeDesignatorType
QName of the element SubjectAttributeDesignator.
SUBJECT_CATEGORY_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.SubjectAttributeDesignatorType
SubjectCategory attribute name.
SUBJECT_CATEGORY_ATTTRIB_DEFAULT - Static variable in interface org.opensaml.xacml.ctx.SubjectType
Dfeault for the SubjectCategory attribute.
SUBJECT_CATEGORY_ATTTRIB_NAME - Static variable in interface org.opensaml.xacml.ctx.SubjectType
Name of the SubjectCategory attribute.
SubjectAttributeDesignatorType - Interface in org.opensaml.xacml.policy
XACML SubjectAttributeDesignator schema type.
SubjectAttributeDesignatorTypeImpl - Class in org.opensaml.xacml.policy.impl
SubjectAttributeDesignatorTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.SubjectAttributeDesignatorTypeImpl
Constructor.
SubjectAttributeDesignatorTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
SubjectAttributeDesignatorTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.SubjectAttributeDesignatorTypeImplBuilder
 
SubjectAttributeDesignatorTypeMarshaller - Class in org.opensaml.xacml.policy.impl
SubjectAttributeDesignatorTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.SubjectAttributeDesignatorTypeMarshaller
 
SubjectAttributeDesignatorTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
SubjectAttributeDesignatorTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.SubjectAttributeDesignatorTypeUnmarshaller
 
SubjectBuilder - Class in org.opensaml.saml.saml1.core.impl
Builder of (@link org.opensaml.saml.saml1.core.impl.SubjectImpl} objects.
SubjectBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.SubjectBuilder
Constructor.
SubjectBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder for SubjectImpl objects.
SubjectBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.SubjectBuilder
Constructor.
SubjectConfirmation - Interface in org.opensaml.saml.saml1.core
Interface to define how a SubjectConfirmation element behaves.
SubjectConfirmation - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core SubjectConfirmation.
SubjectConfirmation - Interface in org.opensaml.saml.saml2.ecp
SAML 2.0 ECP SubjectConfirmation SOAP header.
SubjectConfirmationBuilder - Class in org.opensaml.saml.saml1.core.impl
Builder of SubjectConfirmationImpl objects.
SubjectConfirmationBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.SubjectConfirmationBuilder
Constructor.
SubjectConfirmationBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder for SubjectConfirmationImpl objects.
SubjectConfirmationBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.SubjectConfirmationBuilder
Constructor.
SubjectConfirmationBuilder - Class in org.opensaml.saml.saml2.ecp.impl
A Builder for SubjectConfirmation objects.
SubjectConfirmationBuilder() - Constructor for class org.opensaml.saml.saml2.ecp.impl.SubjectConfirmationBuilder
Constructor.
SubjectConfirmationData - Interface in org.opensaml.saml.saml1.core
This interface defines how the object representing a SAML1 SubjectConfirmationData element behaves.
SubjectConfirmationData - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core SubjectConfirmationData.
SubjectConfirmationDataBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder for SubjectConfirmationDataImpl objects.
SubjectConfirmationDataBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.SubjectConfirmationDataBuilder
Constructor.
SubjectConfirmationDataImpl - Class in org.opensaml.saml.saml2.core.impl
Concrete implementation of SubjectConfirmationData.
SubjectConfirmationDataImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.SubjectConfirmationDataImpl
Constructor.
SubjectConfirmationDataMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for SubjectConfirmationData objects.
SubjectConfirmationDataMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.SubjectConfirmationDataMarshaller
 
SubjectConfirmationDataUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for SubjectConfirmationData objects.
SubjectConfirmationDataUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.SubjectConfirmationDataUnmarshaller
 
SubjectConfirmationImpl - Class in org.opensaml.saml.saml1.core.impl
Concrete implementation of a SubjectConfirmation object.
SubjectConfirmationImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.SubjectConfirmationImpl
Constructor.
SubjectConfirmationImpl - Class in org.opensaml.saml.saml2.core.impl
Concrete implementation of SubjectConfirmation.
SubjectConfirmationImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.SubjectConfirmationImpl
Constructor.
SubjectConfirmationImpl - Class in org.opensaml.saml.saml2.ecp.impl
Concrete implementation of SubjectConfirmation.
SubjectConfirmationImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.ecp.impl.SubjectConfirmationImpl
Constructor.
SubjectConfirmationMarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread safe Marshaller for SubjectConfirmation objects.
SubjectConfirmationMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.SubjectConfirmationMarshaller
 
SubjectConfirmationMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for SubjectConfirmation objects.
SubjectConfirmationMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.SubjectConfirmationMarshaller
 
SubjectConfirmationMarshaller - Class in org.opensaml.saml.saml2.ecp.impl
A thread-safe Marshaller for SubjectConfirmation objects.
SubjectConfirmationMarshaller() - Constructor for class org.opensaml.saml.saml2.ecp.impl.SubjectConfirmationMarshaller
 
SubjectConfirmationUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread-safe Unmarshaller for SubjectConfirmation objects.
SubjectConfirmationUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.SubjectConfirmationUnmarshaller
 
SubjectConfirmationUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for SubjectConfirmation objects.
SubjectConfirmationUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.SubjectConfirmationUnmarshaller
 
SubjectConfirmationUnmarshaller - Class in org.opensaml.saml.saml2.ecp.impl
A thread-safe Unmarshaller for SubjectConfirmation objects.
SubjectConfirmationUnmarshaller() - Constructor for class org.opensaml.saml.saml2.ecp.impl.SubjectConfirmationUnmarshaller
 
SubjectImpl - Class in org.opensaml.saml.saml1.core.impl
Complete implementation of Subject.
SubjectImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.SubjectImpl
Constructor.
SubjectImpl - Class in org.opensaml.saml.saml2.core.impl
Concrete implementation of Subject.
SubjectImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.SubjectImpl
Constructor.
SubjectLocality - Interface in org.opensaml.saml.saml1.core
Interface to define how a SubjectLocality element behaves.
SubjectLocality - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core SubjectLocality.
SubjectLocalityBuilder - Class in org.opensaml.saml.saml1.core.impl
Builder of SubjectLocalityImpl objects.
SubjectLocalityBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.SubjectLocalityBuilder
Constructor.
SubjectLocalityBuilder - Class in org.opensaml.saml.saml2.core.impl
Builder for SubjectLocalityImpl objects.
SubjectLocalityBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.SubjectLocalityBuilder
Constructor.
SubjectLocalityImpl - Class in org.opensaml.saml.saml1.core.impl
A concrete impementation of the SubjectLocality interface.
SubjectLocalityImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.SubjectLocalityImpl
Constructor.
SubjectLocalityImpl - Class in org.opensaml.saml.saml2.core.impl
A concrete implementation of SubjectLocality.
SubjectLocalityImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.SubjectLocalityImpl
Constructor.
SubjectLocalityMarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread safe Marshaller for SubjectLocality objects.
SubjectLocalityMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.SubjectLocalityMarshaller
 
SubjectLocalityMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaler for SubjectLocality.
SubjectLocalityMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.SubjectLocalityMarshaller
 
SubjectLocalityUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread-safe Unmarshaller for SubjectLocality objects.
SubjectLocalityUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.SubjectLocalityUnmarshaller
 
SubjectLocalityUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for SubjectLocality.
SubjectLocalityUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.SubjectLocalityUnmarshaller
 
SubjectMarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread safe Marshaller for Subject objects.
SubjectMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.SubjectMarshaller
 
SubjectMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for Subject objects.
SubjectMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.SubjectMarshaller
 
SubjectMatchType - Interface in org.opensaml.xacml.policy
XACML SubjectMatch schema type.
SubjectMatchTypeImpl - Class in org.opensaml.xacml.policy.impl
Concrete implementation of SubjectMatchType.
SubjectMatchTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.SubjectMatchTypeImpl
Constructor.
SubjectMatchTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder of SubjectMatchType objects.
SubjectMatchTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.SubjectMatchTypeImplBuilder
 
SubjectMatchTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller of SubjectMatchType objects.
SubjectMatchTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.SubjectMatchTypeMarshaller
 
SubjectMatchTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller of SubjectMatchType objects.
SubjectMatchTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.SubjectMatchTypeUnmarshaller
 
SubjectQuery - Interface in org.opensaml.saml.saml1.core
This interface is for the SAML1 SubjectQuery extention point.
SubjectQuery - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core SubjectQuery.
SubjectQueryImpl - Class in org.opensaml.saml.saml1.core.impl
Concrete (but abstract) implementation of SubjectQuery abstract type.
SubjectQueryImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.SubjectQueryImpl
Constructor.
SubjectQueryImpl - Class in org.opensaml.saml.saml2.core.impl
Concrete implementation of SubjectQuery.
SubjectQueryImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.SubjectQueryImpl
Constructor.
SubjectQueryMarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread safe Marshaller for SubjectQuery objects.
SubjectQueryMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.SubjectQueryMarshaller
 
SubjectQueryMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Marshaller for SubjectQuery.
SubjectQueryMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.SubjectQueryMarshaller
 
SubjectQueryUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread safe Unmarshaller for SubjectQuery objects.
SubjectQueryUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.SubjectQueryUnmarshaller
 
SubjectQueryUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for SubjectQuery.
SubjectQueryUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.SubjectQueryUnmarshaller
 
SubjectStatement - Interface in org.opensaml.saml.saml1.core
Interface to descibe how the anchor point SubjectStatement would work.
SubjectStatementImpl - Class in org.opensaml.saml.saml1.core.impl
Abstract type to implement SubjectStatementType.
SubjectStatementImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.SubjectStatementImpl
Constructor.
SubjectStatementMarshaller - Class in org.opensaml.saml.saml1.core.impl
Marshaller for SubjectStatement XMLObjects.
SubjectStatementMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.SubjectStatementMarshaller
 
SubjectStatementUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
Unamershaller for SubjectStatements.
SubjectStatementUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.SubjectStatementUnmarshaller
 
SubjectsType - Interface in org.opensaml.xacml.policy
XACML Subjects schema type.
SubjectsTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation of SubjectsType.
SubjectsTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.SubjectsTypeImpl
Constructor.
SubjectsTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for SubjectsType.
SubjectsTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.SubjectsTypeImplBuilder
 
SubjectsTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for SubjectsType.
SubjectsTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.SubjectsTypeMarshaller
 
SubjectsTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshalle for SubjectsType.
SubjectsTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.SubjectsTypeUnmarshaller
 
SubjectType - Interface in org.opensaml.xacml.ctx
XACML context Subject schema type.
SubjectType - Interface in org.opensaml.xacml.policy
XACML Subject schema type.
SubjectTypeImpl - Class in org.opensaml.xacml.ctx.impl
Concrete implementation of SubjectType.
SubjectTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.ctx.impl.SubjectTypeImpl
Constructor.
SubjectTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation of SubjectType.
SubjectTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.SubjectTypeImpl
Constructor.
SubjectTypeImplBuilder - Class in org.opensaml.xacml.ctx.impl
Builder for SubjectType objects.
SubjectTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.SubjectTypeImplBuilder
Constructor.
SubjectTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for SubjectType.
SubjectTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.SubjectTypeImplBuilder
 
SubjectTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
Marshaller for SubjectType objects.
SubjectTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.SubjectTypeMarshaller
Constructor.
SubjectTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for SubjectType.
SubjectTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.SubjectTypeMarshaller
 
SubjectTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
Unmarshaller for SubjectType objects.
SubjectTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.SubjectTypeUnmarshaller
Constructor.
SubjectTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for SubjectType.
SubjectTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.SubjectTypeUnmarshaller
 
SubjectUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
A thread-safe Unmarshaller for Subject objects.
SubjectUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.SubjectUnmarshaller
 
SubjectUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for Subject objects.
SubjectUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.SubjectUnmarshaller
 
subList(QName) - Method in class org.opensaml.core.xml.util.IndexedXMLObjectChildrenList
Returns a view of the list that only contains elements stored under the given index.
SUCCESS - Static variable in interface org.opensaml.saml.saml1.core.StatusCode
Success status value.
SUCCESS - Static variable in interface org.opensaml.saml.saml2.core.StatusCode
URI for Success status code.
SUPPORT - Static variable in class org.opensaml.saml.saml2.metadata.ContactPersonTypeEnumeration
"support" contact type.
supportsTrustedNameResolution() - Method in class org.opensaml.security.x509.impl.StaticPKIXValidationInformationResolver
Check whether resolution of trusted names is supported.
supportsTrustedNameResolution() - Method in interface org.opensaml.security.x509.PKIXValidationInformationResolver
Check whether resolution of trusted names is supported.
SurName - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata SurName.
SurNameBuilder - Class in org.opensaml.saml.saml2.metadata.impl
Builder of SurNameImpl.
SurNameBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.SurNameBuilder
Constructor.
SurNameImpl - Class in org.opensaml.saml.saml2.metadata.impl
Concrete implementation of SurName.
SurNameImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.SurNameImpl
Constructor.
SurNameMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Marshaller for SurName objects.
SurNameMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.SurNameMarshaller
 
SurNameUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread-safe Unmarshaller for SurName objects.
SurNameUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.SurNameUnmarshaller
 
SYMMETRIC_KEY - Static variable in interface org.opensaml.soap.wstrust.KeyType
The KeyType SymmetricKey URI.
SymmetricKeyWrapAES128 - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for symmetric key wrap algorithm: AES-128.
SymmetricKeyWrapAES128() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.SymmetricKeyWrapAES128
 
SymmetricKeyWrapAES192 - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for symmetric key wrap algorithm: AES-192.
SymmetricKeyWrapAES192() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.SymmetricKeyWrapAES192
 
SymmetricKeyWrapAES256 - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for symmetric key wrap algorithm: AES-256.
SymmetricKeyWrapAES256() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.SymmetricKeyWrapAES256
 
SymmetricKeyWrapAlgorithm - Interface in org.opensaml.xmlsec.algorithm
Interface for symmetric key wrap algorithm descriptors.
SymmetricKeyWrapDESede - Class in org.opensaml.xmlsec.algorithm.descriptors
Algorithm descriptor for symmetric key wrap algorithm: DESede.
SymmetricKeyWrapDESede() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.SymmetricKeyWrapDESede
 
SystemPropertyFilesystemConfigurationPropertiesSource - Class in org.opensaml.core.config.provider
Concrete implementation of filesystem configuration properties source which obtains the filename value from a system property.
SystemPropertyFilesystemConfigurationPropertiesSource() - Constructor for class org.opensaml.core.config.provider.SystemPropertyFilesystemConfigurationPropertiesSource
 

T

TARGET_ATTRIB_NAME - Static variable in interface org.opensaml.xmlsec.encryption.EncryptionProperty
Target attribute name.
TargetType - Interface in org.opensaml.xacml.policy
XACML Target schema type.
TargetTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementing TargetType.
TargetTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.TargetTypeImpl
Constructor.
TargetTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Implementation for TargetType.
TargetTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.TargetTypeImplBuilder
 
TargetTypeMarshaller - Class in org.opensaml.xacml.policy.impl
A marshaller for the TargetType.
TargetTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.TargetTypeMarshaller
 
TargetTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
A unmarshaller for TargetType.
TargetTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.TargetTypeUnmarshaller
 
TECHNICAL - Static variable in class org.opensaml.saml.saml2.metadata.ContactPersonTypeEnumeration
"technical" contact type.
TelephoneNumber - Interface in org.opensaml.saml.saml2.metadata
SAML 2.0 Metadata TelephoneNumber.
TelephoneNumberBuilder - Class in org.opensaml.saml.saml2.metadata.impl
TelephoneNumberBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.TelephoneNumberBuilder
Constructor.
TelephoneNumberImpl - Class in org.opensaml.saml.saml2.metadata.impl
Concrete implementation of TelephoneNumber.
TelephoneNumberImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.TelephoneNumberImpl
Constructor.
TelephoneNumberMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread safe Marshaller for TelephoneNumber objects.
TelephoneNumberMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.TelephoneNumberMarshaller
 
TelephoneNumberUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
A thread-safe Unmarshaller for TelephoneNumber objects.
TelephoneNumberUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.TelephoneNumberUnmarshaller
 
TELEPHONY_AUTHN_CTX - Static variable in interface org.opensaml.saml.saml2.core.AuthnContext
URI for Telephony authentication context.
TemplateRequestURLBuilder - Class in org.opensaml.saml.metadata.resolver.impl
Function which produces a URL by substituting a an entity ID value into a Velocity template string.
TemplateRequestURLBuilder(VelocityEngine, String, boolean) - Constructor for class org.opensaml.saml.metadata.resolver.impl.TemplateRequestURLBuilder
Constructor.
TemplateRequestURLBuilder(VelocityEngine, String, boolean, Function<String, String>) - Constructor for class org.opensaml.saml.metadata.resolver.impl.TemplateRequestURLBuilder
Constructor.
TemplateRequestURLBuilder(VelocityEngine, String, boolean, Function<String, String>, Charset) - Constructor for class org.opensaml.saml.metadata.resolver.impl.TemplateRequestURLBuilder
Constructor.
Terminate - Interface in org.opensaml.saml.saml2.core
SAML 2.0 Core Terminate.
TerminateBuilder - Class in org.opensaml.saml.saml2.core.impl
A Builder for TerminateImpl objects.
TerminateBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.TerminateBuilder
Constructor.
TerminateImpl - Class in org.opensaml.saml.saml2.core.impl
Concrete implementation of Terminate.
TerminateImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.TerminateImpl
Constructor.
TerminateMarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread safe Marshaller for Terminate objects.
TerminateMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.TerminateMarshaller
 
TerminateUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
A thread-safe Unmarshaller for Terminate objects.
TerminateUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.TerminateUnmarshaller
 
ThreadLocalConfigurationPropertiesHolder - Class in org.opensaml.core.config.provider
A container class for holding a {link ThreadLocal copy of a Properties instance.
ThreadLocalConfigurationPropertiesSource - Class in org.opensaml.core.config.provider
A configuration properties source implementation which obtains the properties set from a ThreadLocal variable.
ThreadLocalConfigurationPropertiesSource() - Constructor for class org.opensaml.core.config.provider.ThreadLocalConfigurationPropertiesSource
 
THUMB_PRINT_SHA1 - Static variable in class org.opensaml.soap.wssecurity.WSSecurityConstants
WS-Security - KeyIdentifier - ThumbPrintSHA1.
TIME_SYNC_TOKEN_AUTHN_CTX - Static variable in interface org.opensaml.saml.saml2.core.AuthnContext
URI for Time Synchornized Token authentication context.
TimeBoundSAMLObject - Interface in org.opensaml.saml.saml2.common
A functional interface for SAMLElements that are bounded with a "validUntil" attribute.
Timestamp - Interface in org.opensaml.soap.wssecurity
The <wsu:Timestamp> element.
TimestampBuilder - Class in org.opensaml.soap.wssecurity.impl
TimestampBuilder.
TimestampBuilder() - Constructor for class org.opensaml.soap.wssecurity.impl.TimestampBuilder
 
TimestampImpl - Class in org.opensaml.soap.wssecurity.impl
Concrete implementation of Timestamp.
TimestampImpl(String, String, String) - Constructor for class org.opensaml.soap.wssecurity.impl.TimestampImpl
Constructor.
TimestampMarshaller - Class in org.opensaml.soap.wssecurity.impl
TimestampMarshaller.
TimestampMarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.TimestampMarshaller
 
TimestampUnmarshaller - Class in org.opensaml.soap.wssecurity.impl
TimestampUnmarshaller.
TimestampUnmarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.TimestampUnmarshaller
 
TLS_CLIENT_AUTHN_CTX - Static variable in interface org.opensaml.saml.saml2.core.AuthnContext
URI for SSL/TLS Client authentication context.
TLS_CLIENT_AUTHN_METHOD - Static variable in interface org.opensaml.saml.saml1.core.AuthenticationStatement
URI for SSL/TLS Client authentication method.
To - Interface in org.opensaml.soap.wsaddressing
The <wsa:To> element.
ToBuilder - Class in org.opensaml.soap.wsaddressing.impl
Builder for the To element.
ToBuilder() - Constructor for class org.opensaml.soap.wsaddressing.impl.ToBuilder
 
ToImpl - Class in org.opensaml.soap.wsaddressing.impl
Concrete implementation for the To element.
ToImpl(String, String, String) - Constructor for class org.opensaml.soap.wsaddressing.impl.ToImpl
Constructor.
TokenType - Interface in org.opensaml.soap.wstrust
The wst:TokenType element.
TokenTypeBearing - Interface in org.opensaml.soap.wssecurity
Interface for element having a @wsse11:TokenType; attribute.
TokenTypeBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the TokenType element.
TokenTypeBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.TokenTypeBuilder
 
TokenTypeImpl - Class in org.opensaml.soap.wstrust.impl
TokenTypeImpl.
TokenTypeImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.TokenTypeImpl
Constructor.
TokenTypeMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the TokenType element.
TokenTypeMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.TokenTypeMarshaller
 
TokenTypeUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the wst:TokenType element.
TokenTypeUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.TokenTypeUnmarshaller
 
ToMarshaller - Class in org.opensaml.soap.wsaddressing.impl
Marshaller for the <wsa:To> element.
ToMarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.ToMarshaller
 
TOO_MANY_RESPONSES - Static variable in interface org.opensaml.saml.saml1.core.StatusCode
TooManyResponses status value.
TOO_MANY_RESPONSES - Static variable in interface org.opensaml.saml.saml2.core.StatusCode
URI for TooManyResponses status code.
toString() - Method in class org.opensaml.core.criterion.EntityIdCriterion
toString() - Method in class org.opensaml.core.xml.Namespace
toString() - Method in class org.opensaml.core.xml.schema.XSBooleanValue
toString(Boolean, boolean) - Static method in class org.opensaml.core.xml.schema.XSBooleanValue
Converts a boolean value into a string.
toString() - Method in enum org.opensaml.core.xml.SpaceBearing.XMLSpaceEnum
toString() - Method in class org.opensaml.saml.common.binding.artifact.AbstractSAMLArtifact
toString() - Method in class org.opensaml.saml.common.binding.BindingDescriptor
toString() - Method in class org.opensaml.saml.common.SAMLVersion
toString() - Method in class org.opensaml.saml.criterion.BindingCriterion
toString() - Method in class org.opensaml.saml.criterion.BindingLocationCriterion
toString() - Method in class org.opensaml.saml.criterion.BindingResponseLocationCriterion
toString() - Method in class org.opensaml.saml.criterion.EndpointCriterion
toString() - Method in class org.opensaml.saml.criterion.EntityRoleCriterion
toString() - Method in class org.opensaml.saml.criterion.ProtocolCriterion
toString() - Method in class org.opensaml.saml.criterion.RoleDescriptorCriterion
toString() - Method in class org.opensaml.saml.saml1.core.DecisionTypeEnumeration
toString() - Method in class org.opensaml.saml.saml2.core.AuthnContextComparisonTypeEnumeration
toString() - Method in class org.opensaml.saml.saml2.core.DecisionTypeEnumeration
toString() - Method in class org.opensaml.saml.saml2.metadata.ContactPersonTypeEnumeration
Gets the contact type as a string.
toString() - Method in class org.opensaml.security.credential.criteria.impl.EvaluableEntityIDCredentialCriterion
toString() - Method in class org.opensaml.security.credential.criteria.impl.EvaluableKeyAlgorithmCredentialCriterion
toString() - Method in class org.opensaml.security.credential.criteria.impl.EvaluableKeyLengthCredentialCriterion
toString() - Method in class org.opensaml.security.credential.criteria.impl.EvaluableKeyNameCredentialCriterion
toString() - Method in class org.opensaml.security.credential.criteria.impl.EvaluablePublicKeyCredentialCriterion
toString() - Method in class org.opensaml.security.credential.criteria.impl.EvaluableUsageCredentialCriterion
toString() - Method in class org.opensaml.security.credential.criteria.impl.EvaluableX509CertSelectorCredentialCriterion
toString() - Method in class org.opensaml.security.credential.criteria.impl.EvaluableX509DigestCredentialCriterion
toString() - Method in class org.opensaml.security.credential.criteria.impl.EvaluableX509IssuerSerialCredentialCriterion
toString() - Method in class org.opensaml.security.credential.criteria.impl.EvaluableX509SubjectKeyIdentifierCredentialCriterion
toString() - Method in class org.opensaml.security.credential.criteria.impl.EvaluableX509SubjectNameCredentialCriterion
toString() - Method in class org.opensaml.security.criteria.KeyAlgorithmCriterion
toString() - Method in class org.opensaml.security.criteria.KeyLengthCriterion
toString() - Method in class org.opensaml.security.criteria.KeyNameCriterion
toString() - Method in class org.opensaml.security.criteria.PeerEntityIDCriterion
toString() - Method in class org.opensaml.security.criteria.PublicKeyCriterion
toString() - Method in class org.opensaml.security.criteria.UsageCriterion
toString() - Method in class org.opensaml.security.x509.tls.ClientTLSValidationConfigurationCriterion
toString() - Method in class org.opensaml.security.x509.TrustedNamesCriterion
toString() - Method in class org.opensaml.security.x509.X509DigestCriterion
toString() - Method in class org.opensaml.security.x509.X509IssuerSerialCriterion
toString() - Method in class org.opensaml.security.x509.X509SubjectKeyIdentifierCriterion
toString() - Method in class org.opensaml.security.x509.X509SubjectNameCriterion
toString() - Method in class org.opensaml.storage.impl.JPAStorageRecord
toString() - Method in class org.opensaml.xmlsec.algorithm.AlgorithmRegistry.SignatureAlgorithmIndex
toString() - Method in class org.opensaml.xmlsec.criterion.DecryptionConfigurationCriterion
toString() - Method in class org.opensaml.xmlsec.criterion.EncryptionConfigurationCriterion
toString() - Method in class org.opensaml.xmlsec.criterion.KeyInfoGenerationProfileCriterion
toString() - Method in class org.opensaml.xmlsec.criterion.SignatureSigningConfigurationCriterion
toString() - Method in class org.opensaml.xmlsec.criterion.SignatureValidationConfigurationCriterion
toString() - Method in class org.opensaml.xmlsec.keyinfo.KeyInfoCriterion
toString() - Method in class org.opensaml.xmlsec.signature.support.SignatureValidationParametersCriterion
ToUnmarshaller - Class in org.opensaml.soap.wsaddressing.impl
Unmarshaller for the <wsa:To> element.
ToUnmarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.ToUnmarshaller
 
Transform - Interface in org.opensaml.xmlsec.signature
XMLObject representing XML Digital Signature, version 20020212, Transform element.
TRANSFORM_BASE64_DECODE - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Transform - Base64 Decode.
TRANSFORM_C14N11_OMIT_COMMENTS - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Transform - Required Inclusive c14n 1.1 WITHOUT comments.
TRANSFORM_C14N11_WITH_COMMENTS - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Transform - Recommended Inclusive c14n 1.1 WITH comments.
TRANSFORM_C14N_EXCL_OMIT_COMMENTS - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Transform - Required Exclusive c14n WITHOUT comments.
TRANSFORM_C14N_EXCL_WITH_COMMENTS - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Transform - Recommended Exclusive c14n WITH comments.
TRANSFORM_C14N_OMIT_COMMENTS - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Transform - Required Inclusive c14n 1.0 WITHOUT comments.
TRANSFORM_C14N_WITH_COMMENTS - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Transform - Recommended Inclusive c14n 1.0 WITH comments.
TRANSFORM_ENVELOPED_SIGNATURE - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Transform - Required Enveloped Signature.
TRANSFORM_XPATH - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Transform - Recommended XPath.
TRANSFORM_XSLT - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Transform - Optional XSLT.
TransformationParameters - Interface in org.opensaml.soap.wssecurity
The <wsse:TransformationParameters> element.
TransformationParametersBuilder - Class in org.opensaml.soap.wssecurity.impl
TransformationParametersBuilder.
TransformationParametersBuilder() - Constructor for class org.opensaml.soap.wssecurity.impl.TransformationParametersBuilder
 
TransformationParametersImpl - Class in org.opensaml.soap.wssecurity.impl
TransformationParametersImpl implements the <wsse:TransformationParameters> element.
TransformationParametersImpl(String, String, String) - Constructor for class org.opensaml.soap.wssecurity.impl.TransformationParametersImpl
Constructor.
TransformationParametersMarshaller - Class in org.opensaml.soap.wssecurity.impl
TransformationParametersMarshaller.
TransformationParametersMarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.TransformationParametersMarshaller
 
TransformationParametersUnmarshaller - Class in org.opensaml.soap.wssecurity.impl
TransformationParametersUnmarshaller.
TransformationParametersUnmarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.TransformationParametersUnmarshaller
 
TransformBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of Transform.
TransformBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.TransformBuilder
Constructor.
TransformImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of Transform.
TransformImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.TransformImpl
Constructor.
TransformMarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Marshaller for Transform objects.
TransformMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.TransformMarshaller
 
Transforms - Interface in org.opensaml.xmlsec.encryption
XMLObject representing XML Encryption, version 20021210, Transforms element.
Transforms - Interface in org.opensaml.xmlsec.signature
XMLObject representing XML Digital Signature, version 20020212, Transforms element.
TransformsBuilder - Class in org.opensaml.xmlsec.encryption.impl
Builder of Transforms.
TransformsBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.TransformsBuilder
Constructor.
TransformsBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of Transforms.
TransformsBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.TransformsBuilder
Constructor.
TransformsImpl - Class in org.opensaml.xmlsec.encryption.impl
Concrete implementation of Transforms.
TransformsImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.TransformsImpl
Constructor.
TransformsImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of Transforms.
TransformsImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.TransformsImpl
Constructor.
TransformsMarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Marshaller for Transforms objects.
TransformsMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.TransformsMarshaller
 
TransformsMarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Marshaller for Transforms objects.
TransformsMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.TransformsMarshaller
 
TransformsUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
A thread-safe Unmarshaller for Transforms objects.
TransformsUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.TransformsUnmarshaller
 
TransformsUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Unmarshaller for Transforms objects.
TransformsUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.TransformsUnmarshaller
 
TransformUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Unmarshaller for Transform objects.
TransformUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.TransformUnmarshaller
 
TRANSIENT - Static variable in interface org.opensaml.saml.saml2.core.NameIDType
URI for transient name format.
TrustedCredentialTrustEngine<TokenType> - Interface in org.opensaml.security.trust
Evaluates the trustworthiness and validity of a token against implementation-specific requirements based on trusted credentials obtained via a credential resolver.
TrustedNamesCriterion - Class in org.opensaml.security.x509
A criterion implementation for conveying a dynamically-generated set of trusted names for PKIX validation purposes.
TrustedNamesCriterion(Set<String>) - Constructor for class org.opensaml.security.x509.TrustedNamesCriterion
Constructor.
TrustEngine<TokenType> - Interface in org.opensaml.security.trust
Evaluates the trustworthiness and validity of a token against implementation-specific requirements.
TrustEngineTLSSocketFactory - Class in org.opensaml.security.httpclient.impl
An implementation of HttpClient's LayeredConnectionSocketFactory, which supports verifying the server TLS certificate and chain via a TrustEngine and CriteriaSet supplied by the HttpClient caller via the HttpContext.
TrustEngineTLSSocketFactory(LayeredConnectionSocketFactory, X509HostnameVerifier) - Constructor for class org.opensaml.security.httpclient.impl.TrustEngineTLSSocketFactory
Constructor.
TYPE_ASYMMETRIC_KEY - Static variable in interface org.opensaml.soap.wstrust.BinarySecret
Type attribute AsymmetricKey URI.
TYPE_ATTRIB_NAME - Static variable in interface org.opensaml.saml.ext.saml2cb.ChannelBindings
Type attribute name.
TYPE_ATTRIB_NAME - Static variable in interface org.opensaml.soap.wssecurity.Password
The Type attribute local name.
TYPE_ATTRIB_NAME - Static variable in interface org.opensaml.soap.wstrust.BinarySecret
wst:BinarySecret/@Type attribute local name.
TYPE_ATTRIB_NAME - Static variable in interface org.opensaml.xmlsec.encryption.EncryptedType
Type attribute name.
TYPE_ATTRIB_NAME - Static variable in interface org.opensaml.xmlsec.signature.RetrievalMethod
Type attribute name.
TYPE_CODE - Static variable in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0001
Artifact type code (0x0001).
TYPE_CODE - Static variable in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0002
Artifact type code (0x0002).
TYPE_CODE - Static variable in class org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactType0004
SAML 2 artifact type code (0x0004).
TYPE_CONTENT - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
URI for Content.
TYPE_DERIVED_KEY - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
URI for DerivedKey.
TYPE_ELEMENT - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
URI for Element.
TYPE_ENCRYPTED_KEY - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
URI for EncryptedKey.
TYPE_ENCRYPTION_PROPERTIES - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
URI for EncryptionProperties.
TYPE_KEYINFO_DERENCODEDKEYVALUE - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Type - KeyInfo DEREncodedKeyValue.
TYPE_KEYINFO_DH_KEYVALUE - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
URI for DHKeyValue.
TYPE_KEYINFO_DSA_KEYVALUE - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Type - KeyInfo DSAKeyValue.
TYPE_KEYINFO_ECKEYVALUE - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Type - KeyInfo ECKeyValue.
TYPE_KEYINFO_KEYNAME - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Type - KeyInfo KeyName.
TYPE_KEYINFO_KEYVALUE - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Type - KeyInfo KeyValue.
TYPE_KEYINFO_MGMTDATA - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Type - KeyInfo MgmtData.
TYPE_KEYINFO_PGPDATA - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Type - KeyInfo PGPData.
TYPE_KEYINFO_PKCS7_SIGNED_DATA - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Type - A PKCS7signedData element.
TYPE_KEYINFO_RAW_PGP_KEYPACKET - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Type - A binary PGP key packet.
TYPE_KEYINFO_RAW_PKCS7_SIGNED_DATA - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Type - Binary PKCS7 signed data.
TYPE_KEYINFO_RAW_SPKI_SEXP - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Type - A raw SPKI S-expression.
TYPE_KEYINFO_RAW_X509CERT - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Type - A binary (ASN.1 DER) X.509 Certificate.
TYPE_KEYINFO_RAW_X509CRL - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Type - A binary X.509 CRL.
TYPE_KEYINFO_RETRIEVAL_METHOD - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Type - KeyInfo RetrievalMethod.
TYPE_KEYINFO_RSA_KEYVALUE - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Type - KeyInfo RSAKeyValue.
TYPE_KEYINFO_SPKIDATA - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Type - KeyInfo SPKIData.
TYPE_KEYINFO_X509DATA - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
Type - KeyInfo X509Data.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.core.xml.schema.XSAny
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.core.xml.schema.XSBase64Binary
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.core.xml.schema.XSBoolean
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.core.xml.schema.XSDateTime
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.core.xml.schema.XSInteger
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.core.xml.schema.XSQName
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.core.xml.schema.XSString
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.core.xml.schema.XSURI
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2alg.DigestMethod
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2alg.SigningMethod
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2aslo.Asynchronous
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2cb.ChannelBindings
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2delrestrict.Delegate
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2delrestrict.DelegationRestrictionType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdattr.EntityAttributes
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdquery.AttributeQueryDescriptorType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdquery.AuthnQueryDescriptorType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdquery.AuthzDecisionQueryDescriptorType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdquery.QueryDescriptorType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdrpi.Publication
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdrpi.PublicationInfo
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdrpi.PublicationPath
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdrpi.RegistrationInfo
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdui.DiscoHints
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdui.Keywords
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdui.Logo
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdui.UIInfo
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.samlec.GeneratedKey
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.samlec.SessionKey
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.Action
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.Advice
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.Assertion
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.Attribute
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.AttributeDesignator
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.AttributeQuery
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.AttributeStatement
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.AudienceRestrictionCondition
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.AuthenticationQuery
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.AuthenticationStatement
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.AuthorityBinding
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.AuthorizationDecisionQuery
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.AuthorizationDecisionStatement
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.Condition
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.Conditions
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.ConfirmationMethod
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.DoNotCacheCondition
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.Evidence
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.NameIdentifier
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.Query
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.Request
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.Response
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.Statement
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.Status
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.StatusCode
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.StatusDetail
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.Subject
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.SubjectConfirmation
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.SubjectLocality
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.SubjectQuery
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml1.core.SubjectStatement
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.Action
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.Advice
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.Artifact
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.ArtifactResolve
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.ArtifactResponse
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.Assertion
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.Attribute
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.AttributeQuery
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.AttributeStatement
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.Audience
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.AudienceRestriction
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthnContext
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthnQuery
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthnRequest
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthnStatement
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthzDecisionQuery
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthzDecisionStatement
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.BaseID
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.Condition
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.Conditions
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.EncryptedElementType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.Evidence
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.Extensions
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.IDPEntry
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.IDPList
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.Issuer
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.KeyInfoConfirmationDataType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.LogoutRequest
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.LogoutResponse
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.ManageNameIDRequest
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.ManageNameIDResponse
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.NameID
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.NameIDMappingRequest
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.NameIDMappingResponse
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.NameIDPolicy
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.OneTimeUse
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.ProxyRestriction
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.RequestAbstractType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.RequestedAuthnContext
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.Response
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.Scoping
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.Statement
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.Status
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.StatusCode
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.StatusDetail
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.StatusResponseType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.Subject
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.SubjectConfirmation
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.SubjectConfirmationData
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.SubjectLocality
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.SubjectQuery
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.core.Terminate
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.ecp.RelayState
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.ecp.Request
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.ecp.RequestAuthenticated
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.ecp.Response
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.ecp.SubjectConfirmation
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AdditionalMetadataLocation
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AffiliateMember
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AffiliationDescriptor
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AttributeAuthorityDescriptor
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AttributeConsumingService
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AttributeProfile
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AuthnAuthorityDescriptor
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.Company
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.ContactPerson
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.EmailAddress
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.Endpoint
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.EntitiesDescriptor
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.EntityDescriptor
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.Extensions
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.IDPSSODescriptor
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.IndexedEndpoint
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.KeyDescriptor
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.LocalizedName
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.LocalizedURI
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.NameIDFormat
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.Organization
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.OrganizationDisplayName
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.OrganizationName
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.OrganizationURL
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.PDPDescriptor
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.RequestedAttribute
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.RoleDescriptor
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.ServiceDescription
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.ServiceName
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.SPSSODescriptor
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.SSODescriptor
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.soap11.Body
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.soap11.Detail
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.soap11.Envelope
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.soap11.Fault
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.soap11.Header
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wsaddressing.AttributedQName
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wsaddressing.AttributedUnsignedLong
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wsaddressing.AttributedURI
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wsaddressing.EndpointReferenceType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wsaddressing.Metadata
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wsaddressing.ProblemAction
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wsaddressing.ReferenceParameters
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wsaddressing.RelatesTo
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wsfed.Address
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wsfed.AppliesTo
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wsfed.EndPointReference
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wsfed.RequestedSecurityToken
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wsfed.RequestSecurityTokenResponse
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wspolicy.OperatorContentType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wssecurity.AttributedDateTime
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wssecurity.AttributedString
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wssecurity.AttributedURI
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wssecurity.BinarySecurityToken
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wssecurity.Embedded
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wssecurity.EncodedString
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wssecurity.EncryptedHeader
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wssecurity.Iteration
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wssecurity.KeyIdentifier
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wssecurity.Reference
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wssecurity.Security
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wssecurity.SecurityTokenReference
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wssecurity.SignatureConfirmation
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wssecurity.TransformationParameters
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wssecurity.UsernameToken
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.AllowPostdating
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.Authenticator
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.BinaryExchange
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.BinarySecret
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.CancelTarget
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.Claims
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.Code
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.ComputedKey
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.DelegateTo
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.Encryption
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.Entropy
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.KeyExchangeToken
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.KeyType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.Lifetime
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.OnBehalfOf
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.Participants
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.ParticipantType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.ProofEncryption
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.Renewing
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.RenewTarget
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestedProofToken
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestedReferenceType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestedSecurityToken
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestedTokenCancelled
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestKET
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestSecurityToken
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestSecurityTokenCollection
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestSecurityTokenResponse
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestSecurityTokenResponseCollection
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.SignChallengeType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.UseKey
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.soap.wstrust.ValidateTarget
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.ActionType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.AttributeType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.AttributeValueType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.DecisionType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.EnvironmentType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.RequestType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.ResourceContentType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.ResourceType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.ResponseType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.ResultType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.StatusCodeType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.StatusDetailType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.StatusType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.SubjectType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.VariableDefinitionType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.VariableReferenceType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.profile.saml.ReferencedPoliciesType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.profile.saml.XACMLPolicyQueryType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.profile.saml.XACMLPolicyStatementType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.AgreementMethod
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.AlgorithmIdentifierType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.CipherData
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.CipherReference
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.DHKeyValue
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.EncryptedData
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.EncryptedKey
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.EncryptedType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.EncryptionMethod
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.EncryptionProperties
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.EncryptionProperty
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.KeySize
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.MGF
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.ReferenceType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.Transforms
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.CryptoBinary
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.DEREncodedKeyValue
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.DigestMethod
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.DSAKeyValue
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.ECKeyValue
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.ECPointType
Element local name.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.KeyInfo
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.KeyInfoReference
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.KeyValue
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.NamedCurve
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.PGPData
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.RetrievalMethod
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.RSAKeyValue
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.Signature
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.SPKIData
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.Transform
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.Transforms
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.X509Data
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.X509Digest
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.X509IssuerSerial
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.signature.X509SerialNumber
Local name of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.core.xml.schema.XSAny
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.core.xml.schema.XSBase64Binary
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.core.xml.schema.XSBoolean
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.core.xml.schema.XSDateTime
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.core.xml.schema.XSInteger
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.core.xml.schema.XSQName
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.core.xml.schema.XSString
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.core.xml.schema.XSURI
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.ext.saml2alg.DigestMethod
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.ext.saml2alg.SigningMethod
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.ext.saml2aslo.Asynchronous
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.ext.saml2cb.ChannelBindings
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.ext.saml2delrestrict.Delegate
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.ext.saml2delrestrict.DelegationRestrictionType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdattr.EntityAttributes
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdquery.AttributeQueryDescriptorType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdquery.AuthnQueryDescriptorType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdquery.AuthzDecisionQueryDescriptorType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdquery.QueryDescriptorType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdrpi.Publication
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdrpi.PublicationInfo
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdrpi.PublicationPath
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdrpi.RegistrationInfo
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdui.DiscoHints
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdui.Keywords
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdui.Logo
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdui.UIInfo
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.ext.samlec.GeneratedKey
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.ext.samlec.SessionKey
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml1.core.Action
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml1.core.Advice
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml1.core.Assertion
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml1.core.Attribute
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml1.core.AttributeDesignator
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml1.core.AttributeQuery
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml1.core.AttributeStatement
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml1.core.AudienceRestrictionCondition
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml1.core.AuthenticationQuery
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml1.core.AuthenticationStatement
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml1.core.AuthorityBinding
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml1.core.AuthorizationDecisionQuery
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml.saml1.core.AuthorizationDecisionStatement
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml.saml1.core.Condition
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml1.core.Conditions
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml1.core.ConfirmationMethod
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml1.core.DoNotCacheCondition
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml1.core.Evidence
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml1.core.NameIdentifier
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml1.core.Query
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml1.core.Request
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml1.core.Response
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml1.core.Statement
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml1.core.Status
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml1.core.StatusCode
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml1.core.StatusDetail
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml1.core.Subject
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml1.core.SubjectConfirmation
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml1.core.SubjectLocality
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml1.core.SubjectQuery
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml1.core.SubjectStatement
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.Action
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.Advice
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.Artifact
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.ArtifactResolve
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.ArtifactResponse
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.Assertion
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.Attribute
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.AttributeQuery
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.AttributeStatement
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.Audience
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.AudienceRestriction
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthnContext
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthnQuery
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthnRequest
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthnStatement
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthzDecisionQuery
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthzDecisionStatement
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.BaseID
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.Condition
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.Conditions
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.EncryptedElementType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.Evidence
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.Extensions
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.IDPEntry
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.IDPList
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.Issuer
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.KeyInfoConfirmationDataType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.LogoutRequest
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.LogoutResponse
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.ManageNameIDRequest
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.ManageNameIDResponse
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.NameID
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.NameIDMappingRequest
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.NameIDMappingResponse
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.NameIDPolicy
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.OneTimeUse
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.ProxyRestriction
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.RequestAbstractType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.RequestedAuthnContext
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.Response
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.Scoping
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.Statement
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.Status
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.StatusCode
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.StatusDetail
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.StatusResponseType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.Subject
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.SubjectConfirmation
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.SubjectConfirmationData
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.SubjectLocality
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.SubjectQuery
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.core.Terminate
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.ecp.RelayState
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.ecp.Request
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.ecp.RequestAuthenticated
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.ecp.Response
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.ecp.SubjectConfirmation
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AdditionalMetadataLocation
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AffiliateMember
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AffiliationDescriptor
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AttributeAuthorityDescriptor
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AttributeConsumingService
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AttributeProfile
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AuthnAuthorityDescriptor
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.Company
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.ContactPerson
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.EmailAddress
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.Endpoint
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.EntitiesDescriptor
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.EntityDescriptor
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.Extensions
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.IDPSSODescriptor
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.IndexedEndpoint
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.KeyDescriptor
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.NameIDFormat
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.Organization
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.OrganizationDisplayName
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.OrganizationName
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.OrganizationURL
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.PDPDescriptor
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.RequestedAttribute
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.RoleDescriptor
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.ServiceDescription
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.ServiceName
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.SPSSODescriptor
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.SSODescriptor
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.soap11.Body
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.soap11.Detail
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.soap11.Envelope
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.soap11.Fault
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.soap11.Header
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wsaddressing.AttributedQName
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wsaddressing.AttributedUnsignedLong
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wsaddressing.AttributedURI
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wsaddressing.EndpointReferenceType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wsaddressing.Metadata
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wsaddressing.ProblemAction
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wsaddressing.ReferenceParameters
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wsaddressing.RelatesTo
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wsfed.Address
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wsfed.AppliesTo
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wsfed.EndPointReference
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wsfed.RequestedSecurityToken
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wsfed.RequestSecurityTokenResponse
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wspolicy.OperatorContentType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wssecurity.AttributedDateTime
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wssecurity.AttributedString
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wssecurity.AttributedURI
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wssecurity.BinarySecurityToken
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wssecurity.Embedded
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wssecurity.EncodedString
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wssecurity.EncryptedHeader
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wssecurity.Iteration
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wssecurity.KeyIdentifier
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wssecurity.Reference
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wssecurity.Security
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wssecurity.SecurityTokenReference
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wssecurity.SignatureConfirmation
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wssecurity.TransformationParameters
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wssecurity.UsernameToken
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wstrust.AllowPostdating
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wstrust.Authenticator
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wstrust.BinaryExchange
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wstrust.BinarySecret
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wstrust.CancelTarget
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wstrust.Claims
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wstrust.Code
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wstrust.ComputedKey
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wstrust.DelegateTo
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wstrust.Encryption
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wstrust.Entropy
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wstrust.KeyExchangeToken
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wstrust.KeyType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wstrust.Lifetime
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wstrust.OnBehalfOf
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wstrust.Participants
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wstrust.ParticipantType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wstrust.ProofEncryption
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wstrust.Renewing
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wstrust.RenewTarget
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestedProofToken
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestedReferenceType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestedSecurityToken
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestedTokenCancelled
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestKET
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestSecurityToken
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestSecurityTokenCollection
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestSecurityTokenResponse
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestSecurityTokenResponseCollection
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wstrust.RequestType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wstrust.SignChallengeType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wstrust.UseKey
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.soap.wstrust.ValidateTarget
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xacml.ctx.ActionType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xacml.ctx.AttributeType
QName of the XSI type XACML20.
TYPE_NAME - Static variable in interface org.opensaml.xacml.ctx.AttributeValueType
QName of the XSI type XACML20.
TYPE_NAME - Static variable in interface org.opensaml.xacml.ctx.DecisionType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xacml.ctx.EnvironmentType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xacml.ctx.RequestType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xacml.ctx.ResourceContentType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xacml.ctx.ResourceType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xacml.ctx.ResponseType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xacml.ctx.ResultType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xacml.ctx.StatusCodeType
QName of the XSI type XACML20.
TYPE_NAME - Static variable in interface org.opensaml.xacml.ctx.StatusDetailType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xacml.ctx.StatusType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xacml.ctx.SubjectType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.VariableDefinitionType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xmlsec.encryption.AgreementMethod
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xmlsec.encryption.AlgorithmIdentifierType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xmlsec.encryption.CipherData
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xmlsec.encryption.CipherReference
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xmlsec.encryption.DHKeyValue
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xmlsec.encryption.EncryptedData
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xmlsec.encryption.EncryptedKey
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xmlsec.encryption.EncryptedType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xmlsec.encryption.EncryptionMethod
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xmlsec.encryption.EncryptionProperties
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xmlsec.encryption.EncryptionProperty
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xmlsec.encryption.KeySize
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xmlsec.encryption.MGF
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xmlsec.encryption.ReferenceType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xmlsec.encryption.Transforms
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xmlsec.signature.CryptoBinary
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xmlsec.signature.DEREncodedKeyValue
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xmlsec.signature.DigestMethod
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xmlsec.signature.DSAKeyValue
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xmlsec.signature.ECKeyValue
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xmlsec.signature.ECPointType
Default element name.
TYPE_NAME - Static variable in interface org.opensaml.xmlsec.signature.KeyInfo
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xmlsec.signature.KeyInfoReference
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xmlsec.signature.KeyValue
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xmlsec.signature.NamedCurve
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xmlsec.signature.PGPData
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xmlsec.signature.RetrievalMethod
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xmlsec.signature.RSAKeyValue
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xmlsec.signature.Signature
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xmlsec.signature.SPKIData
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xmlsec.signature.Transform
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xmlsec.signature.Transforms
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xmlsec.signature.X509Data
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xmlsec.signature.X509Digest
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xmlsec.signature.X509IssuerSerial
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xmlsec.signature.X509SerialNumber
QName of the XSI type.
TYPE_NAME_XACML10 - Static variable in interface org.opensaml.xacml.profile.saml.ReferencedPoliciesType
QName of the XSI type.XACML1.0.
TYPE_NAME_XACML10 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
QName of the XSI type.XACML1.0.
TYPE_NAME_XACML10 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementType
QName of the XSI type.XACML1.0.
TYPE_NAME_XACML10 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLPolicyQueryType
QName of the XSI type.XACML1.0.
TYPE_NAME_XACML10 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLPolicyStatementType
QName of the XSI type.XACML1.0.
TYPE_NAME_XACML11 - Static variable in interface org.opensaml.xacml.profile.saml.ReferencedPoliciesType
QName of the XSI type.XACML1.1.
TYPE_NAME_XACML11 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
QName of the XSI type.XACML1.1.
TYPE_NAME_XACML11 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementType
QName of the XSI type.XACML1.1.
TYPE_NAME_XACML11 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLPolicyQueryType
QName of the XSI type.XACML1.1.
TYPE_NAME_XACML11 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLPolicyStatementType
QName of the XSI type.XACML1.1.
TYPE_NAME_XACML20 - Static variable in interface org.opensaml.xacml.policy.VariableReferenceType
QName of the XSI type.
TYPE_NAME_XACML20 - Static variable in interface org.opensaml.xacml.profile.saml.ReferencedPoliciesType
QName of the XSI type.XACML2.0.
TYPE_NAME_XACML20 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
QName of the XSI type.XACML2.0.
TYPE_NAME_XACML20 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementType
QName of the XSI type.XACML2.0.
TYPE_NAME_XACML20 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLPolicyQueryType
QName of the XSI type.XACML2.0.
TYPE_NAME_XACML20 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLPolicyStatementType
QName of the XSI type.XACML2.0.
TYPE_NAME_XACML30 - Static variable in interface org.opensaml.xacml.profile.saml.ReferencedPoliciesType
QName of the XSI type.XACML3.0 .
TYPE_NAME_XACML30 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
QName of the XSI type.XACML3.0.
TYPE_NAME_XACML30 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementType
QName of the XSI type.XACML3.0 .
TYPE_NAME_XACML30 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLPolicyQueryType
QName of the XSI type.XACML3.0.
TYPE_NAME_XACML30 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLPolicyStatementType
QName of the XSI type.XACML3.0.
TYPE_NONCE - Static variable in interface org.opensaml.soap.wstrust.BinarySecret
Type attribute Nonce URI.
TYPE_PASSWORD_DIGEST - Static variable in interface org.opensaml.soap.wssecurity.Password
The wsse:Password/@Type attribute URI value #PasswordDigest.
TYPE_PASSWORD_TEXT - Static variable in interface org.opensaml.soap.wssecurity.Password
The wsse:Password/@Type attribute URI value #PasswordText (DEFAULT).
TYPE_SYMMETRIC_KEY - Static variable in interface org.opensaml.soap.wstrust.BinarySecret
Type attribute SymmetricKey URI.
TypedMessageErrorHandler<MessageType> - Interface in org.opensaml.messaging.error
A specialization of error handler that explicitly indicates that it is capable of handling one or more types of throwable errors.

U

UIInfo - Interface in org.opensaml.saml.ext.saml2mdui
See IdP Discovery and Login UI Metadata Extension Profile.
UIInfoBuilder - Class in org.opensaml.saml.ext.saml2mdui.impl
Builder of UIInfo.
UIInfoBuilder() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.UIInfoBuilder
Constructor.
UIInfoImpl - Class in org.opensaml.saml.ext.saml2mdui.impl
Concrete implementation of UIInfo.
UIInfoImpl(String, String, String) - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.UIInfoImpl
Constructor.
UIInfoMarshaller - Class in org.opensaml.saml.ext.saml2mdui.impl
A thread safe Marshaller for UIInfo objects.
UIInfoMarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.UIInfoMarshaller
 
UIInfoUnmarshaller - Class in org.opensaml.saml.ext.saml2mdui.impl
A thread-safe Unmarshaller for UIInfo objects.
UIInfoUnmarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.UIInfoUnmarshaller
 
UNABLE_RESOLVE_ARTIFACT - Static variable in class org.opensaml.saml.common.profile.SAMLEventIds
ID of event returned if a SAML artifact cannot be resolved.
UNABLE_TO_DECODE - Static variable in class org.opensaml.profile.action.EventIds
ID of the event returned if a MessageDecoder is unable to decode a message.
UNABLE_TO_ENCODE - Static variable in class org.opensaml.profile.action.EventIds
ID of the event returned if a MessageEncoder is unable to encode a message.
UNABLE_TO_ENCRYPT - Static variable in class org.opensaml.profile.action.EventIds
ID of the event returned if encryption of an object/data fails.
UNABLE_TO_SIGN - Static variable in class org.opensaml.profile.action.EventIds
ID of the event returned if creation of a signature fails.
UNAVAILABLE_CONSENT - Static variable in interface org.opensaml.saml.saml2.core.RequestAbstractType
Unavailable consent URI.
UNAVAILABLE_CONSENT - Static variable in interface org.opensaml.saml.saml2.core.StatusResponseType
Unavailable consent URI.
understandsHeaders() - Method in interface org.opensaml.soap.common.SOAPHandler
Get the set of SOAP header names that the handler indicates it understands.
UNIX_NS_URI - Static variable in interface org.opensaml.saml.saml2.core.Action
UNIX file permission action namespace.
UNKNOWN_ATTR_PROFILE - Static variable in interface org.opensaml.saml.saml2.core.StatusCode
URI for UnknownAttrProfile status code.
UNKNOWN_PRINCIPAL - Static variable in interface org.opensaml.saml.saml2.core.StatusCode
URI for UnknownPrincipal status code.
unmarshall(Element) - Method in class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
Unmarshalls the given W3C DOM element into a XMLObject.
unmarshall(Element) - Method in interface org.opensaml.core.xml.io.Unmarshaller
Unmarshalls the given W3C DOM element into a XMLObject.
unmarshall(Element) - Method in class org.opensaml.saml.saml1.core.impl.AssertionUnmarshaller
Unmarshalls the given W3C DOM element into a XMLObject.
unmarshall(Element) - Method in class org.opensaml.saml.saml1.core.impl.RequestAbstractTypeUnmarshaller
Unmarshalls the given W3C DOM element into a XMLObject.
unmarshall(Element) - Method in class org.opensaml.saml.saml1.core.impl.ResponseAbstractTypeUnmarshaller
Unmarshalls the given W3C DOM element into a XMLObject.
unmarshall(Element) - Method in class org.opensaml.xmlsec.signature.impl.SignatureUnmarshaller
Unmarshalls the given W3C DOM element into a XMLObject.
unmarshallAttribute(XMLObject, Attr) - Method in class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
Unmarshalls the attributes from the given DOM Attr into the given XMLObject.
unmarshallChildElement(XMLObject, Element) - Method in class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
Unmarshalls given Element's children.
Unmarshaller - Interface in org.opensaml.core.xml.io
Unmarshallers are used to unmarshall a W3C DOM element into a XMLObject.
UnmarshallerFactory - Class in org.opensaml.core.xml.io
This thread-safe factory creates Unmarshallers that can be used to convert W3C DOM elements into XMLObjects.
UnmarshallerFactory() - Constructor for class org.opensaml.core.xml.io.UnmarshallerFactory
Constructor.
unmarshallFromInputStream(ParserPool, InputStream) - Static method in class org.opensaml.core.xml.util.XMLObjectSupport
Unmarshall a Document from an InputSteam.
unmarshallFromReader(ParserPool, Reader) - Static method in class org.opensaml.core.xml.util.XMLObjectSupport
Unmarshall a Document from a Reader.
UnmarshallingException - Exception in org.opensaml.core.xml.io
Exception thrown when error occurs unmarshalling a DOM Element to a XMLObject.
UnmarshallingException() - Constructor for exception org.opensaml.core.xml.io.UnmarshallingException
Constructor.
UnmarshallingException(String) - Constructor for exception org.opensaml.core.xml.io.UnmarshallingException
Constructor.
UnmarshallingException(Exception) - Constructor for exception org.opensaml.core.xml.io.UnmarshallingException
Constructor.
UnmarshallingException(String, Exception) - Constructor for exception org.opensaml.core.xml.io.UnmarshallingException
Constructor.
unmarshallMessage(InputStream) - Method in class org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder
Helper method that deserializes and unmarshalls the message from the given stream.
unmarshallMetadata(InputStream) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
Unmarshalls the metadata from the given stream.
unmarshallMetadata(byte[]) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
Unmarshalls the given metadata bytes.
unmarshallNamespaceAttribute(XMLObject, Attr) - Method in class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
Unmarshalls a namespace declaration attribute.
unmarshallResponse(InputStream) - Method in class org.opensaml.soap.client.http.HttpSOAPClient
Unmarshall the incoming response from a POST request.
unmarshallSchemaInstanceAttributes(XMLObject, Attr) - Method in class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
Unmarshalls the XSI type, schemaLocation, and noNamespaceSchemaLocation attributes.
unmarshallTextContent(XMLObject, Text) - Method in class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
Unmarshalls the given Text node into a usable string by way of Text.getWholeText() and passes it off to AbstractXMLObjectUnmarshaller.processElementContent(XMLObject, String) if the string is not null and contains something other than whitespace.
unmarshallTextContent(XMLObject, Text) - Method in class org.opensaml.core.xml.schema.impl.XSQNameUnmarshaller
Unmarshalls the given Text node into a usable string by way of Text.getWholeText() and passes it off to AbstractXMLObjectUnmarshaller.processElementContent(XMLObject, String) if the string is not null and contains something other than whitespace.
unmarshallToAttributeMap(AttributeMap, Attr) - Static method in class org.opensaml.core.xml.util.XMLObjectSupport
Unmarshall a DOM Attr to an AttributeMap.
UNSPECIFIED - Static variable in interface org.opensaml.saml.saml1.core.NameIdentifier
URI for unspecified name format.
UNSPECIFIED - Static variable in interface org.opensaml.saml.saml2.core.Attribute
Unspecified attribute format ID.
UNSPECIFIED - Static variable in interface org.opensaml.saml.saml2.core.NameIDType
URI for unspecified name format.
UNSPECIFIED_AUTHN_CTX - Static variable in interface org.opensaml.saml.saml2.core.AuthnContext
URI for unspecified authentication context.
UNSPECIFIED_AUTHN_METHOD - Static variable in interface org.opensaml.saml.saml1.core.AuthenticationStatement
URI for unspecified authentication method.
UNSPECIFIED_CONSENT - Static variable in interface org.opensaml.saml.saml2.core.RequestAbstractType
Unspecified consent URI.
UNSPECIFIED_CONSENT - Static variable in interface org.opensaml.saml.saml2.core.StatusResponseType
Unspecified consent URI.
UNSUPPORTED_BINDING - Static variable in interface org.opensaml.saml.saml2.core.StatusCode
URI for UnsupportedBinding status code.
update(String, String, String, Long) - Method in class org.opensaml.storage.AbstractMapBackedStorageService
Updates an existing record in the store.
update(String, String, Object, StorageSerializer, Long) - Method in class org.opensaml.storage.AbstractStorageService
Updates an existing record in the store using a custom serialization strategy.
update(Object) - Method in class org.opensaml.storage.AbstractStorageService
Updates an existing record in the store, using an annotated object as the source.
update(String, String, String, Long) - Method in class org.opensaml.storage.impl.JPAStorageService
Updates an existing record in the store.
update(String, String, String, Long) - Method in class org.opensaml.storage.impl.LDAPStorageService
Updates an existing record in the store.
update(String, String, String, Long) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
 
update(String, String, Object, StorageSerializer, Long) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
 
update(Object) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
 
update(String, String, String, Long) - Method in interface org.opensaml.storage.StorageService
Updates an existing record in the store.
update(String, String, Object, StorageSerializer, Long) - Method in interface org.opensaml.storage.StorageService
Updates an existing record in the store using a custom serialization strategy.
update(Object) - Method in interface org.opensaml.storage.StorageService
Updates an existing record in the store, using an annotated object as the source.
updateContextExpiration(String, Long) - Method in class org.opensaml.storage.AbstractMapBackedStorageService
Updates the expiration time of all records in the context.
updateContextExpiration(String, Long) - Method in class org.opensaml.storage.impl.JPAStorageService
Updates the expiration time of all records in the context.
updateContextExpiration(String, Long) - Method in class org.opensaml.storage.impl.LDAPStorageService
Updates the expiration time of all records in the context.
updateContextExpiration(String, Long) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
 
updateContextExpiration(String, Long) - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Updates the expiration time of all records in the context.
updateContextExpiration(String, Long) - Method in interface org.opensaml.storage.StorageService
Updates the expiration time of all records in the context.
updateExpiration(String, String, Long) - Method in class org.opensaml.storage.AbstractMapBackedStorageService
Updates expiration of an existing record in the store.
updateExpiration(Object) - Method in class org.opensaml.storage.AbstractStorageService
Updates expiration of an existing record in the store, using an annotated object as the source.
updateExpiration(String, String, Long) - Method in class org.opensaml.storage.impl.JPAStorageService
Updates expiration of an existing record in the store.
updateExpiration(String, String, Long) - Method in class org.opensaml.storage.impl.LDAPStorageService
Updates expiration of an existing record in the store.
updateExpiration(String, String, Long) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
 
updateExpiration(Object) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
 
updateExpiration(String, String, Long) - Method in interface org.opensaml.storage.StorageService
Updates expiration of an existing record in the store.
updateExpiration(Object) - Method in interface org.opensaml.storage.StorageService
Updates expiration of an existing record in the store, using an annotated object as the source.
updateImpl(Long, String, String, String, Long) - Method in class org.opensaml.storage.AbstractMapBackedStorageService
Internal method to implement update functions.
updateImpl(Long, String, String, String, Long) - Method in class org.opensaml.storage.impl.JPAStorageService
Updates the record matching the supplied parameters.
updateImpl(Long, String, String, String, Long) - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Internal method to implement update functions.
updateWithVersion(long, String, String, String, Long) - Method in class org.opensaml.storage.AbstractMapBackedStorageService
Updates an existing record in the store, if a version matches.
updateWithVersion(long, String, String, Object, StorageSerializer, Long) - Method in class org.opensaml.storage.AbstractStorageService
Updates an existing record in the store, if a version matches, using a custom serialization strategy.
updateWithVersion(long, Object) - Method in class org.opensaml.storage.AbstractStorageService
Updates an existing record in the store, if a version matches, using an annotated object as the source.
updateWithVersion(long, String, String, String, Long) - Method in class org.opensaml.storage.impl.JPAStorageService
Updates an existing record in the store, if a version matches.
updateWithVersion(long, String, String, String, Long) - Method in class org.opensaml.storage.impl.LDAPStorageService
Updates an existing record in the store, if a version matches.
updateWithVersion(long, String, String, String, Long) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
 
updateWithVersion(long, String, String, Object, StorageSerializer, Long) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
 
updateWithVersion(long, Object) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
 
updateWithVersion(long, String, String, String, Long) - Method in interface org.opensaml.storage.StorageService
Updates an existing record in the store, if a version matches.
updateWithVersion(long, String, String, Object, StorageSerializer, Long) - Method in interface org.opensaml.storage.StorageService
Updates an existing record in the store, if a version matches, using a custom serialization strategy.
updateWithVersion(long, Object) - Method in interface org.opensaml.storage.StorageService
Updates an existing record in the store, if a version matches, using an annotated object as the source.
URI_ALT_NAME - Static variable in class org.opensaml.security.x509.X509Support
RFC 2459 URI Subject Alt Name type.
URI_ATTRIB_NAME - Static variable in interface org.opensaml.soap.wspolicy.PolicyReference
The wsp:PolicyReference/@URI attribute local name.
URI_ATTRIB_NAME - Static variable in interface org.opensaml.soap.wssecurity.Reference
The wsse:Reference/@URI attribute local name.
URI_ATTRIB_NAME - Static variable in interface org.opensaml.xmlsec.encryption.CipherReference
URI attribute name.
URI_ATTRIB_NAME - Static variable in interface org.opensaml.xmlsec.encryption.ReferenceType
URI attribute name.
URI_ATTRIB_NAME - Static variable in interface org.opensaml.xmlsec.signature.KeyInfoReference
URI attribute name.
URI_ATTRIB_NAME - Static variable in interface org.opensaml.xmlsec.signature.NamedCurve
URI attribute name.
URI_ATTRIB_NAME - Static variable in interface org.opensaml.xmlsec.signature.RetrievalMethod
URI attribute name.
URI_REFERENCE - Static variable in interface org.opensaml.saml.saml2.core.Attribute
URI reference attribute format ID.
URIContentReference - Class in org.opensaml.xmlsec.signature.support
A generic content reference that uses a URI to reference the content to be signed.
URIContentReference(String) - Constructor for class org.opensaml.xmlsec.signature.support.URIContentReference
Constructor.
UsageBearing - Interface in org.opensaml.soap.wssecurity
Interface for element having a @wsse:Usage attribute.
UsageCriterion - Class in org.opensaml.security.criteria
An implementation of Criterion which specifies criteria pertaining usage of the resolved credential.
UsageCriterion(UsageType) - Constructor for class org.opensaml.security.criteria.UsageCriterion
Constructor.
UsagePolicy - Interface in org.opensaml.saml.ext.saml2mdrpi
Representation of the <mdrpi:UsagePolicy> element.
UsagePolicyBuilder - Class in org.opensaml.saml.ext.saml2mdrpi.impl
Summon up a new UsagePolicy.
UsagePolicyBuilder() - Constructor for class org.opensaml.saml.ext.saml2mdrpi.impl.UsagePolicyBuilder
 
UsagePolicyImpl - Class in org.opensaml.saml.ext.saml2mdrpi.impl
Concrete implementation of UsagePolicy.
UsagePolicyImpl(String, String, String) - Constructor for class org.opensaml.saml.ext.saml2mdrpi.impl.UsagePolicyImpl
Constructor.
UsagePolicyMarshaller - Class in org.opensaml.saml.ext.saml2mdrpi.impl
An marshaller for UsagePolicy.
UsagePolicyMarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdrpi.impl.UsagePolicyMarshaller
 
UsagePolicyUnmarshaller - Class in org.opensaml.saml.ext.saml2mdrpi.impl
An unmarshaller for UsagePolicy.
UsagePolicyUnmarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdrpi.impl.UsagePolicyUnmarshaller
 
UsageType - Enum in org.opensaml.security.credential
Credential usage types.
USE_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.KeyDescriptor
"use" attribute's local name.
UseKey - Interface in org.opensaml.soap.wstrust
The wst:UseKey element.
UseKeyBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the UseKey element.
UseKeyBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.UseKeyBuilder
 
UseKeyImpl - Class in org.opensaml.soap.wstrust.impl
UseKeyImpl.
UseKeyImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.UseKeyImpl
Constructor.
UseKeyMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the UseKey element.
UseKeyMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.UseKeyMarshaller
 
UseKeyUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the wst:UseKey element.
UseKeyUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.UseKeyUnmarshaller
 
USER_LOGOUT_URI - Static variable in interface org.opensaml.saml.saml2.core.LogoutResponse
URI for User logout reason.
USER_REASON - Static variable in interface org.opensaml.saml.saml2.core.LogoutRequest
User-initiated logout reason.
Username - Interface in org.opensaml.soap.wssecurity
The <wsse:Username> element within the <wsse:UsernameToken> element.
USERNAME_TOKEN - Static variable in class org.opensaml.soap.wssecurity.WSSecurityConstants
WS-Security - Username Token Profile - UsernameToken.
UsernameBuilder - Class in org.opensaml.soap.wssecurity.impl
UsernameBuilder.
UsernameBuilder() - Constructor for class org.opensaml.soap.wssecurity.impl.UsernameBuilder
 
UsernameImpl - Class in org.opensaml.soap.wssecurity.impl
Implementation of Username.
UsernameImpl(String, String, String) - Constructor for class org.opensaml.soap.wssecurity.impl.UsernameImpl
Constructor.
UsernameMarshaller - Class in org.opensaml.soap.wssecurity.impl
UsernameMarshaller.
UsernameMarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.UsernameMarshaller
 
UsernameToken - Interface in org.opensaml.soap.wssecurity
The <wsse:UsernameToken> element.
UsernameTokenBuilder - Class in org.opensaml.soap.wssecurity.impl
UsernameTokenBuilder.
UsernameTokenBuilder() - Constructor for class org.opensaml.soap.wssecurity.impl.UsernameTokenBuilder
 
UsernameTokenImpl - Class in org.opensaml.soap.wssecurity.impl
Implementation of UsernameToken.
UsernameTokenImpl(String, String, String) - Constructor for class org.opensaml.soap.wssecurity.impl.UsernameTokenImpl
Constructor.
UsernameTokenMarshaller - Class in org.opensaml.soap.wssecurity.impl
UsernameTokenMarshaller.
UsernameTokenMarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.UsernameTokenMarshaller
 
UsernameTokenUnmarshaller - Class in org.opensaml.soap.wssecurity.impl
UsernameUnmarshaller.
UsernameTokenUnmarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.UsernameTokenUnmarshaller
 
UsernameUnmarshaller - Class in org.opensaml.soap.wssecurity.impl
UsernameUnmarshaller.
UsernameUnmarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.UsernameUnmarshaller
 

V

VALID - Static variable in interface org.opensaml.soap.wstrust.Code
Status/Code 'valid' URI value .
VALID_UNTIL_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.common.TimeBoundSAMLObject
"validUntil" attribute's local name.
VALID_UNTIL_ATTRIB_QNAME - Static variable in interface org.opensaml.saml.saml2.common.TimeBoundSAMLObject
"validUntil" attribute's QName.
validate(Signature) - Method in class org.opensaml.saml.security.impl.SAMLSignatureProfileValidator
Validate the signature according to the requirements represented by the validator.
validate(TokenType, CriteriaSet) - Method in class org.opensaml.security.trust.impl.ChainingTrustEngine
Validates the token against trusted information obtained in an implementation-specific manner.
validate(Credential, CriteriaSet) - Method in class org.opensaml.security.trust.impl.ExplicitKeyTrustEngine
Validates the token against trusted information obtained in an implementation-specific manner.
validate(Key, Key) - Method in class org.opensaml.security.trust.impl.ExplicitKeyTrustEvaluator
Evaluate trust.
validate(Key, Iterable<Key>) - Method in class org.opensaml.security.trust.impl.ExplicitKeyTrustEvaluator
Evaluate trust.
validate(Credential, Credential) - Method in class org.opensaml.security.trust.impl.ExplicitKeyTrustEvaluator
Evaluate trust.
validate(Credential, Iterable<Credential>) - Method in class org.opensaml.security.trust.impl.ExplicitKeyTrustEvaluator
Evaluate trust.
validate(X509Credential, CriteriaSet) - Method in class org.opensaml.security.trust.impl.ExplicitX509CertificateTrustEngine
Validates the token against trusted information obtained in an implementation-specific manner.
validate(X509Certificate, X509Certificate) - Method in class org.opensaml.security.trust.impl.ExplicitX509CertificateTrustEvaluator
Evaluate trust.
validate(X509Certificate, Iterable<X509Certificate>) - Method in class org.opensaml.security.trust.impl.ExplicitX509CertificateTrustEvaluator
Evaluate trust.
validate(X509Credential, X509Credential) - Method in class org.opensaml.security.trust.impl.ExplicitX509CertificateTrustEvaluator
Evaluate trust.
validate(X509Credential, Iterable<Credential>) - Method in class org.opensaml.security.trust.impl.ExplicitX509CertificateTrustEvaluator
Evaluate trust.
validate(TokenType, CriteriaSet) - Method in interface org.opensaml.security.trust.TrustEngine
Validates the token against trusted information obtained in an implementation-specific manner.
validate(PKIXValidationInformation, X509Credential) - Method in class org.opensaml.security.x509.impl.CertPathPKIXTrustEvaluator
Validate the specified credential against the specified set of trusted validation information.
validate(X509Credential, CriteriaSet) - Method in class org.opensaml.security.x509.impl.PKIXX509CredentialTrustEngine
Validates the token against trusted information obtained in an implementation-specific manner.
validate(X509Credential, Set<String>, Iterable<PKIXValidationInformation>) - Method in class org.opensaml.security.x509.impl.PKIXX509CredentialTrustEngine
Perform PKIX validation on the untrusted credential, using PKIX validation information based on the supplied set of trusted credentials.
validate(PKIXValidationInformation, X509Credential) - Method in interface org.opensaml.security.x509.PKIXTrustEvaluator
Validate the specified credential against the specified set of trusted validation information.
VALIDATE - Static variable in interface org.opensaml.soap.wstrust.RequestType
RequestType Validate URI.
validate(EncryptionParameters) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
Validate that the EncryptionParameters instance has all the required properties populated.
validate(SignatureSigningParameters) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
Validate that the SignatureSigningParameters instance has all the required properties populated.
validate(Signature, CriteriaSet) - Method in class org.opensaml.xmlsec.signature.support.impl.BaseSignatureTrustEngine
Validates the token against trusted information obtained in an implementation-specific manner.
validate(byte[], byte[], String, CriteriaSet, Credential) - Method in class org.opensaml.xmlsec.signature.support.impl.BaseSignatureTrustEngine
Determines whether a raw signature over specified content is valid and signed by a trusted credential.
validate(Signature, TrustBasisType) - Method in class org.opensaml.xmlsec.signature.support.impl.BaseSignatureTrustEngine
Attempt to establish trust by resolving signature verification credentials from the Signature's KeyInfo.
validate(Signature) - Method in class org.opensaml.xmlsec.signature.support.impl.ChainingSignaturePrevalidator
Validate the signature according to the requirements represented by the validator.
validate(Signature, CriteriaSet) - Method in class org.opensaml.xmlsec.signature.support.impl.ChainingSignatureTrustEngine
Validates the token against trusted information obtained in an implementation-specific manner.
validate(byte[], byte[], String, CriteriaSet, Credential) - Method in class org.opensaml.xmlsec.signature.support.impl.ChainingSignatureTrustEngine
Determines whether a raw signature over specified content is valid and signed by a trusted credential.
validate(Signature) - Method in class org.opensaml.xmlsec.signature.support.impl.SignatureAlgorithmValidator
Validate the algorithms in the signature.
validate(Signature, Credential) - Method in class org.opensaml.xmlsec.signature.support.provider.ApacheSantuarioSignatureValidationProviderImpl
Validate the given XML Signature using the given candidate validation Credential.
validate(Signature) - Method in interface org.opensaml.xmlsec.signature.support.SignaturePrevalidator
Validate the signature according to the requirements represented by the validator.
validate(byte[], byte[], String, CriteriaSet, Credential) - Method in interface org.opensaml.xmlsec.signature.support.SignatureTrustEngine
Determines whether a raw signature over specified content is valid and signed by a trusted credential.
validate(Signature, Credential) - Method in interface org.opensaml.xmlsec.signature.support.SignatureValidationProvider
Validate the given XML Signature using the given candidate validation Credential.
validate(Signature, Credential) - Static method in class org.opensaml.xmlsec.signature.support.SignatureValidator
Validate the given XML Signature using the given candidate validation Credential.
validateAlgorithms(EncryptedKey) - Method in class org.opensaml.xmlsec.encryption.support.Decrypter
Validate the algorithms contained within an EncryptedKey.
validateAlgorithms(EncryptedData) - Method in class org.opensaml.xmlsec.encryption.support.Decrypter
Validate the algorithms contained within an EncryptedData.
validateAlgorithmURI(String, Collection<String>, Collection<String>) - Static method in class org.opensaml.xmlsec.algorithm.AlgorithmSupport
Validate the supplied algorithm URI against the specified whitelist and blacklist.
validateAlgorithmURI(String) - Method in class org.opensaml.xmlsec.encryption.support.Decrypter
Validate the supplied algorithm URI against the configured whitelist and blacklist.
validateAlgorithmURI(String) - Method in class org.opensaml.xmlsec.signature.support.impl.SignatureAlgorithmValidator
Validate the supplied algorithm URI against the configured whitelist and blacklist.
validateBackupFile(File) - Method in class org.opensaml.saml.metadata.resolver.impl.FileBackedHTTPMetadataResolver
Validate the basic properties of the specified metadata backup file, for example that it exists and/or can be created; that it is not a directory; and that it is readable and writable.
validateConfiguration(Document) - Method in class org.opensaml.core.xml.config.XMLConfigurator
Schema validates the given configuration.
validateHttpResponse(HttpResponse) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver.BasicMetadataResponseHandler
Validate the received HTTP response instance, such as checking for supported content types.
validateMetadataFile(File) - Method in class org.opensaml.saml.metadata.resolver.impl.FilesystemMetadataResolver
Validate the basic properties of the specified metadata file, for example that it exists; that it is a file; and that it is readable.
validateObjectChildren(XMLSignature) - Method in class org.opensaml.saml.security.impl.SAMLSignatureProfileValidator
Validate that the Signature instance does not contain any ds:Object children.
validateReference(XMLSignature) - Method in class org.opensaml.saml.security.impl.SAMLSignatureProfileValidator
Validate the Signature's SignedInfo Reference.
validateReferenceURI(String, SignableSAMLObject) - Method in class org.opensaml.saml.security.impl.SAMLSignatureProfileValidator
Validate the Signature's Reference URI.
validateReferenceURI(String, String) - Method in class org.opensaml.saml.security.impl.SAMLSignatureProfileValidator
Validate the Reference URI and parent ID attribute values.
validateSignature(byte[], byte[], String, CriteriaSet, List<Credential>) - Method in class org.opensaml.saml.common.binding.security.impl.BaseSAMLSimpleSignatureSecurityHandler
Validate the simple signature.
validateSignatureImpl(SignatureImpl) - Method in class org.opensaml.saml.security.impl.SAMLSignatureProfileValidator
Validate an instance of SignatureImpl, which is in turn based on underlying Apache XML Security XMLSignature instance.
ValidateTarget - Interface in org.opensaml.soap.wstrust
The wst:ValidateTarget element.
ValidateTargetBuilder - Class in org.opensaml.soap.wstrust.impl
Builder for the ValidateTarget element.
ValidateTargetBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.ValidateTargetBuilder
 
ValidateTargetImpl - Class in org.opensaml.soap.wstrust.impl
ValidateTargetImpl.
ValidateTargetImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.ValidateTargetImpl
Constructor.
ValidateTargetMarshaller - Class in org.opensaml.soap.wstrust.impl
Marshaller for the ValidateTarget element.
ValidateTargetMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.ValidateTargetMarshaller
 
ValidateTargetUnmarshaller - Class in org.opensaml.soap.wstrust.impl
Unmarshaller for the wst:ValidateTarget element.
ValidateTargetUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.ValidateTargetUnmarshaller
 
validateTransforms(Reference) - Method in class org.opensaml.saml.security.impl.SAMLSignatureProfileValidator
Validate the transforms included in the Signature Reference.
Value - Annotation Type in org.opensaml.storage.annotation
Identifies the field of a class that serves as the value of a StorageService record.
VALUE_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.StatusCode
Name for the attribute which defines the Value.
VALUE_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.StatusCode
Local Name of the Value attribute.
VALUE_ATTRIB_NAME - Static variable in interface org.opensaml.soap.wssecurity.SignatureConfirmation
The Value attribute name.
VALUE_ATTTRIB_NAME - Static variable in interface org.opensaml.xacml.ctx.StatusCodeType
Name of the Value attribute.
VALUE_TYPE_ATTRIB_NAME - Static variable in interface org.opensaml.soap.wssecurity.BinarySecurityToken
The ValueType attribute name.
VALUE_TYPE_ATTRIB_NAME - Static variable in interface org.opensaml.soap.wssecurity.Embedded
The wsse:Embedded/@ValueType attribute local name.
VALUE_TYPE_ATTRIB_NAME - Static variable in interface org.opensaml.soap.wssecurity.KeyIdentifier
The ValueType attribute name.
VALUE_TYPE_ATTRIB_NAME - Static variable in interface org.opensaml.soap.wssecurity.Reference
The wsse:Reference/@ValueType attribute local name.
VALUE_TYPE_ATTRIB_NAME - Static variable in interface org.opensaml.soap.wstrust.BinaryExchange
The ValueType attribute name.
valueOf(String) - Static method in class org.opensaml.core.xml.schema.XSBooleanValue
Parses a string meant to represent a boolean.
valueOf(String) - Static method in enum org.opensaml.core.xml.SpaceBearing.XMLSpaceEnum
Returns the enum constant of this type with the specified name.
valueOf(int, int) - Static method in class org.opensaml.saml.common.SAMLVersion
Gets the SAMLVersion given the major and minor version number.
valueOf(String) - Static method in class org.opensaml.saml.common.SAMLVersion
Gets the SAMLVersion for a given version string, such as "2.0".
valueOf(String) - Static method in enum org.opensaml.saml.common.xml.SAMLSchemaBuilder.SAML1Version
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opensaml.saml.metadata.resolver.filter.impl.PredicateFilter.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opensaml.saml.saml2.encryption.Encrypter.KeyPlacement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opensaml.security.credential.UsageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opensaml.xacml.ctx.DecisionType.DECISION
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opensaml.xacml.policy.EffectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opensaml.xmlsec.algorithm.AlgorithmDescriptor.AlgorithmType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opensaml.xmlsec.WhitelistBlacklistConfiguration.Precedence
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.opensaml.core.xml.SpaceBearing.XMLSpaceEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.opensaml.core.xml.util.AttributeMap
Returns the values in this map.
values() - Static method in enum org.opensaml.saml.common.xml.SAMLSchemaBuilder.SAML1Version
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opensaml.saml.metadata.resolver.filter.impl.PredicateFilter.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opensaml.saml.saml2.encryption.Encrypter.KeyPlacement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opensaml.security.credential.UsageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opensaml.xacml.ctx.DecisionType.DECISION
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opensaml.xacml.policy.EffectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opensaml.xmlsec.algorithm.AlgorithmDescriptor.AlgorithmType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opensaml.xmlsec.WhitelistBlacklistConfiguration.Precedence
Returns an array containing the constants of this enum type, in the order they are declared.
VARIABLE_ID_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.VariableDefinitionType
Name of VariableId attribute.
VARIABLE_ID_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.VariableReferenceType
Name of VariableId attribute.
VariableDefinitionType - Interface in org.opensaml.xacml.policy
XACML VariableDefinition schema type.
VariableDefinitionTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation VariableDefinitionType.
VariableDefinitionTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.VariableDefinitionTypeImpl
Constructor.
VariableDefinitionTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
VariableDefinitionTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.VariableDefinitionTypeImplBuilder
 
VariableDefinitionTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for VariableDefinitionType.
VariableDefinitionTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.VariableDefinitionTypeMarshaller
 
VariableDefinitionTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for VariableDefinitionType.
VariableDefinitionTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.VariableDefinitionTypeUnmarshaller
 
VariableReferenceType - Interface in org.opensaml.xacml.policy
XACML VariableReference.
VariableReferenceTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation of VariableReferenceType.
VariableReferenceTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.VariableReferenceTypeImpl
Constructor.
VariableReferenceTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
VariableReferenceTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.VariableReferenceTypeImplBuilder
 
VariableReferenceTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for VariableReferenceType.
VariableReferenceTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.VariableReferenceTypeMarshaller
 
VariableReferenceTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for VariableReferenceType.
VariableReferenceTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.VariableReferenceTypeUnmarshaller
 
verify(Credential, String, boolean, byte[], byte[]) - Static method in class org.opensaml.security.crypto.SigningUtil
Verify the signature value computed over the supplied input against the supplied signature value.
verify(PublicKey, String, byte[], byte[]) - Static method in class org.opensaml.security.crypto.SigningUtil
Verify the signature value computed over the supplied input against the supplied signature value.
VerifyChannelBindings - Class in org.opensaml.saml.common.profile.impl
Action that verifies two sets of ChannelBindings from two different ChannelBindingsContext objects obtained via lookup functions, by default from below the inbound message context and from below a SOAP11Context below the inbound message context.
VerifyChannelBindings() - Constructor for class org.opensaml.saml.common.profile.impl.VerifyChannelBindings
Constructor.
verifyMAC(Key, String, byte[], byte[]) - Static method in class org.opensaml.security.crypto.SigningUtil
Verify the Message Authentication Code (MAC) value computed over the supplied input against the supplied MAC value.
verifySignature(SignableXMLObject, String, boolean) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.SignatureValidationFilter
Evaluate the signature on the signed metadata instance.
verifySignature(Signature, Credential) - Method in class org.opensaml.xmlsec.signature.support.impl.BaseSignatureTrustEngine
Attempt to verify a signature using the key from the supplied credential.
verifyWithURI(Credential, String, byte[], byte[]) - Static method in class org.opensaml.xmlsec.crypto.XMLSigningUtil
Verify the signature value computed over the supplied input against the supplied signature value.
Version - Class in org.opensaml.core
Class for printing the version of this library.
VERSION_10 - Static variable in class org.opensaml.saml.common.SAMLVersion
SAML version 1.0.
VERSION_11 - Static variable in class org.opensaml.saml.common.SAMLVersion
SAML Version 1.1.
VERSION_20 - Static variable in class org.opensaml.saml.common.SAMLVersion
SAML Version 2.0.
VERSION_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.Assertion
Version attribute name.
VERSION_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.RequestAbstractType
Version attribute name.
VERSION_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.StatusResponseType
Version attribute name.
VERSION_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.IdReferenceType
Version attribute name.
VERSION_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.PolicySetType
Version attribute name.
VERSION_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.PolicyType
Version attribute name.
VERSION_DEFAULT_VALUE - Static variable in interface org.opensaml.xacml.policy.PolicyType
Version default value.
VERSION_MISMATCH - Static variable in interface org.opensaml.saml.saml1.core.StatusCode
VersionMismatch status value.
VERSION_MISMATCH - Static variable in interface org.opensaml.saml.saml2.core.StatusCode
URI for VersionMismatch status code.
VERSION_MISMATCH - Static variable in interface org.opensaml.soap.soap11.FaultCode
FaultCode value VersionMismatch.
VersionMismatchException - Exception in org.opensaml.storage
Exception indicating a version mismatch when updating a storage record.
VersionMismatchException() - Constructor for exception org.opensaml.storage.VersionMismatchException
Constructor.
VersionMismatchException(String) - Constructor for exception org.opensaml.storage.VersionMismatchException
Constructor.
VersionMismatchException(Throwable) - Constructor for exception org.opensaml.storage.VersionMismatchException
Constructor.
VersionMismatchException(String, Throwable) - Constructor for exception org.opensaml.storage.VersionMismatchException
Constructor.

W

WANT_ASSERTIONS_SIGNED_ATTRIB_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdquery.QueryDescriptorType
"WantAssertionSigned" attribute's local name.
WANT_ASSERTIONS_SIGNED_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.SPSSODescriptor
"WantAssertionsSigned" attribute's local name.
WANT_AUTHN_REQ_SIGNED_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.IDPSSODescriptor
"WantAuthnRequestSigned" attribute name.
WhitelistBlacklistConfiguration - Interface in org.opensaml.xmlsec
Algorithm URI whitelist and blacklist configuration.
WhitelistBlacklistConfiguration.Precedence - Enum in org.opensaml.xmlsec
Whitelist/blacklist precedence values.
WhitelistBlacklistParameters - Class in org.opensaml.xmlsec
The whitelist and blacklist algorithm parameters.
WhitelistBlacklistParameters() - Constructor for class org.opensaml.xmlsec.WhitelistBlacklistParameters
Constructor.
WhitelistPredicate - Class in org.opensaml.xmlsec.impl
Predicate which implements an algorithm URI whitelist policy.
WhitelistPredicate(Collection<String>) - Constructor for class org.opensaml.xmlsec.impl.WhitelistPredicate
Constructor.
WIDTH_ATTR_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdui.Logo
Attribute label.
WIN_DOMAIN_QUALIFIED - Static variable in interface org.opensaml.saml.saml1.core.NameIdentifier
URI for windows domain qualified name name format.
WIN_DOMAIN_QUALIFIED - Static variable in interface org.opensaml.saml.saml2.core.NameIDType
URI for windows domain qualified name name format.
WRITE_ACTION - Static variable in interface org.opensaml.saml.saml2.core.Action
Write action.
WS_SECURITY11_NS - Static variable in class org.opensaml.soap.wssecurity.WSSecurityConstants
WS-Security SOAP Message Security 1.1 namespace.
WS_SECURITY_NS - Static variable in class org.opensaml.soap.wssecurity.WSSecurityConstants
WS-Security SOAP Message Security 1.0 namespace.
WSA_ACTION_RST_CANCEL - Static variable in class org.opensaml.soap.wstrust.WSTrustConstants
WS-Addressing RequestSecurityToken (RST) action URI 'Cancel'.
WSA_ACTION_RST_ISSUE - Static variable in class org.opensaml.soap.wstrust.WSTrustConstants
WS-Addressing RequestSecurityToken (RST) action URI 'Issue'.
WSA_ACTION_RST_KET - Static variable in class org.opensaml.soap.wstrust.WSTrustConstants
WS-Addressing RequestSecurityToken (RST) action URI 'KET'.
WSA_ACTION_RST_RENEW - Static variable in class org.opensaml.soap.wstrust.WSTrustConstants
WS-Addressing RequestSecurityToken (RST) action URI 'Renew'.
WSA_ACTION_RST_STSCANCEL - Static variable in class org.opensaml.soap.wstrust.WSTrustConstants
WS-Addressing RequestSecurityToken (RST) action URI 'STSCancel'.
WSA_ACTION_RST_VALIDATE - Static variable in class org.opensaml.soap.wstrust.WSTrustConstants
WS-Addressing RequestSecurityToken (RST) action URI 'Validate'.
WSA_ACTION_RSTR_CANCEL - Static variable in class org.opensaml.soap.wstrust.WSTrustConstants
WS-Addressing RequestSecurityTokenResponse (RSTR) action URI 'Cancel'.
WSA_ACTION_RSTR_CANCEL_FINAL - Static variable in class org.opensaml.soap.wstrust.WSTrustConstants
WS-Addressing RequestSecurityTokenResponse (RSTR) action URI 'CancelFinal'.
WSA_ACTION_RSTR_ISSUE - Static variable in class org.opensaml.soap.wstrust.WSTrustConstants
WS-Addressing RequestSecurityTokenResponse (RSTR) action URI 'Issue'.
WSA_ACTION_RSTR_KET - Static variable in class org.opensaml.soap.wstrust.WSTrustConstants
WS-Addressing RequestSecurityTokenResponse (RSTR) action URI 'KET'.
WSA_ACTION_RSTR_KET_FINAL - Static variable in class org.opensaml.soap.wstrust.WSTrustConstants
WS-Addressing RequestSecurityTokenResponse (RSTR) action URI 'KETFinal'.
WSA_ACTION_RSTR_RENEW - Static variable in class org.opensaml.soap.wstrust.WSTrustConstants
WS-Addressing RequestSecurityTokenResponse (RSTR) action URI 'Renew'.
WSA_ACTION_RSTR_RENEW_FINAL - Static variable in class org.opensaml.soap.wstrust.WSTrustConstants
WS-Addressing RequestSecurityTokenResponse (RSTR) action URI 'RenewFinal'.
WSA_ACTION_RSTR_VALIDATE - Static variable in class org.opensaml.soap.wstrust.WSTrustConstants
WS-Addressing RequestSecurityTokenResponse (RSTR) action URI 'Validate'.
WSA_ACTION_RSTR_VALIDATE_FINAL - Static variable in class org.opensaml.soap.wstrust.WSTrustConstants
WS-Addressing RequestSecurityTokenResponse (RSTR) action URI 'ValidateFinal'.
WSA_ACTION_RSTRC_ISSUE_FINAL - Static variable in class org.opensaml.soap.wstrust.WSTrustConstants
WS-Addressing RequestSecurityTokenResponseCollection (RSTRC) action URI 'Issue'.
WSA_IS_REFERENCE_PARAMETER_ATTR_LOCAL_NAME - Static variable in interface org.opensaml.soap.wsaddressing.IsReferenceParameterBearing
the IsReferenceParameter attribute local name.
WSA_IS_REFERENCE_PARAMETER_ATTR_NAME - Static variable in interface org.opensaml.soap.wsaddressing.IsReferenceParameterBearing
the wsa:IsReferenceParameter qualified attribute name.
WSA_NS - Static variable in class org.opensaml.soap.wsaddressing.WSAddressingConstants
WS-Addressing 1.0 namespace.
WSA_PREFIX - Static variable in class org.opensaml.soap.wsaddressing.WSAddressingConstants
WS-Addressing prefix.
WSADDRESS_NS - Static variable in class org.opensaml.soap.wsfed.WSFedConstants
WSFED 1.X Address XML namespace.
WSADDRESS_PREFIX - Static variable in class org.opensaml.soap.wsfed.WSFedConstants
WSFED 1.X Address QName prefix.
WSAddressingConstants - Class in org.opensaml.soap.wsaddressing
WS-Addressing 1.0 constants.
WSAddressingObject - Interface in org.opensaml.soap.wsaddressing
Abstract WS-Addressing object interface.
WSAddressingObjectBuilder<WSAddressingObjectType extends WSAddressingObject> - Interface in org.opensaml.soap.wsaddressing
WSAddressingObjectBuilder.
WSAddressingSupport - Class in org.opensaml.soap.wsaddressing.util
Helper methods for working with WS-Addressing.
WSFED11P_NS - Static variable in class org.opensaml.soap.wsfed.WSFedConstants
WSFED 1.1 protocol XML namespace.
WSFED1P_PREFIX - Static variable in class org.opensaml.soap.wsfed.WSFedConstants
WSFED 1.X Protocol QName prefix.
WSFedConstants - Class in org.opensaml.soap.wsfed
WS-Federation Constants.
WSFedObject - Interface in org.opensaml.soap.wsfed
Marker interface for WS-Federation XMLObjects.
WSFedObjectBuilder<WSFedObjectType extends WSFedObject> - Interface in org.opensaml.soap.wsfed
Builder of WSFedObjects.
WSP_NS - Static variable in class org.opensaml.soap.wspolicy.WSPolicyConstants
WS-Policy namespace.
WSP_OPTIONAL_ATTR_LOCAL_NAME - Static variable in interface org.opensaml.soap.wspolicy.OptionalBearing
The wsp:@Optional attribute local name.
WSP_OPTIONAL_ATTR_NAME - Static variable in interface org.opensaml.soap.wspolicy.OptionalBearing
The wsp:@Optional qualified attribute name.
WSP_POLICY_URIS_ATTR_LOCAL_NAME - Static variable in interface org.opensaml.soap.wspolicy.PolicyURIsBearing
The wsp:@PolicyURIs attribute local name.
WSP_POLICY_URIS_ATTR_NAME - Static variable in interface org.opensaml.soap.wspolicy.PolicyURIsBearing
The wsp:@PolicyURIs qualified attribute name.
WSP_PREFIX - Static variable in class org.opensaml.soap.wspolicy.WSPolicyConstants
WS-Policy namespace prefix.
WSPOLICY_NS - Static variable in class org.opensaml.soap.wsfed.WSFedConstants
WSFED 1.X Policy XML namespace.
WSPOLICY_PREFIX - Static variable in class org.opensaml.soap.wsfed.WSFedConstants
WSFED 1.X Policy QName prefix.
WSPolicyConstants - Class in org.opensaml.soap.wspolicy
WS-Policy 1.2 constants.
WSPolicyObject - Interface in org.opensaml.soap.wspolicy
WSPolicyObject is the base interface for all WS-Policy elements.
WSPolicyObjectBuilder<WSPolicyObjectType extends WSPolicyObject> - Interface in org.opensaml.soap.wspolicy
WSPolicyObjectBuilder.
WSSE11_NS - Static variable in class org.opensaml.soap.wssecurity.WSSecurityConstants
WS-Security Security Extension 1.1 namespace.
WSSE11_PREFIX - Static variable in class org.opensaml.soap.wssecurity.WSSecurityConstants
WS-Security Security Extension 1.1 prefix.
WSSE11_SAML_TOKEN_PROFILE_NS - Static variable in class org.opensaml.soap.wssecurity.WSSecurityConstants
WS-Security SAML Token Profile 1.1 namespace.
WSSE11_TOKEN_TYPE_ATTR_LOCAL_NAME - Static variable in interface org.opensaml.soap.wssecurity.TokenTypeBearing
The @wsse11:TokenType attribute local name.
WSSE11_TOKEN_TYPE_ATTR_NAME - Static variable in interface org.opensaml.soap.wssecurity.TokenTypeBearing
The @wsse11:TokenType qualified attribute name.
WSSE_KERBEROS_TOKEN_PROFILE_NS - Static variable in class org.opensaml.soap.wssecurity.WSSecurityConstants
WS-Security Kerberos Token Profile 1.1 namespace.
WSSE_NS - Static variable in class org.opensaml.soap.wssecurity.WSSecurityConstants
WS-Security Security Extension 1.0 namespace.
WSSE_PREFIX - Static variable in class org.opensaml.soap.wssecurity.WSSecurityConstants
WS-Security Security Extension 1.0 prefix.
WSSE_SAML_TOKEN_PROFILE_NS - Static variable in class org.opensaml.soap.wssecurity.WSSecurityConstants
WS-Security SAML Token Profile 1.0 namespace.
WSSE_USAGE_ATTR_LOCAL_NAME - Static variable in interface org.opensaml.soap.wssecurity.UsageBearing
The wsse:@Usage attribute local name.
WSSE_USAGE_ATTR_NAME - Static variable in interface org.opensaml.soap.wssecurity.UsageBearing
The wsse:@Usage qualified attribute name.
WSSE_USERNAME_TOKEN_PROFILE_NS - Static variable in class org.opensaml.soap.wssecurity.WSSecurityConstants
WS-Security Username Token Profile 1.0 namespace.
WSSE_X509_TOKEN_PROFILE_NS - Static variable in class org.opensaml.soap.wssecurity.WSSecurityConstants
WS-Security X509 Token Profile 1.0 namespace.
WSSecurityConstants - Class in org.opensaml.soap.wssecurity
Constants for the WS-Security 2004.
WSSecurityObject - Interface in org.opensaml.soap.wssecurity
WSSecurityObject is the base interface for all the WS-Security elements.
WSSecurityObjectBuilder<WSSecurityObjectType extends WSSecurityObject> - Interface in org.opensaml.soap.wssecurity
WSSecurityObjectBuilder.
WSSecuritySupport - Class in org.opensaml.soap.wssecurity.util
Helper methods for working with WS-Security.
WST_NS - Static variable in class org.opensaml.soap.wstrust.WSTrustConstants
WS-Trust 1.3 namespace.
WST_PREFIX - Static variable in class org.opensaml.soap.wstrust.WSTrustConstants
WS-Trust namespace prefix.
WST_VERSION - Static variable in class org.opensaml.soap.wstrust.WSTrustConstants
WS-Trust version.
WSTrustConstants - Class in org.opensaml.soap.wstrust
The WS-Trust 1.3 constants.
WSTrustObject - Interface in org.opensaml.soap.wstrust
WSTrustObject is the base interface for all the WS-Trust elements.
WSTrustObjectBuilder<WSTrustObjectType extends WSTrustObject> - Interface in org.opensaml.soap.wstrust
WSTrustObjectBuilder.
WSU_ID_ATTR_LOCAL_NAME - Static variable in interface org.opensaml.soap.wssecurity.IdBearing
the Id attribute local name.
WSU_ID_ATTR_NAME - Static variable in interface org.opensaml.soap.wssecurity.IdBearing
the wsu:Id qualified attribute name.
WSU_NS - Static variable in class org.opensaml.soap.wssecurity.WSSecurityConstants
WS-Security Utility 1.0 namespace.
WSU_PREFIX - Static variable in class org.opensaml.soap.wssecurity.WSSecurityConstants
WS-Security Utility 1.0 prefix.

X

X400ADDRESS_ALT_NAME - Static variable in class org.opensaml.security.x509.X509Support
RFC 2459 X.400 Address Subject Alt Name type.
X500_NAME_DATATYPE_URI - Static variable in class org.opensaml.xacml.XACMLConstants
X.500 Name datatype URI.
X500DNHandler - Interface in org.opensaml.security.x509
Interface for implementations which handle parsing and serialization of X.500 names represented by X500Principal.
X509_AUTHN_CTX - Static variable in interface org.opensaml.saml.saml2.core.AuthnContext
URI for X509 Public Key authentication context.
X509_AUTHN_METHOD - Static variable in interface org.opensaml.saml.saml1.core.AuthenticationStatement
URI for X509 Public Key authentication method.
X509_CERT_REQUEST_ATTRIBUTE - Static variable in class org.opensaml.security.messaging.ServletRequestX509CredentialAdapter
Servlet request attribute to pull certificate info from.
X509_PKCS7 - Static variable in class org.opensaml.soap.wssecurity.WSSecurityConstants
WS-Security - X.509 Token Profile - PKCS7.
X509_PKI_PATH_V1 - Static variable in class org.opensaml.soap.wssecurity.WSSecurityConstants
WS-Security - X.509 Token Profile - X509PKIPathv1.
X509_SUBJECT - Static variable in interface org.opensaml.saml.saml1.core.NameIdentifier
URI for X509 subject name format.
X509_SUBJECT - Static variable in interface org.opensaml.saml.saml2.core.NameIDType
URI for X509 subject name format.
X509_SUBJECT_KEY_IDENTIFIER - Static variable in class org.opensaml.soap.wssecurity.WSSecurityConstants
WS-Security - X.509 Token Profile - X509SubjectKeyIdentifier.
X509_V1 - Static variable in class org.opensaml.soap.wssecurity.WSSecurityConstants
WS-Security - X.509 Token Profile - X509V1.
X509_V3 - Static variable in class org.opensaml.soap.wssecurity.WSSecurityConstants
WS-Security - X.509 Token Profile - X509V3.
X509Certificate - Interface in org.opensaml.xmlsec.signature
XMLObject representing XML Digital Signature, version 20020212, X509Certificate element.
X509CertificateBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of X509Certificate.
X509CertificateBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.X509CertificateBuilder
Constructor.
X509CertificateImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of X509Certificate.
X509CertificateImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.X509CertificateImpl
Constructor.
X509Credential - Interface in org.opensaml.security.x509
An entity credential based on key material and other information (e.g.
X509CredentialNameEvaluator - Interface in org.opensaml.security.x509.impl
Interface for classes which evaluate an X509Credential against a supplied set of trusted names.
X509CRL - Interface in org.opensaml.xmlsec.signature
XMLObject representing XML Digital Signature, version 20020212, X509CRL element.
X509CRLBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of X509CRL.
X509CRLBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.X509CRLBuilder
Constructor.
X509CRLImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of X509CRL.
X509CRLImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.X509CRLImpl
Constructor.
X509Data - Interface in org.opensaml.xmlsec.signature
XMLObject representing XML Digital Signature, version 20020212, X509Data element.
X509DataBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of X509Data.
X509DataBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.X509DataBuilder
Constructor.
X509DataImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of X509Data.
X509DataImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.X509DataImpl
Constructor.
X509DataMarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Marshaller for X509Data objects.
X509DataMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.X509DataMarshaller
 
X509DataUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Unmarshaller for X509Data objects.
X509DataUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.X509DataUnmarshaller
 
X509Digest - Interface in org.opensaml.xmlsec.signature
XMLObject representing XML Digital Signature 1.1 X509Digest element.
X509DigestBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of X509Digest.
X509DigestBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.X509DigestBuilder
Constructor.
X509DigestCriterion - Class in org.opensaml.security.x509
An implementation of Criterion which specifies criteria based on the digest of an X.509 certificate.
X509DigestCriterion(String, byte[]) - Constructor for class org.opensaml.security.x509.X509DigestCriterion
Constructor.
X509DigestImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of X509Digest.
X509DigestImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.X509DigestImpl
Constructor.
X509DigestMarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Marshaller for X509Digest objects.
X509DigestMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.X509DigestMarshaller
 
X509DigestUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Unmarshaller for X509Digest objects.
X509DigestUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.X509DigestUnmarshaller
 
X509IssuerName - Interface in org.opensaml.xmlsec.signature
XMLObject representing XML Digital Signature, version 20020212, X509IssuerName element.
X509IssuerNameBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of X509IssuerName.
X509IssuerNameBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.X509IssuerNameBuilder
Constructor.
X509IssuerNameImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of X509IssuerName.
X509IssuerNameImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.X509IssuerNameImpl
Constructor.
X509IssuerSerial - Interface in org.opensaml.xmlsec.signature
XMLObject representing XML Digital Signature, version 20020212, X509IssuerSerial element.
X509IssuerSerialBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of X509IssuerSerial.
X509IssuerSerialBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.X509IssuerSerialBuilder
Constructor.
X509IssuerSerialCriterion - Class in org.opensaml.security.x509
An implementation of Criterion which specifies criteria based on X.509 certificate issuer name and serial number.
X509IssuerSerialCriterion(X500Principal, BigInteger) - Constructor for class org.opensaml.security.x509.X509IssuerSerialCriterion
Constructor.
X509IssuerSerialImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of X509IssuerSerial.
X509IssuerSerialImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.X509IssuerSerialImpl
Constructor.
X509IssuerSerialMarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Marshaller for X509IssuerSerial objects.
X509IssuerSerialMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.X509IssuerSerialMarshaller
 
X509IssuerSerialUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
A thread-safe Unmarshaller for X509IssuerSerial objects.
X509IssuerSerialUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.X509IssuerSerialUnmarshaller
 
X509KeyInfoGenerator(X509KeyInfoGeneratorFactory.X509Options) - Constructor for class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
Constructor.
X509KeyInfoGeneratorFactory - Class in org.opensaml.xmlsec.keyinfo.impl
A factory implementation which produces instances of KeyInfoGenerator capable of handling the information contained within an X509Credential.
X509KeyInfoGeneratorFactory() - Constructor for class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
Constructor.
X509KeyInfoGeneratorFactory.X509KeyInfoGenerator - Class in org.opensaml.xmlsec.keyinfo.impl
An implementation of KeyInfoGenerator capable of handling the information contained within a X509Credential.
X509KeyInfoGeneratorFactory.X509Options - Class in org.opensaml.xmlsec.keyinfo.impl
Options to be used in the production of a KeyInfo from an X509Credential.
X509KeyManagerX509CredentialAdapter - Class in org.opensaml.security.x509.impl
A class that wraps a X509KeyManager and exposes it as an X509Credential.
X509KeyManagerX509CredentialAdapter(X509KeyManager, String) - Constructor for class org.opensaml.security.x509.impl.X509KeyManagerX509CredentialAdapter
Constructor.
X509Options() - Constructor for class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509Options
Constructor.
X509SerialNumber - Interface in org.opensaml.xmlsec.signature
XMLObject representing XML Digital Signature, version 20020212, X509SerialNumber element.
X509SerialNumberBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of X509SerialNumber.
X509SerialNumberBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.X509SerialNumberBuilder
Constructor.
X509SerialNumberImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of X509SerialNumber.
X509SerialNumberImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.X509SerialNumberImpl
Constructor.
X509SerialNumberMarshaller - Class in org.opensaml.xmlsec.signature.impl
Thread-safe marshaller of X509SerialNumber objects.
X509SerialNumberMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.X509SerialNumberMarshaller
 
X509SerialNumberUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
Thread-safe unmarshaller for X509SerialNumber objects.
X509SerialNumberUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.X509SerialNumberUnmarshaller
 
X509SKI - Interface in org.opensaml.xmlsec.signature
XMLObject representing XML Digital Signature, version 20020212, X509SKI element.
X509SKIBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of X509SKI.
X509SKIBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.X509SKIBuilder
Constructor.
X509SKIImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of X509SKI.
X509SKIImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.X509SKIImpl
Constructor.
X509SubjectKeyIdentifierCriterion - Class in org.opensaml.security.x509
An implementation of Criterion which specifies criteria based on X.509 certificate subject key identifier.
X509SubjectKeyIdentifierCriterion(byte[]) - Constructor for class org.opensaml.security.x509.X509SubjectKeyIdentifierCriterion
Constructor.
X509SubjectName - Interface in org.opensaml.xmlsec.signature
XMLObject representing XML Digital Signature, version 20020212, X509SubjectName element.
X509SubjectNameBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of X509SubjectName.
X509SubjectNameBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.X509SubjectNameBuilder
Constructor.
X509SubjectNameCriterion - Class in org.opensaml.security.x509
An implementation of Criterion which specifies criteria based on X.509 certificate subject name.
X509SubjectNameCriterion(X500Principal) - Constructor for class org.opensaml.security.x509.X509SubjectNameCriterion
Constructor.
X509SubjectNameImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of X509SubjectName.
X509SubjectNameImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.X509SubjectNameImpl
Constructor.
X509Support - Class in org.opensaml.security.x509
Utility class for working with X509 objects.
X509Support() - Constructor for class org.opensaml.security.x509.X509Support
Constructed.
XACML10_NS - Static variable in class org.opensaml.xacml.XACMLConstants
The namespaces for use of XACML 1.0 policy.
XACML10CTX_NS - Static variable in class org.opensaml.xacml.XACMLConstants
The namespaces for use of XACML 1.0 context.
XACML20_NS - Static variable in class org.opensaml.xacml.XACMLConstants
The namespaces for use of XACML 2.0 policy.
XACML20CTX_NS - Static variable in class org.opensaml.xacml.XACMLConstants
The namespaces for use of XACML 2.0 context.
XACML30_NS - Static variable in class org.opensaml.xacml.XACMLConstants
The namespaces for use of XACML 3.0.
XACML_PREFIX - Static variable in class org.opensaml.xacml.XACMLConstants
The prefix for the use of xacml policy.
XACMLAuthzDecisionQueryType - Interface in org.opensaml.xacml.profile.saml
A SAML XACML profile XACMLAuthzDecisionQuery schema type.
XACMLAuthzDecisionQueryTypeImpl - Class in org.opensaml.xacml.profile.saml.impl
A concrete implementation of XACMLAuthzDecisionQueryType.
XACMLAuthzDecisionQueryTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
Constructor.
XACMLAuthzDecisionQueryTypeImplBuilder - Class in org.opensaml.xacml.profile.saml.impl
Builder for XACMLAuthzDecisionQueryType objects.
XACMLAuthzDecisionQueryTypeImplBuilder() - Constructor for class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImplBuilder
Constructor.
XACMLAuthzDecisionQueryTypeMarshaller - Class in org.opensaml.xacml.profile.saml.impl
A thread-safe Marshaller for XACMLAuthzDecisionQueryType objects.
XACMLAuthzDecisionQueryTypeMarshaller() - Constructor for class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeMarshaller
 
XACMLAuthzDecisionQueryTypeUnmarshaller - Class in org.opensaml.xacml.profile.saml.impl
A thread-safe Unmarshaller for XACMLAuthzDecisionQueryType objects.
XACMLAuthzDecisionQueryTypeUnmarshaller() - Constructor for class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeUnmarshaller
 
XACMLAuthzDecisionStatementType - Interface in org.opensaml.xacml.profile.saml
A SAML XACML profile XACMLAuthzDecisionStatement schema type.
XACMLAuthzDecisionStatementTypeImpl - Class in org.opensaml.xacml.profile.saml.impl
A concrete implementation of XACMLAuthzDecisionStatementType.
XACMLAuthzDecisionStatementTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionStatementTypeImpl
Constructor.
XACMLAuthzDecisionStatementTypeImplBuilder - Class in org.opensaml.xacml.profile.saml.impl
XACMLAuthzDecisionStatementTypeImplBuilder() - Constructor for class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionStatementTypeImplBuilder
Constructor.
XACMLAuthzDecisionStatementTypeMarshaller - Class in org.opensaml.xacml.profile.saml.impl
A thread-safe Marshaller for XACMLAuthzDecisionStatementType.
XACMLAuthzDecisionStatementTypeMarshaller() - Constructor for class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionStatementTypeMarshaller
 
XACMLAuthzDecisionStatementTypeUnmarshaller - Class in org.opensaml.xacml.profile.saml.impl
A thread-safe Unmarshaller for XACMLAuthzDecisionStatementType.
XACMLAuthzDecisionStatementTypeUnmarshaller() - Constructor for class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionStatementTypeUnmarshaller
 
XACMLConstants - Class in org.opensaml.xacml
Defines the constants for the XACML providers.
XACMLCONTEXT_PREFIX - Static variable in class org.opensaml.xacml.XACMLConstants
The prefix for the use of xacml context.
XACMLObject - Interface in org.opensaml.xacml
Base interface for XACML objects.
XACMLObjectBuilder<XACMLObjectType extends XACMLObject> - Interface in org.opensaml.xacml
Builder of XACML objects.
XACMLPolicyQueryType - Interface in org.opensaml.xacml.profile.saml
A SAML XACML profile XACMLPolicyQuery schema type.
XACMLPolicyQueryTypeImpl - Class in org.opensaml.xacml.profile.saml.impl
Concrete implementation of XACMLPolicyQueryType.
XACMLPolicyQueryTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.profile.saml.impl.XACMLPolicyQueryTypeImpl
Constructor.
XACMLPolicyQueryTypeImplBuilder - Class in org.opensaml.xacml.profile.saml.impl
Builder for XACMLPolicyQueryType objects.
XACMLPolicyQueryTypeImplBuilder() - Constructor for class org.opensaml.xacml.profile.saml.impl.XACMLPolicyQueryTypeImplBuilder
Constructor.
XACMLPolicyQueryTypeMarshaller - Class in org.opensaml.xacml.profile.saml.impl
Marshaller for XACMLPolicyQueryType.
XACMLPolicyQueryTypeMarshaller() - Constructor for class org.opensaml.xacml.profile.saml.impl.XACMLPolicyQueryTypeMarshaller
 
XACMLPolicyQueryTypeUnmarshaller - Class in org.opensaml.xacml.profile.saml.impl
Unmarshaller for XACMLPolicyQueryType.
XACMLPolicyQueryTypeUnmarshaller() - Constructor for class org.opensaml.xacml.profile.saml.impl.XACMLPolicyQueryTypeUnmarshaller
 
XACMLPolicyStatementType - Interface in org.opensaml.xacml.profile.saml
A SAML XACML profile XACMLPolicyStatement schema type.
XACMLPolicyStatementTypeImpl - Class in org.opensaml.xacml.profile.saml.impl
Concrete implementation of XACMLPolicyStatementType.
XACMLPolicyStatementTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.profile.saml.impl.XACMLPolicyStatementTypeImpl
Constructor.
XACMLPolicyStatementTypeImplBuilder - Class in org.opensaml.xacml.profile.saml.impl
Builder for XACMLPolicyStatementTypeImpl objects.
XACMLPolicyStatementTypeImplBuilder() - Constructor for class org.opensaml.xacml.profile.saml.impl.XACMLPolicyStatementTypeImplBuilder
Constructor.
XACMLPolicyStatementTypeMarshaller - Class in org.opensaml.xacml.profile.saml.impl
A thread-safe Marshaller for XACMLAuthzDecisionStatementType.
XACMLPolicyStatementTypeMarshaller() - Constructor for class org.opensaml.xacml.profile.saml.impl.XACMLPolicyStatementTypeMarshaller
 
XACMLPolicyStatementTypeUnmarshaller - Class in org.opensaml.xacml.profile.saml.impl
A thread-safe Unmarshaller for XACMLAuthzDecisionStatementType.
XACMLPolicyStatementTypeUnmarshaller() - Constructor for class org.opensaml.xacml.profile.saml.impl.XACMLPolicyStatementTypeUnmarshaller
 
XKMS_AUTHN_METHOD - Static variable in interface org.opensaml.saml.saml1.core.AuthenticationStatement
URI for XKMS authentication method.
XML_BASE_ATTR_LOCAL_NAME - Static variable in interface org.opensaml.core.xml.BaseBearing
The base attribute local name.
XML_BASE_ATTR_NAME - Static variable in interface org.opensaml.core.xml.BaseBearing
The xml:base qualified attribute name.
XML_DSIG_AUTHN_CTX - Static variable in interface org.opensaml.saml.saml2.core.AuthnContext
URI for XML Digital Signature authentication context.
XML_DSIG_AUTHN_METHOD - Static variable in interface org.opensaml.saml.saml1.core.AuthenticationStatement
URI for XML Digital Signature authentication method.
XML_ID_ATTR_LOCAL_NAME - Static variable in interface org.opensaml.core.xml.IdBearing
The id attribute local name.
XML_ID_ATTR_NAME - Static variable in interface org.opensaml.core.xml.IdBearing
The xml:id qualified attribute name.
XML_LANG_ATTR_LOCAL_NAME - Static variable in interface org.opensaml.core.xml.LangBearing
The lang attribute local name.
XML_LANG_ATTR_NAME - Static variable in interface org.opensaml.core.xml.LangBearing
The xml:lang qualified attribute name.
XML_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
XML core schema system Id.
XML_SPACE_ATTR_LOCAL_NAME - Static variable in interface org.opensaml.core.xml.SpaceBearing
The space attribute local name.
XML_SPACE_ATTR_NAME - Static variable in interface org.opensaml.core.xml.SpaceBearing
The xml:space qualified attribute name.
XMLAttributeSupport - Class in org.opensaml.core.xml.util
Helper methods for working with global attributes from the XML namespace.
XMLConfigurationException - Exception in org.opensaml.core.xml.config
An exception thrown when an error occurs loading information via XMLConfigurator.
XMLConfigurationException() - Constructor for exception org.opensaml.core.xml.config.XMLConfigurationException
Constructor.
XMLConfigurationException(String) - Constructor for exception org.opensaml.core.xml.config.XMLConfigurationException
Constructor.
XMLConfigurationException(Exception) - Constructor for exception org.opensaml.core.xml.config.XMLConfigurationException
Constructor.
XMLConfigurationException(String, Exception) - Constructor for exception org.opensaml.core.xml.config.XMLConfigurationException
Constructor.
XMLConfigurator - Class in org.opensaml.core.xml.config
Reads in an XML configuration and configures the XMLTooling library accordingly.
XMLConfigurator() - Constructor for class org.opensaml.core.xml.config.XMLConfigurator
Constructor.
XMLENC11_NS - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
XML Encryption 1.1 namespace.
XMLENC11_PREFIX - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
XML Encryption 1.1 QName prefix.
XMLENC11_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
XML Encryption 1.1 schema Id.
XMLENC_NS - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
XML Encryption namespace.
XMLENC_PREFIX - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
XML Encryption QName prefix.
XMLENC_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
XML Encryption schema Id.
XMLEncryptionBuilder<XMLEncryptionType extends XMLObject> - Interface in org.opensaml.xmlsec.encryption
Builder for XMLObjects from org.opensaml.xmlsec.encryption.
XMLObject - Interface in org.opensaml.core.xml
A object that represents an XML element, usually of a specific schema type, that has been unmarshalled into this Java object.
XMLObjectBuilder<XMLObjectType extends XMLObject> - Interface in org.opensaml.core.xml
A builder for XMLObjects.
XMLObjectBuilderFactory - Class in org.opensaml.core.xml
A factory for XMLObjectBuilders.
XMLObjectBuilderFactory() - Constructor for class org.opensaml.core.xml.XMLObjectBuilderFactory
Constructor.
XMLObjectChildrenList<ElementType extends XMLObject> - Class in org.opensaml.core.xml.util
Resizable list for the children of XMLObjects.
XMLObjectChildrenList(XMLObject) - Constructor for class org.opensaml.core.xml.util.XMLObjectChildrenList
Constructs an empty list with all added XMLObjects being assigned the given parent XMLObject.
XMLObjectChildrenList(XMLObject, Collection<ElementType>) - Constructor for class org.opensaml.core.xml.util.XMLObjectChildrenList
Constructs a list containing the elements in the specified collection, in the order they are returned by the collection's iterator, with each added XMLObject assigned the given parent XMLObject.
XMLObjectProviderInitializer - Class in org.opensaml.core.xml.config
XMLObject provider initializer for module "core".
XMLObjectProviderInitializer() - Constructor for class org.opensaml.core.xml.config.XMLObjectProviderInitializer
 
XMLObjectProviderInitializer - Class in org.opensaml.saml.config
XMLObject provider initializer for module "saml-impl".
XMLObjectProviderInitializer() - Constructor for class org.opensaml.saml.config.XMLObjectProviderInitializer
 
XMLObjectProviderInitializer - Class in org.opensaml.soap.config
XMLObject provider initializer for module "soap-impl".
XMLObjectProviderInitializer() - Constructor for class org.opensaml.soap.config.XMLObjectProviderInitializer
 
XMLObjectProviderInitializer - Class in org.opensaml.xacml.config
XMLObject provider initializer for module "xacml-impl".
XMLObjectProviderInitializer() - Constructor for class org.opensaml.xacml.config.XMLObjectProviderInitializer
 
XMLObjectProviderInitializer - Class in org.opensaml.xacml.profile.saml.config
XMLObject provider initializer for module "xacml-saml-impl".
XMLObjectProviderInitializer() - Constructor for class org.opensaml.xacml.profile.saml.config.XMLObjectProviderInitializer
 
XMLObjectProviderInitializer - Class in org.opensaml.xmlsec.config
XMLObject provider initializer for module "xmlsec-impl".
XMLObjectProviderInitializer() - Constructor for class org.opensaml.xmlsec.config.XMLObjectProviderInitializer
 
XMLObjectProviderRegistry - Class in org.opensaml.core.xml.config
Configuration registry component for registering and retrieving implementation instances and related configuration relevant to working with XMLObjects, including builders, marshallers and unmarshallers.
XMLObjectProviderRegistry() - Constructor for class org.opensaml.core.xml.config.XMLObjectProviderRegistry
Constructor.
XMLObjectProviderRegistrySupport - Class in org.opensaml.core.xml.config
Class for loading library configuration files and retrieving the configured components.
XMLObjectProviderRegistrySupport() - Constructor for class org.opensaml.core.xml.config.XMLObjectProviderRegistrySupport
Constructor.
XMLObjectSupport - Class in org.opensaml.core.xml.util
A helper class for working with XMLObjects.
XMLRuntimeException - Exception in org.opensaml.core.xml
An unchecked runtime exception thrown when an unrecoverable error occurs during XML processing.
XMLRuntimeException() - Constructor for exception org.opensaml.core.xml.XMLRuntimeException
Constructor.
XMLRuntimeException(String) - Constructor for exception org.opensaml.core.xml.XMLRuntimeException
Constructor.
XMLRuntimeException(Exception) - Constructor for exception org.opensaml.core.xml.XMLRuntimeException
Constructor.
XMLRuntimeException(String, Exception) - Constructor for exception org.opensaml.core.xml.XMLRuntimeException
Constructor.
XMLSIG11_NS - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
XML Signature 1.1 namespace and algorithm prefix.
XMLSIG11_PREFIX - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
XML Signature 1.1 QName prefix.
XMLSIG11_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
XML Signature 1.1 schema Id.
XMLSIG_NS - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
XML Signature namespace and algorithm prefix.
XMLSIG_PREFIX - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
XML Signature QName prefix.
XMLSIG_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
XML Signature schema Id.
XMLSignatureBuilder<XMLSignatureType extends XMLObject> - Interface in org.opensaml.xmlsec.signature
Builder for XMLObjects from org.opensaml.xmlsec.signature.
XMLSignatureCredentialContext - Class in org.opensaml.xmlsec.signature.support
A credential context for credentials resolved from a KeyInfo that was found in in XML Signature Signature element.
XMLSignatureCredentialContext(Signature) - Constructor for class org.opensaml.xmlsec.signature.support.XMLSignatureCredentialContext
Constructor.
XMLSigningUtil - Class in org.opensaml.xmlsec.crypto
A utility class for computing and verifying raw signatures and MAC values.
XMLTOOLING_CONFIG_NS - Static variable in class org.opensaml.core.xml.config.XMLConfigurator
Configuration namespace.
XMLTOOLING_CONFIG_PREFIX - Static variable in class org.opensaml.core.xml.config.XMLConfigurator
Configuration namespace prefix.
XMLTOOLING_DEFAULT_OBJECT_PROVIDER - Static variable in class org.opensaml.core.xml.config.XMLConfigurator
Name of the object provider used for objects that don't have a registered object provider.
XMLTOOLING_SCHEMA_LOCATION - Static variable in class org.opensaml.core.xml.config.XMLConfigurator
Location, on the classpath, of the XMLTooling configuration schema.
XPath - Interface in org.opensaml.xmlsec.signature
XMLObject representing XML Digital Signature, version 20020212, XPath element.
XPathBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of XPath.
XPathBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.XPathBuilder
Constructor.
XPathImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of XPath.
XPathImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.XPathImpl
Constructor.
XPathVersion - Interface in org.opensaml.xacml.policy
XACML XPathVersion schema.
XSAny - Interface in org.opensaml.core.xml.schema
Represents the schema Any type.
XSAnyBuilder - Class in org.opensaml.core.xml.schema.impl
Builder of XSAnyImpls.
XSAnyBuilder() - Constructor for class org.opensaml.core.xml.schema.impl.XSAnyBuilder
 
XSAnyImpl - Class in org.opensaml.core.xml.schema.impl
Concrete implementation of XSAny.
XSAnyImpl(String, String, String) - Constructor for class org.opensaml.core.xml.schema.impl.XSAnyImpl
Constructor.
XSAnyMarshaller - Class in org.opensaml.core.xml.schema.impl
Thread-safe marshaller of XSAny objects.
XSAnyMarshaller() - Constructor for class org.opensaml.core.xml.schema.impl.XSAnyMarshaller
 
XSAnyUnmarshaller - Class in org.opensaml.core.xml.schema.impl
A thread-safe unmarshaller for XSAnys.
XSAnyUnmarshaller() - Constructor for class org.opensaml.core.xml.schema.impl.XSAnyUnmarshaller
 
XSBase64Binary - Interface in org.opensaml.core.xml.schema
XMLObject that represents an XML Schema base64Binary.
XSBase64BinaryBuilder - Class in org.opensaml.core.xml.schema.impl
Builder of XSBase64BinaryImpl objects.
XSBase64BinaryBuilder() - Constructor for class org.opensaml.core.xml.schema.impl.XSBase64BinaryBuilder
 
XSBase64BinaryImpl - Class in org.opensaml.core.xml.schema.impl
Concrete implementation of XSBase64Binary.
XSBase64BinaryImpl(String, String, String) - Constructor for class org.opensaml.core.xml.schema.impl.XSBase64BinaryImpl
Constructor.
XSBase64BinaryMarshaller - Class in org.opensaml.core.xml.schema.impl
Thread-safe marshaller of XSBase64Binary objects.
XSBase64BinaryMarshaller() - Constructor for class org.opensaml.core.xml.schema.impl.XSBase64BinaryMarshaller
 
XSBase64BinaryUnmarshaller - Class in org.opensaml.core.xml.schema.impl
Thread-safe unmarshaller for XSBase64Binary objects.
XSBase64BinaryUnmarshaller() - Constructor for class org.opensaml.core.xml.schema.impl.XSBase64BinaryUnmarshaller
 
XSBoolean - Interface in org.opensaml.core.xml.schema
XSBoolean is the xs:boolean schema type.
XSBooleanBuilder - Class in org.opensaml.core.xml.schema.impl
Builder of XSBooleanImpl objects.
XSBooleanBuilder() - Constructor for class org.opensaml.core.xml.schema.impl.XSBooleanBuilder
 
XSBooleanImpl - Class in org.opensaml.core.xml.schema.impl
Concrete implementation of XSBoolean.
XSBooleanImpl(String, String, String) - Constructor for class org.opensaml.core.xml.schema.impl.XSBooleanImpl
Constructor.
XSBooleanMarshaller - Class in org.opensaml.core.xml.schema.impl
Thread-safe marshaller of XSBoolean objects.
XSBooleanMarshaller() - Constructor for class org.opensaml.core.xml.schema.impl.XSBooleanMarshaller
 
XSBooleanUnmarshaller - Class in org.opensaml.core.xml.schema.impl
Thread-safe unmarshaller for XSBoolean objects.
XSBooleanUnmarshaller() - Constructor for class org.opensaml.core.xml.schema.impl.XSBooleanUnmarshaller
 
XSBooleanValue - Class in org.opensaml.core.xml.schema
A class representing a boolean attribute.
XSBooleanValue() - Constructor for class org.opensaml.core.xml.schema.XSBooleanValue
Constructor.
XSBooleanValue(Boolean, boolean) - Constructor for class org.opensaml.core.xml.schema.XSBooleanValue
Constructor.
XSD_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
XML Schema schema system Id.
XSDateTime - Interface in org.opensaml.core.xml.schema
XMLObject that represents an XML Schema dateTime.
XSDateTimeBuilder - Class in org.opensaml.core.xml.schema.impl
Builder of XSDateTime objects.
XSDateTimeBuilder() - Constructor for class org.opensaml.core.xml.schema.impl.XSDateTimeBuilder
 
XSDateTimeImpl - Class in org.opensaml.core.xml.schema.impl
Concrete implementation of XSDateTime.
XSDateTimeImpl(String, String, String) - Constructor for class org.opensaml.core.xml.schema.impl.XSDateTimeImpl
Constructor.
XSDateTimeMarshaller - Class in org.opensaml.core.xml.schema.impl
Thread-safe marshaller of XSDateTime objects.
XSDateTimeMarshaller() - Constructor for class org.opensaml.core.xml.schema.impl.XSDateTimeMarshaller
Constructor.
XSDateTimeUnmarshaller - Class in org.opensaml.core.xml.schema.impl
Thread-safe unmarshaller for XSDateTime objects.
XSDateTimeUnmarshaller() - Constructor for class org.opensaml.core.xml.schema.impl.XSDateTimeUnmarshaller
Constructor.
XSInteger - Interface in org.opensaml.core.xml.schema
XMLObject that represents an XML Schema Integer.
XSIntegerBuilder - Class in org.opensaml.core.xml.schema.impl
Builder of XSIntegerImpl objects.
XSIntegerBuilder() - Constructor for class org.opensaml.core.xml.schema.impl.XSIntegerBuilder
 
XSIntegerImpl - Class in org.opensaml.core.xml.schema.impl
Concrete implementation of XSInteger.
XSIntegerImpl(String, String, String) - Constructor for class org.opensaml.core.xml.schema.impl.XSIntegerImpl
Constructor.
XSIntegerMarshaller - Class in org.opensaml.core.xml.schema.impl
Thread-safe marshaller of XSInteger objects.
XSIntegerMarshaller() - Constructor for class org.opensaml.core.xml.schema.impl.XSIntegerMarshaller
 
XSIntegerUnmarshaller - Class in org.opensaml.core.xml.schema.impl
Thread-safe unmarshaller for XSInteger objects.
XSIntegerUnmarshaller() - Constructor for class org.opensaml.core.xml.schema.impl.XSIntegerUnmarshaller
 
XSQName - Interface in org.opensaml.core.xml.schema
XMLObject that represents an XML schema QName content bearing element.
XSQNameBuilder - Class in org.opensaml.core.xml.schema.impl
Builder of XSQNameImpl objects.
XSQNameBuilder() - Constructor for class org.opensaml.core.xml.schema.impl.XSQNameBuilder
 
XSQNameImpl - Class in org.opensaml.core.xml.schema.impl
Concrete implementation of XSQName.
XSQNameImpl(String, String, String) - Constructor for class org.opensaml.core.xml.schema.impl.XSQNameImpl
Constructor.
XSQNameMarshaller - Class in org.opensaml.core.xml.schema.impl
A thread-safe marshaller for XSQNames.
XSQNameMarshaller() - Constructor for class org.opensaml.core.xml.schema.impl.XSQNameMarshaller
 
XSQNameUnmarshaller - Class in org.opensaml.core.xml.schema.impl
A thread-safe unmarshaller for XSQNames.
XSQNameUnmarshaller() - Constructor for class org.opensaml.core.xml.schema.impl.XSQNameUnmarshaller
 
XSString - Interface in org.opensaml.core.xml.schema
XMLObject that represents an XML Schema String.
XSStringBuilder - Class in org.opensaml.core.xml.schema.impl
Builder of XSStringImpl objects.
XSStringBuilder() - Constructor for class org.opensaml.core.xml.schema.impl.XSStringBuilder
 
XSStringImpl - Class in org.opensaml.core.xml.schema.impl
Concrete implementation of XSString.
XSStringImpl(String, String, String) - Constructor for class org.opensaml.core.xml.schema.impl.XSStringImpl
Constructor.
XSStringMarshaller - Class in org.opensaml.core.xml.schema.impl
Thread-safe marshaller of XSString objects.
XSStringMarshaller() - Constructor for class org.opensaml.core.xml.schema.impl.XSStringMarshaller
 
XSStringUnmarshaller - Class in org.opensaml.core.xml.schema.impl
Thread-safe unmarshaller for XSString objects.
XSStringUnmarshaller() - Constructor for class org.opensaml.core.xml.schema.impl.XSStringUnmarshaller
 
XSURI - Interface in org.opensaml.core.xml.schema
XMLObject that represents an XML schema URI content bearing element.
XSURIBuilder - Class in org.opensaml.core.xml.schema.impl
Builder of XSURIImpl objects.
XSURIBuilder() - Constructor for class org.opensaml.core.xml.schema.impl.XSURIBuilder
 
XSURIImpl - Class in org.opensaml.core.xml.schema.impl
Conrete implementation of XSURI.
XSURIImpl(String, String, String) - Constructor for class org.opensaml.core.xml.schema.impl.XSURIImpl
Constructor.
XSURIMarshaller - Class in org.opensaml.core.xml.schema.impl
A thread-safe marshaller for XSURIs.
XSURIMarshaller() - Constructor for class org.opensaml.core.xml.schema.impl.XSURIMarshaller
 
XSURIUnmarshaller - Class in org.opensaml.core.xml.schema.impl
A thread-safe unmarshaller for XSURIs.
XSURIUnmarshaller() - Constructor for class org.opensaml.core.xml.schema.impl.XSURIUnmarshaller
 

Y

Y - Interface in org.opensaml.xmlsec.signature
XMLObject representing XML Digital Signature, version 20020212, Y element.
YBuilder - Class in org.opensaml.xmlsec.signature.impl
Builder of Y.
YBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.YBuilder
Constructor.
YImpl - Class in org.opensaml.xmlsec.signature.impl
Concrete implementation of Y.
YImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.YImpl
Constructor.
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 
Skip navigation links

Copyright © 2018. All rights reserved.