Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractAuthenticatableSAMLEntityContext - Class in org.opensaml.saml.common.messaging.context
-
Abstract base class for subcontexts that carry information about a SAML entity which may be authenticated.
- AbstractAuthenticatableSAMLEntityContext() - Constructor for class org.opensaml.saml.common.messaging.context.AbstractAuthenticatableSAMLEntityContext
- AbstractBasicCredentialFactoryBean - Class in org.opensaml.spring.credential
-
A factory bean to collect information to do with a
BasicCredential. - AbstractBasicCredentialFactoryBean() - Constructor for class org.opensaml.spring.credential.AbstractBasicCredentialFactoryBean
- AbstractBasicCredentialFactoryBean.SecretKeyEncoding - Enum Class in org.opensaml.spring.credential
-
Form of encoding for SecretKey info.
- AbstractBasicPKIXValidationInfoFactoryBean - Class in org.opensaml.spring.trust
-
A factory bean to collect information to do with a
BasicPKIXValidationInformation. - AbstractBasicPKIXValidationInfoFactoryBean() - Constructor for class org.opensaml.spring.trust.AbstractBasicPKIXValidationInfoFactoryBean
- AbstractBatchMetadataResolver - Class in org.opensaml.saml.metadata.resolver.impl
-
Abstract subclass for metadata resolvers that process and resolve metadata at a given point in time from a single metadata source document.
- AbstractBatchMetadataResolver() - Constructor for class org.opensaml.saml.metadata.resolver.impl.AbstractBatchMetadataResolver
-
Constructor.
- AbstractBatchMetadataResolver.BatchEntityBackingStore - Class in org.opensaml.saml.metadata.resolver.impl
-
Specialized entity backing store implementation for batch metadata resolvers.
- AbstractChainingCredentialResolver<ResolverType extends CredentialResolver> - Class in org.opensaml.security.credential.impl
-
An abstract implementation of
CredentialResolverwhich 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
Iterableto be returned byChainingCredentialResolver. - AbstractChainingCredentialResolver.CredentialIterator - Class in org.opensaml.security.credential.impl
-
Implementation of
Iteratorto be returned (indirectly) byChainingCredentialResolver. - AbstractClientStorageServiceStore - Class in org.opensaml.storage.impl.client
-
Base class for the storage and reconstitution of data for a
ClientStorageService. - AbstractClientStorageServiceStore() - Constructor for class org.opensaml.storage.impl.client.AbstractClientStorageServiceStore
-
Reconstitute stored data.
- AbstractConditionalLoadXMLObjectLoadSaveManager<T extends XMLObject> - Class in org.opensaml.core.xml.persist
-
Abstract base class for
XMLObjectLoadSaveManagerimplementations which track the modify times of requested data such thatXMLObjectLoadSaveManager.load(String)returns data only if the data associated with the key has been modified since the last request. - AbstractConditionalLoadXMLObjectLoadSaveManager(boolean) - Constructor for class org.opensaml.core.xml.persist.AbstractConditionalLoadXMLObjectLoadSaveManager
-
Constructor.
- AbstractConditionalProfileAction - Class in org.opensaml.profile.action
-
Base class for conditional profile actions.
- AbstractConditionalProfileAction() - Constructor for class org.opensaml.profile.action.AbstractConditionalProfileAction
-
Constructor.
- AbstractCredential - Class in org.opensaml.security.credential
-
Base class for
Credentialimplementations. - AbstractCredential() - Constructor for class org.opensaml.security.credential.AbstractCredential
-
Constructor.
- AbstractCredentialFactoryBean<T extends Credential> - Class in org.opensaml.spring.credential
-
A factory bean to accumulate the information pertaining to an
AbstractCredential. - AbstractCredentialFactoryBean() - Constructor for class org.opensaml.spring.credential.AbstractCredentialFactoryBean
- AbstractCredentialResolver - Class in org.opensaml.security.credential.impl
-
Abstract base class for
CredentialResolverimplementations. - AbstractCredentialResolver() - Constructor for class org.opensaml.security.credential.impl.AbstractCredentialResolver
- AbstractCriteriaFilteringCredentialResolver - Class in org.opensaml.security.credential.impl
-
An abstract implementation of
CredentialResolverthat filters the returned Credentials based on the instances ofPredicatewhich are present in the set of criteria as instances ofEvaluableCredentialCriterion, or which are obtained via lookup in theEvaluableCredentialCriteriaRegistry. - AbstractCriteriaFilteringCredentialResolver() - Constructor for class org.opensaml.security.credential.impl.AbstractCriteriaFilteringCredentialResolver
-
Constructor.
- AbstractDecryptAction - Class in org.opensaml.saml.saml2.profile.impl
-
Abstract base class for actions that perform SAML decryption.
- AbstractDecryptAction() - Constructor for class org.opensaml.saml.saml2.profile.impl.AbstractDecryptAction
-
Constructor.
- AbstractDerivationKeyAgreementProcessor - Class in org.opensaml.xmlsec.agreement.impl
-
Abstract base class for
KeyAgreementProcessorimplementations which do key derivation by means of a requiredKeyDerivationparameter. - AbstractDerivationKeyAgreementProcessor() - Constructor for class org.opensaml.xmlsec.agreement.impl.AbstractDerivationKeyAgreementProcessor
- AbstractDynamicHTTPMetadataResolver - Class in org.opensaml.saml.metadata.resolver.impl
-
Abstract subclass for dynamic metadata resolvers that implement metadata resolution based on HTTP requests.
- AbstractDynamicHTTPMetadataResolver(Timer, HttpClient) - Constructor for class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver
-
Constructor.
- AbstractDynamicHTTPMetadataResolver(HttpClient) - Constructor for class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver
-
Constructor.
- AbstractDynamicHTTPMetadataResolver.BasicMetadataResponseHandler - Class in org.opensaml.saml.metadata.resolver.impl
-
Basic HttpClient response handler for processing metadata fetch requests.
- AbstractDynamicMetadataResolver - Class in org.opensaml.saml.metadata.resolver.impl
-
Abstract subclass for metadata resolvers that resolve metadata dynamically, as needed and on demand.
- AbstractDynamicMetadataResolver(Timer) - Constructor for class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Constructor.
- AbstractDynamicMetadataResolver.BackingStoreCleanupSweeper - Class in org.opensaml.saml.metadata.resolver.impl
-
Background maintenance task which cleans expired and idle metadata from the backing store, and removes orphaned entity management data.
- AbstractDynamicMetadataResolver.DefaultCacheKeyGenerator - Class in org.opensaml.saml.metadata.resolver.impl
-
Default function for generating a cache key for loading and saving an
EntityDescriptorusing aXMLObjectLoadSaveManager. - AbstractDynamicMetadataResolver.DynamicEntityBackingStore - Class in org.opensaml.saml.metadata.resolver.impl
-
Specialized entity backing store implementation for dynamic metadata resolvers.
- AbstractDynamicMetadataResolver.EntityManagementData - Class in org.opensaml.saml.metadata.resolver.impl
-
Class holding per-entity management data.
- AbstractDynamicMetadataResolver.PersistentCacheInitializationMetrics - Class in org.opensaml.saml.metadata.resolver.impl
-
Class used to track metrics related to the initialization from the persistent cache.
- AbstractElementExtensibleXMLObject - Class in org.opensaml.core.xml
-
AbstractElementExtensible is an element of type
xs:any, but withoutxs:anyAttributeattribute 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 withoutxs:anyAttributeattributes or text content. - AbstractElementExtensibleXMLObjectMarshaller() - Constructor for class org.opensaml.core.xml.AbstractElementExtensibleXMLObjectMarshaller
- AbstractElementExtensibleXMLObjectUnmarshaller - Class in org.opensaml.core.xml
-
AbstractElementExtensibleUnmarshaller unmarshalls element of type
xs:any, but withoutxs:anyAttributeattributes or text content. - AbstractElementExtensibleXMLObjectUnmarshaller() - Constructor for class org.opensaml.core.xml.AbstractElementExtensibleXMLObjectUnmarshaller
- AbstractEncryptAction - Class in org.opensaml.saml.saml2.profile.impl
-
Abstract base class for actions that perform simple unicast SAML encryption to a single decrypting party.
- AbstractEncryptAction() - Constructor for class org.opensaml.saml.saml2.profile.impl.AbstractEncryptAction
-
Constructor.
- AbstractEncryptedKeyResolver - Class in org.opensaml.xmlsec.encryption.support
-
Abstract class implementation for
EncryptedKeyResolver. - AbstractEncryptedKeyResolver() - Constructor for class org.opensaml.xmlsec.encryption.support.AbstractEncryptedKeyResolver
-
Constructor.
- AbstractEncryptedKeyResolver(String) - Constructor for class org.opensaml.xmlsec.encryption.support.AbstractEncryptedKeyResolver
-
Constructor.
- AbstractEncryptedKeyResolver(Set<String>) - Constructor for class org.opensaml.xmlsec.encryption.support.AbstractEncryptedKeyResolver
-
Deprecated.
- AbstractEndpointConverter<T extends Endpoint> - Class in org.opensaml.saml.metadata.generator.impl
-
Support for parsing a binding/endpoint pair into an endpoint of a particular type.
- AbstractEndpointConverter(SAMLObjectBuilder<T>) - Constructor for class org.opensaml.saml.metadata.generator.impl.AbstractEndpointConverter
-
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 withxs:anyAttributeattributes. - 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:anyand withxs:anyAttributeattributes. - AbstractExtensibleXMLObjectMarshaller() - Constructor for class org.opensaml.core.xml.AbstractExtensibleXMLObjectMarshaller
- AbstractExtensibleXMLObjectUnmarshaller - Class in org.opensaml.core.xml
-
AbstractExtensibleXMLObjectUnmarshaller unmarshalls element of type
xs:anyand withxs:anyAttributeattributes. - AbstractExtensibleXMLObjectUnmarshaller() - Constructor for class org.opensaml.core.xml.AbstractExtensibleXMLObjectUnmarshaller
- AbstractFilesystemConfigurationPropertiesSource - Class in org.opensaml.core.config.provider
-
A configuration properties source implementation which obtains the properties set from a resource on the filesystem.
- AbstractFilesystemConfigurationPropertiesSource() - Constructor for class org.opensaml.core.config.provider.AbstractFilesystemConfigurationPropertiesSource
- AbstractHandlerDelegatingProfileAction<DelegateType extends MessageHandler> - Class in org.opensaml.profile.action
-
Base class for a profile action which just delegates to an instance of
MessageHandler. - AbstractHandlerDelegatingProfileAction(DelegateType, ContextDataLookupFunction<ProfileRequestContext, MessageContext>) - Constructor for class org.opensaml.profile.action.AbstractHandlerDelegatingProfileAction
-
Constructor.
- AbstractHandlerDelegatingProfileAction(Class<DelegateType>, ContextDataLookupFunction<ProfileRequestContext, MessageContext>) - Constructor for class org.opensaml.profile.action.AbstractHandlerDelegatingProfileAction
-
Constructor.
- AbstractHeaderGeneratingMessageHandler - Class in org.opensaml.soap.messaging
-
Abstract base class for message handlers that generate SOAP headers.
- AbstractHeaderGeneratingMessageHandler() - Constructor for class org.opensaml.soap.messaging.AbstractHeaderGeneratingMessageHandler
- AbstractHttpClientRequestMessageEncoder - Class in org.opensaml.messaging.encoder.httpclient
-
Abstract implementation of
HttpServletResponseMessageEncoder. - AbstractHttpClientRequestMessageEncoder() - Constructor for class org.opensaml.messaging.encoder.httpclient.AbstractHttpClientRequestMessageEncoder
- AbstractHttpClientResponseMessageDecoder - Class in org.opensaml.messaging.decoder.httpclient
-
Abstract implementation of
HttpClientResponseMessageDecoder. - AbstractHttpClientResponseMessageDecoder() - Constructor for class org.opensaml.messaging.decoder.httpclient.AbstractHttpClientResponseMessageDecoder
- AbstractHttpServletRequestMessageDecoder - Class in org.opensaml.messaging.decoder.servlet
-
Abstract implementation of
HttpServletRequestMessageDecoder. - AbstractHttpServletRequestMessageDecoder() - Constructor for class org.opensaml.messaging.decoder.servlet.AbstractHttpServletRequestMessageDecoder
- AbstractHttpServletResponseMessageEncoder - Class in org.opensaml.messaging.encoder.servlet
-
Abstract implementation of
HttpServletResponseMessageEncoder. - AbstractHttpServletResponseMessageEncoder() - Constructor for class org.opensaml.messaging.encoder.servlet.AbstractHttpServletResponseMessageEncoder
- AbstractKeyAgreementProcessor - Class in org.opensaml.xmlsec.agreement.impl
-
Abstract base class for
KeyAgreementProcessorimplementations. - AbstractKeyAgreementProcessor() - Constructor for class org.opensaml.xmlsec.agreement.impl.AbstractKeyAgreementProcessor
- AbstractKeyInfoProvider - Class in org.opensaml.xmlsec.keyinfo.impl.provider
-
Abstract super class for
KeyInfoProviderimplementations. - AbstractKeyInfoProvider() - Constructor for class org.opensaml.xmlsec.keyinfo.impl.provider.AbstractKeyInfoProvider
- AbstractMapBackedStorageService - Class in org.opensaml.storage
-
Partial implementation of
StorageServicethat stores data in-memory with no persistence using a simple map. - AbstractMapBackedStorageService() - Constructor for class org.opensaml.storage.AbstractMapBackedStorageService
-
Constructor.
- AbstractMessageChannelSecurity - Class in org.opensaml.messaging.handler.impl
-
Abstract base class for message handlers which populate a
MessageChannelSecurityContexton aBaseContext, where the latter is located using a lookup strategy. - AbstractMessageChannelSecurity - Class in org.opensaml.profile.action.impl
-
Abstract base class for profile actions which populate a
MessageChannelSecurityContexton aBaseContext, where the latter is located using a lookup strategy. - AbstractMessageChannelSecurity() - Constructor for class org.opensaml.messaging.handler.impl.AbstractMessageChannelSecurity
-
Constructor.
- AbstractMessageChannelSecurity() - Constructor for class org.opensaml.profile.action.impl.AbstractMessageChannelSecurity
-
Constructor.
- AbstractMessageDecoder - Class in org.opensaml.messaging.decoder
-
Abstract message decoder.
- AbstractMessageDecoder() - Constructor for class org.opensaml.messaging.decoder.AbstractMessageDecoder
- AbstractMessageEncoder - Class in org.opensaml.messaging.encoder
-
Abstract message encoder.
- AbstractMessageEncoder() - Constructor for class org.opensaml.messaging.encoder.AbstractMessageEncoder
- AbstractMessageHandler - Class in org.opensaml.messaging.handler
-
A base abstract implementation of
MessageHandler. - AbstractMessageHandler() - Constructor for class org.opensaml.messaging.handler.AbstractMessageHandler
-
Constructor.
- AbstractMetadataFilter - Class in org.opensaml.saml.metadata.resolver.filter
-
Abstract base class for
MetadataFilter. - AbstractMetadataFilter() - Constructor for class org.opensaml.saml.metadata.resolver.filter.AbstractMetadataFilter
- AbstractMetadataResolver - Class in org.opensaml.saml.metadata.resolver.impl
-
An abstract, base, implementation of a metadata provider.
- AbstractMetadataResolver() - Constructor for class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
-
Constructor.
- AbstractMetadataResolver.EntityBackingStore - Class in org.opensaml.saml.metadata.resolver.impl
-
The collection of data which provides the backing store for the processed metadata.
- AbstractNamedCurve - Class in org.opensaml.security.crypto.ec.curves
-
Abstract base class for implementations of
NamedCurve. - AbstractNamedCurve() - Constructor for class org.opensaml.security.crypto.ec.curves.AbstractNamedCurve
- AbstractNameIdentifierGenerator<NameIdType extends SAMLObject> - Class in org.opensaml.saml.common.profile
-
Abstract base class for simple implementations of
NameIdentifierGenerator. - AbstractNameIdentifierGenerator() - Constructor for class org.opensaml.saml.common.profile.AbstractNameIdentifierGenerator
-
Constructor.
- AbstractNameIDPolicyPredicate - Class in org.opensaml.saml.common.profile.logic
-
Base class for implementations of
Predicatethat handle evaluation of name identifier content in various scenarios. - AbstractNameIDPolicyPredicate() - Constructor for class org.opensaml.saml.common.profile.logic.AbstractNameIDPolicyPredicate
-
Constructor.
- AbstractNameIDType - Class in org.opensaml.saml.saml2.core.impl
-
Abstract implementation of
NameIDType. - AbstractNameIDType(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AbstractNameIDType
-
Constructor.
- AbstractPipelineHttpSOAPClient - Class in org.opensaml.soap.client.http
-
SOAP client that is based on
HttpClientMessagePipeline. - AbstractPipelineHttpSOAPClient() - Constructor for class org.opensaml.soap.client.http.AbstractPipelineHttpSOAPClient
- AbstractProfileAction - Class in org.opensaml.profile.action
-
Base class for profile actions.
- AbstractProfileAction() - Constructor for class org.opensaml.profile.action.AbstractProfileAction
- AbstractRegistrationInfoPredicate - Class in org.opensaml.saml.common.profile.logic
-
Base class for predicate that acts on
RegistrationInfocontent. - AbstractRegistrationInfoPredicate() - Constructor for class org.opensaml.saml.common.profile.logic.AbstractRegistrationInfoPredicate
- AbstractReloadingMetadataResolver - Class in org.opensaml.saml.metadata.resolver.impl
-
Base class for metadata providers that cache and periodically refresh their metadata.
- AbstractReloadingMetadataResolver() - Constructor for class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
-
Constructor.
- AbstractReloadingMetadataResolver(Timer) - Constructor for class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
-
Constructor.
- AbstractReloadingMetadataResolver.RefreshMetadataTask - Class in org.opensaml.saml.metadata.resolver.impl
-
Background task that refreshes metadata.
- AbstractResponseShellAction<MessageType extends StatusResponseType> - Class in org.opensaml.saml.saml2.profile.impl
-
Abstract action that creates an empty object derived from
StatusResponseType, and sets it as the message returned byInOutOperationContext.getOutboundMessageContext(). - AbstractResponseShellAction() - Constructor for class org.opensaml.saml.saml2.profile.impl.AbstractResponseShellAction
-
Constructor.
- AbstractSAML1Artifact - Class in org.opensaml.saml.saml1.binding.artifact
-
SAML 1 Artifact marker.
- AbstractSAML1Artifact(byte[]) - Constructor for class org.opensaml.saml.saml1.binding.artifact.AbstractSAML1Artifact
-
Constructor.
- AbstractSAML1NameIdentifierGenerator - Class in org.opensaml.saml.saml1.profile
-
Abstract base class for simple implementations of
SAML1NameIdentifierGenerator. - AbstractSAML1NameIdentifierGenerator() - Constructor for class org.opensaml.saml.saml1.profile.AbstractSAML1NameIdentifierGenerator
-
Constructor.
- AbstractSAML2Artifact - Class in org.opensaml.saml.saml2.binding.artifact
-
SAML 2 Artifact base class.
- AbstractSAML2Artifact(byte[]) - Constructor for class org.opensaml.saml.saml2.binding.artifact.AbstractSAML2Artifact
-
Constructor.
- AbstractSAML2Artifact(byte[], byte[]) - Constructor for class org.opensaml.saml.saml2.binding.artifact.AbstractSAML2Artifact
-
Constructor.
- AbstractSAML2NameIDGenerator - Class in org.opensaml.saml.saml2.profile
-
Abstract base class for simple implementations of
SAML2NameIDGenerator. - AbstractSAML2NameIDGenerator() - Constructor for class org.opensaml.saml.saml2.profile.AbstractSAML2NameIDGenerator
-
Constructor.
- AbstractSAMLArtifact - Class in org.opensaml.saml.common.binding.artifact
-
Base class for SAML artifacts.
- AbstractSAMLArtifact(byte[]) - Constructor for class org.opensaml.saml.common.binding.artifact.AbstractSAMLArtifact
-
Constructor.
- AbstractSAMLEntityContext - Class in org.opensaml.saml.common.messaging.context
-
Abstract base class for subcontexts that carry information about a SAML entity.
- AbstractSAMLEntityContext() - Constructor for class org.opensaml.saml.common.messaging.context.AbstractSAMLEntityContext
- AbstractSAMLObjectBuilder<SAMLObjectType extends SAMLObject> - Class in org.opensaml.saml.common
-
Base builder for
SAMLObjects. - AbstractSAMLObjectBuilder() - Constructor for class org.opensaml.saml.common.AbstractSAMLObjectBuilder
- AbstractSAMLObjectMarshaller - Class in org.opensaml.saml.common
-
A thread safe, abstract implementation of the
Marshallerinterface that handles most of the boilerplate code for Marshallers. - AbstractSAMLObjectMarshaller() - Constructor for class org.opensaml.saml.common.AbstractSAMLObjectMarshaller
- AbstractSAMLObjectUnmarshaller - Class in org.opensaml.saml.common
-
A thread safe abstract unmarshaller.
- AbstractSAMLObjectUnmarshaller() - Constructor for class org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
- AbstractSecurityParametersResolver<ProductType> - Class in org.opensaml.xmlsec.impl
-
Abstract base class for security parameters resolvers which supplies commonly used functionality for reuse.
- AbstractSecurityParametersResolver() - Constructor for class org.opensaml.xmlsec.impl.AbstractSecurityParametersResolver
- AbstractSignableSAMLObject - Class in org.opensaml.saml.common
-
Abstract SAMLObject implementation that also implements
SignableXMLObject. - AbstractSignableSAMLObject(String, String, String) - Constructor for class org.opensaml.saml.common.AbstractSignableSAMLObject
-
Constructor.
- AbstractSignableXMLObject - Class in org.opensaml.xmlsec.signature
-
Base for signable XMLObjects.
- AbstractSignableXMLObject(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.AbstractSignableXMLObject
-
Constructor.
- AbstractStorageService - Class in org.opensaml.storage
-
Abstract base class for
StorageServiceimplementations. - AbstractStorageService() - Constructor for class org.opensaml.storage.AbstractStorageService
-
Constructor.
- AbstractSubjectConfirmationValidator - Class in org.opensaml.saml.saml2.assertion.impl
-
A base class for
SubjectConfirmationValidatorimplementations. - AbstractSubjectConfirmationValidator() - Constructor for class org.opensaml.saml.saml2.assertion.impl.AbstractSubjectConfirmationValidator
- AbstractToken<TokenType> - Class in org.opensaml.soap.wssecurity.messaging
-
Base abstract implementation of
Token. - AbstractToken(TokenType) - Constructor for class org.opensaml.soap.wssecurity.messaging.AbstractToken
-
Constructor.
- 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
- 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
- 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
- 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
- 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
- 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
- AbstractX509CredentialFactoryBean - Class in org.opensaml.spring.credential
-
A factory bean to collect information to do with an X509 backed
BasicX509Credential. - AbstractX509CredentialFactoryBean() - Constructor for class org.opensaml.spring.credential.AbstractX509CredentialFactoryBean
- 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
Marshallerinterface 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
Marshallerinterface. - AbstractXMLObjectMarshaller() - Constructor for class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
-
Constructor.
- AbstractXMLObjectProviderInitializer - Class in org.opensaml.core.xml.config
-
Reads in an XML configuration and configures the XMLTooling library accordingly.
- AbstractXMLObjectProviderInitializer() - Constructor for class org.opensaml.core.xml.config.AbstractXMLObjectProviderInitializer
- AbstractXMLObjectUnmarshaller - Class in org.opensaml.core.xml.io
-
A thread safe abstract unmarshaller.
- AbstractXMLObjectUnmarshaller() - Constructor for class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
-
Constructor.
- AbstractXMLSignatureMarshaller - Class in org.opensaml.xmlsec.signature.impl
-
An abstract marshaller implementation for XMLObjects from XML Signature.
- AbstractXMLSignatureMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.AbstractXMLSignatureMarshaller
- AbstractXMLSignatureUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
-
An abstract unmarshaller implementation for XMLObjects from XML Signature.
- AbstractXMLSignatureUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.AbstractXMLSignatureUnmarshaller
- AbstractXSAnyAdapter - Class in org.opensaml.core.xml
-
Abstract base class for implementations that adapt/wrap an instance of
XSAny. - AbstractXSAnyAdapter(XSAny) - Constructor for class org.opensaml.core.xml.AbstractXSAnyAdapter
-
Constructor.
- ACCESS_DENIED - Static variable in class org.opensaml.profile.action.EventIds
-
ID of event returned if an authorization failure occurs.
- AccessControlContext - Class in org.opensaml.profile.context
-
A context component which holds state for making an access control decision using the
AccessControlinterface. - AccessControlContext() - Constructor for class org.opensaml.profile.context.AccessControlContext
- acsURL - Variable in class org.opensaml.saml.saml2.ecp.impl.ResponseImpl
-
The AssertionConsumerServiceURL attribute value.
- action - Variable in class org.opensaml.soap.wsaddressing.impl.ProblemActionImpl
-
Action child element.
- action - Variable in class org.opensaml.xacml.ctx.impl.RequestTypeImpl
-
The action of the request.
- action - Variable in class org.opensaml.xacml.policy.impl.ActionsTypeImpl
-
List of action types.
- Action - Interface in org.opensaml.saml.saml1.core
-
Interface describing how a SAML1.1
Actionelement behaves. - Action - Interface in org.opensaml.saml.saml2.core
-
SAML 2.0 Core Action.
- Action - Interface in org.opensaml.soap.wsaddressing
-
The <wsa:Action> element.
- ACTION_ATTRIBUTE_DESIGNATOR_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeDesignatorType
-
Local name of the element ActionAttributeDesignator.
- ACTION_ATTRIBUTE_DESIGNATOR_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeDesignatorType
-
QName of the element ActionAttributeDesignator.
- ACTION_URI_FAULT - Static variable in class org.opensaml.soap.wsaddressing.WSAddressingConstants
-
WS-Addressing Action URI for messages carrying WS-Addressing Faults ONLY.
- ACTION_URI_SOAP_FAULT - Static variable in class org.opensaml.soap.wsaddressing.WSAddressingConstants
-
WS-Addressing Action URI for messages carrying non-WS-Addressing Faults.
- ActionBuilder - Class in org.opensaml.saml.saml1.core.impl
-
Builder of
Actionobjects. - ActionBuilder - Class in org.opensaml.saml.saml2.core.impl
-
Builder for
Actionobjects. - ActionBuilder - Class in org.opensaml.soap.wsaddressing.impl
-
ActionBuilder.
- ActionBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.ActionBuilder
- ActionBuilder() - Constructor for class org.opensaml.saml.saml2.core.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 - Class in org.opensaml.saml.saml2.core.impl
-
A concrete implementation of
Action. - ActionImpl - Class in org.opensaml.soap.wsaddressing.impl
-
ActionImpl is the concrete implementation of
Action. - ActionImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.ActionImpl
-
Constructor.
- ActionImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.ActionImpl
-
Constructor.
- ActionImpl(String, String, String) - Constructor for class org.opensaml.soap.wsaddressing.impl.ActionImpl
-
Constructor.
- ActionMarshaller - Class in org.opensaml.saml.saml1.core.impl
-
A thread safe Marshaller for
Actionobjects. - ActionMarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Marshaller for
Action. - ActionMarshaller - Class in org.opensaml.soap.wsaddressing.impl
-
Marshaller for the <wsa:Action> element.
- ActionMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.ActionMarshaller
- ActionMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.ActionMarshaller
- ActionMarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.ActionMarshaller
- actionMatch - Variable in class org.opensaml.xacml.policy.impl.ActionTypeImpl
-
List of action matches.
- ActionMatchType - Interface in org.opensaml.xacml.policy
-
XACML ActionMatch schema type.
- ActionMatchTypeImpl - Class in org.opensaml.xacml.policy.impl
-
Concrete implementation of
ActionMatchType. - ActionMatchTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.ActionMatchTypeImpl
-
Constructor.
- ActionMatchTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
-
Builder of
ActionMatchTypeobjects. - ActionMatchTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.ActionMatchTypeImplBuilder
- ActionMatchTypeMarshaller - Class in org.opensaml.xacml.policy.impl
-
Marshaller of
ActionMatchTypeobjects. - ActionMatchTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ActionMatchTypeMarshaller
- ActionMatchTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
-
Unmarshaller of
ActionMatchTypeobjects. - 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
ActionNamespaceobjects. - ActionNamespaceBuilder() - Constructor for class org.opensaml.saml.ext.saml2mdquery.impl.ActionNamespaceBuilder
- ActionNamespaceImpl - Class in org.opensaml.saml.ext.saml2mdquery.impl
-
Concrete implementation of
ActionNamespace. - ActionNamespaceImpl(String, String, String) - Constructor for class org.opensaml.saml.ext.saml2mdquery.impl.ActionNamespaceImpl
-
Constructor.
- actionNamespaces - Variable in class org.opensaml.saml.ext.saml2mdquery.impl.AuthzDecisionQueryDescriptorTypeImpl
-
Supported action namespaces.
- actions - Variable in class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionQueryImpl
-
Contains all the Action child elements.
- actions - Variable in class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionStatementImpl
-
Contains the list of Action elements.
- actions - Variable in class org.opensaml.saml.saml2.core.impl.AuthzDecisionQueryImpl
-
Action child elements.
- actions - Variable in class org.opensaml.saml.saml2.core.impl.AuthzDecisionStatementImpl
-
Actions authorized to be performed.
- actions - Variable in class org.opensaml.xacml.policy.impl.TargetTypeImpl
-
The actions in the policy.
- ActionsType - Interface in org.opensaml.xacml.policy
-
XACML Actions schema type.
- ActionsTypeImpl - Class in org.opensaml.xacml.policy.impl
-
Implementation of
ActionsType. - ActionsTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.ActionsTypeImpl
-
Constructor.
- ActionsTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
-
Builder for
ActionsType. - ActionsTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.ActionsTypeImplBuilder
- ActionsTypeMarshaller - Class in org.opensaml.xacml.policy.impl
-
Marshaller for
ActionsType. - ActionsTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ActionsTypeMarshaller
- ActionsTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
-
Unmarshaller for
ActionsType. - ActionsTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ActionsTypeUnmarshaller
- ActionSupport - Class in org.opensaml.profile.action
-
Helper class for
ProfileActionoperations. - ActionSupport() - Constructor for class org.opensaml.profile.action.ActionSupport
-
Constructor.
- ActionTestingSupport - Class in org.opensaml.profile.testing
-
Helper methods for creating/testing objects within profile action tests.
- ActionTestingSupport() - Constructor for class org.opensaml.profile.testing.ActionTestingSupport
- ActionType - Interface in org.opensaml.xacml.ctx
-
XACML context Action schema type.
- ActionType - Interface in org.opensaml.xacml.policy
-
XACML Action schema type.
- ActionTypeImpl - Class in org.opensaml.xacml.ctx.impl
-
Concrete implementation of
ActionType. - ActionTypeImpl - Class in org.opensaml.xacml.policy.impl
-
Implementation for
ActionType. - ActionTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.ctx.impl.ActionTypeImpl
-
Constructor.
- ActionTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.ActionTypeImpl
-
Constructor.
- ActionTypeImplBuilder - Class in org.opensaml.xacml.ctx.impl
-
Builder for
ActionTypeobjects. - ActionTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
-
Builder for
ActionType. - ActionTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.ActionTypeImplBuilder
-
Constructor.
- ActionTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.ActionTypeImplBuilder
- ActionTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
-
Marshaller for
ActionTypeobjects. - ActionTypeMarshaller - Class in org.opensaml.xacml.policy.impl
-
Marshaller for
ActionType. - ActionTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.ActionTypeMarshaller
-
Constructor.
- ActionTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ActionTypeMarshaller
- ActionTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
-
Unmarshaller for
ActionTypeobjects. - ActionTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
-
Unmarshaller for
ActionType. - ActionTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.ActionTypeUnmarshaller
-
Constructor.
- ActionTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ActionTypeUnmarshaller
- ActionUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
-
A thread-safe Unmarshaller for
Actionobjects. - ActionUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Unmarshaller for
Action. - ActionUnmarshaller - Class in org.opensaml.soap.wsaddressing.impl
-
Unmarshaller for the <wsa:Action> element.
- ActionUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.ActionUnmarshaller
- ActionUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.ActionUnmarshaller
- ActionUnmarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.ActionUnmarshaller
- actionURI - Variable in class org.opensaml.soap.wsaddressing.messaging.impl.AddActionHandler
-
The configured Action URI value.
- actionURI - Variable in class org.opensaml.soap.wsaddressing.messaging.WSAddressingContext
-
The Action URI value.
- activationCondition - Variable in class org.opensaml.messaging.handler.AbstractMessageHandler
-
Condition dictating whether to run or not.
- activationCondition - Variable in class org.opensaml.profile.action.AbstractConditionalProfileAction
-
Condition dictating whether to run or not.
- activationCondition - Variable in class org.opensaml.saml.common.binding.BindingDescriptor
-
Predicate that must be true for this flow to be usable for a given request.
- activationCondition - Variable in class org.opensaml.saml.common.profile.AbstractNameIdentifierGenerator
-
A predicate indicating whether the component applies to a request.
- activationCondition - Variable in class org.opensaml.saml.metadata.resolver.ChainingMetadataResolver
-
Activation condition.
- activationCondition - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
-
Activation condition.
- actor - Variable in class org.opensaml.soap.soap11.impl.FaultImpl
-
Actor that faulted.
- ActorBearing - Interface in org.opensaml.soap.soap11
-
Interface for element having a
@soap11:actorattribute. - adapt(Function<ProfileRequestContext, T>) - Method in class org.opensaml.profile.action.AbstractHandlerDelegatingProfileAction
-
Adapt a
ProfileRequestContextfunction to aMessageContextfunction via composing with a lookup function. - adapt(Predicate<ProfileRequestContext>) - Method in class org.opensaml.profile.action.AbstractHandlerDelegatingProfileAction
-
Adapt a
ProfileRequestContextpredicate into aMessageContextpredicate via composing with a lookup function. - adapted - Variable in class org.opensaml.core.xml.AbstractXSAnyAdapter
-
The adapted XSAny instance.
- adapted - Variable in class org.opensaml.profile.logic.MessageContextPredicateAdapter
-
The adapted predicate.
- adaptRequired(Function<ProfileRequestContext, T>) - Method in class org.opensaml.profile.action.AbstractHandlerDelegatingProfileAction
-
Adapt a
ProfileRequestContextfunction to aMessageContextfunction via composing with a lookup function, disallowing nulls. - add(int, ElementType) - Method in class org.opensaml.core.xml.util.IndexedXMLObjectChildrenList
-
Adds the given XMLObject to this list.
- add(int, ElementType) - Method in class org.opensaml.core.xml.util.ListView
- add(int, ElementType) - Method in class org.opensaml.core.xml.util.XMLObjectChildrenList
-
Adds the given XMLObject to this list.
- add(int, T) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList
- add(E) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList.MutableChildrenListIterator
- add(ElementType) - Method in class org.opensaml.core.xml.util.ListView
- add(MetadataIndexKey, T) - Method in class org.opensaml.saml.metadata.resolver.index.impl.MetadataIndexStore
-
Add the supplied data item to the index under the supplied
MetadataIndexKey. - add(T) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList
- AddActionHandler - Class in org.opensaml.soap.wsaddressing.messaging.impl
-
Handler implementation that adds a wsa:Action header to the outbound SOAP envelope.
- AddActionHandler() - Constructor for class org.opensaml.soap.wsaddressing.messaging.impl.AddActionHandler
- addAdviceToAssertion(AbstractProfileAction, Assertion) - Static method in class org.opensaml.saml.saml2.profile.SAML2ActionSupport
- addAll(int, Collection<? extends ElementType>) - Method in class org.opensaml.core.xml.util.ListView
- addAll(int, Collection<? extends T>) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList
- addAll(Collection<? extends ElementType>) - Method in class org.opensaml.core.xml.util.ListView
- addAll(Collection<? extends T>) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList
- addAllNoSync(Collection<? extends T>) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList
-
Same as
RoleDescriptorXSAnyAdapter.MutableChildrenList.addAll(Collection), except do not sync back to adapted instance. - addAssertionToResponse(AbstractProfileAction, Response, IdentifierGenerationStrategy, String) - Static method in class org.opensaml.saml.saml1.profile.SAML1ActionSupport
- addAssertionToResponse(AbstractProfileAction, Response, IdentifierGenerationStrategy, String) - Static method in class org.opensaml.saml.saml2.profile.SAML2ActionSupport
- addAudienceRestriction(ProfileRequestContext, Conditions) - Method in class org.opensaml.saml.common.profile.impl.AddAudienceRestrictionToAssertions
-
Add the audiences obtained from a lookup function to the
AudienceRestrictionCondition. - addAudienceRestriction(ProfileRequestContext, Conditions) - Method in class org.opensaml.saml.common.profile.impl.AddAudienceRestrictionToAssertions
-
Add the audiences obtained from a lookup function to the
AudienceRestriction. - AddAudienceRestrictionToAssertions - Class in org.opensaml.saml.common.profile.impl
-
Action adds an audience restriction condition to every assertion contained in a SAML 1/2 response, with the audiences obtained from a lookup function.
- AddAudienceRestrictionToAssertions() - Constructor for class org.opensaml.saml.common.profile.impl.AddAudienceRestrictionToAssertions
-
Constructor.
- addBinding(String, String, String) - Static method in class org.opensaml.saml.metadata.generator.impl.AbstractEndpointConverter
-
Add a new mapping to the static set of protocol/binding mappings.
- addCertificate(KeyInfo, X509Certificate) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
-
Converts a native Java
X509Certificateinto the corresponding XMLObject and stores it in aKeyInfoin the firstX509Dataelement. - AddChannelBindingsHeaderHandler - Class in org.opensaml.saml.common.binding.impl
-
MessageHandler to add
ChannelBindingsheaders 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
- 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
Conditionsto a givenAssertion. - addConditionsToAssertion(AbstractProfileAction, Assertion) - Static method in class org.opensaml.saml.saml2.profile.SAML2ActionSupport
-
Creates and adds a
Conditionsto a givenAssertion. - AddConsentToResponseHandler - Class in org.opensaml.saml.saml2.binding.impl
-
MessageHandler to set the Consent attribute on a
StatusResponseTypemessage. - AddConsentToResponseHandler() - Constructor for class org.opensaml.saml.saml2.binding.impl.AddConsentToResponseHandler
-
Constructor.
- addCounter(String, String) - Method in class org.opensaml.profile.context.MetricContext
-
Add an object/counter mapping.
- addCRL(KeyInfo, X509CRL) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
- addCRLsToStoreMaterial(List<Object>, Collection<X509CRL>, Date) - Method in class org.opensaml.security.x509.impl.CertPathPKIXTrustEvaluator
-
Add CRLs from the specified collection to the list of certs and CRLs being collected for the CertStore.
- addDefaultTLSTrustEngineCriteria(HttpClientContext, HttpRequest) - Static method in class org.opensaml.security.httpclient.HttpClientSecuritySupport
-
Add default trust engine criteria for TLS usage to the
HttpClientContext. - addDEREncodedPublicKey(KeyInfo, PublicKey) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
-
Converts a Java public key into the corresponding XMLObject and stores it in a
KeyInfoin a newDEREncodedKeyValueelement. - AddDoNotCacheConditionToAssertions - Class in org.opensaml.saml.saml1.profile.impl
- 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
Responseheader to an outgoing SOAP envelope. - AddECPResponseHeaderHandler() - Constructor for class org.opensaml.saml.saml2.binding.impl.AddECPResponseHeaderHandler
- addEncryptionMethod(EntityDescriptor, EncryptionMethod) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.AlgorithmFilter
-
Add
EncryptionMethodextension to everyKeyDescriptorfound in an entity. - addEntityAttribute(EntityDescriptor, EntityAttributes, Attribute) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.EntityAttributesFilter
-
Get or create
Attributebased on the input/template object. - AddGeneratedKeyHeaderHandler - Class in org.opensaml.saml.saml2.binding.impl
-
MessageHandler to add the ECP
GeneratedKeyheader 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
- AddGeneratedKeyToAssertions() - Constructor for class org.opensaml.saml.saml2.profile.impl.AddGeneratedKeyToAssertions
-
Constructor.
- addHeaderBlock(MessageContext, XMLObject) - Static method in class org.opensaml.soap.messaging.SOAPMessagingSupport
-
Add a header block to the SOAP envelope contained within the specified message context's SOAP subcontext.
- addingAudiencesToExistingRestriction - Variable in class org.opensaml.saml.common.profile.impl.AddAudienceRestrictionToAssertions
-
Whether, if an assertion already contains an audience restriction, this action will add its audiences to that restriction or create another one.
- AddInResponseToToResponse - Class in org.opensaml.saml.common.profile.impl
-
Action that adds the
InResponseToattribute to a response message if a SAML message ID is set on the inbound message context. - AddInResponseToToResponse() - Constructor for class org.opensaml.saml.common.profile.impl.AddInResponseToToResponse
-
Constructor.
- AddInResponseToToResponse.DefaultRequestIdLookupStrategy - Class in org.opensaml.saml.common.profile.impl
-
Default lookup of request ID from inbound message context, suppressing lookup for bindings known to be supplying artificial IDs.
- additionalAudiences - Variable in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Function for determining additional valid audience values.
- additionalMetadata - Variable in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
-
Additional metadata locations for this entity.
- AdditionalMetadataLocation - Interface in org.opensaml.saml.saml2.metadata
-
SAML 2.0 Metadata AdditionalMetadataLocation.
- AdditionalMetadataLocationBuilder - Class in org.opensaml.saml.saml2.metadata.impl
-
Builder for
AdditionalMetadataLocationobjects. - AdditionalMetadataLocationBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AdditionalMetadataLocationBuilder
- 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
AdditionalMetadataLocationobjects. - 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
AdditionalMetadataLocationobjects. - 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
KeyNamevalue to a KeyInfo. - AddMessageIDHandler - Class in org.opensaml.soap.wsaddressing.messaging.impl
-
Handler implementation that adds a wsa:MessageID header to the outbound SOAP envelope.
- AddMessageIDHandler() - Constructor for class org.opensaml.soap.wsaddressing.messaging.impl.AddMessageIDHandler
- addMustUnderstand(MessageContext, XMLObject, boolean) - Static method in class org.opensaml.soap.messaging.SOAPMessagingSupport
-
Add whether the specified header block is indicated as mustUnderstand.
- AddNameIdentifierToSubjects - Class in org.opensaml.saml.saml1.profile.impl
-
Action that builds a
NameIdentifierand adds it to theSubjectof all the statements in all the assertions found via a lookup strategy, by default from the outbound message context. - AddNameIdentifierToSubjects() - Constructor for class org.opensaml.saml.saml1.profile.impl.AddNameIdentifierToSubjects
-
Constructor.
- AddNameIdentifierToSubjects.AssertionStrategy - Class in org.opensaml.saml.saml1.profile.impl
-
Default strategy for obtaining assertions to modify.
- AddNameIDToSubjects - Class in org.opensaml.saml.saml2.profile.impl
- AddNameIDToSubjects() - Constructor for class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects
-
Constructor.
- AddNameIDToSubjects.AssertionStrategy - Class in org.opensaml.saml.saml2.profile.impl
-
Default strategy for obtaining assertions to modify.
- AddNameIDToSubjects.NameIDPolicyLookupFunction - Class in org.opensaml.saml.saml2.profile.impl
-
Lookup function that returns the
NameIDPolicyfrom anAuthnRequestmessage returned from a lookup function, by default the inbound message. - AddNameIDToSubjects.RequesterIdFromIssuerFunction - Class in org.opensaml.saml.saml2.profile.impl
-
Lookup function that returns
RequestAbstractType.getIssuer()from a request message returned from a lookup function, by default the inbound message. - addNamespace(Set<Namespace>, Namespace) - Method in class org.opensaml.core.xml.NamespaceManager
-
Add a Namespace to a set of Namespaces.
- AddNotBeforeConditionToAssertions - Class in org.opensaml.saml.common.profile.impl
-
Action that adds the
NotBeforeattribute 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
NotBeforeattribute to every assertion in a SAML 1/2 response message. - AddNotOnOrAfterConditionToAssertions() - Constructor for class org.opensaml.saml.common.profile.impl.AddNotOnOrAfterConditionToAssertions
-
Constructor.
- addObligationhandler(Collection<BaseObligationHandler>) - Method in class org.opensaml.xacml.ctx.provider.impl.ObligationService
-
Adds a collection of obligation handler to the list of registered handlers This method waits until a write lock is obtained for the set of registered obligation handlers.
- addObligationhandler(BaseObligationHandler) - Method in class org.opensaml.xacml.ctx.provider.impl.ObligationService
-
Adds an obligation handler to the list of registered handlers This method waits until a write lock is obtained for the set of registered obligation handlers.
- AddOneTimeUseConditionToAssertions - Class in org.opensaml.saml.saml2.profile.impl
- AddOneTimeUseConditionToAssertions() - Constructor for class org.opensaml.saml.saml2.profile.impl.AddOneTimeUseConditionToAssertions
-
Constructor.
- addOrReplaceReferenceCanonicalizationTransform(ContentReference, String) - Static method in class org.opensaml.xmlsec.signature.support.SignatureSupport
-
Process the indicated content reference and either add or replace its canonicalization Transform algorithm with the indicated algorithm.
- addPrefixes(Set<String>, Collection<Namespace>) - Method in class org.opensaml.core.xml.NamespaceManager
-
Add the prefixes from a collection of namespaces to a set of prefixes.
- addProxyRestriction(ProfileRequestContext, Conditions) - Method in class org.opensaml.saml.saml2.profile.impl.AddProxyRestrictionToAssertions
-
Add the audiences obtained from a lookup function to the
ProxyRestriction. - AddProxyRestrictionToAssertions - Class in org.opensaml.saml.saml2.profile.impl
-
Action adds an
ProxyRestrictionto everyAssertioncontained 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
- AddRelatesToHandler - Class in org.opensaml.soap.wsaddressing.messaging.impl
-
Handler implementation that adds a wsa:RelatesTo header to the outbound SOAP envelope.
- AddRelatesToHandler() - Constructor for class org.opensaml.soap.wsaddressing.messaging.impl.AddRelatesToHandler
- AddRelayStateHeaderHandler - Class in org.opensaml.saml.saml2.binding.impl
-
MessageHandler to add the ECP
RelayStateheader 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
RequestAuthenticatedheader 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 byInOutOperationContext.getOutboundMessageContext(). - AddResponseShell() - Constructor for class org.opensaml.saml.saml1.profile.impl.AddResponseShell
-
Constructor.
- address - Variable in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationDataImpl
-
Address of the Confirmation Data.
- address - Variable in class org.opensaml.saml.saml2.core.impl.SubjectLocalityImpl
-
The Address of the assertion.
- address - Variable in class org.opensaml.soap.wsaddressing.impl.EndpointReferenceTypeImpl
-
Addresschild element. - address - Variable in class org.opensaml.soap.wsfed.impl.EndPointReferenceImpl
-
Address of the endpoint.
- Address - Interface in org.opensaml.soap.wsaddressing
-
The <wsa:Address> element.
- Address - Interface in org.opensaml.soap.wsfed
-
This interface defines how the object representing a WS Address
Addresselement behaves. - ADDRESS_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.SubjectConfirmationData
-
Address attribute name.
- ADDRESS_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.SubjectLocality
-
Address attribute name.
- AddressBuilder - Class in org.opensaml.soap.wsaddressing.impl
-
AddressBuilder.
- AddressBuilder - Class in org.opensaml.soap.wsfed.impl
-
Builder of
AddressImplobjects. - AddressBuilder() - Constructor for class org.opensaml.soap.wsaddressing.impl.AddressBuilder
- AddressBuilder() - Constructor for class org.opensaml.soap.wsfed.impl.AddressBuilder
- AddressImpl - Class in org.opensaml.soap.wsaddressing.impl
-
AddressImpl is the concrete implementation of
Address. - AddressImpl - Class in org.opensaml.soap.wsfed.impl
-
Implementation of the
Addressobject. - AddressImpl(String, String, String) - Constructor for class org.opensaml.soap.wsaddressing.impl.AddressImpl
-
Constructor.
- AddressImpl(String, String, String) - Constructor for class org.opensaml.soap.wsfed.impl.AddressImpl
-
Constructor.
- addressLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.AddSubjectConfirmationToSubjects
-
Strategy to obtain value for
SubjectConfirmationData.getAddress(). - AddressMarshaller - Class in org.opensaml.soap.wsaddressing.impl
-
Marshaller for the <wsa:Address> element.
- AddressMarshaller - Class in org.opensaml.soap.wsfed.impl
-
A thread-safe marshaller for
Addressobjects. - AddressMarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.AddressMarshaller
- AddressMarshaller() - Constructor for class org.opensaml.soap.wsfed.impl.AddressMarshaller
- addressRanges - Variable in class org.opensaml.profile.logic.IPRangePredicate
-
IP ranges to match against.
- addressRequired - Variable in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Predicate for determining whether an Assertion SubjectConfirmationData Address is required.
- AddressUnmarshaller - Class in org.opensaml.soap.wsaddressing.impl
-
Unmarshaller for the <wsa:Address> element.
- AddressUnmarshaller - Class in org.opensaml.soap.wsfed.impl
-
A thread-safe unmarshaller for
Addressobjects. - AddressUnmarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.AddressUnmarshaller
- AddressUnmarshaller() - Constructor for class org.opensaml.soap.wsfed.impl.AddressUnmarshaller
- addSchemaToBuilder(String) - Method in class org.opensaml.saml.common.xml.SAMLSchemaBuilder
-
Load the schema from the specified source and add it to the internal
SchemaBuilder. - addSecurityHeaderBlock(MessageContext, XMLObject, boolean) - Static method in class org.opensaml.soap.wssecurity.messaging.WSSecurityMessagingSupport
-
Add a
Securitysub-header block to the SOAP envelope contained within the specified message context's SOAP subcontext. - addSecurityHeaderBlock(MessageContext, XMLObject, boolean, String, boolean) - Static method in class org.opensaml.soap.wssecurity.messaging.WSSecurityMessagingSupport
-
Add a
Securitysub-header block to the SOAP envelope contained within the specified message context's SOAP subcontext. - addSOAP11ActorAttribute(XMLObject, String) - Static method in class org.opensaml.soap.util.SOAPSupport
-
Adds a
soap11:actorattribute 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:encodingStyleattribute to the given SOAP object. - addSOAP11HeaderBlock(Envelope, XMLObject) - Static method in class org.opensaml.soap.messaging.SOAPMessagingSupport
-
Add a header to the SOAP 1.1 Envelope.
- addSOAP11MustUnderstandAttribute(XMLObject, boolean) - Static method in class org.opensaml.soap.util.SOAPSupport
-
Adds a
soap11:mustUnderstandattribute to the given SOAP object. - addSOAP12EncodingStyleAttribute(XMLObject, String) - Static method in class org.opensaml.soap.util.SOAPSupport
-
Adds the
soap12:encodingStyleattribute to the given soap object. - addSOAP12MustUnderstandAttribute(XMLObject, boolean) - Static method in class org.opensaml.soap.util.SOAPSupport
-
Adds a
soap12:mustUnderstandattribute to the given SOAP object. - addSOAP12RelayAttribute(XMLObject, boolean) - Static method in class org.opensaml.soap.util.SOAPSupport
-
Adds a
soap12:relayattribute to the given SOAP object. - addSOAP12RoleAttribute(XMLObject, String) - Static method in class org.opensaml.soap.util.SOAPSupport
-
Adds the
soap12:roleattribute to the given soap object. - AddSOAPFault - Class in org.opensaml.soap.soap11.profile.impl
-
Action that resolves or builds a SOAP 1.1
Faultobject, and stores it in the outbound message context. - AddSOAPFault() - Constructor for class org.opensaml.soap.soap11.profile.impl.AddSOAPFault
-
Constructor.
- AddSOAPFault.FaultCodeMappingFunction - Class in org.opensaml.soap.soap11.profile.impl
-
A default method to map event IDs to faultcode QName based on
EventContext. - AddSOAPFault.MessageContextFaultStrategy - Class in org.opensaml.soap.soap11.profile.impl
-
Default strategy which returns a
Faultinstance already registered in the current request context. - AddStatusResponseShell - Class in org.opensaml.saml.saml2.profile.impl
-
Action that creates an empty object derived from
StatusResponseType, and sets it as the message returned byInOutOperationContext.getOutboundMessageContext(). - AddStatusResponseShell() - Constructor for class org.opensaml.saml.saml2.profile.impl.AddStatusResponseShell
-
Constructor.
- AddStatusToResponse - Class in org.opensaml.saml.saml1.profile.impl
- AddStatusToResponse - Class in org.opensaml.saml.saml2.profile.impl
-
Action that sets
Statuscontent in aStatusResponseTypeobtained from a lookup strategy, typically from the outbound message context. - AddStatusToResponse() - Constructor for class org.opensaml.saml.saml1.profile.impl.AddStatusToResponse
-
Constructor.
- AddStatusToResponse() - Constructor for class org.opensaml.saml.saml2.profile.impl.AddStatusToResponse
-
Constructor.
- AddStatusToResponse.StatusCodeMappingFunction - Class in org.opensaml.saml.saml1.profile.impl
-
A default method to map event IDs to SAML 1 StatusCode QNames based on
EventContext. - AddStatusToResponse.StatusCodeMappingFunction - Class in org.opensaml.saml.saml2.profile.impl
-
A default method to map event IDs to SAML 2 StatusCode URIs based on
EventContext. - addSubcontext(BaseContext) - Method in class org.opensaml.messaging.context.BaseContext
-
Add a subcontext to the current context.
- addSubcontext(BaseContext, boolean) - Method in class org.opensaml.messaging.context.BaseContext
-
Add a subcontext to the current context.
- AddSubjectConfirmationToSubjects - Class in org.opensaml.saml.saml1.profile.impl
-
Action that builds
SubjectConfirmationand adds it to theSubjectof all the statements in all the assertions found in aResponse. - AddSubjectConfirmationToSubjects - Class in org.opensaml.saml.saml2.profile.impl
-
Action that builds
SubjectConfirmationand adds it to theSubjectof all the assertions found in aResponse. - AddSubjectConfirmationToSubjects() - Constructor for class org.opensaml.saml.saml1.profile.impl.AddSubjectConfirmationToSubjects
-
Constructor.
- AddSubjectConfirmationToSubjects() - Constructor for class org.opensaml.saml.saml2.profile.impl.AddSubjectConfirmationToSubjects
-
Constructor.
- AddSubjectConfirmationToSubjects.RemoteAddressStrategy - Class in org.opensaml.saml.saml2.profile.impl
-
Default strategy for obtaining client address from servlet layer.
- addSupportedProtocol(String) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorImpl
-
Adds a protocol to the list of supported protocols for this role.
- addSupportedProtocol(String) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter
-
Adds a protocol to the list of supported protocols for this role.
- addSupportedProtocol(String) - Method in interface org.opensaml.saml.saml2.metadata.RoleDescriptor
-
Adds a protocol to the list of supported protocols for this role.
- addTargetNode(MessageContext, XMLObject, String) - Static method in class org.opensaml.soap.messaging.SOAPMessagingSupport
-
Add the target node info to the header block, either
soap11:actor, orsoap12:role. - addTimer(String, String, String) - Method in class org.opensaml.profile.context.MetricContext
-
Add an object/timer mapping.
- AddTimestampHandler - Class in org.opensaml.soap.wssecurity.messaging.impl
-
Handler implementation that adds a wsse:Timestamp header to the wsse:Security header of the outbound SOAP envelope.
- AddTimestampHandler() - Constructor for class org.opensaml.soap.wssecurity.messaging.impl.AddTimestampHandler
- addWSAIsReferenceParameter(XMLObject, boolean) - Static method in class org.opensaml.soap.wsaddressing.util.WSAddressingSupport
-
Adds a
wsa:IsReferenceParameterattribute to the given SOAP object. - addWSSE11TokenType(XMLObject, String) - Static method in class org.opensaml.soap.wssecurity.util.WSSecuritySupport
-
Adds a
wsse11:TokenTypeattribute to the given SOAP object. - addWSSEUsage(XMLObject, String) - Static method in class org.opensaml.soap.wssecurity.util.WSSecuritySupport
-
Adds a single
wsse:Usagevalue to the given SOAP object. - addWSSEUsages(XMLObject, List<String>) - Static method in class org.opensaml.soap.wssecurity.util.WSSecuritySupport
-
Adds a
wsse:Usageattribute to the given SOAP object. - addWSUId(XMLObject, String) - Static method in class org.opensaml.soap.wssecurity.util.WSSecuritySupport
-
Adds a
wsu:Idattribute to the given SOAP object. - addXMLBase(XMLObject, String) - Static method in class org.opensaml.core.xml.util.XMLAttributeSupport
-
Adds a
xml:baseattribute to the given XML object. - addXMLId(XMLObject, String) - Static method in class org.opensaml.core.xml.util.XMLAttributeSupport
-
Adds a
xml:idattribute to the given XML object. - addXMLLang(XMLObject, String) - Static method in class org.opensaml.core.xml.util.XMLAttributeSupport
-
Adds a
xml:langattribute to the given XML object. - addXMLSpace(XMLObject, SpaceBearing.XMLSpaceEnum) - Static method in class org.opensaml.core.xml.util.XMLAttributeSupport
-
Adds a
xml:spaceattribute to the given XML object. - ADMIN_LOGOUT_URI - Static variable in interface org.opensaml.saml.saml2.core.LogoutResponse
-
URI for Admin logout reason.
- ADMIN_REASON - Static variable in interface org.opensaml.saml.saml2.core.LogoutRequest
-
Admin-initiated logout reason.
- ADMINISTRATIVE - Enum constant in enum class org.opensaml.saml.saml2.metadata.ContactPersonTypeEnumeration
-
"administrative" contact type.
- advice - Variable in class org.opensaml.saml.saml1.core.impl.AssertionImpl
-
(Possibly null) Singleton object version of the
Adviceelement. - advice - Variable in class org.opensaml.saml.saml2.core.impl.AssertionImpl
-
Advice of the assertion.
- Advice - Interface in org.opensaml.saml.saml1.core
-
This interface defines how the object representing a SAML 1
Adviceelement 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
Adviceobjects. - AdviceBuilder - Class in org.opensaml.saml.saml2.core.impl
-
Builder for
Adviceobjects. - AdviceBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.AdviceBuilder
- AdviceBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AdviceBuilder
- AdviceImpl - Class in org.opensaml.saml.saml1.core.impl
-
Concrete implementation of
Advice. - AdviceImpl - Class in org.opensaml.saml.saml2.core.impl
-
A concrete implementation of
Advice. - AdviceImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.AdviceImpl
-
Constructor.
- AdviceImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AdviceImpl
-
Constructor.
- AdviceMarshaller - Class in org.opensaml.saml.saml1.core.impl
-
A thread safe Marshaller for
Adviceobjects. - AdviceMarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe marshaller for
Advice. - AdviceMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AdviceMarshaller
- AdviceMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AdviceMarshaller
- AdviceUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
-
A thread-safe Unmarshaller for
Adviceobjects. - AdviceUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Unmarshaller for
Advice. - AdviceUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AdviceUnmarshaller
- AdviceUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AdviceUnmarshaller
- AffiliateMember - Interface in org.opensaml.saml.saml2.metadata
-
SAML 2.0 Metadata AffiliateMember.
- AffiliateMemberBuilder - Class in org.opensaml.saml.saml2.metadata.impl
-
Builder for
AffiliateMember. - AffiliateMemberBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AffiliateMemberBuilder
- AffiliateMemberImpl - Class in org.opensaml.saml.saml2.metadata.impl
-
Concrete implementation of
AffiliateMember. - AffiliateMemberImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.AffiliateMemberImpl
-
Constructor.
- affiliationDescriptor - Variable in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
-
Affiliatition descriptor for this entity.
- AffiliationDescriptor - Interface in org.opensaml.saml.saml2.metadata
-
SAML 2.0 Metadata AffiliationDescriptorType.
- AffiliationDescriptorBuilder - Class in org.opensaml.saml.saml2.metadata.impl
-
Builder for
AffiliationDescriptorobjects. - AffiliationDescriptorBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorBuilder
- 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
AffiliationDescriptorobjects. - AffiliationDescriptorMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorMarshaller
- AffiliationDescriptorUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
-
A thread safe Unmarshaller for
AffiliationDescriptors. - AffiliationDescriptorUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorUnmarshaller
- AffiliationNameIDPolicyPredicate - Class in org.opensaml.saml.common.profile.logic
-
Evaluates name identifier data and enforces a default policy over its content.
- AffiliationNameIDPolicyPredicate() - Constructor for class org.opensaml.saml.common.profile.logic.AffiliationNameIDPolicyPredicate
- AgreementMethod - Interface in org.opensaml.xmlsec.encryption
-
XMLObject representing XML Encryption, version 20021210, AgreementMethod element.
- agreementMethodBuilder - Variable in class org.opensaml.xmlsec.keyinfo.impl.KeyAgreementKeyInfoGeneratorFactory.KeyAgreementKeyInfoGenerator
-
Builder for AgreementMethod objects.
- AgreementMethodBuilder - Class in org.opensaml.xmlsec.encryption.impl
-
Builder of
AgreementMethod. - AgreementMethodBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.AgreementMethodBuilder
- AgreementMethodImpl - Class in org.opensaml.xmlsec.encryption.impl
-
Concrete implementation of
AgreementMethod. - AgreementMethodImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.AgreementMethodImpl
-
Constructor.
- AgreementMethodKeyInfoProvider - Class in org.opensaml.xmlsec.keyinfo.impl.provider
-
Implementation of
KeyInfoProviderwhich supportsAgreementMethod. - AgreementMethodKeyInfoProvider() - Constructor for class org.opensaml.xmlsec.keyinfo.impl.provider.AgreementMethodKeyInfoProvider
- AgreementMethodMarshaller - Class in org.opensaml.xmlsec.encryption.impl
-
A thread-safe Marshaller for
AgreementMethodobjects. - AgreementMethodMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.AgreementMethodMarshaller
- AgreementMethodUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
-
A thread-safe Unmarshaller for
AgreementMethodobjects. - AgreementMethodUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.AgreementMethodUnmarshaller
- ALGO_ID_BLOCKCIPHER_AES128 - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
-
Block Encryption - REQUIRED AES-128.
- ALGO_ID_BLOCKCIPHER_AES128_GCM - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
-
Block Encryption - REQUIRED AES128-GCM.
- ALGO_ID_BLOCKCIPHER_AES192 - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
-
Block Encryption - OPTIONAL AES-192.
- ALGO_ID_BLOCKCIPHER_AES192_GCM - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
-
Block Encryption - OPTIONAL AES192-GCM.
- ALGO_ID_BLOCKCIPHER_AES256 - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
-
Block Encryption - REQUIRED AES-256.
- ALGO_ID_BLOCKCIPHER_AES256_GCM - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
-
Block Encryption - OPTIONAL AES256-GCM.
- ALGO_ID_BLOCKCIPHER_TRIPLEDES - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
-
Block Encryption - REQUIRED TRIPLEDES.
- ALGO_ID_C14N_EXCL_OMIT_COMMENTS - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Canonicalization - Exclusive WITHOUT comments.
- ALGO_ID_C14N_EXCL_WITH_COMMENTS - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Canonicalization - Exclusive WITH comments.
- ALGO_ID_C14N_OMIT_COMMENTS - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Canonicalization - Inclusive 1.0 WITHOUT comments.
- ALGO_ID_C14N_WITH_COMMENTS - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Canonicalization - Inclusive 1.0 WITH comments.
- ALGO_ID_C14N11_OMIT_COMMENTS - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Canonicalization - Inclusive 1.1 WITHOUT comments.
- ALGO_ID_C14N11_WITH_COMMENTS - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Canonicalization - Inclusive 1.1 WITH comments.
- ALGO_ID_DIGEST_NOT_RECOMMENDED_MD5 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Digest - Optional MD5.
- ALGO_ID_DIGEST_RIPEMD160 - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
-
Message Digest - OPTIONAL RIPEMD-160.
- ALGO_ID_DIGEST_RIPEMD160 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Message Digest - RIPEMD-160 (Note: Defined by XML Encryption).
- ALGO_ID_DIGEST_SHA1 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Digest - Required SHA1.
- ALGO_ID_DIGEST_SHA224 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Digest - Optional SHA224.
- ALGO_ID_DIGEST_SHA256 - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
-
Message Digest - REQUIRED SHA256.
- ALGO_ID_DIGEST_SHA256 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Message Digest - SHA256 (Note: Defined by XML Encryption).
- ALGO_ID_DIGEST_SHA3_224 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Digest - Optional SHA-3 224.
- ALGO_ID_DIGEST_SHA3_256 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Digest - Optional SHA-3 256.
- ALGO_ID_DIGEST_SHA3_384 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Digest - Optional SHA-3 384.
- ALGO_ID_DIGEST_SHA3_512 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Digest - Optional SHA-3 512.
- ALGO_ID_DIGEST_SHA384 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Digest - Optional SHA384.
- ALGO_ID_DIGEST_SHA512 - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
-
Message Digest - OPTIONAL SHA512.
- ALGO_ID_DIGEST_SHA512 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Message Digest - SHA512 (Note: Defined by XML Encryption).
- ALGO_ID_ENCODING_BASE64 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Encoding - Required Base64.
- ALGO_ID_KEYAGREEMENT_DH - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
-
Key Agreement - OPTIONAL Diffie-Hellman with Legacy Key Derivation Function.
- ALGO_ID_KEYAGREEMENT_DH_EXPLICIT_KDF - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
-
Key Agreement - Diffie-Hellman with Explicit Key Derivation Function.
- ALGO_ID_KEYAGREEMENT_ECDH_ES - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
-
Key Agreement - Elliptic Curve Diffie-Hellman (ECDH) Ephemeral-Static Mode.
- ALGO_ID_KEYDERIVATION_CONCATKDF - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
-
Key Derivation Method - ConcatKDF.
- ALGO_ID_KEYDERIVATION_PBKDF2 - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
-
Key Derivation Method - PBKDF2.
- ALGO_ID_KEYTRANSPORT_RSA15 - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
-
Key Transport - OPTIONAL RSA-v1.5.
- ALGO_ID_KEYTRANSPORT_RSAOAEP - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
-
Key Transport - REQUIRED RSA-OAEP (including MGF1 with SHA1).
- ALGO_ID_KEYTRANSPORT_RSAOAEP11 - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
-
Key Transport - OPTIONAL RSA-OAEP.
- ALGO_ID_KEYWRAP_AES128 - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
-
Symmetric Key Wrap - REQUIRED AES-128 KeyWrap.
- ALGO_ID_KEYWRAP_AES192 - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
-
Symmetric Key Wrap - OPTIONAL AES-192 KeyWrap.
- ALGO_ID_KEYWRAP_AES256 - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
-
Symmetric Key Wrap - REQUIRED AES-256 KeyWrap.
- ALGO_ID_KEYWRAP_TRIPLEDES - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
-
Symmetric Key Wrap - REQUIRED TRIPLEDES KeyWrap.
- ALGO_ID_MAC_HMAC_NOT_RECOMMENDED_MD5 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
HMAC - NOT Recommended HMAC-MD5.
- ALGO_ID_MAC_HMAC_RIPEMD160 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
HMAC - Optional HMAC-RIPEMD160.
- ALGO_ID_MAC_HMAC_SHA1 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
MAC - Required HMAC-SHA1.
- ALGO_ID_MAC_HMAC_SHA224 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
HMAC - Optional HMAC-SHA224.
- ALGO_ID_MAC_HMAC_SHA256 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
HMAC - Optional HMAC-SHA256.
- ALGO_ID_MAC_HMAC_SHA384 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
HMAC - Optional HMAC-SHA284.
- ALGO_ID_MAC_HMAC_SHA512 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
HMAC - Optional HMAC-SHA512.
- ALGO_ID_MGF1_SHA1 - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
-
Mask Generation Function - MGF1 with SHA-1.
- ALGO_ID_MGF1_SHA224 - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
-
Mask Generation Function - MGF1 with SHA-224.
- ALGO_ID_MGF1_SHA256 - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
-
Mask Generation Function - MGF1 with SHA-256.
- ALGO_ID_MGF1_SHA384 - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
-
Mask Generation Function - MGF1 with SHA-384.
- ALGO_ID_MGF1_SHA512 - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
-
Mask Generation Function - MGF1 with SHA-512.
- ALGO_ID_SIGNATURE_DSA - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Signature - Optional DSAwithSHA1 (DSS).
- ALGO_ID_SIGNATURE_DSA_SHA1 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Signature - Optional DSAwithSHA1 (DSS).
- ALGO_ID_SIGNATURE_DSA_SHA256 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Signature - Optional DSAwithSHA256 (DSS).
- ALGO_ID_SIGNATURE_ECDSA_SHA1 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Signature - Optional ECDSAwithSHA1.
- ALGO_ID_SIGNATURE_ECDSA_SHA224 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Signature - Optional ECDSAwithSHA224.
- ALGO_ID_SIGNATURE_ECDSA_SHA256 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Signature - Optional ECDSAwithSHA256.
- ALGO_ID_SIGNATURE_ECDSA_SHA384 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Signature - Optional ECDSAwithSHA384.
- ALGO_ID_SIGNATURE_ECDSA_SHA512 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Signature - Optional ECDSAwithSHA512.
- ALGO_ID_SIGNATURE_NOT_RECOMMENDED_RSA_MD5 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Signature - NOT Recommended RSAwithMD5.
- ALGO_ID_SIGNATURE_RSA - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Signature - Required RSAwithSHA1 (PKCS1).
- ALGO_ID_SIGNATURE_RSA_RIPEMD160 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Signature - Optional RSAwithRIPEMD160.
- ALGO_ID_SIGNATURE_RSA_SHA1 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Signature - Required RSAwithSHA1 (PKCS1).
- ALGO_ID_SIGNATURE_RSA_SHA224 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Signature - Optional RSAwithSHA224.
- ALGO_ID_SIGNATURE_RSA_SHA256 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Signature - Required RSAwithSHA256.
- ALGO_ID_SIGNATURE_RSA_SHA384 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Signature - Required RSAwithSHA384.
- ALGO_ID_SIGNATURE_RSA_SHA512 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Signature - Required RSAwithSHA512.
- ALGO_ID_SIGNATURE_RSASSA_PSS_SHA1_MGF1 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Signature - Optional RSASSA-PSS with SHA1 and MGF1.
- ALGO_ID_SIGNATURE_RSASSA_PSS_SHA224_MGF1 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Signature - Optional RSASSA-PSS with SHA-224 and MGF1.
- ALGO_ID_SIGNATURE_RSASSA_PSS_SHA256_MGF1 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Signature - Optional RSASSA-PSS with SHA-256 and MGF1.
- ALGO_ID_SIGNATURE_RSASSA_PSS_SHA3_224_MGF1 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Signature - Optional RSASSA-PSS with SHA3-224 and MGF1.
- ALGO_ID_SIGNATURE_RSASSA_PSS_SHA3_256_MGF1 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Signature - Optional RSASSA-PSS with SHA3-256 and MGF1.
- ALGO_ID_SIGNATURE_RSASSA_PSS_SHA3_384_MGF1 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Signature - Optional RSASSA-PSS with SHA3-384 and MGF1.
- ALGO_ID_SIGNATURE_RSASSA_PSS_SHA3_512_MGF1 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Signature - Optional RSASSA-PSS with SHA3-512 and MGF1.
- ALGO_ID_SIGNATURE_RSASSA_PSS_SHA384_MGF1 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Signature - Optional RSASSA-PSS with SHA-384 and MGF1.
- ALGO_ID_SIGNATURE_RSASSA_PSS_SHA512_MGF1 - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Signature - Optional RSASSA-PSS with SHA-512 and MGF1.
- algorithm - Variable in class org.opensaml.saml.ext.saml2alg.impl.DigestMethodImpl
-
Algorithm attribute value.
- algorithm - Variable in class org.opensaml.saml.ext.saml2alg.impl.SigningMethodImpl
-
Algorithm attribute value.
- algorithm - Variable in class org.opensaml.saml.ext.samlec.impl.SessionKeyImpl
-
Algorithm attribute.
- algorithm - Variable in class org.opensaml.security.credential.criteria.impl.EvaluableX509DigestCredentialCriterion
-
Digest algorithm.
- algorithm - Variable in class org.opensaml.security.x509.X509DigestCriterion
-
Digest algorithm.
- algorithm - Variable in class org.opensaml.xmlsec.agreement.impl.BasicKeyAgreementCredential
-
Algorithm URI.
- algorithm - Variable in class org.opensaml.xmlsec.agreement.impl.DigestMethod
-
Algorithm URI.
- algorithm - Variable in class org.opensaml.xmlsec.encryption.impl.AgreementMethodImpl
-
Algorithm attribute value.
- algorithm - Variable in class org.opensaml.xmlsec.encryption.impl.AlgorithmIdentifierTypeImpl
-
Algorithm attribute value.
- algorithm - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptionMethodImpl
-
Algorithm attribute value.
- algorithm - Variable in class org.opensaml.xmlsec.encryption.impl.KeyDerivationMethodImpl
-
Algorithm attribute value.
- algorithm - Variable in class org.opensaml.xmlsec.encryption.support.DataEncryptionParameters
-
XML Encryption algorithm URI used to encrypt.
- algorithm - Variable in class org.opensaml.xmlsec.encryption.support.KeyAgreementEncryptionConfiguration
-
The key agreement algorithm URI.
- algorithm - Variable in class org.opensaml.xmlsec.signature.impl.DigestMethodImpl
-
Algorithm attribute value.
- algorithm - Variable in class org.opensaml.xmlsec.signature.impl.TransformImpl
-
Algorithm attribute value.
- algorithm - Variable in class org.opensaml.xmlsec.signature.impl.X509DigestImpl
-
Algorithm attribute value.
- ALGORITHM_ATTRIB_NAME - Static variable in interface org.opensaml.saml.ext.saml2alg.DigestMethod
-
Algorithm attribute name.
- ALGORITHM_ATTRIB_NAME - Static variable in interface org.opensaml.saml.ext.saml2alg.SigningMethod
-
Algorithm attribute name.
- ALGORITHM_ATTRIB_NAME - Static variable in interface org.opensaml.saml.ext.samlec.SessionKey
-
Algorithm attribute name.
- ALGORITHM_ATTRIB_NAME - Static variable in interface org.opensaml.xmlsec.encryption.AlgorithmIdentifierType
-
Algorithm attribute name.
- ALGORITHM_ATTRIB_NAME - Static variable in interface org.opensaml.xmlsec.encryption.EncryptionMethod
-
Algorithm attribute name.
- ALGORITHM_ATTRIB_NAME - Static variable in interface org.opensaml.xmlsec.signature.DigestMethod
-
Algorithm attribute name.
- ALGORITHM_ATTRIB_NAME - Static variable in interface org.opensaml.xmlsec.signature.Transform
-
Algorithm attribute name.
- ALGORITHM_ATTRIB_NAME - Static variable in interface org.opensaml.xmlsec.signature.X509Digest
-
Algorithm attribute name.
- ALGORITHM_ATTRIBUTE_NAME - Static variable in interface org.opensaml.xmlsec.encryption.AgreementMethod
-
Algorithm attribute name.
- ALGORITHM_ATTRIBUTE_NAME - Static variable in interface org.opensaml.xmlsec.encryption.KeyDerivationMethod
-
Algorithm attribute name.
- ALGORITHM_ID_ATTRIBUTE_NAME - Static variable in interface org.opensaml.xmlsec.encryption.ConcatKDFParams
-
AlgorithmID attribute name.
- AlgorithmDescriptor - Interface in org.opensaml.xmlsec.algorithm
-
An interface for components which describe an algorithm identified by an algorithm URI.
- AlgorithmDescriptor.AlgorithmType - Enum Class in org.opensaml.xmlsec.algorithm
-
Algorithm descriptor types.
- AlgorithmFilter - Class in org.opensaml.saml.metadata.resolver.filter.impl
-
A filter that adds algorithm extension content to entities in order to drive software behavior based on them.
- AlgorithmFilter() - Constructor for class org.opensaml.saml.metadata.resolver.filter.impl.AlgorithmFilter
-
Constructor.
- algorithmID - Variable in class org.opensaml.xmlsec.derivation.impl.ConcatKDF
-
AlgorithmID.
- algorithmID - Variable in class org.opensaml.xmlsec.encryption.impl.ConcatKDFParamsImpl
-
AlgorithmID.
- AlgorithmIdentifierType - Interface in org.opensaml.xmlsec.encryption
-
XMLObject representing XML Encryption, version 1.1, AlgorithmIdentifierType complex type.
- AlgorithmIdentifierTypeImpl - Class in org.opensaml.xmlsec.encryption.impl
-
Abstract implementation of
AlgorithmIdentifierType. - AlgorithmIdentifierTypeImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.AlgorithmIdentifierTypeImpl
-
Constructor.
- AlgorithmIdentifierTypeMarshaller - Class in org.opensaml.xmlsec.encryption.impl
-
A thread-safe Marshaller for
AlgorithmIdentifierTypeobjects. - AlgorithmIdentifierTypeMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.AlgorithmIdentifierTypeMarshaller
- AlgorithmIdentifierTypeUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
-
A thread-safe Unmarshaller for
AlgorithmIdentifierTypeobjects. - AlgorithmIdentifierTypeUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.AlgorithmIdentifierTypeUnmarshaller
- AlgorithmPolicyConfiguration - Interface in org.opensaml.xmlsec
-
Algorithm URI include/exclude policy configuration.
- AlgorithmPolicyConfiguration.Precedence - Enum Class in org.opensaml.xmlsec
-
Rule precedence values.
- AlgorithmPolicyParameters - Class in org.opensaml.xmlsec
-
The algorithm policy parameters.
- AlgorithmPolicyParameters() - Constructor for class org.opensaml.xmlsec.AlgorithmPolicyParameters
-
Constructor.
- algorithmRegistry - Variable in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
-
The AlgorithmRegistry used when processing algorithm URIs.
- algorithmRegistry - Variable in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
-
The AlgorithmRegistry used when processing algorithm URIs.
- AlgorithmRegistry - Class in org.opensaml.xmlsec.algorithm
-
A registry of
AlgorithmDescriptorinstances, to support various use cases for working with algorithm URIs. - AlgorithmRegistry() - Constructor for class org.opensaml.xmlsec.algorithm.AlgorithmRegistry
-
Constructor.
- AlgorithmRegistry.SignatureAlgorithmIndex - Class in org.opensaml.xmlsec.algorithm
-
Class used as index key for signature algorithm lookup.
- AlgorithmRuntimeSupportedPredicate - Class in org.opensaml.xmlsec.impl
-
A predicate which evaluates whether a cryptographic algorithm URI is effectively supported by the runtime environment, as determined by
AlgorithmRegistry.isRuntimeSupported(String). - AlgorithmRuntimeSupportedPredicate(AlgorithmRegistry) - Constructor for class org.opensaml.xmlsec.impl.AlgorithmRuntimeSupportedPredicate
-
Constructor.
- AlgorithmSupport - Class in org.opensaml.xmlsec.algorithm
-
Helper methods for working with XML security algorithm URI's.
- AlgorithmSupport() - Constructor for class org.opensaml.xmlsec.algorithm.AlgorithmSupport
-
Constructor.
- AlgorithmType() - Constructor for enum class org.opensaml.xmlsec.algorithm.AlgorithmDescriptor.AlgorithmType
- All - Enum constant in enum class org.opensaml.saml.metadata.resolver.DetectDuplicateEntityIDs
-
Detect with all metadata resolvers.
- All - Interface in org.opensaml.soap.wspolicy
-
The wsp:All element.
- AllBuilder - Class in org.opensaml.soap.wspolicy.impl
-
Builder for the All element.
- AllBuilder() - Constructor for class org.opensaml.soap.wspolicy.impl.AllBuilder
- AllImpl - Class in org.opensaml.soap.wspolicy.impl
-
AllImpl.
- AllImpl(String, String, String) - Constructor for class org.opensaml.soap.wspolicy.impl.AllImpl
-
Constructor.
- AllMarshaller - Class in org.opensaml.soap.wspolicy.impl
-
Marshaller for the wsp:All element.
- AllMarshaller() - Constructor for class org.opensaml.soap.wspolicy.impl.AllMarshaller
- allow - Variable in class org.opensaml.soap.wstrust.impl.RenewingImpl
-
The Allow attribute value.
- ALLOW_ATTRIB_NAME - Static variable in interface org.opensaml.soap.wstrust.Renewing
-
The wst:Renewing/@Allow attribute local name.
- ALLOW_CREATE_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.NameIDPolicy
-
AllowCreate attribute name.
- allowCreate - Variable in class org.opensaml.saml.saml2.core.impl.NameIDPolicyImpl
-
NameID Format URI.
- allowedBindingURLSchemes - Variable in class org.opensaml.saml.config.SAMLConfiguration
-
The list of schemes allowed to appear in binding URLs when encoding a message.
- AllowPostdating - Interface in org.opensaml.soap.wstrust
-
The wst:AllowPostdating element.
- AllowPostdatingBuilder - Class in org.opensaml.soap.wstrust.impl
-
Builder for the AllowPostdating element.
- AllowPostdatingBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.AllowPostdatingBuilder
- AllowPostdatingImpl - Class in org.opensaml.soap.wstrust.impl
-
AllowPostdatingImpl.
- AllowPostdatingImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.AllowPostdatingImpl
-
Constructor.
- AllowPostdatingMarshaller - Class in org.opensaml.soap.wstrust.impl
-
Marshaller for the AllowPostdating element.
- AllowPostdatingMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.AllowPostdatingMarshaller
- AllowPostdatingUnmarshaller - Class in org.opensaml.soap.wstrust.impl
-
Unmarshaller for the wst:AllowPostdating element.
- AllowPostdatingUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.AllowPostdatingUnmarshaller
- AllUnmarshaller - Class in org.opensaml.soap.wspolicy.impl
-
Unmarshaller for the wsp:All element.
- AllUnmarshaller() - Constructor for class org.opensaml.soap.wspolicy.impl.AllUnmarshaller
- Always - Enum constant in enum class org.opensaml.saml.security.SAMLMetadataKeyAgreementEncryptionConfiguration.KeyWrap
-
Always use key wrap for metadata credentials.
- alwaysVerifyTrustedSource - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.SignatureValidationFilter
-
Flag indicating whether the root signature of a trusted source should always be verified.
- AnnotatedObject() - Constructor for class org.opensaml.storage.testing.StorageServiceTest.AnnotatedObject
- AnnotationSupport - Class in org.opensaml.storage.annotation
-
Support class that reads and writes fields decorated with storage annotations.
- AnnotationSupport() - Constructor for class org.opensaml.storage.annotation.AnnotationSupport
-
Private constructor of utility class.
- ANONYMOUS - Static variable in interface org.opensaml.soap.wsaddressing.Address
-
Anonymous address URI.
- ANONYMOUS_PROFILE_ID - Static variable in class org.opensaml.profile.context.ProfileRequestContext
-
Profile ID if not overridden.
- anyAttributes - Variable in class org.opensaml.core.xml.AbstractExtensibleXMLObject
-
xs:anyAttribute for this element.
- anyPolicyInhibit - Variable in class org.opensaml.security.x509.impl.CertPathPKIXValidationOptions
-
Flag for disallowing the "any" policy OID.
- anyXMLObjects - Variable in class org.opensaml.core.xml.AbstractElementExtensibleXMLObject
-
xs:any
XMLObjectchild elements. - ApacheSantuarioSignatureValidationProviderImpl - Class in org.opensaml.xmlsec.signature.support.impl.provider
-
Implementation of
SignatureValidationProviderwhich is based on the Apache Santuario library and is used withSignatureinstances which are instances ofSignatureImpl. - ApacheSantuarioSignatureValidationProviderImpl() - Constructor for class org.opensaml.xmlsec.signature.support.impl.provider.ApacheSantuarioSignatureValidationProviderImpl
- ApacheSantuarioSignerProviderImpl - Class in org.opensaml.xmlsec.signature.support.impl.provider
-
Implementation of
SignerProviderwhich is based on the Apache Santuario library and is used withSignatureinstances which are instances ofSignatureImpl. - ApacheSantuarioSignerProviderImpl() - Constructor for class org.opensaml.xmlsec.signature.support.impl.provider.ApacheSantuarioSignerProviderImpl
- ApacheSantuarioXMLParser - Class in org.opensaml.xmlsec.impl.provider
-
Implementation of Santuario's
XMLParserwhich simply wraps an instance ofParserPool. - ApacheSantuarioXMLParser() - Constructor for class org.opensaml.xmlsec.impl.provider.ApacheSantuarioXMLParser
-
Constructor.
- ApacheXMLSecurityInitializer - Class in org.opensaml.xmlsec.config.impl
-
Initializer which initializes the Apache XML Security library (Santuario).
- ApacheXMLSecurityInitializer() - Constructor for class org.opensaml.xmlsec.config.impl.ApacheXMLSecurityInitializer
- appendParameter(StringBuilder, String, String) - Method in class org.opensaml.saml.saml2.binding.security.impl.SAML2HTTPRedirectDeflateSignatureSecurityHandler
-
Find the raw query string parameter indicated and append it to the string builder.
- appliesTo - Variable in class org.opensaml.soap.wsfed.impl.RequestSecurityTokenResponseImpl
-
Entity to whom the tokens apply.
- appliesTo - Variable in class org.opensaml.soap.wspolicy.impl.PolicyAttachmentImpl
-
AppliesTo Child element.
- AppliesTo - Interface in org.opensaml.soap.wsfed
-
This interface defines how the object representing a WS Applies To
AppliesToelement behaves. - AppliesTo - Interface in org.opensaml.soap.wspolicy
-
The wsp:AppliesTo element.
- AppliesToBuilder - Class in org.opensaml.soap.wsfed.impl
-
Builder of
AppliesToImplobjects. - AppliesToBuilder - Class in org.opensaml.soap.wspolicy.impl
-
Builder for the AppliesTo element.
- AppliesToBuilder() - Constructor for class org.opensaml.soap.wsfed.impl.AppliesToBuilder
- AppliesToBuilder() - Constructor for class org.opensaml.soap.wspolicy.impl.AppliesToBuilder
- AppliesToImpl - Class in org.opensaml.soap.wsfed.impl
-
Implementation of the
AppliesToObject. - AppliesToImpl - Class in org.opensaml.soap.wspolicy.impl
-
AppliesToImpl.
- AppliesToImpl(String, String, String) - Constructor for class org.opensaml.soap.wsfed.impl.AppliesToImpl
-
Constructor.
- AppliesToImpl(String, String, String) - Constructor for class org.opensaml.soap.wspolicy.impl.AppliesToImpl
-
Constructor.
- AppliesToMarshaller - Class in org.opensaml.soap.wsfed.impl
-
A thread safe marshaller for
AppliesToobjects. - AppliesToMarshaller - Class in org.opensaml.soap.wspolicy.impl
-
Marshaller for the wsp:AppliesTo element.
- AppliesToMarshaller() - Constructor for class org.opensaml.soap.wsfed.impl.AppliesToMarshaller
- AppliesToMarshaller() - Constructor for class org.opensaml.soap.wspolicy.impl.AppliesToMarshaller
- AppliesToUnmarshaller - Class in org.opensaml.soap.wsfed.impl
-
A thread-safe unmarshaller for
AppliesToobjects. - AppliesToUnmarshaller - Class in org.opensaml.soap.wspolicy.impl
-
Unmarshaller for the wsp:AppliesTo element.
- AppliesToUnmarshaller() - Constructor for class org.opensaml.soap.wsfed.impl.AppliesToUnmarshaller
- AppliesToUnmarshaller() - Constructor for class org.opensaml.soap.wspolicy.impl.AppliesToUnmarshaller
- apply(String) - Method in class org.opensaml.core.xml.persist.impl.PassthroughSourceStrategy
- apply(String) - Method in class org.opensaml.core.xml.persist.impl.SegmentingIntermediateDirectoryStrategy
- apply(String, List<String>) - Method in class org.opensaml.saml.metadata.generator.impl.ArtifactResolutionServiceConverter
- apply(String, List<String>) - Method in class org.opensaml.saml.metadata.generator.impl.AssertionConsumerServiceConverter
- apply(String, List<String>) - Method in class org.opensaml.saml.metadata.generator.impl.AttributeServiceConverter
- apply(String, List<String>) - Method in class org.opensaml.saml.metadata.generator.impl.SingleLogoutServiceConverter
- apply(String, List<String>) - Method in class org.opensaml.saml.metadata.generator.impl.SingleSignOnServiceConverter
- apply(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.DefaultLocalDynamicSourceKeyGenerator
- apply(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.EntityIDDigestGenerator
- apply(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.HTTPEntityIDRequestURLBuilder
- apply(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.IdentityEntityIDGenerator
- apply(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.MetadataQueryProtocolRequestURLBuilder
- apply(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.RegexRequestURLBuilder
- apply(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.TemplateRequestURLBuilder
- apply(XMLObject) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.BasicDynamicTrustedNamesStrategy
- apply(XMLObject) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.ScriptedTrustedNamesFunction
- apply(BaseContext) - Method in class org.opensaml.messaging.context.navigate.MessageContextLookup
- apply(BaseContext) - Method in class org.opensaml.messaging.context.navigate.RootContextLookup
- apply(InOutOperationContext) - Method in class org.opensaml.messaging.pipeline.StaticPipelineNameStrategy
- apply(InOutOperationContext) - Method in class org.opensaml.soap.client.http.PipelineFactoryHttpSOAPClient.DefaultPipelineNameStrategy
- apply(MessageContext) - Method in class org.opensaml.messaging.context.navigate.MessageLookup
- apply(MessageContext) - Method in class org.opensaml.saml.common.binding.impl.SAMLAddAttributeConsumingServiceHandler.AuthnRequestLookup
- apply(MessageContext) - Method in class org.opensaml.saml.common.binding.security.impl.CheckAndRecordServerTLSEntityAuthenticationtHandler.DefaultHttpClientContextLookup
- apply(MessageContext) - Method in class org.opensaml.saml.common.binding.security.impl.OperationContextEntityIDLookup
- apply(MessageContext) - Method in class org.opensaml.saml.common.messaging.context.navigate.SAMLMessageContextAuthenticationFunction
- apply(MessageContext) - Method in class org.opensaml.saml.common.messaging.context.navigate.SAMLMessageContextIssuerFunction
- apply(MessageContext) - Method in class org.opensaml.saml.common.messaging.soap.SAMLSOAPClientContextBuilder.DefaultTLSCriteriaSetStrategy
- apply(MessageContext) - Method in class org.opensaml.soap.client.messaging.SOAPClientDestinationURILookup
- apply(MessageContext) - Method in class org.opensaml.soap.client.messaging.SOAPClientPipelineNameMappingFunction
- apply(MessageContext) - Method in class org.opensaml.soap.client.security.SOAPClientSecurityProfileIdLookupFunction
- apply(ProfileRequestContext) - Method in class org.opensaml.profile.action.impl.PopulateMetricContext.NullFunction
- apply(ProfileRequestContext) - Method in class org.opensaml.profile.context.navigate.CurrentOrPreviousEventLookup
- apply(ProfileRequestContext) - Method in class org.opensaml.profile.context.navigate.InboundMessageContextLookup
- apply(ProfileRequestContext) - Method in class org.opensaml.profile.context.navigate.OutboundMessageContextLookup
- apply(ProfileRequestContext) - Method in class org.opensaml.profile.context.navigate.ProfileIdLookup
- apply(ProfileRequestContext) - Method in class org.opensaml.saml.common.profile.impl.AddInResponseToToResponse.DefaultRequestIdLookupStrategy
- apply(ProfileRequestContext) - Method in class org.opensaml.saml.common.profile.logic.MetadataNameIdentifierFormatStrategy
- apply(ProfileRequestContext) - Method in class org.opensaml.saml.common.profile.logic.MetadataNameIdentifierFormatStrategy.MetadataLookupStrategy
- apply(ProfileRequestContext) - Method in class org.opensaml.saml.saml1.profile.impl.AddNameIdentifierToSubjects.AssertionStrategy
- apply(ProfileRequestContext) - Method in class org.opensaml.saml.saml1.profile.impl.AddStatusToResponse.StatusCodeMappingFunction
- apply(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects.AssertionStrategy
- apply(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects.NameIDPolicyLookupFunction
- apply(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects.RequesterIdFromIssuerFunction
- apply(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.AddStatusToResponse.StatusCodeMappingFunction
- apply(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.AddSubjectConfirmationToSubjects.RemoteAddressStrategy
- apply(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder.DefaultValidInResponseToLookupFunction
- apply(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder.DefaultValidIssuersLookupFunction
- apply(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.ValidateAssertions.DefaultAssertionResolver
- apply(ProfileRequestContext) - Method in class org.opensaml.soap.soap11.profile.impl.AddSOAPFault.FaultCodeMappingFunction
- apply(ProfileRequestContext) - Method in class org.opensaml.soap.soap11.profile.impl.AddSOAPFault.MessageContextFaultStrategy
- apply(AbstractSAMLEntityContext) - Method in class org.opensaml.saml.common.messaging.context.navigate.SAMLEntityIDFunction
- apply(AttributeConsumingServiceContext) - Method in class org.opensaml.saml.common.messaging.context.navigate.AttributeConsumerServiceLookupFunction
- apply(SAMLBindingContext) - Method in class org.opensaml.saml.common.messaging.context.navigate.SAMLBindingContextBindingFunction
- apply(SAMLMessageInfoContext) - Method in class org.opensaml.saml.common.messaging.context.navigate.SAMLMessageInfoContextIDFunction
- apply(SAMLMessageInfoContext) - Method in class org.opensaml.saml.common.messaging.context.navigate.SAMLMessageInfoContextIssueInstantFunction
- apply(SAMLMetadataContext) - Method in class org.opensaml.saml.common.messaging.context.navigate.EntityDescriptorLookupFunction
- apply(SAMLProtocolContext) - Method in class org.opensaml.saml.common.messaging.context.navigate.SAMLProtocolContextProtocolFunction
- apply(EntityDescriptor) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.DefaultCacheKeyGenerator
- apply(EntityDescriptor) - Method in class org.opensaml.saml.metadata.resolver.index.impl.MetadataIndexManager.EntityIDExtractionFunction
- apply(EntityDescriptor) - Method in class org.opensaml.saml.metadata.resolver.index.impl.MetadataIndexManager.IdentityExtractionFunction
- apply(EntityDescriptor) - Method in class org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex.EntityIDToSHA1SourceIDIndexingFunction
- apply(EntityDescriptor) - Method in class org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex.SourceIDExtensionIndexingFunction
- apply(EntityDescriptor) - Method in class org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex.SourceLocationIndexingFunction
- apply(ValidateAssertions.AssertionValidationInput) - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
- apply(SAML20AssertionTokenValidationInput) - Method in class org.opensaml.saml.saml2.wssecurity.messaging.impl.DefaultSAML20AssertionValidationContextBuilder
- apply(ParentContext) - Method in class org.opensaml.messaging.context.navigate.ChildContextLookup
- apply(StartContext) - Method in class org.opensaml.messaging.context.navigate.ParentContextLookup
- apply(StartContext) - Method in class org.opensaml.messaging.context.navigate.RecursiveTypedParentContextLookup
- applyFilter(EntityDescriptor) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.EntityAttributesFilter
-
Apply include policy to metadata on input.
- applyMap - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.AlgorithmFilter
-
Rules for adding algorithms.
- applyMap - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.EntityAttributesFilter
-
Rules for adding attributes.
- applyMap - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.NameIDFormatFilter
-
Rules for adding formats.
- ApplyType - Interface in org.opensaml.xacml.policy
-
XACML Apply schema type.
- ApplyTypeImpl - Class in org.opensaml.xacml.policy.impl
-
Implementation of
ApplyType. - ApplyTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.ApplyTypeImpl
-
Constructor.
- ApplyTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
-
Builder for
ApplyType. - ApplyTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.ApplyTypeImplBuilder
- ApplyTypeMarshaller - Class in org.opensaml.xacml.policy.impl
-
Marshaller for
ApplyType. - ApplyTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ApplyTypeMarshaller
- ApplyTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
-
Unmarshaller for
ApplyType. - ApplyTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ApplyTypeUnmarshaller
- areNameIdentifierFormatsEquivalent(String, String) - Static method in class org.opensaml.saml.saml1.profile.SAML1ObjectSupport
-
Return true iff the two input
NameIdentifierformats 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
NameIdentifierobjects 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
NameIDformats 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
NameIDobjects are equivalent for SAML 2.0 purposes, with the assumption that the qualifier attributes must match exactly. - areNameIDsEquivalent(NameID, NameID, String, String) - Static method in class org.opensaml.saml.saml2.profile.SAML2ObjectSupport
-
Return true iff the two input
NameIDobjects are equivalent for SAML 2.0 purposes, allowing thw qualifier attributes to assume default values if not otherwise set. - artifact - Variable in class org.opensaml.saml.common.binding.artifact.BasicSAMLArtifactMapEntry
-
SAML artifact being mapped.
- artifact - Variable in class org.opensaml.saml.common.binding.BindingDescriptor
-
Identifies a binding that relies on SAML artifacts.
- artifact - Variable in class org.opensaml.saml.criterion.ArtifactCriterion
-
The SourceID value.
- artifact - Variable in class org.opensaml.saml.saml2.core.impl.ArtifactResolveImpl
-
Artifact child element.
- artifact - Variable in class org.opensaml.saml.saml2.profile.impl.ResolveArtifact
-
Artifact to resolve.
- 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
Artifactobjects. - ArtifactBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.ArtifactBuilder
- artifactBuilderFactory - Variable in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
-
SAML 2 artifact builder factory.
- artifactBuilders - Variable in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactBuilderFactory
-
Registered artifact builders.
- artifactBuilders - Variable in class org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactBuilderFactory
-
Registered artifact builders.
- ArtifactCriterion - Class in org.opensaml.saml.criterion
-
Criterionrepresenting aSAMLArtifact. - ArtifactCriterion(SAMLArtifact) - Constructor for class org.opensaml.saml.criterion.ArtifactCriterion
-
Constructor.
- artifactEndpointResolver - Variable in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
-
Resolver for ArtifactResolutionService endpoints.
- ArtifactImpl - Class in org.opensaml.saml.saml2.core.impl
-
Concrete implementation of
Artifact. - ArtifactImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.ArtifactImpl
-
Constructor.
- artifactLifetime - Variable in class org.opensaml.saml.common.binding.artifact.impl.BasicSAMLArtifactMap
-
Lifetime of an artifact.
- artifactLifetime - Variable in class org.opensaml.saml.common.binding.artifact.impl.StorageServiceSAMLArtifactMap
-
Lifetime of an artifact.
- artifactMap - Variable in class org.opensaml.saml.saml1.binding.encoding.impl.HTTPArtifactEncoder
-
SAML artifact map used to store created artifacts for later retrival.
- artifactMap - Variable in class org.opensaml.saml.saml1.binding.impl.SAML1ArtifactRequestIssuerHandler
-
Protocol value to add to context.
- artifactMap - Variable in class org.opensaml.saml.saml1.profile.impl.ResolveArtifacts
-
Artifact mapper.
- artifactMap - Variable in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPArtifactEncoder
-
SAML artifact map used to store created artifacts for later retrieval.
- artifactMap - Variable in class org.opensaml.saml.saml2.profile.impl.ResolveArtifact
-
Artifact mapper.
- artifactProfile - Variable in class org.opensaml.saml.saml1.profile.impl.AddSubjectConfirmationToSubjects
-
Flag indicating whether the outbound message is being issued via the Artifact profile.
- ArtifactResolutionService - Interface in org.opensaml.saml.saml2.metadata
-
SAML 2.0 Metadata ArtifactResolutionService.
- ArtifactResolutionServiceBuilder - Class in org.opensaml.saml.saml2.metadata.impl
-
Builder for
ArtifactResolutionService. - ArtifactResolutionServiceBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.ArtifactResolutionServiceBuilder
- ArtifactResolutionServiceConverter - Class in org.opensaml.saml.metadata.generator.impl
-
Support for parsing a binding/endpoint pair into a
ArtifactResolutionService. - ArtifactResolutionServiceConverter() - Constructor for class org.opensaml.saml.metadata.generator.impl.ArtifactResolutionServiceConverter
-
Constructor.
- ArtifactResolutionServiceImpl - Class in org.opensaml.saml.saml2.metadata.impl
-
Concrete implementation of
ArtifactResolutionService. - ArtifactResolutionServiceImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.ArtifactResolutionServiceImpl
-
Constructor.
- artifactResolutionServices - Variable in class org.opensaml.saml.saml2.metadata.impl.SSODescriptorImpl
-
Supported artifact resolutions services.
- ArtifactResolve - Interface in org.opensaml.saml.saml2.core
-
SAML 2.0 Core ArtifactResolve.
- ArtifactResolveBuilder - Class in org.opensaml.saml.saml2.core.impl
-
A Builder for
ArtifactResolveobjects. - ArtifactResolveBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.ArtifactResolveBuilder
- 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
ArtifactResponseobjects. - ArtifactResponseBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.ArtifactResponseBuilder
- ArtifactResponseImpl - Class in org.opensaml.saml.saml2.core.impl
-
Concrete implementation of
ArtifactResponse. - ArtifactResponseImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.ArtifactResponseImpl
-
Constructor.
- ArtifactResponseMarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Marshaller for
ArtifactResponse. - ArtifactResponseMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.ArtifactResponseMarshaller
- ArtifactResponseUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Unmarshaller for
ArtifactResponse. - ArtifactResponseUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.ArtifactResponseUnmarshaller
- ArtifactSourceIDMetadataIndexKey(byte[]) - Constructor for class org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex.ArtifactSourceIDMetadataIndexKey
-
Constructor.
- ArtifactSourceLocationMetadataIndexKey(String) - Constructor for class org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex.ArtifactSourceLocationMetadataIndexKey
-
Constructor.
- artifactStore - Variable in class org.opensaml.saml.common.binding.artifact.impl.BasicSAMLArtifactMap
-
Artifact mapping storage.
- artifactStore - Variable in class org.opensaml.saml.common.binding.artifact.impl.StorageServiceSAMLArtifactMap
-
Artifact mapping storage.
- artifactStoreKeySize - Variable in class org.opensaml.saml.common.binding.artifact.impl.StorageServiceSAMLArtifactMap
-
Maximum size of artifacts we can handle.
- artifactType - Variable in class org.opensaml.saml.common.messaging.context.SAMLArtifactContext
-
The artifact type.
- assertEvent(ProfileRequestContext, Object) - Static method in class org.opensaml.profile.testing.ActionTestingSupport
-
Checks that the request context contains an EventContext, and that the event content is as given.
- assertion - Variable in class org.opensaml.saml.saml2.profile.impl.ValidateAssertions.AssertionValidationInput
-
The Assertion being evaluated.
- assertion - Variable in class org.opensaml.saml.saml2.wssecurity.messaging.impl.SAML20AssertionTokenValidationInput
-
The Assertion being evaluated.
- Assertion - Interface in org.opensaml.saml.saml1.core
-
This interface defines how the object representing a SAML 1
Assertionelement behaves. - Assertion - Interface in org.opensaml.saml.saml2.core
-
SAML 2.0 Core Assertion.
- ASSERTION_CONSUMER_SERVICE_INDEX_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthnRequest
-
AssertionConsumerServiceIndex attribute name.
- ASSERTION_CONSUMER_SERVICE_URL_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthnRequest
-
AssertionConsumerServiceURL attribute name.
- ASSERTION_CONSUMER_SERVICE_URL_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.ecp.Response
-
ProviderName attribute name.
- ASSERTION_ID - Static variable in class org.opensaml.saml.saml1.testing.SAML1ActionTestingSupport
-
ID used for all generated
Assertionobjects. - ASSERTION_ID - Static variable in class org.opensaml.saml.saml2.testing.SAML2ActionTestingSupport
-
ID used for all generated
Assertionobjects. - ASSERTION_INVALID - Static variable in class org.opensaml.saml.common.profile.SAMLEventIds
-
ID of event returned if a SAML Assertion was invalid.
- AssertionArtifact - Interface in org.opensaml.saml.saml1.core
-
This interface is for the SAML1
AssertionArtifactelement. - AssertionArtifactBuilder - Class in org.opensaml.saml.saml1.core.impl
-
Builder of
AssertionArtifactobjects. - AssertionArtifactBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.AssertionArtifactBuilder
- AssertionArtifactImpl - Class in org.opensaml.saml.saml1.core.impl
-
Concrete implementation of
AssertionArtifact. - AssertionArtifactImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.AssertionArtifactImpl
-
Constructor.
- assertionArtifacts - Variable in class org.opensaml.saml.saml1.core.impl.RequestImpl
-
The List of AssertionArtifacts.
- AssertionBuilder - Class in org.opensaml.saml.saml1.core.impl
-
Builder of
Assertionobjects. - AssertionBuilder - Class in org.opensaml.saml.saml2.core.impl
-
Builder for
Assertionobjects. - AssertionBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.AssertionBuilder
- AssertionBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AssertionBuilder
- assertionChildren - Variable in class org.opensaml.saml.saml1.core.impl.AdviceImpl
-
Contains all the SAML objects we have added.
- AssertionConsumerService - Interface in org.opensaml.saml.saml2.metadata
-
SAML 2.0 Metadata AssertionConsumerService.
- AssertionConsumerServiceBuilder - Class in org.opensaml.saml.saml2.metadata.impl
-
Builder for
AssertionConsumerServiceobjects. - AssertionConsumerServiceBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AssertionConsumerServiceBuilder
- AssertionConsumerServiceConverter - Class in org.opensaml.saml.metadata.generator.impl
-
Support for parsing a binding/endpoint pair into a
AssertionConsumerService. - AssertionConsumerServiceConverter() - Constructor for class org.opensaml.saml.metadata.generator.impl.AssertionConsumerServiceConverter
-
Constructor.
- AssertionConsumerServiceImpl - Class in org.opensaml.saml.saml2.metadata.impl
-
Concrete implementation of
AssertionConsumerService. - AssertionConsumerServiceImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.AssertionConsumerServiceImpl
-
Constructor.
- assertionConsumerServiceIndex - Variable in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
-
AssertionConsumerServiceIndex attribute.
- assertionConsumerServices - Variable in class org.opensaml.saml.saml2.metadata.impl.SPSSODescriptorImpl
-
AssertionConsumerService children.
- assertionConsumerServiceURL - Variable in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
-
AssertionConsumerServiceURL attribute.
- assertionConsumerURL - Variable in class org.opensaml.saml.saml2.binding.impl.AddECPResponseHeaderHandler
-
The location to record in the header.
- assertionEncParams - Variable in class org.opensaml.saml.saml2.profile.context.EncryptionContext
-
Parameters for assertion encrytion.
- assertionHandle - Variable in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0001
-
20 byte assertion handle.
- assertionHandle - Variable in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0002
-
20 byte assertion handle.
- ASSERTIONID_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.Assertion
-
Name for the attribute which defines Assertion ID.
- AssertionIDRef - Interface in org.opensaml.saml.saml2.core
-
SAML 2.0 Core AssertionIDRef.
- AssertionIDRefBuilder - Class in org.opensaml.saml.saml2.core.impl
-
Builder for
AssertionIDRef. - AssertionIDRefBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AssertionIDRefBuilder
- AssertionIDReference - Interface in org.opensaml.saml.saml1.core
-
This interface defines how the object representing a SAML 1
AssertionIDReferenceelement behaves. - AssertionIDReferenceBuilder - Class in org.opensaml.saml.saml1.core.impl
-
Builder of
AssertionIDReferenceobjects. - AssertionIDReferenceBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.AssertionIDReferenceBuilder
- AssertionIDReferenceImpl - Class in org.opensaml.saml.saml1.core.impl
-
Concrete Implementation of
AssertionIDReferenceObject. - AssertionIDReferenceImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.AssertionIDReferenceImpl
-
Constructor.
- assertionIDReferences - Variable in class org.opensaml.saml.saml1.core.impl.RequestImpl
-
The List of AssertionIDReferences.
- AssertionIDRefImpl - Class in org.opensaml.saml.saml2.core.impl
-
Concrete implementation of
AssertionIDRef. - AssertionIDRefImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AssertionIDRefImpl
-
Constructor.
- assertionIDRefs - Variable in class org.opensaml.saml.saml2.core.impl.AssertionIDRequestImpl
-
List of AssertionIDRef child elements.
- AssertionIDRequest - Interface in org.opensaml.saml.saml2.core
-
SAML 2.0 Core AssertionIDRequest.
- AssertionIDRequestBuilder - Class in org.opensaml.saml.saml2.core.impl
-
A Builder for
AssertionIDRequest. - AssertionIDRequestBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AssertionIDRequestBuilder
- 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
-
Builder for
AssertionIDRequestService. - AssertionIDRequestServiceBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AssertionIDRequestServiceBuilder
- AssertionIDRequestServiceImpl - Class in org.opensaml.saml.saml2.metadata.impl
-
Concrete implementation of
AssertionIDRequestService. - AssertionIDRequestServiceImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.AssertionIDRequestServiceImpl
-
Constructor.
- assertionIDRequestServices - Variable in class org.opensaml.saml.saml2.metadata.impl.AttributeAuthorityDescriptorImpl
-
Assertion request endpoints.
- assertionIDRequestServices - Variable in class org.opensaml.saml.saml2.metadata.impl.AuthnAuthorityDescriptorImpl
-
AuthnQueryService endpoints.
- assertionIDRequestServices - Variable in class org.opensaml.saml.saml2.metadata.impl.IDPSSODescriptorImpl
-
AssertionID request services for this entity.
- assertionIDRequestServices - Variable in class org.opensaml.saml.saml2.metadata.impl.PDPDescriptorImpl
-
AssertionIDRequestService children.
- AssertionIDRequestUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thead-safe Unmarshaller for
AssertionIDRequest. - AssertionIDRequestUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AssertionIDRequestUnmarshaller
- AssertionImpl - Class in org.opensaml.saml.saml1.core.impl
-
This class implements the SAML 1
Assertionstatement. - AssertionImpl - Class in org.opensaml.saml.saml2.core.impl
-
A concrete implementation of
Assertion. - AssertionImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.AssertionImpl
-
Constructor.
- AssertionImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AssertionImpl
-
Constructor.
- assertionLifetimeStrategy - Variable in class org.opensaml.saml.common.profile.impl.AddNotOnOrAfterConditionToAssertions
-
Strategy to obtain assertion lifetime policy.
- AssertionMarshaller - Class in org.opensaml.saml.saml1.core.impl
-
A thread safe Marshaller for
Assertionobjects. - AssertionMarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Marshaller for
Assertion. - AssertionMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AssertionMarshaller
- AssertionMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AssertionMarshaller
- assertionResolver - Variable in class org.opensaml.saml.saml2.profile.impl.ValidateAssertions
-
The resolver for the list of assertions to be validated.
- assertions - Variable in class org.opensaml.saml.saml1.core.impl.ResponseImpl
-
List of all the Assertions.
- assertions - Variable in class org.opensaml.saml.saml1.profile.impl.AddNameIdentifierToSubjects
-
Assertions to modify.
- assertions - Variable in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects
-
Response to modify.
- assertions - Variable in class org.opensaml.saml.saml2.profile.impl.ValidateAssertions
-
The resolved assertions to be validated.
- assertionSigned - Variable in class org.opensaml.saml.saml2.metadata.impl.SPSSODescriptorImpl
-
value for the want assertion signed attribute.
- assertionsLookupStrategy - Variable in class org.opensaml.saml.saml1.profile.impl.AddNameIdentifierToSubjects
-
Strategy used to locate the
Assertions to operate on. - assertionsLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects
-
Strategy used to locate the
Responseto operate on. - AssertionStrategy() - Constructor for class org.opensaml.saml.saml1.profile.impl.AddNameIdentifierToSubjects.AssertionStrategy
- AssertionStrategy() - Constructor for class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects.AssertionStrategy
- AssertionUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
-
A thread-safe Unmarshaller for
Assertionobjects. - AssertionUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Unmarshaller for
Assertion. - AssertionUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AssertionUnmarshaller
- AssertionUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AssertionUnmarshaller
- AssertionURIRef - Interface in org.opensaml.saml.saml2.core
-
SAML 2.0 Core AssertionURIRef.
- AssertionURIRefBuilder - Class in org.opensaml.saml.saml2.core.impl
-
Builder for
AssertionURIRefobjects. - AssertionURIRefBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AssertionURIRefBuilder
- AssertionURIRefImpl - Class in org.opensaml.saml.saml2.core.impl
-
A concrete implementation of
AssertionURIRef. - AssertionURIRefImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AssertionURIRefImpl
-
Constructor.
- AssertionValidationException - Exception in org.opensaml.saml.common.assertion
-
Exception indicating a problem validating a SAML Assertion.
- AssertionValidationException() - Constructor for exception org.opensaml.saml.common.assertion.AssertionValidationException
-
Constructor.
- AssertionValidationException(Exception) - Constructor for exception org.opensaml.saml.common.assertion.AssertionValidationException
-
Constructor.
- AssertionValidationException(String) - Constructor for exception org.opensaml.saml.common.assertion.AssertionValidationException
-
Constructor.
- AssertionValidationException(String, Exception) - Constructor for exception org.opensaml.saml.common.assertion.AssertionValidationException
-
Constructor.
- AssertionValidationInput(ProfileRequestContext, HttpServletRequest, Assertion) - Constructor for class org.opensaml.saml.saml2.profile.impl.ValidateAssertions.AssertionValidationInput
-
Constructor.
- AssertionValidationSupport - Class in org.opensaml.saml.saml2.assertion.impl
-
Support methods for assertion validation.
- AssertionValidationSupport() - Constructor for class org.opensaml.saml.saml2.assertion.impl.AssertionValidationSupport
-
Constructor.
- assertionValidator - Variable in class org.opensaml.saml.saml2.assertion.SAML20AssertionValidator
-
Generic validator.
- AssertionValidator - Interface in org.opensaml.saml.saml2.assertion
-
A validator that evaluates an
Assertiongenerically. - assertionValidatorLookup - Variable in class org.opensaml.saml.saml2.profile.impl.ValidateAssertions
-
The SAML 2.0 Assertion validator lookup function, may be null.
- assertionValidatorLookup - Variable in class org.opensaml.saml.saml2.wssecurity.messaging.impl.WSSecuritySAML20AssertionTokenSecurityHandler
-
The SAML 2.0 Assertion validator lookup function.
- assertProceedEvent(ProfileRequestContext) - Static method in class org.opensaml.profile.testing.ActionTestingSupport
-
Checks that the given request context does not contain an EventContext (thus signaling a "proceed" event).
- assertXMLEquals(String, Document, XMLObject) - Method in class org.opensaml.core.testing.XMLObjectBaseTestCase
-
Asserts a given XMLObject is equal to an expected DOM.
- assertXMLEquals(Document, XMLObject) - Method in class org.opensaml.core.testing.XMLObjectBaseTestCase
-
Asserts a given XMLObject is equal to an expected DOM.
- ASYNC_LOGOUT - Static variable in class org.opensaml.saml.common.profile.SAMLEventIds
-
ID of event returned upon detection of the
Asynchronousextension. - 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
Asynchronousobjects. - AsynchronousBuilder() - Constructor for class org.opensaml.saml.ext.saml2aslo.impl.AsynchronousBuilder
- 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
Asynchronousobjects. - 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
Asynchronousobjects. - AsynchronousUnmarshaller() - Constructor for class org.opensaml.saml.ext.saml2aslo.impl.AsynchronousUnmarshaller
- ATTR_ID_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeAssignmentType
-
Id of the attribute to be assign .
- ATTR_NAME_ALGORTHM - Static variable in class org.opensaml.xmlsec.signature.support.impl.SignatureAlgorithmValidator
-
Local name of 'Algorithm' attribute.
- Attribute - Interface in org.opensaml.saml.saml1.core
-
This interface defines how the object representing a SAML 1
Attributeelement behaves. - Attribute - Interface in org.opensaml.saml.saml2.core
-
SAML 2.0 Core Attribute.
- ATTRIBUTE_CONSUMING_SERVICE_INDEX_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthnRequest
-
AttributeConsumingServiceIndex attribute name.
- ATTRIBUTE_ID_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.ctx.MissingAttributeDetailType
-
AttributeId attribute name.
- ATTRIBUTE_ID_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeDesignatorType
-
AttribtueId attribute name.
- attributeAssignments - Variable in class org.opensaml.xacml.policy.impl.ObligationTypeImpl
-
List of the atrributeAssignments in the obligation.
- AttributeAssignmentType - Interface in org.opensaml.xacml.policy
-
XACML AttributeAssignment schema type.
- AttributeAssignmentTypeImpl - Class in org.opensaml.xacml.policy.impl
-
Implementation for
AttributeAssignmentType. - AttributeAssignmentTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.AttributeAssignmentTypeImpl
-
Constructor.
- AttributeAssignmentTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
-
Builder for
AttributeAssignmentType. - 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
-
Builder for
AttributeAuthorityDescriptor. - AttributeAuthorityDescriptorBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AttributeAuthorityDescriptorBuilder
- 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
AttributeAuthorityDescriptor. - 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
AttributeAuthorityDescriptor. - AttributeAuthorityDescriptorUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AttributeAuthorityDescriptorUnmarshaller
- AttributeBuilder - Class in org.opensaml.saml.saml1.core.impl
-
Builder of
Attributeobjects. - AttributeBuilder - Class in org.opensaml.saml.saml2.core.impl
-
Builder for
Attributeobjects. - AttributeBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeBuilder
- AttributeBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AttributeBuilder
- attributeChoice - Variable in class org.opensaml.xacml.policy.impl.ActionMatchTypeImpl
-
Match's choice of attribute elements.
- attributeChoice - Variable in class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeImpl
-
Match's choice of attribute elements.
- attributeChoice - Variable in class org.opensaml.xacml.policy.impl.ResourceMatchTypeImpl
-
Match's choice of attribute elements.
- attributeChoice - Variable in class org.opensaml.xacml.policy.impl.SubjectMatchTypeImpl
-
Match's choice of attribute elements.
- AttributeConsumerServiceLookupFunction - Class in org.opensaml.saml.common.messaging.context.navigate
-
ContextDataLookupFunctionto return theAttributeConsumingServicefrom theAttributeConsumingServiceContext. - AttributeConsumerServiceLookupFunction() - Constructor for class org.opensaml.saml.common.messaging.context.navigate.AttributeConsumerServiceLookupFunction
- attributeConsumingService - Variable in class org.opensaml.saml.common.messaging.context.AttributeConsumingServiceContext
-
The AttributeConsumingService.
- AttributeConsumingService - Interface in org.opensaml.saml.saml2.metadata
-
SAML 2.0 Metadata AttributeAuthorityDescriptor.
- AttributeConsumingServiceBuilder - Class in org.opensaml.saml.saml2.metadata.impl
-
Builder for
AttributeConsumingService. - AttributeConsumingServiceBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AttributeConsumingServiceBuilder
- AttributeConsumingServiceContext - Class in org.opensaml.saml.common.messaging.context
-
Context, usually attached to
SAMLMetadataContextthat carries a SAMLAttributeConsumingServicefor use in later stages. - AttributeConsumingServiceContext() - Constructor for class org.opensaml.saml.common.messaging.context.AttributeConsumingServiceContext
- attributeConsumingServiceFromRequestedAttributes() - Method in class org.opensaml.saml.common.binding.impl.SAMLAddAttributeConsumingServiceHandler
-
Generate an
AttributeConsumingServicefrom theRequestedAttributes. - AttributeConsumingServiceImpl - Class in org.opensaml.saml.saml2.metadata.impl
-
Concrete implementation of
AttributeConsumingService. - AttributeConsumingServiceImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.AttributeConsumingServiceImpl
-
Constructor.
- attributeConsumingServiceIndex - Variable in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
-
AttributeConsumingServiceIndex attribute.
- AttributeConsumingServiceMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
-
A thread safe Marshaller for
AttributeConsumingServiceobjects. - AttributeConsumingServiceMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AttributeConsumingServiceMarshaller
- attributeConsumingServices - Variable in class org.opensaml.saml.ext.saml2mdquery.impl.AttributeQueryDescriptorTypeImpl
-
Attribute consuming endpoints.
- attributeConsumingServices - Variable in class org.opensaml.saml.saml2.metadata.impl.SPSSODescriptorImpl
-
AttributeConsumingService children.
- AttributeConsumingServiceSelector - Class in org.opensaml.saml.metadata.support
-
Metadata support class which selects an
AttributeConsumingServicebased on input of a mandatoryRoleDescriptorand 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
AttributeConsumingServiceobjects. - 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
AttributeDesignatorelement behaves. - AttributeDesignatorBuilder - Class in org.opensaml.saml.saml1.core.impl
-
Builder of
AttributeDesignatorobjects. - AttributeDesignatorBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeDesignatorBuilder
- AttributeDesignatorImpl - Class in org.opensaml.saml.saml1.core.impl
-
Concrete Implementation of the
AttributeDesignatorinterface. - 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
AttributeDesignatorobjects. - AttributeDesignatorMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeDesignatorMarshaller
- attributeDesignators - Variable in class org.opensaml.saml.saml1.core.impl.AttributeQueryImpl
-
Contains all the child AttributeDesignators.
- AttributeDesignatorType - Interface in org.opensaml.xacml.policy
-
XACML AttribtueDesignator schema type.
- AttributeDesignatorTypeImpl - Class in org.opensaml.xacml.policy.impl
-
Implementation of
AttributeDesignatorType. - AttributeDesignatorTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImpl
-
Constructor.
- AttributeDesignatorTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
-
Builder for
AttributeDesignatorType. - 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
AttributeDesignatorobjects. - AttributeDesignatorUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeDesignatorUnmarshaller
- AttributedQName - Interface in org.opensaml.soap.wsaddressing
-
Interface for type <wsa:AttributedQName>.
- AttributedQNameImpl - Class in org.opensaml.soap.wsaddressing.impl
-
Implementation of
AttributedQName. - AttributedQNameImpl(String, String, String) - Constructor for class org.opensaml.soap.wsaddressing.impl.AttributedQNameImpl
-
Constructor.
- AttributedQNameMarshaller - Class in org.opensaml.soap.wsaddressing.impl
-
Marshaller for instances of
AttributedQName. - AttributedQNameMarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.AttributedQNameMarshaller
- AttributedQNameUnmarshaller - Class in org.opensaml.soap.wsaddressing.impl
-
Unmarshaller for instances of
AttributedQName. - AttributedQNameUnmarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.AttributedQNameUnmarshaller
- AttributedString - Interface in org.opensaml.soap.wssecurity
-
Interface for elements of complex type AttributedString.
- AttributedStringImpl - Class in org.opensaml.soap.wssecurity.impl
-
Implementation of
AttributedString. - AttributedStringImpl(String, String, String) - Constructor for class org.opensaml.soap.wssecurity.impl.AttributedStringImpl
-
Constructor.
- AttributedStringMarshaller - Class in org.opensaml.soap.wssecurity.impl
-
Marshaller for instances of
AttributedString. - AttributedStringMarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.AttributedStringMarshaller
- AttributedStringUnmarshaller - Class in org.opensaml.soap.wssecurity.impl
-
Unmarshaller for instances of
AttributedString. - AttributedStringUnmarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.AttributedStringUnmarshaller
- AttributedUnsignedLong - Interface in org.opensaml.soap.wsaddressing
-
Interface for type <wsa:AttributedUnsignedLongType>.
- AttributedUnsignedLongImpl - Class in org.opensaml.soap.wsaddressing.impl
-
Implementation of
AttributedUnsignedLong. - AttributedUnsignedLongImpl(String, String, String) - Constructor for class org.opensaml.soap.wsaddressing.impl.AttributedUnsignedLongImpl
-
Constructor.
- AttributedUnsignedLongMarshaller - Class in org.opensaml.soap.wsaddressing.impl
-
Marshaller for instances of
AttributedUnsignedLong. - AttributedUnsignedLongMarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.AttributedUnsignedLongMarshaller
- AttributedUnsignedLongUnmarshaller - Class in org.opensaml.soap.wsaddressing.impl
-
Unmarshaller for instances of
AttributedUnsignedLong. - AttributedUnsignedLongUnmarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.AttributedUnsignedLongUnmarshaller
- AttributedURI - Interface in org.opensaml.soap.wsaddressing
-
Interface for element of type <wsa:AttributedURIType>.
- AttributedURI - Interface in org.opensaml.soap.wssecurity
-
Interface for elements of complex type AttributedURI.
- AttributedURIImpl - Class in org.opensaml.soap.wsaddressing.impl
-
AbstractAttributedURIType is the abstract implementation of
AttributedURI. - AttributedURIImpl - Class in org.opensaml.soap.wssecurity.impl
-
Implementation of
AttributedURI. - AttributedURIImpl(String, String, String) - Constructor for class org.opensaml.soap.wsaddressing.impl.AttributedURIImpl
-
Constructor.
- AttributedURIImpl(String, String, String) - Constructor for class org.opensaml.soap.wssecurity.impl.AttributedURIImpl
-
Constructor.
- AttributedURIMarshaller - Class in org.opensaml.soap.wsaddressing.impl
-
Abstract marshaller for the element of type
AttributedURI. - AttributedURIMarshaller - Class in org.opensaml.soap.wssecurity.impl
-
Marshaller for instances of
AttributedURI. - AttributedURIMarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.AttributedURIMarshaller
- AttributedURIMarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.AttributedURIMarshaller
- AttributedURIUnmarshaller - Class in org.opensaml.soap.wsaddressing.impl
-
Abstract unmarshaller for the element of type
AttributedURI. - AttributedURIUnmarshaller - Class in org.opensaml.soap.wssecurity.impl
-
Unmarshaller for instances of
AttributedURI. - AttributedURIUnmarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.AttributedURIUnmarshaller
- AttributedURIUnmarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.AttributedURIUnmarshaller
- attributeEncParams - Variable in class org.opensaml.saml.saml2.profile.context.EncryptionContext
-
Parameters for attribute encrytion.
- AttributeExtensibleXMLObject - Interface in org.opensaml.core.xml
-
An interface for XMLObjects that represent DOM elements that support the XML Schema anyAttribute construct.
- attributeFilter - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.EntityAttributesFilter
-
A condition to apply to pre-existing tags to determine their legitimacy.
- attributeId - Variable in class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeImpl
-
ID of the attribute.
- attributeId - Variable in class org.opensaml.xacml.policy.impl.AttributeAssignmentTypeImpl
-
Value for the attribute AttributeId.
- attributeId - Variable in class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImpl
-
Attribute Id.
- attributeID - Variable in class org.opensaml.xacml.ctx.impl.AttributeTypeImpl
-
AttributeID of the attribute.
- ATTRIBUTEID_ATTTRIB_NAME - Static variable in interface org.opensaml.xacml.ctx.AttributeType
-
Name of the AttributeId attribute.
- AttributeImpl - Class in org.opensaml.saml.saml1.core.impl
-
A Concrete implementation of the
AttributeInterface. - AttributeImpl - Class in org.opensaml.saml.saml2.core.impl
-
Concrete implementation of
Attribute. - AttributeImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeImpl
-
Constructor.
- AttributeImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AttributeImpl
-
Constructor.
- attributeInfo - Variable in class org.opensaml.saml.ext.saml2mdattr.impl.EntityAttributesImpl
-
Extension data.
- AttributeMap - Class in org.opensaml.core.xml.util
-
A map of attribute names and attribute values that invalidates the DOM of the attribute owning XMLObject when the attributes change.
- AttributeMap(XMLObject) - Constructor for class org.opensaml.core.xml.util.AttributeMap
-
Constructor.
- AttributeMarshaller - Class in org.opensaml.saml.saml1.core.impl
-
A thread safe Marshaller for
Attributeobjects. - AttributeMarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread safe Marshaller for
Attributeobjects. - AttributeMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeMarshaller
- AttributeMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AttributeMarshaller
- attributeName - Variable in class org.opensaml.saml.saml1.core.impl.AttributeDesignatorImpl
-
Contains the AttributeName.
- ATTRIBUTENAME_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.AttributeDesignator
-
Name for the AttributeName attribute.
- attributeNamespace - Variable in class org.opensaml.saml.saml1.core.impl.AttributeDesignatorImpl
-
Contains the AttributeNamespace.
- ATTRIBUTENAMESPACE_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.AttributeDesignator
-
Name for the AttributeNamespace attribute.
- attributeOwner - Variable in class org.opensaml.core.xml.util.AttributeMap
-
XMLObject owning the attributes.
- AttributeProfile - Interface in org.opensaml.saml.saml2.metadata
-
SAML 2.0 Metadata AttributeProfile.
- AttributeProfileBuilder - Class in org.opensaml.saml.saml2.metadata.impl
-
Builder for
AttributeProfile. - AttributeProfileBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AttributeProfileBuilder
- AttributeProfileImpl - Class in org.opensaml.saml.saml2.metadata.impl
-
A concrete implementation of
AttributeProfile. - AttributeProfileImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.AttributeProfileImpl
-
Constructor.
- attributeProfiles - Variable in class org.opensaml.saml.saml2.metadata.impl.AttributeAuthorityDescriptorImpl
-
Supported attribute profiles.
- attributeProfiles - Variable in class org.opensaml.saml.saml2.metadata.impl.IDPSSODescriptorImpl
-
Attribute profiles supported by this entity.
- AttributeQuery - Interface in org.opensaml.saml.saml1.core
-
Description of the behaviour of the
AttributeQueryelement. - AttributeQuery - Interface in org.opensaml.saml.saml2.core
-
SAML 2.0 AttributeQuery.
- AttributeQueryBuilder - Class in org.opensaml.saml.saml1.core.impl
-
Builder of
AttributeQueryobjects. - AttributeQueryBuilder - Class in org.opensaml.saml.saml2.core.impl
-
A Builder for
AttributeQueryobjects. - AttributeQueryBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeQueryBuilder
- AttributeQueryBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AttributeQueryBuilder
- AttributeQueryDescriptorType - Interface in org.opensaml.saml.ext.saml2mdquery
-
SAML 2.0 Metadata extension AttributeQueryDescriptorType.
- AttributeQueryDescriptorTypeBuilder - Class in org.opensaml.saml.ext.saml2mdquery.impl
-
Builder of
AttributeQueryDescriptorTypeobjects. - 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
AttributeQueryDescriptorTypeobjects. - AttributeQueryDescriptorTypeMarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdquery.impl.AttributeQueryDescriptorTypeMarshaller
- AttributeQueryDescriptorTypeUnmarshaller - Class in org.opensaml.saml.ext.saml2mdquery.impl
-
Unmarshaller of
AttributeQueryDescriptorTypeobjects. - AttributeQueryDescriptorTypeUnmarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdquery.impl.AttributeQueryDescriptorTypeUnmarshaller
- AttributeQueryImpl - Class in org.opensaml.saml.saml1.core.impl
-
Concrete implementation of the
AttributeQueryinterface. - AttributeQueryImpl - Class in org.opensaml.saml.saml2.core.impl
-
Concrete implementation of
AttributeQuery. - AttributeQueryImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeQueryImpl
-
Constructor.
- AttributeQueryImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AttributeQueryImpl
-
Constructor.
- AttributeQueryMarshaller - Class in org.opensaml.saml.saml1.core.impl
-
A thread safe Marshaller for
AttributeQueryobjects. - AttributeQueryMarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Marshaller for
AttributeQuery. - AttributeQueryMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeQueryMarshaller
- AttributeQueryMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AttributeQueryMarshaller
- AttributeQueryUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
-
A thread-safe Unmarshaller for
AttributeQueryobjects. - AttributeQueryUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Unmarshaller for
AttributeQuery. - AttributeQueryUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeQueryUnmarshaller
- AttributeQueryUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AttributeQueryUnmarshaller
- attributes - Variable in class org.opensaml.core.xml.util.AttributeMap
-
Map of attributes.
- attributes - Variable in class org.opensaml.saml.common.profile.logic.EntityAttributesPredicate.EntityAttributesMatcher
-
Population to evaluate for a match.
- attributes - Variable in class org.opensaml.saml.saml1.core.impl.AttributeStatementImpl
-
Contains the Attributes (in order).
- attributes - Variable in class org.opensaml.saml.saml2.core.impl.AttributeQueryImpl
-
Attribute child elements.
- attributes - Variable in class org.opensaml.saml.saml2.metadata.impl.AttributeAuthorityDescriptorImpl
-
Supported attribute.
- attributes - Variable in class org.opensaml.saml.saml2.metadata.impl.IDPSSODescriptorImpl
-
Attributes accepted by this entity.
- attributes - Variable in class org.opensaml.soap.common.AbstractExtensibleSOAPObject
-
Attributes of the proxied Element.
- attributes - Variable in class org.opensaml.soap.wssecurity.impl.AttributedStringImpl
-
The wildcard attributes.
- attributes - Variable in class org.opensaml.soap.wssecurity.impl.AttributedURIImpl
-
The wildcard attributes.
- attributes - Variable in class org.opensaml.xacml.ctx.impl.ActionTypeImpl
-
Lists of the attributes in the subject.
- attributes - Variable in class org.opensaml.xacml.ctx.impl.EnvironmentTypeImpl
-
List of the values in the environment.
- attributes - Variable in class org.opensaml.xacml.ctx.impl.ResourceTypeImpl
-
Lists of the attributes in the subject.
- attributes - Variable in class org.opensaml.xacml.ctx.impl.SubjectTypeImpl
-
Lists of the attributes in the subject.
- AttributeSelectorType - Interface in org.opensaml.xacml.policy
-
XACML AttributeSelector schema type.
- AttributeSelectorTypeImpl - Class in org.opensaml.xacml.policy.impl
-
Implementation
AttributeSelectorType. - AttributeSelectorTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.AttributeSelectorTypeImpl
-
Constructor.
- AttributeSelectorTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
-
Builder for
AttributeSelectorType. - 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
-
Builder for
AttributeService. - AttributeServiceBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AttributeServiceBuilder
- AttributeServiceConverter - Class in org.opensaml.saml.metadata.generator.impl
-
Support for parsing a binding/endpoint pair into a
AttributeService. - AttributeServiceConverter() - Constructor for class org.opensaml.saml.metadata.generator.impl.AttributeServiceConverter
-
Constructor.
- AttributeServiceImpl - Class in org.opensaml.saml.saml2.metadata.impl
-
Concrete implementation of
AttributeService. - AttributeServiceImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.AttributeServiceImpl
-
Constructor.
- attributeServices - Variable in class org.opensaml.saml.saml2.metadata.impl.AttributeAuthorityDescriptorImpl
-
Attribte query endpoints.
- AttributeStatement - Interface in org.opensaml.saml.saml1.core
-
This interface defines how the object representing a SAML 1
AttributeStatementelement 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
AttributeStatementobjects. - AttributeStatementBuilder - Class in org.opensaml.saml.saml2.core.impl
-
Builder for
AttributeStatementobjects. - AttributeStatementBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeStatementBuilder
- AttributeStatementBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AttributeStatementBuilder
- AttributeStatementImpl - Class in org.opensaml.saml.saml1.core.impl
-
A Concrete implementation of the
AttributeStatementInterface. - AttributeStatementImpl - Class in org.opensaml.saml.saml2.core.impl
-
A concrete implementation of
AttributeStatement. - AttributeStatementImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeStatementImpl
-
Constructor.
- AttributeStatementImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AttributeStatementImpl
-
Constructor.
- AttributeStatementMarshaller - Class in org.opensaml.saml.saml1.core.impl
-
A thread safe Marshaller for
AttributeStatementobjects. - AttributeStatementMarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Marshaller for
AttributeStatement. - AttributeStatementMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeStatementMarshaller
- AttributeStatementMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AttributeStatementMarshaller
- AttributeStatementUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
-
A thread-safe Unmarshaller for
AttributeStatementobjects. - AttributeStatementUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Unmarshaller for
AttributeStatement. - AttributeStatementUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeStatementUnmarshaller
- AttributeStatementUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AttributeStatementUnmarshaller
- AttributeType - Interface in org.opensaml.xacml.ctx
-
XACML context Attribute schema type.
- AttributeTypeImpl - Class in org.opensaml.xacml.ctx.impl
-
Concrete implementation of
AttributeType. - AttributeTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.ctx.impl.AttributeTypeImpl
-
Constructor.
- AttributeTypeImplBuilder - Class in org.opensaml.xacml.ctx.impl
-
Builder for
AttributeTypeobjects. - AttributeTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.AttributeTypeImplBuilder
-
Constructor.
- AttributeTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
-
Marshaller for
AttributeTypeobjects. - AttributeTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.AttributeTypeMarshaller
-
Constructor.
- AttributeTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
-
Unmarshaller for
AttributeTypeobjects. - 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
Attributeobjects. - AttributeUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Unmarshaller for
Attributeobjects. - AttributeUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeUnmarshaller
- AttributeUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AttributeUnmarshaller
- attributeValue - Variable in class org.opensaml.xacml.policy.impl.ActionMatchTypeImpl
-
Match's attribute value.
- attributeValue - Variable in class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeImpl
-
Match's attribute value.
- attributeValue - Variable in class org.opensaml.xacml.policy.impl.ResourceMatchTypeImpl
-
Match's attribute value.
- attributeValue - Variable in class org.opensaml.xacml.policy.impl.SubjectMatchTypeImpl
-
Match's attribute value.
- AttributeValue - Interface in org.opensaml.saml.saml1.core
-
This interface defines how the object representing a SAML 1
AttributeValueelement behaves. - AttributeValue - Interface in org.opensaml.saml.saml2.core
-
This interface defines how the object representing a SAML 2
AttributeValueelement behaves. - AttributeValueBuilder - Class in org.opensaml.saml.saml1.core.impl
-
Builder for
AttributeValueobjects. - AttributeValueBuilder - Class in org.opensaml.saml.saml2.core.impl
-
Builder for
AttributeValueobjects. - AttributeValueBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeValueBuilder
- AttributeValueBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AttributeValueBuilder
- AttributeValueImpl - Class in org.opensaml.saml.saml1.core.impl
-
A concrete implementation of
AttributeValue. - AttributeValueImpl - Class in org.opensaml.saml.saml2.core.impl
-
A concrete implementation of
AttributeValue. - AttributeValueImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.AttributeValueImpl
-
Constructor.
- AttributeValueImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AttributeValueImpl
-
Constructor.
- attributeValues - Variable in class org.opensaml.saml.saml1.core.impl.AttributeImpl
-
Contains the AttributeValues.
- attributeValues - Variable in class org.opensaml.saml.saml2.core.impl.AttributeImpl
-
List of attribute values for this attribute.
- attributeValues - Variable in class org.opensaml.xacml.ctx.impl.AttributeTypeImpl
-
List of values for this attribute.
- attributeValues - Variable in class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeImpl
-
Lists of the attribute values in details.
- AttributeValueType - Interface in org.opensaml.xacml.ctx
-
XACML context AttributeValue schema type.
- AttributeValueType - Interface in org.opensaml.xacml.policy
-
XACML AttributeValue schema type.
- AttributeValueTypeImpl - Class in org.opensaml.xacml.ctx.impl
-
Concrete implementation of
AttributeValueType. - AttributeValueTypeImpl - Class in org.opensaml.xacml.policy.impl
-
Implementation of
AttributeValueType. - AttributeValueTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.ctx.impl.AttributeValueTypeImpl
-
Constructor.
- AttributeValueTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.AttributeValueTypeImpl
-
Constructor.
- AttributeValueTypeImplBuilder - Class in org.opensaml.xacml.ctx.impl
-
Builder for
AttributeValueTypeobjects. - AttributeValueTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
-
Builder for
AttributeValueType. - AttributeValueTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.AttributeValueTypeImplBuilder
-
Constructor.
- AttributeValueTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.AttributeValueTypeImplBuilder
- AttributeValueTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
-
Marshaller for
AttributeValueTypeobjects. - AttributeValueTypeMarshaller - Class in org.opensaml.xacml.policy.impl
-
Marshaller for
AttributeValueType. - AttributeValueTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.AttributeValueTypeMarshaller
-
Constructor.
- AttributeValueTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.AttributeValueTypeMarshaller
- AttributeValueTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
-
Unmarshaller for
AttributeValueTypeobjects. - AttributeValueTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
-
Unmarshaller for
AttributeValueType. - AttributeValueTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.AttributeValueTypeUnmarshaller
-
Constructor.
- AttributeValueTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.AttributeValueTypeUnmarshaller
- attrNames - Variable in class org.opensaml.core.xml.NamespaceManager
-
Registered namespaces of attribute names.
- attrValues - Variable in class org.opensaml.core.xml.NamespaceManager
-
Registered namespaces of attribute values.
- Audience - Interface in org.opensaml.saml.saml1.core
-
This interface describes how an object representing a SAML1
Audienceelement 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
Audienceobjects. - AudienceBuilder - Class in org.opensaml.saml.saml2.core.impl
-
Builder for
Audienceobjects. - AudienceBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.AudienceBuilder
- AudienceBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AudienceBuilder
- AudienceImpl - Class in org.opensaml.saml.saml1.core.impl
-
Concrete class implementation of
Audience. - AudienceImpl - Class in org.opensaml.saml.saml2.core.impl
-
Concrete implementation of
Audience. - AudienceImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.AudienceImpl
-
Constructor.
- AudienceImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AudienceImpl
-
Constructor.
- AudienceRestriction - Interface in org.opensaml.saml.saml2.core
-
SAML 2.0 Core AudienceRestriction.
- AudienceRestrictionBuilder - Class in org.opensaml.saml.saml2.core.impl
-
Builder for
AudienceRestrictionobjects. - AudienceRestrictionBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AudienceRestrictionBuilder
- AudienceRestrictionCondition - Interface in org.opensaml.saml.saml1.core
-
This interface describes how ab object representing a SAML1
AudienceRestrictionConditionelement will behave. - AudienceRestrictionConditionBuilder - Class in org.opensaml.saml.saml1.core.impl
-
Builder of
AudienceRestrictionConditionobjects. - AudienceRestrictionConditionBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.AudienceRestrictionConditionBuilder
- 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
AudienceRestrictionConditionobjects. - 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
AudienceRestrictionConditionobjects. - AudienceRestrictionConditionUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AudienceRestrictionConditionUnmarshaller
- AudienceRestrictionConditionValidator - Class in org.opensaml.saml.saml2.assertion.impl
-
ConditionValidatorimplementation forAudienceRestrictionconditions. - AudienceRestrictionConditionValidator() - Constructor for class org.opensaml.saml.saml2.assertion.impl.AudienceRestrictionConditionValidator
- AudienceRestrictionImpl - Class in org.opensaml.saml.saml2.core.impl
-
Concrete implementation of
AudienceRestriction. - AudienceRestrictionImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AudienceRestrictionImpl
-
Constructor.
- AudienceRestrictionMarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread safe Marshaller for
AudienceRestrictionobjects. - AudienceRestrictionMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AudienceRestrictionMarshaller
- audienceRestrictionsLookupStrategy - Variable in class org.opensaml.saml.common.profile.impl.AddAudienceRestrictionToAssertions
-
Strategy used to obtain the audiences to add.
- AudienceRestrictionUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Unmarshaller for
AudienceRestrictionobjects. - AudienceRestrictionUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AudienceRestrictionUnmarshaller
- audiences - Variable in class org.opensaml.saml.common.profile.impl.AddAudienceRestrictionToAssertions
-
Audiences to add.
- audiences - Variable in class org.opensaml.saml.saml1.core.impl.AudienceRestrictionConditionImpl
-
Audiences.
- audiences - Variable in class org.opensaml.saml.saml2.core.impl.AudienceRestrictionImpl
-
List of the audiences.
- audiences - Variable in class org.opensaml.saml.saml2.core.impl.ProxyRestrictionImpl
-
Audiences of the Restriction.
- audiences - Variable in class org.opensaml.saml.saml2.profile.impl.AddProxyRestrictionToAssertions
-
Audiences to add.
- AUTH_HASH - Static variable in interface org.opensaml.soap.wstrust.CombinedHash
-
The fixed string "AUTH-HASH" used in computing the value of the combined hash.
- AUTH_REQUESTS_SIGNED_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.SPSSODescriptor
-
"AuthnRequestsSigned" attribute's local name.
- authCache - Variable in class org.opensaml.security.httpclient.HttpClientSecurityParameters
-
HttpClient
AuthCacheto allow pre-emptive authentication. - authenticated - Variable in class org.opensaml.saml.common.messaging.context.AbstractAuthenticatableSAMLEntityContext
-
Flag indicating whether the SAML peer entity has been authenticated.
- AUTHENTICATED_TELEPHONY_AUTHN_CTX - Static variable in interface org.opensaml.saml.saml2.core.AuthnContext
-
URI for Authenticated Telephony authentication context.
- authenticatingAuthority - Variable in class org.opensaml.saml.saml2.core.impl.AuthnContextImpl
-
List of the Authenticating Authorities.
- AuthenticatingAuthority - Interface in org.opensaml.saml.saml2.core
-
SAML 2.0 Core AuthenticatingAuthority.
- AuthenticatingAuthorityBuilder - Class in org.opensaml.saml.saml2.core.impl
-
Builder for
AuthenticatingAuthorityobjects. - AuthenticatingAuthorityBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthenticatingAuthorityBuilder
- AuthenticatingAuthorityImpl - Class in org.opensaml.saml.saml2.core.impl
-
A concrete implementation of
AuthenticatingAuthority. - AuthenticatingAuthorityImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AuthenticatingAuthorityImpl
-
Constructor.
- authenticationInstant - Variable in class org.opensaml.saml.saml1.core.impl.AuthenticationStatementImpl
-
Contains the AuthenticationMethod attribute contents.
- AUTHENTICATIONINSTANT_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.AuthenticationStatement
-
Name of the AuthenticationInstant attribute.
- AUTHENTICATIONINSTANT_ATTRIB_QNAME - Static variable in interface org.opensaml.saml.saml1.core.AuthenticationStatement
-
QName of the AuthenticationInstant attribute.
- authenticationLookupStrategy - Variable in class org.opensaml.messaging.handler.impl.CheckMandatoryAuthentication
-
Strategy used to look up the authentication state associated with the message context.
- authenticationMethod - Variable in class org.opensaml.saml.saml1.core.impl.AuthenticationQueryImpl
-
The method used to do the authentication.
- authenticationMethod - Variable in class org.opensaml.saml.saml1.core.impl.AuthenticationStatementImpl
-
Contains the AuthenticationMethod attribute contents.
- AUTHENTICATIONMETHOD_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.AuthenticationQuery
-
AuthenticationMethod attribute name.
- AUTHENTICATIONMETHOD_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.AuthenticationStatement
-
Name of the AuthenticationMethod attribute.
- AuthenticationQuery - Interface in org.opensaml.saml.saml1.core
-
Description of the behaviour of the
AuthenticationQueryelement. - AuthenticationQueryBuilder - Class in org.opensaml.saml.saml1.core.impl
-
Builder of
AuthenticationQueryobjects. - AuthenticationQueryBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.AuthenticationQueryBuilder
- AuthenticationQueryImpl - Class in org.opensaml.saml.saml1.core.impl
-
Concrete implementation of the
AuthenticationQueryinterface. - 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
AuthenticationQueryobjects. - 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
AuthenticationQueryobjects. - 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
AuthenticationStatmentelement behaves. - AuthenticationStatementBuilder - Class in org.opensaml.saml.saml1.core.impl
-
Builder of
AuthenticationStatementobjects. - AuthenticationStatementBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.AuthenticationStatementBuilder
- AuthenticationStatementImpl - Class in org.opensaml.saml.saml1.core.impl
-
A Concrete implementation of the
AuthenticationStatementInterface. - 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
AuthenticationStatementobjects. - 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
AuthenticationStatementobjects. - AuthenticationStatementUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AuthenticationStatementUnmarshaller
- AuthenticationType - Interface in org.opensaml.soap.wstrust
-
The wst:AuthenticationType element.
- AuthenticationTypeBuilder - Class in org.opensaml.soap.wstrust.impl
-
Builder for the AuthenticationType element.
- AuthenticationTypeBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.AuthenticationTypeBuilder
- AuthenticationTypeImpl - Class in org.opensaml.soap.wstrust.impl
-
AddressImpl.
- AuthenticationTypeImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.AuthenticationTypeImpl
-
Constructor.
- AuthenticationTypeMarshaller - Class in org.opensaml.soap.wstrust.impl
-
Marshaller for the AuthenticationType element.
- AuthenticationTypeMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.AuthenticationTypeMarshaller
- AuthenticationTypeUnmarshaller - Class in org.opensaml.soap.wstrust.impl
-
Unmarshaller for the wst:AuthenticationType element.
- AuthenticationTypeUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.AuthenticationTypeUnmarshaller
- Authenticator - Interface in org.opensaml.soap.wstrust
-
The wst:Authenticator element.
- AuthenticatorBuilder - Class in org.opensaml.soap.wstrust.impl
-
Builder for the Authenticator element.
- AuthenticatorBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.AuthenticatorBuilder
- AuthenticatorImpl - Class in org.opensaml.soap.wstrust.impl
-
AuthenticatorImpl.
- AuthenticatorImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.AuthenticatorImpl
-
Constructor.
- AuthenticatorMarshaller - Class in org.opensaml.soap.wstrust.impl
-
Marshaller for the Authenticator element.
- AuthenticatorMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.AuthenticatorMarshaller
- AuthenticatorUnmarshaller - Class in org.opensaml.soap.wstrust.impl
-
Unmarshaller for the wst:Authenticator element.
- AuthenticatorUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.AuthenticatorUnmarshaller
- AUTHN_FAILED - Static variable in interface org.opensaml.saml.saml2.core.StatusCode
-
URI for AuthnFailed status code.
- AUTHN_INSTANT_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthnStatement
-
AuthnInstant attribute name.
- AUTHN_INSTANT_ATTRIB_QNAME - Static variable in interface org.opensaml.saml.saml2.core.AuthnStatement
-
AuthnInstant attribute QName.
- AuthnAuthorityDescriptor - Interface in org.opensaml.saml.saml2.metadata
-
SAML 2.0 Metadata AuthnAuthorityDescriptor.
- AuthnAuthorityDescriptorBuilder - Class in org.opensaml.saml.saml2.metadata.impl
-
Builder for
AuthnAuthorityDescriptorobjects. - AuthnAuthorityDescriptorBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AuthnAuthorityDescriptorBuilder
- AuthnAuthorityDescriptorImpl - Class in org.opensaml.saml.saml2.metadata.impl
-
Concrete implementation of
AuthnAuthorityDescriptor. - AuthnAuthorityDescriptorImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.AuthnAuthorityDescriptorImpl
-
Constructor .
- AuthnAuthorityDescriptorMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
-
A thread safe Marshaller for
AuthnAuthorityDescriptorobjects. - 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
AuthnAuthorityDescriptorobjects. - AuthnAuthorityDescriptorUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AuthnAuthorityDescriptorUnmarshaller
- authnContext - Variable in class org.opensaml.saml.saml2.core.impl.AuthnStatementImpl
-
Authentication Context of the Authentication Statement.
- AuthnContext - Interface in org.opensaml.saml.saml2.core
-
SAML 2.0 Core AuthnContext.
- AuthnContextBuilder - Class in org.opensaml.saml.saml2.core.impl
-
Builder for
AuthnContextobjects. - AuthnContextBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnContextBuilder
- authnContextClassRef - Variable in class org.opensaml.saml.saml2.core.impl.AuthnContextImpl
-
URI of the Context Class.
- AuthnContextClassRef - Interface in org.opensaml.saml.saml2.core
-
SAML 2.0 Core AuthnContextClassRef.
- AuthnContextClassRefBuilder - Class in org.opensaml.saml.saml2.core.impl
-
Builder for
AuthnContextClassRefobjects. - AuthnContextClassRefBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnContextClassRefBuilder
- AuthnContextClassRefImpl - Class in org.opensaml.saml.saml2.core.impl
-
A concrete implementation of
AuthnContextClassRef. - AuthnContextClassRefImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnContextClassRefImpl
-
Constructor.
- authnContextClassRefs - Variable in class org.opensaml.saml.saml2.core.impl.RequestedAuthnContextImpl
-
AuthnContextClassRef child elements.
- AuthnContextComparisonTypeEnumeration - Enum Class in org.opensaml.saml.saml2.core
-
Enumeration of
RequestedAuthnContextcomparison types. - AuthnContextComparisonTypeEnumeration(String) - Constructor for enum class org.opensaml.saml.saml2.core.AuthnContextComparisonTypeEnumeration
-
Constructor.
- authnContextDecl - Variable in class org.opensaml.saml.saml2.core.impl.AuthnContextImpl
-
Declaration of the Authentication Context.
- AuthnContextDecl - Interface in org.opensaml.saml.saml2.core
-
SAML 2.0 Core AuthnContextDecl.
- AuthnContextDeclBuilder - Class in org.opensaml.saml.saml2.core.impl
-
Builder for
AuthnContextDeclobjects. - AuthnContextDeclBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnContextDeclBuilder
- AuthnContextDeclImpl - Class in org.opensaml.saml.saml2.core.impl
-
A concrete implementation of
AuthnContextDecl. - AuthnContextDeclImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnContextDeclImpl
-
Constructor.
- authnContextDeclRef - Variable in class org.opensaml.saml.saml2.core.impl.AuthnContextImpl
-
URI of the Declaration of the Authentication Context.
- AuthnContextDeclRef - Interface in org.opensaml.saml.saml2.core
-
SAML 2.0 Core AuthnContextDeclRef.
- AuthnContextDeclRefBuilder - Class in org.opensaml.saml.saml2.core.impl
-
Builder for
AuthnContextDeclRefobjects. - AuthnContextDeclRefBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnContextDeclRefBuilder
- AuthnContextDeclRefImpl - Class in org.opensaml.saml.saml2.core.impl
-
A concrete implementation of
AuthnContextDeclRef. - AuthnContextDeclRefImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnContextDeclRefImpl
-
Constructor.
- authnContextDeclRefs - Variable in class org.opensaml.saml.saml2.core.impl.RequestedAuthnContextImpl
-
AuthnContextDeclRef child elements.
- AuthnContextImpl - Class in org.opensaml.saml.saml2.core.impl
-
A concrete implemenation of
AuthnContext. - AuthnContextImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnContextImpl
-
Constructor.
- AuthnContextMarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Marshaller for
AuthnContext. - AuthnContextMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnContextMarshaller
- AuthnContextUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Unmarshaller for
AuthnContext. - AuthnContextUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnContextUnmarshaller
- authnInstant - Variable in class org.opensaml.saml.saml2.core.impl.AuthnStatementImpl
-
Time of the authentication.
- AuthnQuery - Interface in org.opensaml.saml.saml2.core
-
SAML 2.0 AuthnQuery.
- AuthnQueryBuilder - Class in org.opensaml.saml.saml2.core.impl
-
A Builder for
AuthnQueryobjects. - AuthnQueryBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnQueryBuilder
- 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
AuthnQueryDescriptorTypeobjects. - 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
AuthnQueryDescriptorTypeobjects. - AuthnQueryDescriptorTypeMarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdquery.impl.AuthnQueryDescriptorTypeMarshaller
- AuthnQueryDescriptorTypeUnmarshaller - Class in org.opensaml.saml.ext.saml2mdquery.impl
-
Unmarshaller of
AuthnQueryDescriptorTypeobjects. - 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
-
Builder for
AuthnQueryService. - AuthnQueryServiceBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AuthnQueryServiceBuilder
- AuthnQueryServiceImpl - Class in org.opensaml.saml.saml2.metadata.impl
-
Concrete implementation of
AuthnQueryService. - AuthnQueryServiceImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.AuthnQueryServiceImpl
-
Constructor.
- authnQueryServices - Variable in class org.opensaml.saml.saml2.metadata.impl.AuthnAuthorityDescriptorImpl
-
AuthnQueryService endpoints.
- AuthnQueryUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Unmarshaller for
AuthnQueryobjects. - 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
AuthnRequestobjects. - AuthnRequestBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnRequestBuilder
- AuthnRequestImpl - Class in org.opensaml.saml.saml2.core.impl
-
A concrete implementation of
AuthnRequest. - AuthnRequestImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
-
Constructor.
- AuthnRequestLookup() - Constructor for class org.opensaml.saml.common.binding.impl.SAMLAddAttributeConsumingServiceHandler.AuthnRequestLookup
- authnRequestLookupStrategy - Variable in class org.opensaml.saml.common.binding.impl.SAMLAddAttributeConsumingServiceHandler
-
Lookup strategy for an
AuthnRequestindex. - AuthnRequestMarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Marshaller for
AuthnRequest. - AuthnRequestMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnRequestMarshaller
- authnRequestSigned - Variable in class org.opensaml.saml.saml2.metadata.impl.SPSSODescriptorImpl
-
value for isAuthnRequestSigned attribute.
- AuthnRequestUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Unmarshaller for
AuthnRequestobjects. - 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
AuthnStatementobjects. - AuthnStatementBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnStatementBuilder
- AuthnStatementImpl - Class in org.opensaml.saml.saml2.core.impl
-
A concrete implementation of
AuthnStatement. - AuthnStatementImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnStatementImpl
-
Constructor.
- AuthnStatementMarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Marshaller for
AuthnStatement. - AuthnStatementMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnStatementMarshaller
- AuthnStatementUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Unmarshaller for
AuthnStatement. - AuthnStatementUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthnStatementUnmarshaller
- AuthnStatementValidator - Class in org.opensaml.saml.saml2.assertion.impl
-
StatementValidatorimplementation forAuthnStatementconditions. - AuthnStatementValidator() - Constructor for class org.opensaml.saml.saml2.assertion.impl.AuthnStatementValidator
- authorities - Variable in class org.opensaml.saml.common.profile.logic.RegistrationAuthorityPredicate
-
Authorities to match on.
- AuthorityBinding - Interface in org.opensaml.saml.saml1.core
-
Interface to define how a
AuthorityBindingelement behaves. - AuthorityBindingBuilder - Class in org.opensaml.saml.saml1.core.impl
-
Builder of
AuthorityBindingobjects. - AuthorityBindingBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.AuthorityBindingBuilder
- AuthorityBindingImpl - Class in org.opensaml.saml.saml1.core.impl
-
A concrete implementation of the
AuthorityBindinginterface. - 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
AuthorityBindingobjects. - AuthorityBindingMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AuthorityBindingMarshaller
- authorityBindings - Variable in class org.opensaml.saml.saml1.core.impl.AuthenticationStatementImpl
-
Contains the AuthorityBinding subelements.
- AuthorityBindingUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
-
A thread-safe Unmarshaller for
AuthorityBindingobjects. - AuthorityBindingUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.AuthorityBindingUnmarshaller
- authorityKind - Variable in class org.opensaml.saml.saml1.core.impl.AuthorityBindingImpl
-
The AuthorityKind.
- AUTHORITYKIND_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.AuthorityBinding
-
Name for the AuthorityKind attribute.
- AuthorizationDecisionQuery - Interface in org.opensaml.saml.saml1.core
-
Description of the behaviour of the
AuthorizationDecisionQueryelement. - AuthorizationDecisionQueryBuilder - Class in org.opensaml.saml.saml1.core.impl
-
Builder of
AuthorizationDecisionQueryobjects. - AuthorizationDecisionQueryBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionQueryBuilder
- AuthorizationDecisionQueryImpl - Class in org.opensaml.saml.saml1.core.impl
-
Concrete implementation of the
AuthorizationDecisionQueryinterface. - 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
AuthorizationDecisionQueryobjects. - 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
AuthorizationDecisionQueryobjects. - 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
AuthorizationDecisionStatementelement behaves. - AuthorizationDecisionStatementBuilder - Class in org.opensaml.saml.saml1.core.impl
-
Builder of
AuthorizationDecisionStatementobjects. - AuthorizationDecisionStatementBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionStatementBuilder
- 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
AuthorizationDecisionStatementobjects. - 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
AuthorizationDecisionStatementobjects. - 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
AuthzDecisionQueryobjects. - AuthzDecisionQueryBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthzDecisionQueryBuilder
- AuthzDecisionQueryDescriptorType - Interface in org.opensaml.saml.ext.saml2mdquery
-
SAML 2.0 Metadata extension AuthzDecisionQueryDescriptorType.
- AuthzDecisionQueryDescriptorTypeBuilder - Class in org.opensaml.saml.ext.saml2mdquery.impl
-
Builder of
AuthzDecisionQueryDescriptorTypeobjects. - 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
AuthzDecisionQueryDescriptorTypeobjects. - AuthzDecisionQueryDescriptorTypeMarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdquery.impl.AuthzDecisionQueryDescriptorTypeMarshaller
- AuthzDecisionQueryDescriptorTypeUnmarshaller - Class in org.opensaml.saml.ext.saml2mdquery.impl
-
Unmarshaller for
AuthzDecisionQueryDescriptorTypeobjects. - 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
AuthzDecisionQueryobjects. - 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
AuthzDecisionQueryobjects. - 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
AuthzDecisionStatementobjects. - AuthzDecisionStatementBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.AuthzDecisionStatementBuilder
- 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
AuthzService. - AuthzServiceBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.AuthzServiceBuilder
- AuthzServiceImpl - Class in org.opensaml.saml.saml2.metadata.impl
-
Concrete implmentation of
AuthzService. - AuthzServiceImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.AuthzServiceImpl
-
Constructor.
- authzServices - Variable in class org.opensaml.saml.saml2.metadata.impl.PDPDescriptorImpl
-
AuthzService children.
- autocreate - Variable in class org.opensaml.messaging.context.navigate.ChildContextLookup
-
Whether the child context should be created if it doesn't exist.
- autoGenerateDataEncryptionCredential - Variable in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
-
Flag indicating whether the resolver should auto-generate data encryption credentials.
B
- B64_CERT_STORE - Static variable in class org.opensaml.xmlsec.signature.impl.X509CertificateImpl
-
Class-level index of Base64 encoded cert values.
- B64_CRL_STORE - Static variable in class org.opensaml.xmlsec.signature.impl.X509CRLImpl
-
Class-level index of Base64 encoded CRL values.
- b64CertIndex - Variable in class org.opensaml.xmlsec.signature.impl.X509CertificateImpl
-
Index to a stored Base64 encoded cert.
- b64CRLIndex - Variable in class org.opensaml.xmlsec.signature.impl.X509CRLImpl
-
Index to a stored Base64 encoded CRL.
- backgroundInitializationFromCacheDelay - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
The delay after which to schedule the background initialization from the persistent cache.
- backingList - Variable in class org.opensaml.core.xml.util.ListView
-
List that backs this view.
- backingMap - Variable in class org.opensaml.core.xml.persist.MapLoadSaveManager
-
The backing map.
- BackingStoreCleanupSweeper() - Constructor for class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.BackingStoreCleanupSweeper
- backupFileInitNextRefreshDelay - Variable in class org.opensaml.saml.metadata.resolver.impl.FileBackedHTTPMetadataResolver
-
Duration after which to schedule next refresh, when initialized from backup file.
- base - Variable in class org.opensaml.saml.metadata.resolver.impl.MetadataQueryProtocolRequestURLBuilder
-
The request base URL per the specification.
- BASE_PROTOCOL_MESSAGE_LOGGER_CATEGORY - Static variable in class org.opensaml.messaging.decoder.AbstractMessageDecoder
-
Logging category for protocol messages.
- BASE_PROTOCOL_MESSAGE_LOGGER_CATEGORY - Static variable in class org.opensaml.messaging.encoder.AbstractMessageEncoder
-
Logging category for protocol messages.
- base64 - Enum constant in enum class org.opensaml.spring.credential.AbstractBasicCredentialFactoryBean.SecretKeyEncoding
-
Base64 encoding.
- base64DecodeOrNull(String) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.InlineX509DataProvider
-
Base64 decode the input, returning null if there is an issue with decoding.
- base64DecodeOrThrow(String) - Static method in class org.opensaml.security.crypto.KeySupport
-
Base64 decode the input string, if it fails to decode throw a
KeyExceptionwrapping the original exception. - base64Encode() - Method in class org.opensaml.saml.common.binding.artifact.AbstractSAMLArtifact
-
Gets the Base64 encoded artifact.
- BaseBearing - Interface in org.opensaml.core.xml
-
Interface for element having a
@xml:baseattribute. - 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.
- BaseContext.DeprecatedContextClassNameLookAside - Class in org.opensaml.messaging.context
-
A facade for a map of class names to class types that allows string-based access to renamed classes.
- baseDirectory - Variable in class org.opensaml.core.xml.persist.FilesystemLoadSaveManager
-
The base directory used for storing individual serialized XML files.
- baseExtSchemas - Static variable in class org.opensaml.saml.common.xml.SAMLSchemaBuilder
-
Classpath relative location of SAML extension schemas.
- BaseHttpClientRequestXMLMessageEncoder - Class in org.opensaml.messaging.encoder.httpclient
-
Base class for message encoders which encode XML messages to HttpRequest.
- BaseHttpClientRequestXMLMessageEncoder() - Constructor for class org.opensaml.messaging.encoder.httpclient.BaseHttpClientRequestXMLMessageEncoder
- BaseHttpClientResponseXMLMessageDecoder - Class in org.opensaml.messaging.decoder.httpclient
-
Base class for message decoders which decode XML messages from a
ClassicHttpResponse. - BaseHttpClientResponseXMLMessageDecoder() - Constructor for class org.opensaml.messaging.decoder.httpclient.BaseHttpClientResponseXMLMessageDecoder
-
Constructor.
- BaseHttpServletRequestXMLMessageDecoder - Class in org.opensaml.messaging.decoder.servlet
-
Base class for message decoders which decode XML messages from an
HttpServletRequest. - BaseHttpServletRequestXMLMessageDecoder() - Constructor for class org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder
-
Constructor.
- BaseHttpServletResponseXMLMessageEncoder - Class in org.opensaml.messaging.encoder.servlet
-
Base class for message encoders which encode XML messages to HttpServletResponse.
- BaseHttpServletResponseXMLMessageEncoder() - Constructor for class org.opensaml.messaging.encoder.servlet.BaseHttpServletResponseXMLMessageEncoder
- baseID - Variable in class org.opensaml.saml.ext.saml2delrestrict.impl.DelegateImpl
-
BaseID child element.
- baseID - Variable in class org.opensaml.saml.saml2.core.impl.LogoutRequestImpl
-
BaseID child element.
- baseID - Variable in class org.opensaml.saml.saml2.core.impl.NameIDMappingRequestImpl
-
BaseID child element.
- baseID - Variable in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationImpl
-
BaseID child element.
- baseID - Variable in class org.opensaml.saml.saml2.core.impl.SubjectImpl
-
BaseID child element.
- BaseID - Interface in org.opensaml.saml.saml2.core
-
SAML 2.0 Core BaseID.
- BaseIDImpl - Class in org.opensaml.saml.saml2.core.impl
-
Concrete implementation of
BaseID. - BaseIDImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.BaseIDImpl
-
Constructor.
- BaseIDMarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Marshaller for
BaseIDobjects. - 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
BaseIDobjects. - BaseIDUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.BaseIDUnmarshaller
- BaseIDXSAnyAdapter - Class in org.opensaml.saml.saml2.core.impl
- BaseIDXSAnyAdapter(XSAny) - Constructor for class org.opensaml.saml.saml2.core.impl.BaseIDXSAnyAdapter
-
Constructor.
- BaseObligationHandler - Class in org.opensaml.xacml.ctx.provider.impl
-
Base class for all obligation handlers.
- BaseObligationHandler(String) - Constructor for class org.opensaml.xacml.ctx.provider.impl.BaseObligationHandler
-
Constructor.
- BaseObligationHandler(String, int) - Constructor for class org.opensaml.xacml.ctx.provider.impl.BaseObligationHandler
-
Constructor.
- BaseSAML1MessageEncoder - Class in org.opensaml.saml.saml1.binding.encoding.impl
-
Base class for SAML 1 message encoders.
- BaseSAML1MessageEncoder() - Constructor for class org.opensaml.saml.saml1.binding.encoding.impl.BaseSAML1MessageEncoder
- BaseSAML2MessageEncoder - Class in org.opensaml.saml.saml2.binding.encoding.impl
-
Base class for SAML 2 message encoders.
- BaseSAML2MessageEncoder() - Constructor for class org.opensaml.saml.saml2.binding.encoding.impl.BaseSAML2MessageEncoder
- BaseSAMLHttpServletRequestDecoder - Class in org.opensaml.saml.common.binding.impl
-
Abstract base decoder for SAML decoders.
- BaseSAMLHttpServletRequestDecoder() - Constructor for class org.opensaml.saml.common.binding.impl.BaseSAMLHttpServletRequestDecoder
-
Constructor.
- BaseSAMLHttpServletResponseEncoder - Class in org.opensaml.saml.common.binding.impl
-
Abstract base encoder for SAML encoders.
- BaseSAMLHttpServletResponseEncoder() - Constructor for class org.opensaml.saml.common.binding.impl.BaseSAMLHttpServletResponseEncoder
-
Constructor.
- 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
SignatureTrustEnginewhich evaluates the validity and trustworthiness of XML and raw signatures. - BaseSignatureTrustEngine(KeyInfoCredentialResolver) - Constructor for class org.opensaml.xmlsec.signature.support.impl.BaseSignatureTrustEngine
-
Constructor.
- BaseTrustEngineSecurityHandler<TokenType> - Class in org.opensaml.security.messaging.impl
-
Base rule which uses a trust engine to evaluate a token extracted from the request or message.
- BaseTrustEngineSecurityHandler() - Constructor for class org.opensaml.security.messaging.impl.BaseTrustEngineSecurityHandler
- baseXMLSchemas - Static variable in class org.opensaml.saml.common.xml.SAMLSchemaBuilder
-
Classpath relative location of basic XML schemas.
- BASIC - Static variable in interface org.opensaml.saml.saml2.core.Attribute
-
Basic attribute format ID.
- BasicAlgorithmPolicyConfiguration - Class in org.opensaml.xmlsec.impl
-
Basic implementation of
AlgorithmPolicyConfiguration. - BasicAlgorithmPolicyConfiguration() - Constructor for class org.opensaml.xmlsec.impl.BasicAlgorithmPolicyConfiguration
-
Constructor.
- BasicClientTLSValidationConfiguration - Class in org.opensaml.security.x509.tls.impl
-
Basic implementation of
ClientTLSValidationConfiguration. - BasicClientTLSValidationConfiguration() - Constructor for class org.opensaml.security.x509.tls.impl.BasicClientTLSValidationConfiguration
- BasicClientTLSValidationParametersResolver - Class in org.opensaml.security.x509.tls.impl
-
Basic implementation of
ClientTLSValidationParametersResolver. - BasicClientTLSValidationParametersResolver() - Constructor for class org.opensaml.security.x509.tls.impl.BasicClientTLSValidationParametersResolver
- BasicCredential - Class in org.opensaml.security.credential
-
A basic implementation of
Credential. - BasicCredential() - Constructor for class org.opensaml.security.credential.BasicCredential
-
Default constructor.
- BasicCredential(PublicKey) - Constructor for class org.opensaml.security.credential.BasicCredential
-
Constructor.
- BasicCredential(PublicKey, PrivateKey) - Constructor for class org.opensaml.security.credential.BasicCredential
-
Constructor.
- BasicCredential(SecretKey) - Constructor for class org.opensaml.security.credential.BasicCredential
-
Constructor.
- BasicDecryptionConfiguration - Class in org.opensaml.xmlsec.impl
-
Basic implementation of
DecryptionConfiguration. - BasicDecryptionConfiguration() - Constructor for class org.opensaml.xmlsec.impl.BasicDecryptionConfiguration
- BasicDecryptionParametersResolver - Class in org.opensaml.xmlsec.impl
-
Basic implementation of
DecryptionParametersResolver. - BasicDecryptionParametersResolver() - Constructor for class org.opensaml.xmlsec.impl.BasicDecryptionParametersResolver
- BasicDynamicTrustedNamesStrategy - Class in org.opensaml.saml.metadata.resolver.filter.impl
-
Function which implements a basic strategy for extracting trusted names for PKIX trust engine evaluation.
- BasicDynamicTrustedNamesStrategy() - Constructor for class org.opensaml.saml.metadata.resolver.filter.impl.BasicDynamicTrustedNamesStrategy
- BasicEncryptionConfiguration - Class in org.opensaml.xmlsec.impl
-
Basic implementation of
EncryptionConfiguration. - BasicEncryptionConfiguration() - Constructor for class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
-
Constructor.
- BasicEncryptionParametersResolver - Class in org.opensaml.xmlsec.impl
-
Basic implementation of
EncryptionParametersResolver. - BasicEncryptionParametersResolver() - Constructor for class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
-
Constructor.
- BasicHttpClientMessagePipeline - Class in org.opensaml.messaging.pipeline.httpclient
-
Basic implementation of
HttpClientMessagePipeline. - BasicHttpClientMessagePipeline(MessageEncoder, MessageDecoder) - Constructor for class org.opensaml.messaging.pipeline.httpclient.BasicHttpClientMessagePipeline
-
Constructor.
- BasicHttpClientSecurityConfiguration - Class in org.opensaml.security.httpclient.impl
-
Basic implementation of
HttpClientSecurityConfiguration. - BasicHttpClientSecurityConfiguration() - Constructor for class org.opensaml.security.httpclient.impl.BasicHttpClientSecurityConfiguration
- BasicHttpClientSecurityParametersResolver - Class in org.opensaml.security.httpclient.impl
-
Basic implementation of
HttpClientSecurityParametersResolver. - BasicHttpClientSecurityParametersResolver() - Constructor for class org.opensaml.security.httpclient.impl.BasicHttpClientSecurityParametersResolver
- BasicHttpServletMessagePipeline - Class in org.opensaml.messaging.pipeline.servlet
-
Basic implementation of
HttpServletMessagePipeline. - BasicHttpServletMessagePipeline(MessageEncoder, MessageDecoder) - Constructor for class org.opensaml.messaging.pipeline.servlet.BasicHttpServletMessagePipeline
-
Constructor.
- BasicInlineCredentialFactoryBean - Class in org.opensaml.spring.credential
-
Factory bean for BasicInline Credentials.
- BasicInlineCredentialFactoryBean() - Constructor for class org.opensaml.spring.credential.BasicInlineCredentialFactoryBean
- BasicKeyAgreementCredential - Class in org.opensaml.xmlsec.agreement.impl
-
Basic implementation of
KeyAgreementCredential. - BasicKeyAgreementCredential(SecretKey, String, Credential, Credential) - Constructor for class org.opensaml.xmlsec.agreement.impl.BasicKeyAgreementCredential
-
Constructor.
- BasicKeyInfoGenerator(BasicKeyInfoGeneratorFactory.BasicOptions, Class<? extends KeyInfo>) - Constructor for class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory.BasicKeyInfoGenerator
-
Constructor.
- BasicKeyInfoGeneratorFactory - Class in org.opensaml.xmlsec.keyinfo.impl
-
A factory implementation which produces instances of
KeyInfoGeneratorcapable of handling the information contained within aCredential. - BasicKeyInfoGeneratorFactory() - Constructor for class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory
-
Constructor.
- BasicKeyInfoGeneratorFactory.BasicKeyInfoGenerator - Class in org.opensaml.xmlsec.keyinfo.impl
-
An implementation of
KeyInfoGeneratorcapable of handling the information contained within aCredential. - BasicKeyInfoGeneratorFactory.BasicOptions - Class in org.opensaml.xmlsec.keyinfo.impl
-
Options to be used in the production of a
KeyInfofrom aCredential. - BasicMessageHandlerChain - Class in org.opensaml.messaging.handler.impl
-
A basic implementation of
MessageHandlerChain. - BasicMessageHandlerChain() - Constructor for class org.opensaml.messaging.handler.impl.BasicMessageHandlerChain
- BasicMessagePipeline - Class in org.opensaml.messaging.pipeline
-
Basic implementation of
MessagePipeline. - BasicMessagePipeline(MessageEncoder, MessageDecoder) - Constructor for class org.opensaml.messaging.pipeline.BasicMessagePipeline
-
Constructor.
- BasicMetadataResponseHandler() - Constructor for class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver.BasicMetadataResponseHandler
- BasicNamedCurve - Class in org.opensaml.security.crypto.ec.curves
-
Basic implementations of
NamedCurvewhere all required properties are simply supplied at construction time. - BasicNamedCurve(String, String, ECParameterSpec) - Constructor for class org.opensaml.security.crypto.ec.curves.BasicNamedCurve
-
Constructor.
- BasicOptions() - Constructor for class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory.BasicOptions
- BasicPKIXValidationInformation - Class in org.opensaml.security.x509.impl
-
Basic implementation of
PKIXValidationInformation. - BasicPKIXValidationInformation(Collection<X509Certificate>, Collection<X509CRL>, Integer) - Constructor for class org.opensaml.security.x509.impl.BasicPKIXValidationInformation
-
Constructor.
- BasicProviderKeyInfoCredentialResolver - Class in org.opensaml.xmlsec.keyinfo.impl
-
Implementation of
KeyInfoCredentialResolverwhich resolves credentials based on aKeyInfoelement using a configured list ofKeyInfoProviders and optional post-processing hooks. - BasicProviderKeyInfoCredentialResolver(List<KeyInfoProvider>) - Constructor for class org.opensaml.xmlsec.keyinfo.impl.BasicProviderKeyInfoCredentialResolver
-
Constructor.
- BasicResourceCredentialFactoryBean - Class in org.opensaml.spring.credential
-
Spring bean factory for producing a
BasicCredentialfromResources. - BasicResourceCredentialFactoryBean() - Constructor for class org.opensaml.spring.credential.BasicResourceCredentialFactoryBean
- 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.
- BasicSecurityConfiguration - Class in org.opensaml.security.config
-
Basic implementation of
SecurityConfigurationinterface. - BasicSecurityConfiguration() - Constructor for class org.opensaml.security.config.BasicSecurityConfiguration
-
Constructor.
- BasicSecurityConfiguration(Duration, IdentifierGenerationStrategy) - Constructor for class org.opensaml.security.config.BasicSecurityConfiguration
-
Constructor.
- BasicSignatureSigningConfiguration - Class in org.opensaml.xmlsec.impl
-
Basic implementation of
SignatureSigningConfiguration. - BasicSignatureSigningConfiguration() - Constructor for class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
-
Constructor.
- BasicSignatureSigningParametersResolver - Class in org.opensaml.xmlsec.impl
-
Basic implementation of
SignatureSigningParametersResolver. - BasicSignatureSigningParametersResolver() - Constructor for class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
-
Constructor.
- BasicSignatureValidationConfiguration - Class in org.opensaml.xmlsec.impl
-
Basic implementation of
SignatureValidationConfiguration. - BasicSignatureValidationConfiguration() - Constructor for class org.opensaml.xmlsec.impl.BasicSignatureValidationConfiguration
- BasicSignatureValidationParametersResolver - Class in org.opensaml.xmlsec.impl
-
Basic implementation of
SignatureValidationParametersResolver. - BasicSignatureValidationParametersResolver() - Constructor for class org.opensaml.xmlsec.impl.BasicSignatureValidationParametersResolver
- 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.
- BasicX509CredentialFactoryBean - Class in org.opensaml.spring.credential
-
Spring bean factory for producing a
BasicX509CredentialfromResources. - BasicX509CredentialFactoryBean() - Constructor for class org.opensaml.spring.credential.BasicX509CredentialFactoryBean
- BasicX509CredentialNameEvaluator - Class in org.opensaml.security.x509.impl
-
A basic implementaion of
X509CredentialNameEvaluatorwhich evaluates various identifiers extracted from anX509Credential's entity certificate against a set of trusted names. - BasicX509CredentialNameEvaluator() - Constructor for class org.opensaml.security.x509.impl.BasicX509CredentialNameEvaluator
-
Constructor.
- BasicXMLSecurityConfiguration - Class in org.opensaml.xmlsec.config
-
Basic implementation of
XMLSecurityConfigurationinterface. - BasicXMLSecurityConfiguration() - Constructor for class org.opensaml.xmlsec.config.BasicXMLSecurityConfiguration
-
Default constructor.
- BasicXMLSecurityConfiguration(Duration, IdentifierGenerationStrategy) - Constructor for class org.opensaml.xmlsec.config.BasicXMLSecurityConfiguration
-
Constructor.
- Batch - Enum constant in enum class org.opensaml.saml.metadata.resolver.DetectDuplicateEntityIDs
-
Detect only with batch metadata resolvers.
- BATCH_CANCEL - Static variable in interface org.opensaml.soap.wstrust.RequestType
-
RequestType BatchCancel URI.
- BATCH_ISSUE - Static variable in interface org.opensaml.soap.wstrust.RequestType
-
RequestType BatchIssue URI.
- BATCH_RENEW - Static variable in interface org.opensaml.soap.wstrust.RequestType
-
RequestType BatchRenew URI.
- BATCH_VALIDATE - Static variable in interface org.opensaml.soap.wstrust.RequestType
-
RequestType BatchValidate URI.
- BatchEntityBackingStore(Set<MetadataIndex>) - Constructor for class org.opensaml.saml.metadata.resolver.impl.AbstractBatchMetadataResolver.BatchEntityBackingStore
-
Constructor.
- BatchMetadataResolver - Interface in org.opensaml.saml.metadata.resolver
-
Marker interface for
MetadataResolverimplementations 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. - BC_PROVIDER_NAME - Static variable in class org.opensaml.security.testing.SecurityProviderTestSupport
-
Name of Bouncy Castle JCE provider.
- BEARER - Static variable in interface org.opensaml.soap.wstrust.KeyType
-
The KeyType Bearer URI.
- BearerSubjectConfirmationValidator - Class in org.opensaml.saml.saml2.assertion.impl
-
Validates a bearer subject confirmation.
- BearerSubjectConfirmationValidator() - Constructor for class org.opensaml.saml.saml2.assertion.impl.BearerSubjectConfirmationValidator
- BestMatchLocationCriterion - Class in org.opensaml.saml.criterion
-
Criterionrepresenting a SAML binding location to compare to candidate endpoints such that the best match is the one with the largest number of leading characters in common. - BestMatchLocationCriterion(String) - Constructor for class org.opensaml.saml.criterion.BestMatchLocationCriterion
-
Constructor.
- BETTER - Enum constant in enum class org.opensaml.saml.saml2.core.AuthnContextComparisonTypeEnumeration
-
"better" comparison type.
- bigIntValue - Variable in class org.opensaml.xmlsec.signature.impl.CryptoBinaryImpl
-
The cached BigInteger representation of the element's base64-encoded value.
- BILLING - Enum constant in enum class org.opensaml.saml.saml2.metadata.ContactPersonTypeEnumeration
-
"billing" contact type.
- binary - Enum constant in enum class org.opensaml.spring.credential.AbstractBasicCredentialFactoryBean.SecretKeyEncoding
-
Raw binary encoding.
- BinaryExchange - Interface in org.opensaml.soap.wstrust
-
The wst:BinaryExchange element.
- BinaryExchangeBuilder - Class in org.opensaml.soap.wstrust.impl
-
Builder for the BinaryExchange element.
- BinaryExchangeBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.BinaryExchangeBuilder
- BinaryExchangeImpl - Class in org.opensaml.soap.wstrust.impl
-
BinaryExchangeImpl.
- BinaryExchangeImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.BinaryExchangeImpl
-
Constructor.
- BinaryExchangeMarshaller - Class in org.opensaml.soap.wstrust.impl
-
Marshaller for the BinaryExchange element.
- BinaryExchangeMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.BinaryExchangeMarshaller
- BinaryExchangeUnmarshaller - Class in org.opensaml.soap.wstrust.impl
-
Unmarshaller for the <wst:BinaryExchange> element.
- BinaryExchangeUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.BinaryExchangeUnmarshaller
- BinarySecret - Interface in org.opensaml.soap.wstrust
-
The wst:BinarySecret element.
- BinarySecretBuilder - Class in org.opensaml.soap.wstrust.impl
-
Builder for the BinarySecret element.
- BinarySecretBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.BinarySecretBuilder
- BinarySecretImpl - Class in org.opensaml.soap.wstrust.impl
-
BinarySecretImpl.
- BinarySecretImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.BinarySecretImpl
-
Constructor.
- BinarySecretMarshaller - Class in org.opensaml.soap.wstrust.impl
-
Marshaller for the BinarySecret element.
- BinarySecretMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.BinarySecretMarshaller
- BinarySecretUnmarshaller - Class in org.opensaml.soap.wstrust.impl
-
Unmarshaller for the <wst:BinarySecret> element.
- BinarySecretUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.BinarySecretUnmarshaller
- BinarySecurityToken - Interface in org.opensaml.soap.wssecurity
-
The <wsse:BinarySecurityToken> element.
- BinarySecurityTokenBuilder - Class in org.opensaml.soap.wssecurity.impl
-
Builder for the <BinarySecurityToken> element.
- BinarySecurityTokenBuilder() - Constructor for class org.opensaml.soap.wssecurity.impl.BinarySecurityTokenBuilder
- BinarySecurityTokenImpl - Class in org.opensaml.soap.wssecurity.impl
-
BinarySecurityTokenImpl.
- BinarySecurityTokenImpl(String, String, String) - Constructor for class org.opensaml.soap.wssecurity.impl.BinarySecurityTokenImpl
-
Constructor.
- BinarySecurityTokenMarshaller - Class in org.opensaml.soap.wssecurity.impl
-
BinarySecurityTokenMarshaller.
- BinarySecurityTokenMarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.BinarySecurityTokenMarshaller
- BinarySecurityTokenUnmarshaller - Class in org.opensaml.soap.wssecurity.impl
-
BinarySecurityTokenUnmarshaller.
- BinarySecurityTokenUnmarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.BinarySecurityTokenUnmarshaller
- binding - Variable in class org.opensaml.saml.saml1.core.impl.AuthorityBindingImpl
-
The Binding.
- BINDING_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.AuthorityBinding
-
Name for the Binding attribute.
- BINDING_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.Endpoint
-
"Binding" attribute name.
- BINDING_KEY - Static variable in class org.opensaml.profile.context.ProfileRequestContext
-
ID under which this context is stored, for example, within maps or sessions.
- bindingContextLookupStrategy - Variable in class org.opensaml.saml.common.profile.logic.DefaultLocalErrorPredicate
-
Strategy function for access to
SAMLBindingContextto check. - BindingCriterion - Class in org.opensaml.saml.criterion
-
Criterionrepresenting an ordered list of SAML bindings. - BindingCriterion(List<String>) - Constructor for class org.opensaml.saml.criterion.BindingCriterion
-
Constructor.
- bindingDescriptor - Variable in class org.opensaml.saml.common.messaging.context.SAMLBindingContext
-
The binding descriptor.
- bindingDescriptor - Variable in class org.opensaml.saml.saml1.binding.decoding.impl.HTTPArtifactDecoder
-
Optional
BindingDescriptorto inject intoSAMLBindingContextcreated. - bindingDescriptor - Variable in class org.opensaml.saml.saml1.binding.decoding.impl.HttpClientResponseSOAP11Decoder
-
Optional
BindingDescriptorto inject intoSAMLBindingContextcreated. - bindingDescriptor - Variable in class org.opensaml.saml.saml1.binding.decoding.impl.HTTPPostDecoder
-
Optional
BindingDescriptorto inject intoSAMLBindingContextcreated. - bindingDescriptor - Variable in class org.opensaml.saml.saml1.binding.decoding.impl.HTTPSOAP11Decoder
-
Optional
BindingDescriptorto inject intoSAMLBindingContextcreated. - bindingDescriptor - Variable in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
-
Optional
BindingDescriptorto inject intoSAMLBindingContextcreated. - bindingDescriptor - Variable in class org.opensaml.saml.saml2.binding.decoding.impl.HttpClientResponseSOAP11Decoder
-
Optional
BindingDescriptorto inject intoSAMLBindingContextcreated. - bindingDescriptor - Variable in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPPostDecoder
-
Optional
BindingDescriptorto inject intoSAMLBindingContextcreated. - bindingDescriptor - Variable in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPRedirectDeflateDecoder
-
Optional
BindingDescriptorto inject intoSAMLBindingContextcreated. - bindingDescriptor - Variable in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPSOAP11Decoder
-
Optional
BindingDescriptorto inject intoSAMLBindingContextcreated. - BindingDescriptor - Class in org.opensaml.saml.common.binding
-
A class that describes a SAML binding and encapsulates information required for profile actions to interact with them.
- BindingDescriptor() - Constructor for class org.opensaml.saml.common.binding.BindingDescriptor
-
Constructor.
- BindingException - Exception in org.opensaml.saml.common.binding
-
Base exception for errors that occur when messages are encoded/decoded for a specific binding.
- BindingException() - Constructor for exception org.opensaml.saml.common.binding.BindingException
-
Constructor.
- BindingException(Exception) - Constructor for exception org.opensaml.saml.common.binding.BindingException
-
Constructor.
- BindingException(String) - Constructor for exception org.opensaml.saml.common.binding.BindingException
-
Constructor.
- BindingException(String, Exception) - Constructor for exception org.opensaml.saml.common.binding.BindingException
-
Constructor.
- bindingId - Variable in class org.opensaml.saml.saml2.metadata.impl.EndpointImpl
-
Binding URI.
- bindingMap - Static variable in class org.opensaml.saml.metadata.generator.impl.AbstractEndpointConverter
-
Map of binding shortcuts to constants.
- bindings - Variable in class org.opensaml.saml.criterion.BindingCriterion
-
The SAML binding URI.
- bindingUri - Variable in class org.opensaml.saml.common.messaging.context.SAMLBindingContext
-
The binding URI.
- BlockEncryption - Enum constant in enum class org.opensaml.xmlsec.algorithm.AlgorithmDescriptor.AlgorithmType
-
Block Encryption.
- BlockEncryptionAES128CBC - Class in org.opensaml.xmlsec.algorithm.descriptors
-
Algorithm descriptor for block encryption algorithm: AES-128-CBC.
- BlockEncryptionAES128CBC() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES128CBC
- BlockEncryptionAES128GCM - Class in org.opensaml.xmlsec.algorithm.descriptors
-
Algorithm descriptor for block encryption algorithm: AES-128-GCM.
- BlockEncryptionAES128GCM() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES128GCM
- BlockEncryptionAES192CBC - Class in org.opensaml.xmlsec.algorithm.descriptors
-
Algorithm descriptor for block encryption algorithm: AES-192-CBC.
- BlockEncryptionAES192CBC() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES192CBC
- BlockEncryptionAES192GCM - Class in org.opensaml.xmlsec.algorithm.descriptors
-
Algorithm descriptor for block encryption algorithm: AES-192-GCM.
- BlockEncryptionAES192GCM() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES192GCM
- BlockEncryptionAES256CBC - Class in org.opensaml.xmlsec.algorithm.descriptors
-
Algorithm descriptor for block encryption algorithm: AES-256-CBC.
- BlockEncryptionAES256CBC() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES256CBC
- BlockEncryptionAES256GCM - Class in org.opensaml.xmlsec.algorithm.descriptors
-
Algorithm descriptor for block encryption algorithm: AES-256-GCM.
- BlockEncryptionAES256GCM() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES256GCM
- BlockEncryptionAlgorithm - Interface in org.opensaml.xmlsec.algorithm
-
Interface for block encryption algorithm descriptors.
- BlockEncryptionDESede - Class in org.opensaml.xmlsec.algorithm.descriptors
-
Algorithm descriptor for block encryption algorithm: DESede-CBC.
- BlockEncryptionDESede() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionDESede
- body - Variable in class org.opensaml.soap.soap11.impl.EnvelopeImpl
-
SOAP body.
- Body - Interface in org.opensaml.soap.soap11
-
SOAP 1.1 Body.
- bodyBuilder - Variable in class org.opensaml.soap.client.soap11.encoder.http.impl.HttpClientRequestSOAP11Encoder
-
SOAP Body builder.
- bodyBuilder - Variable in class org.opensaml.soap.soap11.encoder.http.impl.HTTPSOAP11Encoder
-
SOAP Body builder.
- BodyBuilder - Class in org.opensaml.soap.soap11.impl
-
Builder of
BodyImplobjects. - BodyBuilder() - Constructor for class org.opensaml.soap.soap11.impl.BodyBuilder
- bodyHandler - Variable in class org.opensaml.soap.client.soap11.decoder.http.impl.HttpClientResponseSOAP11Decoder
-
Message handler to use in processing the message body.
- bodyHandler - Variable in class org.opensaml.soap.soap11.decoder.http.impl.HTTPSOAP11Decoder
-
Message handler to use in processing the message body.
- BodyImpl - Class in org.opensaml.soap.soap11.impl
-
Concrete implemenation of
Body. - BodyImpl(String, String, String) - Constructor for class org.opensaml.soap.soap11.impl.BodyImpl
-
Constructor.
- BodyMarshaller - Class in org.opensaml.soap.soap11.impl
-
A thread-safe marshaller for
Bodys. - BodyMarshaller() - Constructor for class org.opensaml.soap.soap11.impl.BodyMarshaller
- BodyUnmarshaller - Class in org.opensaml.soap.soap11.impl
-
A thread-safe unmarshaller for
Bodys. - BodyUnmarshaller() - Constructor for class org.opensaml.soap.soap11.impl.BodyUnmarshaller
- BOTH - Enum constant in enum class org.opensaml.xmlsec.keyinfo.KeyInfoCredentialResolutionMode.Mode
-
Public and local credential mode.
- BrainpoolP256r1 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'brainpoolP256r1', OID: 1.3.36.3.3.2.8.1.1.7.
- BrainpoolP256r1() - Constructor for class org.opensaml.security.crypto.ec.curves.BrainpoolP256r1
- BrainpoolP320r1 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'brainpoolP320r1', OID: 1.3.36.3.3.2.8.1.1.9.
- BrainpoolP320r1() - Constructor for class org.opensaml.security.crypto.ec.curves.BrainpoolP320r1
- BrainpoolP384r1 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'brainpoolP384r1', OID: 1.3.36.3.3.2.8.1.1.11.
- BrainpoolP384r1() - Constructor for class org.opensaml.security.crypto.ec.curves.BrainpoolP384r1
- BrainpoolP512r1 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'brainpoolP512r1', OID: 1.3.36.3.3.2.8.1.1.13.
- BrainpoolP512r1() - Constructor for class org.opensaml.security.crypto.ec.curves.BrainpoolP512r1
- browserProfile - Variable in class org.opensaml.profile.context.ProfileRequestContext
-
Whether the current profile request is browser-based.
- BrowserProfilePredicate - Class in org.opensaml.profile.logic
-
A predicate implementation that indicates whether the request is associated with a browser profile.
- BrowserProfilePredicate() - Constructor for class org.opensaml.profile.logic.BrowserProfilePredicate
- build() - Method in class org.opensaml.saml.common.messaging.soap.SAMLSOAPClientContextBuilder
-
Build the new operation context.
- buildAndStoreSOAPMessage(XMLObject) - Method in class org.opensaml.soap.client.soap11.encoder.http.impl.HttpClientRequestSOAP11Encoder
-
Builds the SOAP message to be encoded.
- buildAndStoreSOAPMessage(XMLObject) - Method in class org.opensaml.soap.soap11.encoder.http.impl.HTTPSOAP11Encoder
-
Builds the SOAP message to be encoded.
- buildArtifact(byte[]) - Method in interface org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactBuilder
-
Builds a populated artifact given the artifact's byte-array representation.
- buildArtifact(byte[]) - Method in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactBuilderFactory
-
Convenience method for getting an artifact builder and parsing the given artifact with it.
- buildArtifact(byte[]) - Method in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0001Builder
-
Builds a populated artifact given the artifact's byte-array representation.
- buildArtifact(byte[]) - Method in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0002Builder
-
Builds a populated artifact given the artifact's byte-array representation.
- buildArtifact(byte[]) - Method in interface org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactBuilder
-
Builds a populated artifact given the artifact's byte-array representation.
- buildArtifact(byte[]) - Method in class org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactBuilderFactory
-
convenience method for getting an artifact builder and parsing the given artifact with it.
- buildArtifact(byte[]) - Method in class org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactType0004Builder
-
Builds a populated artifact given the artifact's byte-array representation.
- buildArtifact(String) - Method in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactBuilderFactory
-
Convenience method for getting an artifact builder and parsing the given Base64 encoded artifact with it.
- buildArtifact(String) - Method in class org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactBuilderFactory
-
Convenience method for getting an artifact builder and parsing the given Base64 encoded artifact with it.
- buildArtifact(MessageContext) - Method in interface org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactBuilder
-
Builds an artifact, for the given assertion, destined for the outbound message recipient.
- buildArtifact(MessageContext) - Method in class org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactType0004Builder
-
Builds an artifact, for the given assertion, destined for the outbound message recipient.
- buildArtifact(MessageContext) - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPArtifactEncoder
-
Builds the SAML 2 artifact for the outgoing message.
- buildArtifact(MessageContext, Assertion) - Method in interface org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactBuilder
-
Builds an artifact, for the given assertion, destined for the outbound message recipient.
- buildArtifact(MessageContext, Assertion) - Method in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0001Builder
-
Builds an artifact, for the given assertion, destined for the outbound message recipient.
- buildArtifact(MessageContext, Assertion) - Method in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0002Builder
-
Builds an artifact, for the given assertion, destined for the outbound message recipient.
- buildArtifactRequest(String...) - Static method in class org.opensaml.saml.saml1.testing.SAML1ActionTestingSupport
-
Builds a
RequestcontainingAssertionArtifacts. - buildArtifactResolve(String) - Static method in class org.opensaml.saml.saml2.testing.SAML2ActionTestingSupport
-
Builds a
ArtifactResolve. - buildArtifactResolveRequestMessage(SAML2Artifact, String, RoleDescriptor, String) - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
-
Build the SAML protocol message for artifact resolution.
- buildArtifactResponse() - Static method in class org.opensaml.saml.saml2.testing.SAML2ActionTestingSupport
-
Builds an empty artifact response.
- buildAssertion() - Static method in class org.opensaml.saml.saml1.testing.SAML1ActionTestingSupport
-
Builds an empty assertion.
- buildAssertion() - Static method in class org.opensaml.saml.saml2.testing.SAML2ActionTestingSupport
-
Builds an empty assertion.
- buildAssertion(AbstractProfileAction, IdentifierGenerationStrategy, String) - Static method in class org.opensaml.saml.saml1.profile.SAML1ActionSupport
-
Constructs an
Assertionusing 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
Assertionusing the parameters supplied, with its issue instant set to the current time. - buildAttributeQueryRequest(Subject) - Static method in class org.opensaml.saml.saml1.testing.SAML1ActionTestingSupport
-
Builds a
Requestcontaining anAttributeQuery. - buildAttributeQueryRequest(Subject) - Static method in class org.opensaml.saml.saml2.testing.SAML2ActionTestingSupport
-
Builds an
AttributeQuery. - buildAttributeStatement() - Static method in class org.opensaml.saml.saml1.testing.SAML1ActionTestingSupport
-
Builds an empty attribute statement.
- buildAttributeStatement() - Static method in class org.opensaml.saml.saml2.testing.SAML2ActionTestingSupport
-
Builds an empty attribute statement.
- buildAuthenticationStatement() - Static method in class org.opensaml.saml.saml1.testing.SAML1ActionTestingSupport
-
Builds an authentication statement.
- buildAuthnRequest() - Static method in class org.opensaml.saml.saml2.testing.SAML2ActionTestingSupport
-
Builds an
AuthnRequest. - buildAuthnStatement() - Static method in class org.opensaml.saml.saml2.testing.SAML2ActionTestingSupport
-
Builds an authentication statement.
- buildBasicCredential(Key, Set<String>) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicProviderKeyInfoCredentialResolver
-
Construct a basic credential containing the specified key and set of key names.
- buildBasicEncryptedKeyResolver() - Static method in class org.opensaml.xmlsec.config.impl.DefaultSecurityConfigurationBootstrap
-
Build a basic instance of
EncryptedKeyResolver. - buildBasicInlineKeyInfoCredentialResolver() - Static method in class org.opensaml.xmlsec.config.impl.DefaultSecurityConfigurationBootstrap
-
Build a basic instance of
KeyInfoCredentialResolver. - buildBasicKeyInfoGeneratorManager() - Static method in class org.opensaml.xmlsec.config.impl.DefaultSecurityConfigurationBootstrap
-
Build a basic
NamedKeyInfoGeneratorManager. - buildCertStore(PKIXValidationInformation, X509Credential) - Method in class org.opensaml.security.x509.impl.CertPathPKIXTrustEvaluator
-
Creates the certificate store that will be used during validation.
- buildCredential(KeyStore.Entry, String, UsageType) - Method in class org.opensaml.security.credential.impl.KeyStoreCredentialResolver
-
Build a credential instance from the key store entry.
- buildCredentialContext(KeyInfoResolutionContext) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.AbstractKeyInfoProvider
-
Build a credential context based on the current KeyInfo context, for return in a resolved credential.
- buildCredentialCriteria(EncryptedType, CriteriaSet) - Method in class org.opensaml.xmlsec.encryption.support.Decrypter
-
Utility method to build a new set of credential criteria based on the KeyInfo of an EncryptedData or EncryptedKey, and any additional static criteria which might have been supplied to the decrypter.
- buildCriteriaSet(String, MessageContext) - Method in class org.opensaml.saml.common.binding.security.impl.BaseSAMLSimpleSignatureSecurityHandler
-
Build a criteria set suitable for input to the trust engine.
- buildCriteriaSet(String, MessageContext) - Method in class org.opensaml.saml.common.binding.security.impl.BaseSAMLXMLSignatureSecurityHandler
-
Subclasses are required to implement this method to build a criteria set for the trust engine according to trust engine and application-specific needs.
- buildCriteriaSet(String, MessageContext) - Method in class org.opensaml.saml.common.binding.security.impl.SAMLMDClientCertAuthSecurityHandler
-
Subclasses are required to implement this method to build a criteria set for the trust engine according to trust engine and application-specific needs.
- buildCriteriaSet(String, MessageContext) - Method in class org.opensaml.security.messaging.impl.BaseClientCertAuthSecurityHandler
-
Subclasses are required to implement this method to build a criteria set for the trust engine according to trust engine and application-specific needs.
- buildCriteriaSet(String, MessageContext) - Method in class org.opensaml.security.messaging.impl.BaseTrustEngineSecurityHandler
-
Subclasses are required to implement this method to build a criteria set for the trust engine according to trust engine and application-specific needs.
- buildCriteriaSet(SignableXMLObject, boolean) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.SignatureValidationFilter
-
Build the criteria set which will be used as input to the configured trust engine.
- buildDataEncryptionKeyInfoGeneratorManager() - Static method in class org.opensaml.xmlsec.config.impl.DefaultSecurityConfigurationBootstrap
-
Build a basic
NamedKeyInfoGeneratorManagerfor use when generating anEncryptedData. - buildDefaultDecryptionConfiguration() - Static method in class org.opensaml.xmlsec.config.impl.DefaultSecurityConfigurationBootstrap
-
Build and return a default decryption configuration.
- buildDefaultEncryptionConfiguration() - Static method in class org.opensaml.xmlsec.config.impl.DefaultSecurityConfigurationBootstrap
-
Build and return a default encryption configuration.
- buildDefaultSignatureSigningConfiguration() - Static method in class org.opensaml.xmlsec.config.impl.DefaultSecurityConfigurationBootstrap
-
Build and return a default signature signing configuration.
- buildDefaultSignatureValidationConfiguration() - Static method in class org.opensaml.xmlsec.config.impl.DefaultSecurityConfigurationBootstrap
-
Build and return a default signature validation configuration.
- buildDHKeyValue(DHPublicKey) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
-
Builds a
DHKeyValueXMLObject from the Java security DH public key type. - buildDSAKeyValue(DSAPublicKey) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
-
Builds a
DSAKeyValueXMLObject from the Java security DSA public key type. - buildECKeyValue(ECPublicKey) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
-
Builds an
ECKeyValueXMLObject from the Java security EC public key type. - builder - Variable in class org.opensaml.saml.metadata.generator.impl.AbstractEndpointConverter
-
Object builder.
- builderFactory - Static variable in class org.opensaml.core.testing.XMLObjectBaseTestCase
-
XMLObject builder factory.
- builderFactory - Variable in class org.opensaml.core.xml.config.XMLObjectProviderRegistry
-
Configured XMLObject builder factory.
- builderFactory - Variable in class org.opensaml.saml.saml2.encryption.Encrypter
-
Factory for building XMLObject instances.
- builderFactory - Variable in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory.BasicKeyInfoGenerator
-
Builder factory for KeyInfo objects.
- builders - Variable in class org.opensaml.core.xml.XMLObjectBuilderFactory
-
Registered builders.
- buildEvent(ProfileRequestContext, Object) - Static method in class org.opensaml.profile.action.ActionSupport
-
Builds an event from the given object.
- buildEvent(ProfileRequestContext, String) - Static method in class org.opensaml.profile.action.ActionSupport
-
Builds an event with a given ID.
- buildFaultException(ClassicHttpResponse) - Method in class org.opensaml.soap.client.soap11.decoder.http.impl.HttpClientResponseSOAP11Decoder
-
Build an exception by processing a fault response, i.e.
- buildFaultString(Fault, String) - Method in class org.opensaml.soap.soap11.profile.impl.AddSOAPFault
-
Build and attach
FaultStringelement. - buildFile(String) - Method in class org.opensaml.core.xml.persist.FilesystemLoadSaveManager
-
Build the target file name from the specified index key and the configured base directory.
- buildFormDataToSign(VelocityContext, MessageContext, String) - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPPostSimpleSignEncoder
-
Build the form control data string over which the signature is computed.
- buildFromEntityID(String) - Method in class org.opensaml.saml.metadata.resolver.impl.MetadataQueryProtocolRequestURLBuilder
-
Build request URL from entityID.
- buildFromSecondaryLookups(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.MetadataQueryProtocolRequestURLBuilder
-
Build request URL from secondary lookup criteria.
- buildFromSourceID(String, SAMLSourceIDArtifact) - Method in class org.opensaml.saml.metadata.resolver.impl.SAMLArtifactURLBuilder
-
Builder URL from SAML artifact source ID.
- buildHttpClientContext(ClassicHttpRequest) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver
-
Build the
HttpClientContextinstance which will be used to invoke theHttpClientrequest. - buildHttpClientContext(ClassicHttpRequest) - Method in class org.opensaml.saml.metadata.resolver.impl.HTTPMetadataResolver
-
Build the
HttpClientContextinstance which will be used to invoke theHttpClientrequest. - buildHttpClientContext(HttpClientSecurityParameters) - Static method in class org.opensaml.security.httpclient.HttpClientSecuritySupport
-
Builds a new
HttpClientContextand marshals the suppliedHttpClientSecurityParametersinto it. - buildHttpContext(ClassicHttpRequest, InOutOperationContext) - Method in class org.opensaml.soap.client.http.AbstractPipelineHttpSOAPClient
-
Build the
HttpClientContextinstance to be used by the HttpClient. - buildHttpContext(HttpRequest) - Method in class org.opensaml.core.metrics.impl.HTTPReporter
-
Build the
HttpClientContextinstance to be used by the HttpClient. - buildHttpGet() - Method in class org.opensaml.saml.metadata.resolver.impl.HTTPMetadataResolver
-
Builds the
HttpGetinstance used to fetch the metadata. - buildHttpRequest(String, InOutOperationContext) - Method in class org.opensaml.soap.client.http.AbstractPipelineHttpSOAPClient
-
Build the
ClassicHttpRequestinstance to be executed by the HttpClient. - buildHttpRequest(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver
-
Build an appropriate instance of
ClassicHttpRequestbased on the input criteria set. - buildInboundMessageContext() - Method in class org.opensaml.profile.testing.RequestContextBuilder
-
Builds a inbound
MessageContext. - buildIssuer(String) - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
-
Build the SAML protocol message Issuer element.
- buildIssuer(String) - Static method in class org.opensaml.saml.saml2.testing.SAML2ActionTestingSupport
-
Builds a
Issuer. - buildJavaDHPrivateKey(String) - Static method in class org.opensaml.security.crypto.KeySupport
-
Build Java DH private key from base64 encoding.
- buildJavaDHPublicKey(String) - Static method in class org.opensaml.security.crypto.KeySupport
-
Build Java DH public key from base64 encoding.
- buildJavaDSAPrivateKey(String) - Static method in class org.opensaml.security.crypto.KeySupport
-
Build Java DSA private key from base64 encoding.
- buildJavaDSAPublicKey(String) - Static method in class org.opensaml.security.crypto.KeySupport
-
Build Java DSA public key from base64 encoding.
- buildJavaECPrivateKey(String) - Static method in class org.opensaml.security.crypto.KeySupport
-
Build Java EC private key from base64 encoding.
- buildJavaECPublicKey(String) - Static method in class org.opensaml.security.crypto.KeySupport
-
Build Java EC public key from base64 encoding.
- buildJavaPrivateKey(String) - Static method in class org.opensaml.security.crypto.KeySupport
-
Build Java private key from base64 encoding.
- buildJavaRSAPrivateKey(String) - Static method in class org.opensaml.security.crypto.KeySupport
-
Build Java RSA private key from base64 encoding.
- buildJavaRSAPublicKey(String) - Static method in class org.opensaml.security.crypto.KeySupport
-
Build Java RSA public key from base64 encoding.
- buildKey(String) - Method in class org.opensaml.saml.metadata.resolver.impl.EntityIDDigestGenerator
-
Build the key by applying the configured prefix and/or suffix, if present.
- buildKey(KeySpec, String) - Static method in class org.opensaml.security.crypto.KeySupport
-
Generates a public key from the given key spec.
- buildKey(KeySpec, String) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
-
Generates a public key from the given key spec.
- buildKeyAgreementConfigurations() - Static method in class org.opensaml.xmlsec.config.impl.DefaultSecurityConfigurationBootstrap
-
Build key agreement configurations.
- buildKeyAgreementCredential(SecretKey, Credential, Credential, KeyAgreementParameters) - Method in class org.opensaml.xmlsec.agreement.impl.AbstractKeyAgreementProcessor
-
Build the final
KeyAgreementCredentialfrom the given inputs. - buildKeyAlgorithmCriteria(String) - Method in class org.opensaml.xmlsec.encryption.support.Decrypter
-
Dynamically construct key algorithm credential criteria based on the specified algorithm URI.
- buildKeyCriteria(EncryptedType) - Method in class org.opensaml.xmlsec.encryption.support.Decrypter
-
Build decryption key credential criteria according to information in the encrypted type object.
- buildKeyInfo() - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory.BasicKeyInfoGenerator
-
Build a new KeyInfo instance.
- buildKeyInfo(Credential, KeyInfoGenerator) - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPPostSimpleSignEncoder
-
Build the
KeyInfofrom the signing credential. - buildKeyLengthCriteria(String) - Method in class org.opensaml.xmlsec.encryption.support.Decrypter
-
Dynamically construct key length credential criteria based on the specified algorithm URI.
- buildKeyTransportEncryptionKeyInfoGeneratorManager() - Static method in class org.opensaml.xmlsec.config.impl.DefaultSecurityConfigurationBootstrap
-
Build a basic
NamedKeyInfoGeneratorManagerfor use when generating anEncryptedKey. - buildLogoutRequest(NameID) - Static method in class org.opensaml.saml.saml2.testing.SAML2ActionTestingSupport
-
Builds an
LogoutRequest. - buildLogoutResponse() - Static method in class org.opensaml.saml.saml2.testing.SAML2ActionTestingSupport
-
Builds an empty logout response.
- buildLookupCriteria(MessageContext, String, QName) - Method in class org.opensaml.saml.common.binding.impl.SAMLMetadataLookupHandler
-
Build the lookup criteria from the message context data.
- buildNameID(String) - Static method in class org.opensaml.saml.saml2.testing.SAML2ActionTestingSupport
-
Builds a
NameID. - buildNamespace(QName) - Method in class org.opensaml.core.xml.NamespaceManager
- buildNewMappedFault(ProfileRequestContext) - Method in class org.opensaml.soap.soap11.profile.impl.AddSOAPFault
-
Build and return a new
Faultbased on configured mapping strategy. - buildObject() - Method in class org.opensaml.core.xml.mock.SimpleXMLObjectBuilder
-
Default builder method.
- buildObject() - Method in class org.opensaml.saml.common.AbstractSAMLObjectBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in interface org.opensaml.saml.common.SAMLObjectBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.ext.idpdisco.impl.DiscoveryResponseBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.ext.reqattr.impl.RequestedAttributesBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.ext.saml1md.impl.SourceIDBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.ext.saml2alg.impl.DigestMethodBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.ext.saml2alg.impl.SigningMethodBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.ext.saml2aslo.impl.AsynchronousBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.ext.saml2cb.impl.ChannelBindingsBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.ext.saml2delrestrict.impl.DelegateBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.ext.saml2delrestrict.impl.DelegationRestrictionTypeBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.ext.saml2mdattr.impl.EntityAttributesBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.ext.saml2mdquery.impl.ActionNamespaceBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.ext.saml2mdquery.impl.AttributeQueryDescriptorTypeBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.ext.saml2mdquery.impl.AuthnQueryDescriptorTypeBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.ext.saml2mdquery.impl.AuthzDecisionQueryDescriptorTypeBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.ext.saml2mdreqinit.impl.RequestInitiatorBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationInfoBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationPathBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.RegistrationInfoBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.RegistrationPolicyBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.UsagePolicyBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.ext.saml2mdui.impl.DescriptionBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.ext.saml2mdui.impl.DiscoHintsBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.ext.saml2mdui.impl.DisplayNameBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.ext.saml2mdui.impl.DomainHintBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.ext.saml2mdui.impl.GeolocationHintBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.ext.saml2mdui.impl.InformationURLBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.ext.saml2mdui.impl.IPHintBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.ext.saml2mdui.impl.KeywordsBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.ext.saml2mdui.impl.LogoBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.ext.saml2mdui.impl.PrivacyStatementURLBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.ext.saml2mdui.impl.UIInfoBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.ext.samlec.impl.EncTypeBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.ext.samlec.impl.GeneratedKeyBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.ext.samlec.impl.SessionKeyBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.ext.samlpthrpty.impl.RespondToBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml1.core.impl.ActionBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml1.core.impl.AdviceBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml1.core.impl.AssertionArtifactBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml1.core.impl.AssertionBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml1.core.impl.AssertionIDReferenceBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml1.core.impl.AttributeBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml1.core.impl.AttributeDesignatorBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml1.core.impl.AttributeQueryBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml1.core.impl.AttributeStatementBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml1.core.impl.AttributeValueBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml1.core.impl.AudienceBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml1.core.impl.AudienceRestrictionConditionBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml1.core.impl.AuthenticationQueryBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml1.core.impl.AuthenticationStatementBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml1.core.impl.AuthorityBindingBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionQueryBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionStatementBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml1.core.impl.ConditionsBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml1.core.impl.ConfirmationMethodBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml1.core.impl.DoNotCacheConditionBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml1.core.impl.EvidenceBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml1.core.impl.NameIdentifierBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml1.core.impl.RequestBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml1.core.impl.RespondWithBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml1.core.impl.ResponseBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml1.core.impl.StatusBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml1.core.impl.StatusCodeBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml1.core.impl.StatusDetailBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml1.core.impl.StatusMessageBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml1.core.impl.SubjectBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml1.core.impl.SubjectConfirmationBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml1.core.impl.SubjectConfirmationDataBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml1.core.impl.SubjectLocalityBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.ActionBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AdviceBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.ArtifactBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.ArtifactResolveBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.ArtifactResponseBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AssertionBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AssertionIDRefBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AssertionIDRequestBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AssertionURIRefBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AttributeBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AttributeQueryBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AttributeStatementBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AttributeValueBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AudienceBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AudienceRestrictionBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AuthenticatingAuthorityBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextClassRefBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextDeclBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextDeclRefBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AuthnQueryBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AuthnRequestBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AuthnStatementBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AuthzDecisionQueryBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.AuthzDecisionStatementBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.ConditionsBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.EncryptedAssertionBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.EncryptedAttributeBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.EncryptedIDBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.EvidenceBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.ExtensionsBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.GetCompleteBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.IDPEntryBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.IDPListBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.IssuerBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.KeyInfoConfirmationDataTypeBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.LogoutRequestBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.LogoutResponseBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.ManageNameIDRequestBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.ManageNameIDResponseBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.NameIDBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.NameIDMappingRequestBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.NameIDMappingResponseBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.NameIDPolicyBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.NewEncryptedIDBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.NewIDBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.OneTimeUseBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.ProxyRestrictionBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.RequestedAuthnContextBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.RequesterIDBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.ResponseBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.ScopingBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.SessionIndexBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.StatusBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.StatusCodeBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.StatusDetailBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.StatusMessageBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.SubjectBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationDataBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.SubjectLocalityBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.core.impl.TerminateBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.ecp.impl.RelayStateBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.ecp.impl.RequestAuthenticatedBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.ecp.impl.RequestBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.ecp.impl.ResponseBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.ecp.impl.SubjectConfirmationBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.AdditionalMetadataLocationBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.AffiliateMemberBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.ArtifactResolutionServiceBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.AssertionConsumerServiceBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.AssertionIDRequestServiceBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeAuthorityDescriptorBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeConsumingServiceBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeProfileBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeServiceBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.AuthnAuthorityDescriptorBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.AuthnQueryServiceBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.AuthzServiceBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.CompanyBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.ContactPersonBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.EmailAddressBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.EncryptionMethodBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.EntitiesDescriptorBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.ExtensionsBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.GivenNameBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.IDPSSODescriptorBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.KeyDescriptorBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.ManageNameIDServiceBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.NameIDFormatBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.NameIDMappingServiceBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.OrganizationBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.OrganizationDisplayNameBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.OrganizationNameBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.OrganizationURLBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.PDPDescriptorBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.RequestedAttributeBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.ServiceDescriptionBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.ServiceNameBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.SingleLogoutServiceBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.SingleSignOnServiceBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.SPSSODescriptorBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.SurNameBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.saml.saml2.metadata.impl.TelephoneNumberBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in interface org.opensaml.soap.common.SOAPObjectBuilder
-
Builds a SOAPObject using the default name and namespace information provided SOAP specifications.
- buildObject() - Method in class org.opensaml.soap.soap11.impl.BodyBuilder
-
Creates an envelope object with the default SOAP 1.1 namespace, prefix and "Body" as the element local name.
- buildObject() - Method in class org.opensaml.soap.soap11.impl.DetailBuilder
-
Creates an envelope object with the default SOAP 1.1 namespace, prefix and "Detail" as the element local name.
- buildObject() - Method in class org.opensaml.soap.soap11.impl.EnvelopeBuilder
-
Creates an envelope object with the default SOAP 1.1 namespace, prefix and "Envelope" as the element local name.
- buildObject() - Method in class org.opensaml.soap.soap11.impl.FaultActorBuilder
-
Builds a SOAPObject using the default name and namespace information provided SOAP specifications.
- buildObject() - Method in class org.opensaml.soap.soap11.impl.FaultBuilder
-
Creates an envelope object with the default SOAP 1.1 namespace, prefix and "Fault" as the element local name.
- buildObject() - Method in class org.opensaml.soap.soap11.impl.FaultCodeBuilder
-
Builds a SOAPObject using the default name and namespace information provided SOAP specifications.
- buildObject() - Method in class org.opensaml.soap.soap11.impl.FaultStringBuilder
-
Builds a SOAPObject using the default name and namespace information provided SOAP specifications.
- buildObject() - Method in class org.opensaml.soap.soap11.impl.HeaderBuilder
-
Creates an envelope object with the default SOAP 1.1 namespace, prefix and "Header" as the element local name.
- buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.AbstractWSAddressingObjectBuilder
-
Builds a WS-Addressing object.
- buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.ActionBuilder
-
Builds a WS-Addressing object.
- buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.AddressBuilder
-
Builds a WS-Addressing object.
- buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.EndpointReferenceBuilder
-
Builds a WS-Addressing object.
- buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.FaultToBuilder
-
Builds a WS-Addressing object.
- buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.FromBuilder
-
Builds a WS-Addressing object.
- buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.MessageIDBuilder
-
Builds a WS-Addressing object.
- buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.MetadataBuilder
-
Builds a WS-Addressing object.
- buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.ProblemActionBuilder
-
Builds a WS-Addressing object.
- buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.ProblemHeaderQNameBuilder
-
Builds a WS-Addressing object.
- buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.ProblemIRIBuilder
-
Builds a WS-Addressing object.
- buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.ReferenceParametersBuilder
-
Builds a WS-Addressing object.
- buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.RelatesToBuilder
-
Builds a WS-Addressing object.
- buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.ReplyToBuilder
-
Builds a WS-Addressing object.
- buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.RetryAfterBuilder
-
Builds a WS-Addressing object.
- buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.SoapActionBuilder
-
Builds a WS-Addressing object.
- buildObject() - Method in class org.opensaml.soap.wsaddressing.impl.ToBuilder
-
Builds a WS-Addressing object.
- buildObject() - Method in interface org.opensaml.soap.wsaddressing.WSAddressingObjectBuilder
-
Builds a WS-Addressing object.
- buildObject() - Method in class org.opensaml.soap.wsfed.impl.AddressBuilder
-
Builds a WS-Federation object using its default element name.
- buildObject() - Method in class org.opensaml.soap.wsfed.impl.AppliesToBuilder
-
Builds a WS-Federation object using its default element name.
- buildObject() - Method in class org.opensaml.soap.wsfed.impl.EndPointReferenceBuilder
-
Builds a WS-Federation object using its default element name.
- buildObject() - Method in class org.opensaml.soap.wsfed.impl.RequestedSecurityTokenBuilder
-
Builds a WS-Federation object using its default element name.
- buildObject() - Method in class org.opensaml.soap.wsfed.impl.RequestSecurityTokenResponseBuilder
-
Builds a WS-Federation object using its default element name.
- buildObject() - Method in interface org.opensaml.soap.wsfed.WSFedObjectBuilder
-
Builds a WS-Federation object using its default element name.
- buildObject() - Method in class org.opensaml.soap.wspolicy.impl.AbstractWSPolicyObjectBuilder
-
Builds a WS-Policy object.
- buildObject() - Method in class org.opensaml.soap.wspolicy.impl.AllBuilder
-
Builds a WS-Policy object.
- buildObject() - Method in class org.opensaml.soap.wspolicy.impl.AppliesToBuilder
-
Builds a WS-Policy object.
- buildObject() - Method in class org.opensaml.soap.wspolicy.impl.ExactlyOneBuilder
-
Builds a WS-Policy object.
- buildObject() - Method in class org.opensaml.soap.wspolicy.impl.PolicyAttachmentBuilder
-
Builds a WS-Policy object.
- buildObject() - Method in class org.opensaml.soap.wspolicy.impl.PolicyBuilder
-
Builds a WS-Policy object.
- buildObject() - Method in class org.opensaml.soap.wspolicy.impl.PolicyReferenceBuilder
-
Builds a WS-Policy object.
- buildObject() - Method in interface org.opensaml.soap.wspolicy.WSPolicyObjectBuilder
-
Builds a WS-Policy object.
- buildObject() - Method in class org.opensaml.soap.wssecurity.impl.AbstractWSSecurityObjectBuilder
-
Builds a WS-Security object of the given type.
- buildObject() - Method in class org.opensaml.soap.wssecurity.impl.BinarySecurityTokenBuilder
-
Builds a WS-Security object of the given type.
- buildObject() - Method in class org.opensaml.soap.wssecurity.impl.CreatedBuilder
- buildObject() - Method in class org.opensaml.soap.wssecurity.impl.EmbeddedBuilder
-
Builds a WS-Security object of the given type.
- buildObject() - Method in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderBuilder
-
Builds a WS-Security object of the given type.
- buildObject() - Method in class org.opensaml.soap.wssecurity.impl.ExpiresBuilder
-
Builds a WS-Security object of the given type.
- buildObject() - Method in class org.opensaml.soap.wssecurity.impl.IterationBuilder
-
Builds a WS-Security object of the given type.
- buildObject() - Method in class org.opensaml.soap.wssecurity.impl.KeyIdentifierBuilder
-
Builds a WS-Security object of the given type.
- buildObject() - Method in class org.opensaml.soap.wssecurity.impl.NonceBuilder
-
Builds a WS-Security object of the given type.
- buildObject() - Method in class org.opensaml.soap.wssecurity.impl.PasswordBuilder
-
Builds a WS-Security object of the given type.
- buildObject() - Method in class org.opensaml.soap.wssecurity.impl.ReferenceBuilder
-
Builds a WS-Security object of the given type.
- buildObject() - Method in class org.opensaml.soap.wssecurity.impl.SaltBuilder
-
Builds a WS-Security object of the given type.
- buildObject() - Method in class org.opensaml.soap.wssecurity.impl.SecurityBuilder
-
Builds a WS-Security object of the given type.
- buildObject() - Method in class org.opensaml.soap.wssecurity.impl.SecurityTokenReferenceBuilder
-
Builds a WS-Security object of the given type.
- buildObject() - Method in class org.opensaml.soap.wssecurity.impl.SignatureConfirmationBuilder
-
Builds a WS-Security object of the given type.
- buildObject() - Method in class org.opensaml.soap.wssecurity.impl.TimestampBuilder
-
Builds a WS-Security object of the given type.
- buildObject() - Method in class org.opensaml.soap.wssecurity.impl.TransformationParametersBuilder
-
Builds a WS-Security object of the given type.
- buildObject() - Method in class org.opensaml.soap.wssecurity.impl.UsernameBuilder
-
Builds a WS-Security object of the given type.
- buildObject() - Method in class org.opensaml.soap.wssecurity.impl.UsernameTokenBuilder
-
Builds a WS-Security object of the given type.
- buildObject() - Method in interface org.opensaml.soap.wssecurity.WSSecurityObjectBuilder
-
Builds a WS-Security object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.AbstractWSTrustObjectBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.AllowPostdatingBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.AuthenticationTypeBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.AuthenticatorBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.BinaryExchangeBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.BinarySecretBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.CancelTargetBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.CanonicalizationAlgorithmBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.ChallengeBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.ClaimsBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.CodeBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.CombinedHashBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.ComputedKeyAlgorithmBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.ComputedKeyBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.DelegatableBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.DelegateToBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.EncryptionAlgorithmBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.EncryptionBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.EncryptWithBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.EntropyBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.ForwardableBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.IssuedTokensBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.IssuerBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.KeyExchangeTokenBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.KeySizeBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.KeyTypeBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.KeyWrapAlgorithmBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.LifetimeBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.OnBehalfOfBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.ParticipantBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.ParticipantsBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.PrimaryBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.ProofEncryptionBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.ReasonBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.RenewingBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.RenewTargetBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.RequestedAttachedReferenceBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.RequestedProofTokenBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.RequestedSecurityTokenBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.RequestedTokenCancelledBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.RequestedUnattachedReferenceBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.RequestKETBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenCollectionBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenResponseBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenResponseCollectionBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.RequestTypeBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.SignatureAlgorithmBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.SignChallengeBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.SignChallengeResponseBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.SignWithBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.StatusBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.TokenTypeBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.UseKeyBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.soap.wstrust.impl.ValidateTargetBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in interface org.opensaml.soap.wstrust.WSTrustObjectBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - Method in class org.opensaml.xacml.ctx.impl.ActionTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.ctx.impl.AttributeTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.ctx.impl.AttributeValueTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.ctx.impl.DecisionTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.ctx.impl.EnvironmentTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.ctx.impl.RequestTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.ctx.impl.ResourceContentTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.ctx.impl.ResourceTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.ctx.impl.ResponseTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.ctx.impl.ResultTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.ctx.impl.StatusCodeTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.ctx.impl.StatusDetailTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.ctx.impl.StatusMessageTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.ctx.impl.StatusTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.ctx.impl.SubjectTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.impl.AbstractXACMLObjectBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.policy.impl.ActionMatchTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.policy.impl.ActionsTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.policy.impl.ActionTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.policy.impl.ApplyTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.policy.impl.AttributeAssignmentTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.policy.impl.AttributeSelectorTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.policy.impl.AttributeValueTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.policy.impl.CombinerParametersTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.policy.impl.CombinerParameterTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.policy.impl.ConditionTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.policy.impl.DefaultsTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.policy.impl.DescriptionTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.policy.impl.EnvironmentsTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.policy.impl.EnvironmentTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.policy.impl.FunctionTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.policy.impl.IdReferenceTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.policy.impl.ObligationsTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.policy.impl.ObligationTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.policy.impl.PolicyCombinerParametersTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.policy.impl.PolicySetCombinerParametersTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.policy.impl.ResourceMatchTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.policy.impl.ResourcesTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.policy.impl.ResourceTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.policy.impl.RuleCombinerParametersTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.policy.impl.RuleTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.policy.impl.SubjectAttributeDesignatorTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.policy.impl.SubjectMatchTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.policy.impl.SubjectsTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.policy.impl.SubjectTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.policy.impl.TargetTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.policy.impl.VariableDefinitionTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.policy.impl.VariableReferenceTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - Method in class org.opensaml.xacml.profile.saml.impl.ReferencedPoliciesTypeImplBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImplBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionStatementTypeImplBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLPolicyQueryTypeImplBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLPolicyStatementTypeImplBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - Method in interface org.opensaml.xacml.XACMLObjectBuilder
-
Builds a XACML object, using its default attribute name.
- buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.AgreementMethodBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.CarriedKeyNameBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.CipherDataBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.CipherReferenceBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.CipherValueBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.ConcatKDFParamsBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.DataReferenceBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.DerivedKeyBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.DerivedKeyNameBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.DHKeyValueBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedDataBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedKeyBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionMethodBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertiesBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.GeneratorBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.IterationCountBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.KANonceBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.KeyDerivationMethodBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.KeyLengthBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.KeyReferenceBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.KeySizeBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.MasterKeyNameBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.MGFBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.OAEPparamsBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.OriginatorKeyInfoBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.OtherSourceBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.PBKDF2ParamsBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.PBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.PgenCounterBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.PRFBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.PublicBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.QBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.RecipientKeyInfoBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.ReferenceListBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.SaltBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.SeedBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.SpecifiedBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - Method in class org.opensaml.xmlsec.encryption.impl.TransformsBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - Method in interface org.opensaml.xmlsec.encryption.XMLEncryptionBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - Method in class org.opensaml.xmlsec.signature.impl.CryptoBinaryBuilder
-
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.DEREncodedKeyValueBuilder
-
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
- buildObject() - Method in class org.opensaml.xmlsec.signature.impl.DigestMethodBuilder
-
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
- buildObject() - Method in class org.opensaml.xmlsec.signature.impl.DSAKeyValueBuilder
-
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
- buildObject() - Method in class org.opensaml.xmlsec.signature.impl.ECKeyValueBuilder
-
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
- buildObject() - Method in class org.opensaml.xmlsec.signature.impl.ExponentBuilder
-
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
- buildObject() - Method in class org.opensaml.xmlsec.signature.impl.GBuilder
-
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
- buildObject() - Method in class org.opensaml.xmlsec.signature.impl.JBuilder
-
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
- buildObject() - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoBuilder
-
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
- buildObject() - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoReferenceBuilder
-
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
- buildObject() - Method in class org.opensaml.xmlsec.signature.impl.KeyNameBuilder
-
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
- buildObject() - Method in class org.opensaml.xmlsec.signature.impl.KeyValueBuilder
-
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
- buildObject() - Method in class org.opensaml.xmlsec.signature.impl.MgmtDataBuilder
-
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
- buildObject() - Method in class org.opensaml.xmlsec.signature.impl.ModulusBuilder
-
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
- buildObject() - Method in class org.opensaml.xmlsec.signature.impl.NamedCurveBuilder
-
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
- buildObject() - Method in class org.opensaml.xmlsec.signature.impl.PBuilder
-
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
- buildObject() - Method in class org.opensaml.xmlsec.signature.impl.PgenCounterBuilder
-
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
- buildObject() - Method in class org.opensaml.xmlsec.signature.impl.PGPDataBuilder
-
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
- buildObject() - Method in class org.opensaml.xmlsec.signature.impl.PGPKeyIDBuilder
-
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
- buildObject() - Method in class org.opensaml.xmlsec.signature.impl.PGPKeyPacketBuilder
-
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
- buildObject() - Method in class org.opensaml.xmlsec.signature.impl.PublicKeyBuilder
-
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
- buildObject() - Method in class org.opensaml.xmlsec.signature.impl.QBuilder
-
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
- buildObject() - Method in class org.opensaml.xmlsec.signature.impl.RetrievalMethodBuilder
-
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
- buildObject() - Method in class org.opensaml.xmlsec.signature.impl.RSAKeyValueBuilder
-
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
- buildObject() - Method in class org.opensaml.xmlsec.signature.impl.SeedBuilder
-
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
- buildObject() - Method in class org.opensaml.xmlsec.signature.impl.SignatureBuilder
-
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.SPKIDataBuilder
-
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
- buildObject() - Method in class org.opensaml.xmlsec.signature.impl.SPKISexpBuilder
-
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
- buildObject() - Method in class org.opensaml.xmlsec.signature.impl.TransformBuilder
-
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
- buildObject() - Method in class org.opensaml.xmlsec.signature.impl.TransformsBuilder
-
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
- buildObject() - Method in class org.opensaml.xmlsec.signature.impl.X509CertificateBuilder
-
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
- buildObject() - Method in class org.opensaml.xmlsec.signature.impl.X509CRLBuilder
-
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
- buildObject() - Method in class org.opensaml.xmlsec.signature.impl.X509DataBuilder
-
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
- buildObject() - Method in class org.opensaml.xmlsec.signature.impl.X509DigestBuilder
-
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
- buildObject() - Method in class org.opensaml.xmlsec.signature.impl.X509IssuerNameBuilder
-
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
- buildObject() - Method in class org.opensaml.xmlsec.signature.impl.X509IssuerSerialBuilder
-
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
- buildObject() - Method in class org.opensaml.xmlsec.signature.impl.X509SerialNumberBuilder
-
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
- buildObject() - Method in class org.opensaml.xmlsec.signature.impl.X509SKIBuilder
-
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
- buildObject() - Method in class org.opensaml.xmlsec.signature.impl.X509SubjectNameBuilder
-
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
- buildObject() - Method in class org.opensaml.xmlsec.signature.impl.XPathBuilder
-
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.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.
- 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) - Method in class org.opensaml.core.xml.mock.SimpleXMLObjectBuilder
-
Creates an XMLObject with a given fully qualified name.
- 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(String, String, String) - Method in interface org.opensaml.core.xml.XMLObjectBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.ext.idpdisco.impl.DiscoveryResponseBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.ext.reqattr.impl.RequestedAttributesBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.ext.saml1md.impl.SourceIDBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.ext.saml2alg.impl.DigestMethodBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.ext.saml2alg.impl.SigningMethodBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.ext.saml2aslo.impl.AsynchronousBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.ext.saml2cb.impl.ChannelBindingsBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.ext.saml2delrestrict.impl.DelegateBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.ext.saml2delrestrict.impl.DelegationRestrictionTypeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdattr.impl.EntityAttributesBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdquery.impl.ActionNamespaceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdquery.impl.AttributeQueryDescriptorTypeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdquery.impl.AuthnQueryDescriptorTypeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdquery.impl.AuthzDecisionQueryDescriptorTypeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdreqinit.impl.RequestInitiatorBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationInfoBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationPathBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.RegistrationInfoBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.RegistrationPolicyBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.UsagePolicyBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdui.impl.DescriptionBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdui.impl.DiscoHintsBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdui.impl.DisplayNameBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdui.impl.DomainHintBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdui.impl.GeolocationHintBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdui.impl.InformationURLBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdui.impl.IPHintBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdui.impl.KeywordsBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdui.impl.LogoBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdui.impl.PrivacyStatementURLBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.ext.saml2mdui.impl.UIInfoBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.ext.samlec.impl.EncTypeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.ext.samlec.impl.GeneratedKeyBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.ext.samlec.impl.SessionKeyBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.ext.samlpthrpty.impl.RespondToBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.ActionBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.AdviceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.AssertionArtifactBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.AssertionBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.AssertionIDReferenceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.AttributeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.AttributeDesignatorBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.AttributeQueryBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.AttributeStatementBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.AttributeValueBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.AudienceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.AudienceRestrictionConditionBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.AuthenticationQueryBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.AuthenticationStatementBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.AuthorityBindingBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionQueryBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionStatementBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.ConditionsBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.ConfirmationMethodBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.DoNotCacheConditionBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.EvidenceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.NameIdentifierBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.RequestBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.RespondWithBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.ResponseBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.StatusBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.StatusCodeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.StatusDetailBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.StatusMessageBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.SubjectBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.SubjectConfirmationBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.SubjectConfirmationDataBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml1.core.impl.SubjectLocalityBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.ActionBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.AdviceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.ArtifactBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.ArtifactResolveBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.ArtifactResponseBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.AssertionBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.AssertionIDRefBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.AssertionIDRequestBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.AssertionURIRefBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.AttributeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.AttributeQueryBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.AttributeStatementBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.AttributeValueBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.AudienceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.AudienceRestrictionBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.AuthenticatingAuthorityBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextClassRefBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextDeclBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextDeclRefBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.AuthnQueryBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.AuthnRequestBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.AuthnStatementBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.AuthzDecisionQueryBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.AuthzDecisionStatementBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.ConditionsBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.EncryptedAssertionBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.EncryptedAttributeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.EncryptedIDBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.EvidenceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.ExtensionsBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.GetCompleteBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.IDPEntryBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.IDPListBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.IssuerBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.KeyInfoConfirmationDataTypeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.LogoutRequestBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.LogoutResponseBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.ManageNameIDRequestBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.ManageNameIDResponseBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.NameIDBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.NameIDMappingRequestBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.NameIDMappingResponseBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.NameIDPolicyBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.NewEncryptedIDBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.NewIDBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.OneTimeUseBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.ProxyRestrictionBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.RequestedAuthnContextBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.RequesterIDBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.ResponseBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.ScopingBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.SessionIndexBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.StatusBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.StatusCodeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.StatusDetailBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.StatusMessageBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.SubjectBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationDataBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.SubjectLocalityBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.core.impl.TerminateBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.ecp.impl.RelayStateBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.ecp.impl.RequestAuthenticatedBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.ecp.impl.RequestBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.ecp.impl.ResponseBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.ecp.impl.SubjectConfirmationBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.AdditionalMetadataLocationBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.AffiliateMemberBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.ArtifactResolutionServiceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.AssertionConsumerServiceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.AssertionIDRequestServiceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeAuthorityDescriptorBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeConsumingServiceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeProfileBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeServiceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.AuthnAuthorityDescriptorBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.AuthnQueryServiceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.AuthzServiceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.CompanyBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.ContactPersonBuilder
-
Creates an XMLObject with a given fully qualified name.
- 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(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.EntitiesDescriptorBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.ExtensionsBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.GivenNameBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.IDPSSODescriptorBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.KeyDescriptorBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.ManageNameIDServiceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.NameIDFormatBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.NameIDMappingServiceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.OrganizationBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.OrganizationDisplayNameBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.OrganizationNameBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.OrganizationURLBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.PDPDescriptorBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.RequestedAttributeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.ServiceDescriptionBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.ServiceNameBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.SingleLogoutServiceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.SingleSignOnServiceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.SPSSODescriptorBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.SurNameBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.saml.saml2.metadata.impl.TelephoneNumberBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.soap11.impl.BodyBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.soap11.impl.DetailBuilder
-
Creates an XMLObject with a given fully qualified 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(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(String, String, String) - Method in class org.opensaml.soap.soap11.impl.FaultStringBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.soap11.impl.HeaderBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wsaddressing.impl.ActionBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wsaddressing.impl.AddressBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wsaddressing.impl.EndpointReferenceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wsaddressing.impl.FaultToBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wsaddressing.impl.FromBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wsaddressing.impl.MessageIDBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wsaddressing.impl.MetadataBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wsaddressing.impl.ProblemActionBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wsaddressing.impl.ProblemHeaderQNameBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wsaddressing.impl.ProblemIRIBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wsaddressing.impl.ReferenceParametersBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wsaddressing.impl.RelatesToBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wsaddressing.impl.ReplyToBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wsaddressing.impl.RetryAfterBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wsaddressing.impl.SoapActionBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wsaddressing.impl.ToBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wsfed.impl.AddressBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wsfed.impl.AppliesToBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wsfed.impl.EndPointReferenceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wsfed.impl.RequestedSecurityTokenBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wsfed.impl.RequestSecurityTokenResponseBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wspolicy.impl.AllBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wspolicy.impl.AppliesToBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wspolicy.impl.ExactlyOneBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wspolicy.impl.PolicyAttachmentBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wspolicy.impl.PolicyBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wspolicy.impl.PolicyReferenceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wssecurity.impl.BinarySecurityTokenBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wssecurity.impl.CreatedBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wssecurity.impl.EmbeddedBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wssecurity.impl.ExpiresBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wssecurity.impl.IterationBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wssecurity.impl.KeyIdentifierBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wssecurity.impl.NonceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wssecurity.impl.PasswordBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wssecurity.impl.ReferenceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wssecurity.impl.SaltBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wssecurity.impl.SecurityBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wssecurity.impl.SecurityTokenReferenceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wssecurity.impl.SignatureConfirmationBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wssecurity.impl.TimestampBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wssecurity.impl.TransformationParametersBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wssecurity.impl.UsernameBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wssecurity.impl.UsernameTokenBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.AllowPostdatingBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.AuthenticationTypeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.AuthenticatorBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.BinaryExchangeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.BinarySecretBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.CancelTargetBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.CanonicalizationAlgorithmBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.ChallengeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.ClaimsBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.CodeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.CombinedHashBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.ComputedKeyAlgorithmBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.ComputedKeyBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.DelegatableBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.DelegateToBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.EncryptionAlgorithmBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.EncryptionBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.EncryptWithBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.EntropyBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.ForwardableBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.IssuedTokensBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.IssuerBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.KeyExchangeTokenBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.KeySizeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.KeyTypeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.KeyWrapAlgorithmBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.LifetimeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.OnBehalfOfBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.ParticipantBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.ParticipantsBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.PrimaryBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.ProofEncryptionBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.ReasonBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.RenewingBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.RenewTargetBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.RequestedAttachedReferenceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.RequestedProofTokenBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.RequestedSecurityTokenBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.RequestedTokenCancelledBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.RequestedUnattachedReferenceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.RequestKETBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenCollectionBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenResponseBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenResponseCollectionBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.RequestTypeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.SignatureAlgorithmBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.SignChallengeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.SignChallengeResponseBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.SignWithBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.StatusBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.TokenTypeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.UseKeyBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.soap.wstrust.impl.ValidateTargetBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.ActionTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.AttributeTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.AttributeValueTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.DecisionTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- 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(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(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.ResourceTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.ResponseTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.ResultTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.StatusCodeTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.StatusDetailTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.StatusMessageTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.StatusTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.SubjectTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.ActionMatchTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.ActionsTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- 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(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(String, String, String) - Method in class org.opensaml.xacml.policy.impl.AttributeSelectorTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.AttributeValueTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.CombinerParametersTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- 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(String, String, String) - Method in class org.opensaml.xacml.policy.impl.DefaultsTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.DescriptionTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.EnvironmentsTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- 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(String, String, String) - Method in class org.opensaml.xacml.policy.impl.IdReferenceTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.ObligationsTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- 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(String, String, String) - Method in class org.opensaml.xacml.policy.impl.PolicySetCombinerParametersTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.ResourceMatchTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.ResourcesTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- 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(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(String, String, String) - Method in class org.opensaml.xacml.policy.impl.SubjectMatchTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.SubjectsTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.SubjectTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- 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(String, String, String) - Method in class org.opensaml.xacml.policy.impl.VariableReferenceTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xacml.profile.saml.impl.ReferencedPoliciesTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionStatementTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLPolicyQueryTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLPolicyStatementTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.AgreementMethodBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.CarriedKeyNameBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.CipherDataBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.CipherReferenceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.CipherValueBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.ConcatKDFParamsBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.DataReferenceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.DerivedKeyBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.DerivedKeyNameBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.DHKeyValueBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedDataBuilder
-
Creates an XMLObject with a given fully qualified name.
- 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(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertiesBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.GeneratorBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.IterationCountBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.KANonceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.KeyDerivationMethodBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.KeyLengthBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.KeyReferenceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.KeySizeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.MasterKeyNameBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.MGFBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.OAEPparamsBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.OriginatorKeyInfoBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.OtherSourceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.PBKDF2ParamsBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.PBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.PgenCounterBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.PRFBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.PublicBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.QBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.RecipientKeyInfoBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.ReferenceListBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.SaltBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.SeedBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.SpecifiedBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.encryption.impl.TransformsBuilder
-
Creates an XMLObject with a given fully qualified name.
- 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(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.DigestMethodBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.DSAKeyValueBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.ECKeyValueBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.ExponentBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.GBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.JBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoReferenceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.KeyNameBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.KeyValueBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.MgmtDataBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.ModulusBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.NamedCurveBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.PBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.PgenCounterBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.PGPDataBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.PGPKeyIDBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.PGPKeyPacketBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.PublicKeyBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.QBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.RetrievalMethodBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.RSAKeyValueBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.SeedBuilder
-
Creates an XMLObject with a given fully qualified 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(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.SPKISexpBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.TransformBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.TransformsBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.X509CertificateBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.X509CRLBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.X509DataBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.X509DigestBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.X509IssuerNameBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.X509IssuerSerialBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.X509SerialNumberBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.X509SKIBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.X509SubjectNameBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.XPathBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - Method in class org.opensaml.xmlsec.signature.impl.YBuilder
-
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(String, String, String, QName) - Method in interface org.opensaml.core.xml.XMLObjectBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(QName) - Method in class org.opensaml.core.xml.AbstractXMLObjectBuilder
-
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 class org.opensaml.core.xml.AbstractXMLObjectBuilder
-
Creates an XMLObject with a given fully qualified name and schema type.
- buildObject(QName, QName) - Method in interface org.opensaml.core.xml.XMLObjectBuilder
-
Creates an XMLObject with a given fully qualified name and schema type.
- buildObject(Element) - Method in class org.opensaml.core.xml.AbstractXMLObjectBuilder
-
Creates an XMLObject using information from the given DOM element.
- buildObject(Element) - Method in interface org.opensaml.core.xml.XMLObjectBuilder
-
Creates an XMLObject using information from the given DOM element.
- buildOutboundMessageContext() - Method in class org.opensaml.profile.testing.RequestContextBuilder
-
Builds a outbound
MessageContext. - buildParameterSpec() - Method in class org.opensaml.security.crypto.ec.curves.AbstractNamedCurve
-
Build an instance of
ECParameterSpeccorresponding to this curve. - buildProceedEvent(ProfileRequestContext) - Static method in class org.opensaml.profile.action.ActionSupport
-
Signals a successful outcome by an action.
- buildProfileRequestContext() - Method in class org.opensaml.profile.testing.RequestContextBuilder
-
Builds a
ProfileRequestContext. - buildRedirectURL(MessageContext, 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.
- buildResponse() - Static method in class org.opensaml.saml.saml1.testing.SAML1ActionTestingSupport
-
Builds an empty response.
- buildResponse() - Static method in class org.opensaml.saml.saml2.testing.SAML2ActionTestingSupport
-
Builds an empty response.
- buildRSAKeyValue(RSAPublicKey) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
-
Builds an
RSAKeyValueXMLObject from the Java security RSA public key type. - buildScoping(Integer, Set<String>) - Static method in class org.opensaml.saml.saml2.testing.SAML2ActionTestingSupport
-
Build a
Scoping. - buildSignatureKeyInfoGeneratorManager() - Static method in class org.opensaml.xmlsec.config.impl.DefaultSecurityConfigurationBootstrap
-
Build a basic
NamedKeyInfoGeneratorManagerfor use when generating anSignature. - buildSignedContentString(String) - Method in class org.opensaml.saml.saml2.binding.security.impl.SAML2HTTPRedirectDeflateSignatureSecurityHandler
-
Extract the raw request parameters and build a string representation of the content that was signed.
- buildSOAP11Fault(QName, String, String, List<XMLObject>, Map<QName, String>) - Static method in class org.opensaml.soap.util.SOAPSupport
-
Build a SOAP 1.1.
- buildStaticParameters(ValidateAssertions.AssertionValidationInput) - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Build the static parameters map for input to the
ValidationContext. - buildStaticParameters(SAML20AssertionTokenValidationInput) - Method in class org.opensaml.saml.saml2.wssecurity.messaging.impl.DefaultSAML20AssertionValidationContextBuilder
-
Build the static parameters map for input to the
ValidationContext. - buildStatusCode(Status, List<QName>) - Method in class org.opensaml.saml.saml1.profile.impl.AddStatusToResponse
-
Build and attach
StatusCodeelement. - buildStatusCode(Status, List<String>) - Method in class org.opensaml.saml.saml2.profile.impl.AddStatusToResponse
-
Build and attach
StatusCodeelement. - buildStatusMessage(Status, String) - Method in class org.opensaml.saml.saml1.profile.impl.AddStatusToResponse
-
Build and attach
StatusMessageelement. - buildStatusMessage(Status, String) - Method in class org.opensaml.saml.saml2.profile.impl.AddStatusToResponse
-
Build and attach
StatusMessageelement. - buildSubject(String) - Static method in class org.opensaml.saml.saml1.testing.SAML1ActionTestingSupport
-
Builds a
Subject. - buildSubject(String) - Static method in class org.opensaml.saml.saml2.testing.SAML2ActionTestingSupport
-
Builds a
Subject. - buildTLSCriteriaSet(ClassicHttpRequest, InOutOperationContext) - Method in class org.opensaml.soap.client.http.AbstractPipelineHttpSOAPClient
-
Build the dynamic
CriteriaSetinstance to be used for TLS trust evaluation. - buildTLSSocketFactory() - Static method in class org.opensaml.security.httpclient.impl.SecurityEnhancedHttpClientSupport
-
Build an instance of TLS-capable
LayeredConnectionSocketFactorywrapped bySecurityEnhancedTLSSocketFactory, configured for server TLS based on a mandatoryTrustEnginesupplied at runtime. - buildTLSSocketFactory(boolean, boolean) - Static method in class org.opensaml.security.httpclient.impl.SecurityEnhancedHttpClientSupport
-
Build an instance of TLS-capable
LayeredConnectionSocketFactory. - buildTLSSocketFactoryWithClientTLS() - Static method in class org.opensaml.security.httpclient.impl.SecurityEnhancedHttpClientSupport
-
Build an instance of TLS-capable
LayeredConnectionSocketFactorywrapped bySecurityEnhancedTLSSocketFactory, configured for server TLS based on a mandatoryTrustEnginesupplied at runtime, and additionally configured for optional client TLS support via context client TLS credential. - buildTLSSocketFactoryWithClientTLSOnly() - Static method in class org.opensaml.security.httpclient.impl.SecurityEnhancedHttpClientSupport
-
Build an instance of TLS-capable
LayeredConnectionSocketFactorywrapped bySecurityEnhancedTLSSocketFactory, configured for optional client TLS support via context client TLS credential. - buildTrustAnchor(X509Certificate) - Method in class org.opensaml.security.x509.impl.CertPathPKIXTrustEvaluator
-
Build a trust anchor from the given X509 certificate.
- buildURL(String, CriteriaSet) - Method in interface org.opensaml.saml.metadata.resolver.impl.MetadataQueryProtocolRequestURLBuilder.MetadataQueryProtocolURLBuilder
-
Build a request URL using the supplied base service URL and criteria.
- buildURL(String, CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.SAMLArtifactURLBuilder
-
Build a request URL using the supplied base service URL and criteria.
- buildValidationContext(MessageContext, Assertion) - Method in class org.opensaml.saml.saml2.wssecurity.messaging.impl.WSSecuritySAML20AssertionTokenSecurityHandler
-
Build the Assertion ValidationContext.
- buildValidationContext(ProfileRequestContext, Assertion) - Method in class org.opensaml.saml.saml2.profile.impl.ValidateAssertions
-
Build the Assertion ValidationContext.
- buildX509Certificate(X509Certificate) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
-
Builds an
X509CertificateXMLObject from a native JavaX509Certificate. - buildX509CRL(X509CRL) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
- buildX509Digest(X509Certificate, String) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
-
Build an
X509Digestcontaining the digest of the specified certificate. - buildX509IssuerSerial(String, BigInteger) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
-
Build an
X509IssuerSerialcontaining a given issuer name and serial number. - buildX509SKI(X509Certificate) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
-
Build an
X509SKIcontaining the subject key identifier extension value contained within a certificate. - buildX509SubjectName(String) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
-
Build an
X509SubjectNamecontaining a given subject name. - buildXMLCipher(Key, String, RSAOAEPParameters) - Method in class org.opensaml.xmlsec.encryption.support.Encrypter
-
Construct and return an instance of
XMLCipherbased on the given inputs. - buildXMLObject() - Method in class org.opensaml.xmlsec.agreement.impl.DigestMethod
-
Build an
XMLObjectinstance representing this parameter. - buildXMLObject() - Method in class org.opensaml.xmlsec.agreement.impl.KANonce
-
Build an
XMLObjectinstance representing this parameter. - buildXMLObject() - Method in interface org.opensaml.xmlsec.agreement.XMLExpressableKeyAgreementParameter
-
Build an
XMLObjectinstance representing this parameter. - buildXMLObject() - Method in class org.opensaml.xmlsec.derivation.impl.ConcatKDF
-
Build an
XMLObjectinstance representing this parameter. - buildXMLObject() - Method in class org.opensaml.xmlsec.derivation.impl.PBKDF2
-
Build an
XMLObjectinstance representing this parameter. - buildXMLObject(QName) - Method in class org.opensaml.core.testing.XMLObjectBaseTestCase
-
Builds the requested XMLObject.
- 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.
- buildXMLObject(Element) - Method in class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
-
Constructs the XMLObject that the given DOM Element will be unmarshalled into.
- byName - Variable in class org.opensaml.security.crypto.ec.NamedCurveRegistry
-
Index by name.
- byOID - Variable in class org.opensaml.security.crypto.ec.NamedCurveRegistry
-
Index by OID.
- byParamSpec - Variable in class org.opensaml.security.crypto.ec.NamedCurveRegistry
-
Index by
EnhancedECParameterSpec. - ByReferenceMetadataFilter - Class in org.opensaml.saml.metadata.resolver.filter.impl
-
A
MetadataFilterthat associates other filters with specificMetadataResolverinstances by ID. - ByReferenceMetadataFilter() - Constructor for class org.opensaml.saml.metadata.resolver.filter.impl.ByReferenceMetadataFilter
-
Constructor.
- byURI - Variable in class org.opensaml.security.crypto.ec.NamedCurveRegistry
-
Index by URI.
C
- C14N_ALGORITHMS - Static variable in class org.opensaml.xmlsec.signature.support.SignatureSupport
-
Set of known canonicalization algorithm URIs.
- CACHE_CONTEXT - Static variable in class org.opensaml.saml.saml2.assertion.impl.OneTimeUseConditionValidator
-
Cache context name.
- 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 QName.
- CacheableSAMLObject - Interface in org.opensaml.saml.saml2.common
-
A functional interface for SAMLElements that provide cache duration information.
- cachedFilteredMetadata - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractBatchMetadataResolver.BatchEntityBackingStore
-
The cached original source metadata document.
- cachedMetadataETag - Variable in class org.opensaml.saml.metadata.resolver.impl.HTTPMetadataResolver
-
The ETag provided when the currently cached metadata was fetched.
- cachedMetadataLastModified - Variable in class org.opensaml.saml.metadata.resolver.impl.HTTPMetadataResolver
-
The Last-Modified information provided when the currently cached metadata was fetched.
- cachedOriginalMetadata - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractBatchMetadataResolver.BatchEntityBackingStore
-
The cached original source metadata document.
- cachedProperties - Variable in class org.opensaml.core.config.provider.AbstractFilesystemConfigurationPropertiesSource
-
Cache of properties.
- cachedProperties - Variable in class org.opensaml.core.config.provider.ClasspathConfigurationPropertiesSource
-
Cache of properties.
- cachedSchema - Variable in class org.opensaml.saml.common.xml.SAMLSchemaBuilder
-
Cached copy of the schema produced by the builder.
- cacheDuration - Variable in class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorImpl
-
cacheDurection attribute.
- cacheDuration - Variable in class org.opensaml.saml.saml2.metadata.impl.EntitiesDescriptorImpl
-
cacheDurection attribute.
- cacheDuration - Variable in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
-
cacheDurection attribute.
- cacheDuration - Variable in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorImpl
-
cacheDurection attribute.
- cacheSourceMetadata - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractBatchMetadataResolver
-
Flag indicating whether to cache the original source metadata document.
- 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) - Constructor for class org.opensaml.saml.common.profile.logic.EntityAttributesPredicate.Candidate
-
Constructor.
- Candidate(String, String) - Constructor for class org.opensaml.saml.common.profile.logic.EntityAttributesPredicate.Candidate
-
Constructor.
- candidateSet - Variable in class org.opensaml.saml.common.profile.logic.EntityAttributesPredicate
-
Candidates to check for.
- canonicalizationAlgorithm - Variable in class org.opensaml.xmlsec.signature.impl.SignatureImpl
-
Canonicalization algorithm used in signature.
- 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
- canonicalizedLocation - Variable in class org.opensaml.saml.metadata.resolver.index.impl.EndpointMetadataIndex.EndpointMetadataIndexKey
-
The canonicalized location.
- canonicalizedLocation - Variable in class org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex.ArtifactSourceLocationMetadataIndexKey
-
The location.
- canonicalizeLocationURI(String) - Static method in class org.opensaml.saml.metadata.resolver.index.impl.MetadataIndexSupport
-
Canonicalize a location to be indexed.
- canUseRequestedEndpoint(EndpointCriterion<EndpointType>) - Method in class org.opensaml.saml.common.binding.AbstractEndpointResolver
-
Optimize the case of resolving a single endpoint if a populated endpoint is supplied via criteria, and validation is unnecessary due to a signed request.
- capabilityMap - Variable in class org.opensaml.storage.impl.client.ClientStorageService
-
Sizes to report for context, key, and value limits when particular sources are used.
- carriedKeyName - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptedKeyImpl
-
CarriedKeyName value.
- CarriedKeyName - Interface in org.opensaml.xmlsec.encryption
-
XMLObject representing XML Encryption, version 20021210, CarriedKeyName element.
- carriedKeyNameBuilder - Variable in class org.opensaml.saml.saml2.encryption.Encrypter
-
Builder for CarriedKeyName objects.
- CarriedKeyNameBuilder - Class in org.opensaml.xmlsec.encryption.impl
-
Builder of
CarriedKeyName. - CarriedKeyNameBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.CarriedKeyNameBuilder
- 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.
- cert - Variable in class org.opensaml.security.messaging.ServletRequestX509CredentialAdapter
-
The entity certificate.
- certChain - Variable in class org.opensaml.security.messaging.ServletRequestX509CredentialAdapter
-
The certificate chain.
- certificateChain - Variable in class org.opensaml.security.x509.tls.impl.StaticX509CredentialKeyManager
-
The certificate chain instance.
- certificateFiles - Variable in class org.opensaml.spring.trust.PKIXInlineValidationInfoFactoryBean
-
The strings to be turned into the certificates.
- certificateFiles - Variable in class org.opensaml.spring.trust.PKIXResourceValidationInfoFactoryBean
-
The file to be turned into the certificates.
- certificateNameOptions - Variable in class org.opensaml.security.x509.tls.ClientTLSValidationParameters
-
A
CertificateNameOptionsinstance used to validate a client TLSX509Credential. - certificateNameOptions - Variable in class org.opensaml.security.x509.tls.impl.BasicClientTLSValidationConfiguration
-
A
CertificateNameOptionsinstance used to validate a client TLSX509Credential. - 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.
- certificateResources - Variable in class org.opensaml.spring.credential.BasicX509CredentialFactoryBean
-
Where the certificates are to be found.
- certificateResources - Variable in class org.opensaml.spring.trust.StaticExplicitKeyFactoryBean
-
The resources to be turned into certificates.
- certificateResources - Variable in class org.opensaml.spring.trust.StaticPKIXFactoryBean
-
Certificate resources.
- certificates - Variable in class org.opensaml.spring.credential.X509InlineCredentialFactoryBean
-
The certificates.
- certNameOptions - Variable in class org.opensaml.security.messaging.impl.BaseClientCertAuthSecurityHandler
-
Options for deriving client cert presenter entity ID's from an X.509 certificate.
- CertPathPKIXTrustEvaluator - Class in org.opensaml.security.x509.impl
-
An implementation of
PKIXTrustEvaluatorthat 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
PKIXValidationOptionswhich specifies options specific to aPKIXTrustEvaluatorbased on the Java CertPath API. - CertPathPKIXValidationOptions() - Constructor for class org.opensaml.security.x509.impl.CertPathPKIXValidationOptions
-
Constructor.
- certSelector - Variable in class org.opensaml.security.credential.criteria.impl.EvaluableX509CertSelectorCredentialCriterion
-
Base criteria.
- ChainingCredentialResolver - Class in org.opensaml.security.credential.impl
-
A concrete implementation of
AbstractChainingCredentialResolverwhich is scoped to the simpleCredentialResolvertype. - ChainingCredentialResolver(List<CredentialResolver>) - Constructor for class org.opensaml.security.credential.impl.ChainingCredentialResolver
-
Constructor.
- ChainingEncryptedKeyResolver - Class in org.opensaml.xmlsec.encryption.support
-
An implementation of
EncryptedKeyResolverwhich 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>, String) - Constructor for class org.opensaml.xmlsec.encryption.support.ChainingEncryptedKeyResolver
-
Deprecated.
- ChainingEncryptedKeyResolver(List<EncryptedKeyResolver>, Set<String>) - Constructor for class org.opensaml.xmlsec.encryption.support.ChainingEncryptedKeyResolver
-
Deprecated.
- ChainingEncryptedKeyResolver.ChainingIterable - Class in org.opensaml.xmlsec.encryption.support
-
Implementation of
Iterableto be returned byChainingEncryptedKeyResolver. - ChainingEncryptedKeyResolver.ChainingIterator - Class in org.opensaml.xmlsec.encryption.support
-
Implementation of
Iteratorto be (indirectly) returned byChainingEncryptedKeyResolver. - ChainingIterable(ChainingEncryptedKeyResolver, EncryptedData, Set<String>) - Constructor for class org.opensaml.xmlsec.encryption.support.ChainingEncryptedKeyResolver.ChainingIterable
-
Constructor.
- ChainingIterator(ChainingEncryptedKeyResolver, EncryptedData, Set<String>) - Constructor for class org.opensaml.xmlsec.encryption.support.ChainingEncryptedKeyResolver.ChainingIterator
-
Constructor.
- ChainingKeyInfoCredentialResolver - Class in org.opensaml.xmlsec.keyinfo.impl
-
A concrete implementation of
AbstractChainingCredentialResolverwhich is scoped to theKeyInfoCredentialResolvertype. - 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
NameIdentifierGeneratorinterface 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
SignaturePrevalidatorinstances. - 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.
- ChainingSignatureTrustEngineFactoryBean - Class in org.opensaml.spring.trust
-
Factory bean for
ChainingSignatureTrustEngine. - ChainingSignatureTrustEngineFactoryBean(List<Object>) - Constructor for class org.opensaml.spring.trust.ChainingSignatureTrustEngineFactoryBean
-
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.
- ChainingTrustEngineFactoryBean - Class in org.opensaml.spring.trust
-
Factory bean for
ChainingTrustEngine. - ChainingTrustEngineFactoryBean(List<Object>) - Constructor for class org.opensaml.spring.trust.ChainingTrustEngineFactoryBean
-
Constructor.
- challenge - Variable in class org.opensaml.soap.wstrust.impl.SignChallengeTypeImpl
-
Challengechild element. - 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 - Variable in class org.opensaml.saml.common.messaging.context.ChannelBindingsContext
-
The set of 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
ChannelBindingsobjects. - ChannelBindingsBuilder() - Constructor for class org.opensaml.saml.ext.saml2cb.impl.ChannelBindingsBuilder
- channelBindingsContext - Variable in class org.opensaml.saml.common.binding.impl.AddChannelBindingsHeaderHandler
-
The ChannelBindingsContext to operate on.
- channelBindingsContext - Variable in class org.opensaml.saml.saml2.profile.impl.AddChannelBindingsToAssertions
-
ChannelBindingsContext to read from.
- ChannelBindingsContext - Class in org.opensaml.saml.common.messaging.context
-
Context, usually attached to a
MessageContextthat carries a collection ofChannelBindingsobjects supplied with a message. - ChannelBindingsContext() - Constructor for class org.opensaml.saml.common.messaging.context.ChannelBindingsContext
-
Constructor.
- channelBindingsContext1 - Variable in class org.opensaml.saml.common.profile.impl.VerifyChannelBindings
-
The first set of bindings.
- channelBindingsContext2 - Variable in class org.opensaml.saml.common.profile.impl.VerifyChannelBindings
-
The second set of bindings.
- channelBindingsContextLookupStrategy - Variable in class org.opensaml.saml.common.binding.impl.AddChannelBindingsHeaderHandler
-
Strategy used to locate the
ChannelBindingsContextto operate on. - channelBindingsContextLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.AddChannelBindingsToAssertions
-
Strategy used to locate the
ChannelBindingsContextto operate on. - channelBindingsCreationStrategy - Variable in class org.opensaml.saml.common.profile.impl.VerifyChannelBindings
-
Strategy used to locate or create the context to save the verified result in.
- 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.
- channelBindingsLookupStrategy1 - Variable in class org.opensaml.saml.common.profile.impl.VerifyChannelBindings
-
Strategy used to locate the first set of bindings to operate on.
- channelBindingsLookupStrategy2 - Variable in class org.opensaml.saml.common.profile.impl.VerifyChannelBindings
-
Strategy used to locate the second set of bindings to operate on.
- ChannelBindingsMarshaller - Class in org.opensaml.saml.ext.saml2cb.impl
-
A thread-safe Marshaller for
ChannelBindingsobjects. - 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, Instant) - Method in class org.opensaml.storage.impl.StorageServiceReplayCache
-
Returns true iff the check value is not found in the cache, and stores it.
- check(String, String, Instant) - Method in interface org.opensaml.storage.ReplayCache
-
Returns true iff the check value is not found in the cache, and stores it.
- checkAccess(ServletRequest, String, String) - Method in class org.opensaml.profile.logic.PredicateAccessControl
- 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
-
Constructor.
- checkAddress - Variable in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Predicate for determining whether an Assertion's network address(es) should be checked.
- checkAddress(ValidationContext, String, String, Assertion, String) - Static method in class org.opensaml.saml.saml2.assertion.impl.AssertionValidationSupport
-
Check an address from an assertion using valid values obtained from the validation context.
- 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.
- checkAndCreateIntermediateDirectories(File) - Method in class org.opensaml.core.xml.persist.FilesystemLoadSaveManager
-
Check and create intermediate directories between the
baseDirectoryand the actual file, if necessary. - checkAndDeregisterQNameValue(QName, String) - Method in class org.opensaml.core.xml.util.AttributeMap
-
Check whether the attribute value is a QName type, and if it is, deregister it with the owner's namespace manger.
- checkAndEvaluateServerTLS(Socket) - Method in class org.opensaml.security.httpclient.impl.SecurityEnhancedTLSSocketFactory
-
Check that the evaluation of the socket certificate using the data in
ThreadLocalX509TrustEngineContexthas been performed, if applicable, and if not, evaluate it. - 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.
- checkAndProcessKeyAgreement(EncryptionParameters, CriteriaSet, Predicate<String>, Credential) - Method in class org.opensaml.saml.security.impl.SAMLMetadataEncryptionParametersResolver
-
Check for a credential type that implies a key agreement operation, and process if so indicated.
- checkAndProcessKeyAgreement(EncryptionParameters, CriteriaSet, Credential, List<String>, List<String>) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
-
Check for a credential type that implies a key agreement operation, and process if so indicated.
- CheckAndRecordServerTLSEntityAuthenticationtHandler - Class in org.opensaml.saml.common.binding.security.impl
-
Handler implementation that checks and records the result of
HttpClientserver TLS authentication as stored in the @linkHttpClientContextresolved via strategy function. - CheckAndRecordServerTLSEntityAuthenticationtHandler() - Constructor for class org.opensaml.saml.common.binding.security.impl.CheckAndRecordServerTLSEntityAuthenticationtHandler
-
Constructor.
- CheckAndRecordServerTLSEntityAuthenticationtHandler.DefaultHttpClientContextLookup - Class in org.opensaml.saml.common.binding.security.impl
-
The default
HttpClientContextstrategy function, which resolves from theHttpClientRequestContextof the outboundMessageContextof the parentInOutOperationContext. - checkAndRegisterQNameValue(QName, String) - Method in class org.opensaml.core.xml.util.AttributeMap
-
Check whether the attribute value is a QName type, and if it is, register it with the owner's namespace manger.
- checkBindingCriterion(BindingCriterion, EndpointType) - Method in class org.opensaml.saml.common.binding.impl.DefaultEndpointResolver
-
Verify the candidate's Binding attribute, if set, is among the set in the supplied criterion.
- checkCipherSupportedKeyLength(AlgorithmDescriptor) - Method in class org.opensaml.xmlsec.algorithm.AlgorithmRegistry
-
Check if the key length of the specified
Cipher-based algorithm, if known, is supported by the current runtime. - checkClientTrusted(X509Certificate[], String) - Method in class org.opensaml.security.trust.impl.TrustEngineX509TrustManager
- checkClientTrusted(X509Certificate[], String) - Method in class org.opensaml.security.x509.tls.impl.ThreadLocalX509TrustManager
- checkCriteriaRequirements(CriteriaSet) - Method in class org.opensaml.security.credential.impl.KeyStoreCredentialResolver
-
Check that required credential criteria are available.
- checkDigestMethod(String) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.AlgorithmFilter
-
Check the input method for "known" and "supported" status for logging purposes.
- checkDOM(Signature) - Method in class org.opensaml.xmlsec.signature.support.impl.SignatureAlgorithmValidator
-
Check that Signature XMLObject has a cached DOM Element.
- checkEncryptionMethod(String) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.AlgorithmFilter
-
Check the input method for "known" and "supported" status for logging purposes.
- checkEndpointCriterion(EndpointCriterion<EndpointType>, EndpointType) - Method in class org.opensaml.saml.common.binding.impl.DefaultEndpointResolver
-
Verify the candidate's attributes match any attributes supplied in the criterion.
- checkEndpointURI(MessageContext, 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.
- CheckExpectedIssuer - Class in org.opensaml.messaging.handler.impl
-
Message handler that checks that a message context has an issuer.
- CheckExpectedIssuer() - Constructor for class org.opensaml.messaging.handler.impl.CheckExpectedIssuer
- 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 - Variable in class org.opensaml.spring.trust.StaticPKIXFactoryBean
-
Whether to enable name checking.
- 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(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) - Method in class org.opensaml.xmlsec.encryption.support.Encrypter
-
Check data 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(KeyEncryptionParameters, boolean) - Method in class org.opensaml.xmlsec.encryption.support.Encrypter
-
Check key encryption parameters for consistency and required values.
- 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.
- checkQName(QName) - Method in class org.opensaml.core.xml.NamespaceManager
-
Check whether the supplied QName contains non-empty namespace info and should be managed by the namespace manager.
- checkQName(QName, String) - Method in class org.opensaml.core.xml.util.AttributeMap
-
Check where the attribute value is a QName type, and if so, return the QName.
- 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.
- checkRuntimeSupports(AlgorithmDescriptor) - Method in class org.opensaml.xmlsec.algorithm.AlgorithmRegistry
-
Evaluate whether the algorithm is supported by the current runtime environment.
- checkServerTrusted(X509Certificate[], String) - Method in class org.opensaml.security.trust.impl.TrustEngineX509TrustManager
- checkServerTrusted(X509Certificate[], String) - Method in class org.opensaml.security.x509.tls.impl.ThreadLocalX509TrustManager
- checkSigningMethod(String) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.AlgorithmFilter
-
Check the input method for "known" and "supported" status for logging purposes.
- checkSpecialCasesRuntimeSupport(AlgorithmDescriptor) - Method in class org.opensaml.xmlsec.algorithm.AlgorithmRegistry
-
Check for special cases of runtime support which failed the initial simple service class load check.
- checkSubjectAltNames - Variable in class org.opensaml.security.x509.impl.BasicX509CredentialNameEvaluator
-
Flag as to whether to perform name checking using credential's subject alt names.
- 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 - Variable in class org.opensaml.security.x509.impl.BasicX509CredentialNameEvaluator
-
Flag as to whether to perform name checking using credential's subject DN.
- 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 - Variable in class org.opensaml.security.x509.impl.BasicX509CredentialNameEvaluator
-
Flag as to whether to perform name checking using credential's subject DN's common name (CN).
- 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.
- checkTLSCredentialEvaluated(HttpClientContext, String) - Static method in class org.opensaml.security.httpclient.HttpClientSecuritySupport
-
Check that trust engine evaluation of the server TLS credential was actually performed when the scheme is HTTPS.
- checkUnderstoodHeader(MessageContext, XMLObject) - Static method in class org.opensaml.soap.messaging.SOAPMessagingSupport
-
Check whether a header was understood.
- 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
ContextDataLookupFunctionthat 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.
- childElementsFile - Variable in class org.opensaml.core.testing.XMLObjectProviderBaseTestCase
-
Location of file containing a single element with child elements.
- childStatusCode - Variable in class org.opensaml.saml.saml1.core.impl.StatusCodeImpl
-
The child StatusCode sub element.
- childStatusCode - Variable in class org.opensaml.saml.saml2.core.impl.StatusCodeImpl
-
Nested secondary StatusCode child element.
- childType - Variable in class org.opensaml.messaging.context.navigate.ChildContextLookup
-
Child context type to look up.
- choiceGroup - Variable in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
-
Elements within the choice group.
- choiceGroup - Variable in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
-
Elements within the choice group.
- choiceGroup - Variable in class org.opensaml.xacml.profile.saml.impl.XACMLPolicyQueryTypeImpl
-
Choice group for the element.
- choiceGroup - Variable in class org.opensaml.xacml.profile.saml.impl.XACMLPolicyStatementTypeImpl
-
Choice group in element.
- chooseClientAlias(String[], Principal[], Socket) - Method in class org.opensaml.security.x509.tls.impl.StaticX509CredentialKeyManager
- chooseClientAlias(String[], Principal[], Socket) - Method in class org.opensaml.security.x509.tls.impl.ThreadLocalX509CredentialKeyManager
- chooseServerAlias(String, Principal[], Socket) - Method in class org.opensaml.security.x509.tls.impl.StaticX509CredentialKeyManager
- chooseServerAlias(String, Principal[], Socket) - Method in class org.opensaml.security.x509.tls.impl.ThreadLocalX509CredentialKeyManager
- 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 - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
-
CipherData child element.
- 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
- 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
CipherDataobjects. - CipherDataMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.CipherDataMarshaller
- CipherDataUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
-
A thread-safe Unmarshaller for
CipherDataobjects. - CipherDataUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.CipherDataUnmarshaller
- cipherReference - Variable in class org.opensaml.xmlsec.encryption.impl.CipherDataImpl
-
CipherReference child element.
- 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
- 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
CipherReferenceobjects. - CipherReferenceMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.CipherReferenceMarshaller
- CipherReferenceUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
-
A thread-safe Unmarshaller for
CipherReferenceobjects. - CipherReferenceUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.CipherReferenceUnmarshaller
- cipherValue - Variable in class org.opensaml.xmlsec.encryption.impl.CipherDataImpl
-
CipherValue child element.
- 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
- 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
- CLASS_TO_NAME - Static variable in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory
-
Mappings from KeyInfo Class to QNames.
- 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
- classToElementName(Class<? extends KeyInfo>) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory.BasicKeyInfoGenerator
-
Map the specified KeyInfo type to an element
QName. - claz - Variable in class org.opensaml.messaging.context.navigate.RootContextLookup
-
Class type being returned.
- cleanable - Variable in class org.opensaml.xmlsec.signature.impl.X509CertificateImpl
-
The
Cleaner.Cleanablerepresenting the current instance's cert value, as represented by the currentb64CertIndexfield value. - cleanable - Variable in class org.opensaml.xmlsec.signature.impl.X509CRLImpl
-
The
Cleaner.Cleanablerepresenting the current instance's CRL value, as represented by the currentb64CRLIndexfield value. - CLEANER - Static variable in class org.opensaml.xmlsec.signature.impl.X509CertificateImpl
-
The
Cleanerinstance to use. - CLEANER - Static variable in class org.opensaml.xmlsec.signature.impl.X509CRLImpl
-
The
Cleanerinstance to use. - CleanerState(String) - Constructor for class org.opensaml.xmlsec.signature.impl.X509CertificateImpl.CleanerState
-
Constructor.
- CleanerState(String) - Constructor for class org.opensaml.xmlsec.signature.impl.X509CRLImpl.CleanerState
-
Constructor.
- Cleanup() - Constructor for class org.opensaml.saml.common.binding.artifact.impl.BasicSAMLArtifactMap.Cleanup
- cleanupInterval - Variable in class org.opensaml.saml.common.binding.artifact.impl.BasicSAMLArtifactMap
-
Time between cleanup checks.
- cleanupInterval - Variable in class org.opensaml.storage.AbstractStorageService
-
Time between cleanup checks.
- cleanupTask - Variable in class org.opensaml.saml.common.binding.artifact.impl.BasicSAMLArtifactMap
-
Task that cleans up expired records.
- cleanupTask - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
The backing store cleanup sweeper background task.
- cleanupTask - Variable in class org.opensaml.storage.AbstractStorageService
-
Task that cleans up expired records.
- cleanupTaskInterval - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
The interval at which the cleanup task should run.
- cleanupTaskTimer - Variable in class org.opensaml.saml.common.binding.artifact.impl.BasicSAMLArtifactMap
-
Timer used to schedule cleanup tasks.
- cleanupTaskTimer - Variable in class org.opensaml.storage.AbstractStorageService
-
Timer used to schedule cleanup tasks.
- 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.core.xml.util.ListView
- clear() - Method in class org.opensaml.saml.metadata.resolver.ChainingMetadataResolver
-
Attempt to clear all data from the internal cache of the resolver.
- clear() - Method in interface org.opensaml.saml.metadata.resolver.ClearableMetadataResolver
-
Attempt to clear all data from the internal cache of the resolver.
- clear() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Attempt to clear all data from the internal cache of the resolver.
- clear() - Method in class org.opensaml.saml.metadata.resolver.impl.CompositeMetadataResolver
-
Attempt to clear all data from the internal cache of the resolver.
- clear() - Method in class org.opensaml.saml.metadata.resolver.index.impl.MetadataIndexStore
-
Clear all indexed data items from the store.
- clear() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList
- clear() - Method in class org.opensaml.security.crypto.ec.NamedCurveRegistry
-
Clear all registered curves.
- clear() - Method in class org.opensaml.xmlsec.agreement.KeyAgreementProcessorRegistry
-
Clear all registered processors.
- clear() - Method in class org.opensaml.xmlsec.algorithm.AlgorithmRegistry
-
Clear all registered algorithms.
- clear(String) - Method in class org.opensaml.saml.metadata.resolver.ChainingMetadataResolver
-
Attempt to clear data from the internal cache of the resolver for the specified entityID.
- clear(String) - Method in interface org.opensaml.saml.metadata.resolver.ClearableMetadataResolver
-
Attempt to clear data from the internal cache of the resolver for the specified entityID.
- clear(String) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Attempt to clear data from the internal cache of the resolver for the specified entityID.
- clear(String) - Method in class org.opensaml.saml.metadata.resolver.impl.CompositeMetadataResolver
-
Attempt to clear data from the internal cache of the resolver for the specified entityID.
- clear(MetadataIndexKey) - Method in class org.opensaml.saml.metadata.resolver.index.impl.MetadataIndexStore
-
Clear all data items indexed under the supplied
MetadataIndexKey. - ClearableMetadataResolver - Interface in org.opensaml.saml.metadata.resolver
-
Specialization of
MetadataResolverthat supports on-demand clearing of the resolver's internal cache of data. - clearAllLoadLastModified() - Method in class org.opensaml.core.xml.persist.AbstractConditionalLoadXMLObjectLoadSaveManager
-
Clear the cached modified times for the last load for all keys.
- clearAllLoadLastModified() - Method in interface org.opensaml.core.xml.persist.ConditionalLoadXMLObjectLoadSaveManager
-
Clear the cached modified times for the last load for all keys.
- clearCurrent() - Static method in class org.opensaml.security.x509.tls.impl.ThreadLocalX509CredentialContext
-
Clear the current thread-local credential.
- clearCurrent() - Static method in class org.opensaml.security.x509.tls.impl.ThreadLocalX509TrustEngineContext
-
Clear the current thread-local credential.
- clearFault(MessageContext) - Static method in class org.opensaml.soap.messaging.SOAPMessagingSupport
-
Clear the currently registered SOAP fault, if any.
- clearLoadLastModified(String) - Method in class org.opensaml.core.xml.persist.AbstractConditionalLoadXMLObjectLoadSaveManager
-
Clear the cached modified time for the last load of the specified key.
- clearLoadLastModified(String) - Method in interface org.opensaml.core.xml.persist.ConditionalLoadXMLObjectLoadSaveManager
-
Clear the cached modified time for the last load of the specified key.
- clearNegativeLookupCache() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.EntityManagementData
-
Clear out the negative lookup cache.
- 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. - CLIENT_TLS_HANDLER - Static variable in class org.opensaml.security.httpclient.impl.SecurityEnhancedTLSSocketFactory
-
Instance of
ThreadLocalClientTLSCredentialHandlerto use. - ClientStorageLoadContext - Class in org.opensaml.storage.impl.client
-
A subcontext for driving the loading of data from a client into one or more instances of a
ClientStorageService. - ClientStorageLoadContext() - Constructor for class org.opensaml.storage.impl.client.ClientStorageLoadContext
-
Constructor.
- clientStorageLoadCtx - Variable in class org.opensaml.storage.impl.client.LoadClientStorageServices
-
Context to drive storage load.
- ClientStorageSaveContext - Class in org.opensaml.storage.impl.client
-
A subcontext for driving the saving of data to a client from one or more instances of a
ClientStorageService. - ClientStorageSaveContext() - Constructor for class org.opensaml.storage.impl.client.ClientStorageSaveContext
-
Constructor.
- clientStorageSaveCtx - Variable in class org.opensaml.storage.impl.client.LogLocalStorageSaveResults
-
Context to drive storage load.
- clientStorageSaveCtx - Variable in class org.opensaml.storage.impl.client.SaveCookieBackedClientStorageServices
-
Context to drive storage save.
- ClientStorageService - Class in org.opensaml.storage.impl.client
-
Implementation of
StorageServicethat stores data in-memory in a shared session attribute. - ClientStorageService() - Constructor for class org.opensaml.storage.impl.client.ClientStorageService
-
Constructor.
- ClientStorageService.ClientStorageSource - Enum Class in org.opensaml.storage.impl.client
-
Enumeration of possible sources for the data.
- ClientStorageServiceOperation - Class in org.opensaml.storage.impl.client
-
A wrapper for a storage operation to capture the current or intended state of the data for a client.
- ClientStorageServiceOperation(String, String, String, ClientStorageService.ClientStorageSource) - Constructor for class org.opensaml.storage.impl.client.ClientStorageServiceOperation
-
Constructor.
- ClientStorageServiceStore - Interface in org.opensaml.storage.impl.client
-
Abstraction for the storage and reconstitution of data for a
ClientStorageService. - ClientStorageServiceStore.Factory - Interface in org.opensaml.storage.impl.client
-
A factory for producing new
ClientStorageServiceStoreinstances. - ClientStorageSource() - Constructor for enum class org.opensaml.storage.impl.client.ClientStorageService.ClientStorageSource
- clientTLSConfig - Variable in class org.opensaml.security.config.BasicSecurityConfiguration
-
Configuration used when validating client TLS X509Credentials.
- clientTLSCredential - Variable in class org.opensaml.security.httpclient.HttpClientSecurityParameters
-
The X509 credential used for client TLS.
- clientTLSCredential - Variable in class org.opensaml.security.httpclient.impl.BasicHttpClientSecurityConfiguration
-
The X509 credential used for client TLS.
- clientTLSPredicate - Variable in class org.opensaml.security.messaging.impl.PopulateHttpClientSecurityParametersHandler
-
Predicate which determines whether clientTLS credentials should be included in the resolved parameters.
- ClientTLSSecurityParametersContext - Class in org.opensaml.security.messaging
-
Messaging context implementation for holding parameters related to validating client TLS
X509Credentialinstances. - 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.impl
-
An initializer which initializes the global configuration instance of
ClientTLSValidationConfiguration. - ClientTLSValidationConfiguratonInitializer() - Constructor for class org.opensaml.security.config.impl.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
ClientTLSValidationParametersbased on aCriteriaSet. - CLOCK_SKEW - Static variable in class org.opensaml.saml.saml2.assertion.SAML2AssertionValidationParameters
-
Carries a
Durationspecifying a clock skew value. - clockSkew - Variable in class org.opensaml.saml.common.binding.security.impl.MessageLifetimeSecurityHandler
-
Clock skew adjustment in both directions to consider still acceptable (Default value: 3 minutes).
- clockSkew - Variable in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
A function for resolving the clock skew to apply.
- clockSkew - Variable in class org.opensaml.security.config.BasicSecurityConfiguration
-
Acceptable clock skew.
- 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 interface org.opensaml.xmlsec.agreement.CloneableKeyAgreementParameter
-
Clone the parameter instance.
- clone() - Method in class org.opensaml.xmlsec.agreement.impl.DigestMethod
-
Clone the parameter instance.
- clone() - Method in class org.opensaml.xmlsec.agreement.impl.KANonce
-
Clone the parameter instance.
- clone() - Method in class org.opensaml.xmlsec.derivation.impl.ConcatKDF
-
Clone the parameter instance.
- clone() - Method in class org.opensaml.xmlsec.derivation.impl.PBKDF2
-
Clone the parameter instance.
- clone() - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory.BasicOptions
- clone() - Method in class org.opensaml.xmlsec.keyinfo.impl.KeyAgreementKeyInfoGeneratorFactory.KeyAgreementOptions
- clone() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509Options
- clone(KeyInfo) - Method in class org.opensaml.xmlsec.keyinfo.impl.StaticKeyInfoGenerator
-
Clone a KeyInfo and return the new object.
- CloneableKeyAgreementParameter - Interface in org.opensaml.xmlsec.agreement
-
A key agreement parameter which is capable of being cloned.
- cloneConfirmation(SubjectConfirmation) - Method in class org.opensaml.saml.saml1.profile.impl.AddSubjectConfirmationToSubjects
-
Create an efficient field-wise copy of a
SubjectConfirmation. - cloneConfirmation(SubjectConfirmation) - Method in class org.opensaml.saml.saml2.profile.impl.AddSubjectConfirmationToSubjects
-
Create an efficient field-wise copy of a
SubjectConfirmation. - cloneNameID() - Method in class org.opensaml.saml.saml2.profile.impl.CopyNameIDFromRequest
-
Create an efficient field-wise copy of a
NameID. - cloneNameID(NameID) - Method in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects
-
Create an efficient field-wise copy of a
NameID. - cloneNameIdentifier() - Method in class org.opensaml.saml.saml1.profile.impl.CopyNameIdentifierFromRequest
-
Create an efficient field-wise copy of a
NameIdentifier. - cloneNameIdentifier(NameIdentifier) - Method in class org.opensaml.saml.saml1.profile.impl.AddNameIdentifierToSubjects
-
Create an efficient field-wise copy of a
NameIdentifier. - CloneOutputOption() - Constructor for enum class org.opensaml.core.xml.util.XMLObjectSupport.CloneOutputOption
- cloneXMLObject(T) - Static method in class org.opensaml.core.xml.util.XMLObjectSupport
-
Clone an XMLObject by brute force:
- cloneXMLObject(T, XMLObjectSupport.CloneOutputOption) - Static method in class org.opensaml.core.xml.util.XMLObjectSupport
-
Clone an XMLObject by brute force:
- close() - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPRedirectDeflateDecoder.NoWrapAutoEndInflaterInputStream
- close() - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPRedirectDeflateEncoder.NoWrapAutoEndDeflaterOutputStream
- CN_OID - Static variable in class org.opensaml.security.x509.X509Support
-
Common Name (CN) OID.
- code - Variable in class org.opensaml.soap.wstrust.impl.StatusImpl
-
The Code child element.
- 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.
- codeMappings - Variable in class org.opensaml.saml.saml1.profile.impl.AddStatusToResponse.StatusCodeMappingFunction
-
Code mappings.
- codeMappings - Variable in class org.opensaml.saml.saml2.profile.impl.AddStatusToResponse.StatusCodeMappingFunction
-
Code mappings.
- codeMappings - Variable in class org.opensaml.soap.soap11.profile.impl.AddSOAPFault.FaultCodeMappingFunction
-
Code mappings.
- 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
- collectEntityIDs(Iterable<EntityDescriptor>) - Method in class org.opensaml.saml.metadata.resolver.ChainingMetadataResolver
-
Collect the unique entityIDs from the supplied iterable of entity descriptors.
- collection - Variable in class org.opensaml.security.credential.impl.CollectionCredentialResolver
-
The collection of credentials which is the underlying store for the resolver.
- CollectionCredentialResolver - Class in org.opensaml.security.credential.impl
-
An implementation of
CredentialResolverthat uses aCollectionas 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
KeyInfoCredentialResolverwhich uses aCollectionas 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.
- collectorURL - Variable in class org.opensaml.core.metrics.impl.HTTPReporter
-
URL to the collection point.
- combinedHash - Variable in class org.opensaml.soap.wstrust.impl.AuthenticatorImpl
-
the wst:Authenticator/wst:CombinedHash child element.
- 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 - Variable in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
-
CombinePolicies attribute value.
- COMBINEPOLICIES_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
-
CombinePolicies attribute name.
- combinerParameters - Variable in class org.opensaml.xacml.policy.impl.CombinerParametersTypeImpl
-
List or the combiner parameters.
- 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
-
Builder for
CombinerParametersType. - 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
-
Builder for
CombinerParameterType. - 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
- combiningAlgo - Variable in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
-
Policy combining algorithm ID.
- company - Variable in class org.opensaml.saml.saml2.metadata.impl.ContactPersonImpl
-
Company child element.
- Company - Interface in org.opensaml.saml.saml2.metadata
-
SAML 2.0 Metadata Company.
- CompanyBuilder - Class in org.opensaml.saml.saml2.metadata.impl
-
Builder for
Company. - CompanyBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.CompanyBuilder
- 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.
- compare(BaseObligationHandler, BaseObligationHandler) - Method in class org.opensaml.xacml.ctx.provider.impl.ObligationService.ObligationHandlerComparator
- compareEndpointURIs(String, String, URIComparator) - Method in class org.opensaml.saml.common.binding.security.impl.ReceivedEndpointSecurityHandler
-
Compare the message endpoint URI's specified.
- comparison - Variable in class org.opensaml.saml.saml2.core.impl.RequestedAuthnContextImpl
-
Comparison attribute.
- COMPARISON_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.RequestedAuthnContext
-
SessionIndex attribute name.
- comparisonType - Variable in enum class org.opensaml.saml.saml2.core.AuthnContextComparisonTypeEnumeration
-
The comparison type string.
- CompositeMetadataResolver - Class in org.opensaml.saml.metadata.resolver.impl
-
A
MetadataResolverimplementation that answers requests by composing the answers of childMetadataResolvers. - CompositeMetadataResolver() - Constructor for class org.opensaml.saml.metadata.resolver.impl.CompositeMetadataResolver
-
Constructor.
- CompositeMetadataResolver.CompositeMetadataResolverIterable - Class in org.opensaml.saml.metadata.resolver.impl
- CompositeMetadataResolver.CompositeMetadataResolverIterable.CompositeMetadataResolverIterator - Class in org.opensaml.saml.metadata.resolver.impl
-
Iteratorimplementation that lazily iterates over each composed resolver. - CompositeMetadataResolverIterable(List<MetadataResolver>, CriteriaSet) - Constructor for class org.opensaml.saml.metadata.resolver.impl.CompositeMetadataResolver.CompositeMetadataResolverIterable
-
Constructor.
- CompositeMetadataResolverIterator() - Constructor for class org.opensaml.saml.metadata.resolver.impl.CompositeMetadataResolver.CompositeMetadataResolverIterable.CompositeMetadataResolverIterator
-
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, Instant) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Compute the effective expiration time for the specified metadata.
- computeNextRefreshDelay(Instant) - 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.
- computeNextRefreshDelay(Instant) - Method in class org.opensaml.saml.metadata.resolver.impl.FileBackedHTTPMetadataResolver
-
Computes the delay until the next refresh time based on the current metadata's expiration time and the refresh interval floor.
- computeRefreshTriggerTime(Instant, Instant) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Compute the refresh trigger time.
- ConcatKDF - Class in org.opensaml.xmlsec.derivation.impl
-
Implementation of ConcatKDF key derivation as defined in XML Encryption 1.1.
- ConcatKDF() - Constructor for class org.opensaml.xmlsec.derivation.impl.ConcatKDF
- CONCATKDF - Static variable in class org.opensaml.xmlsec.config.impl.DefaultSecurityConfigurationBootstrap
-
Config property value for default KDF: ConcatKDF.
- ConcatKDF.Parser - Class in org.opensaml.xmlsec.derivation.impl
-
Implementation of
KeyAgreementParameterParser. - ConcatKDFParams - Interface in org.opensaml.xmlsec.encryption
-
XMLObject representing XML Encryption 1.1 ConcatKDFParams element.
- ConcatKDFParamsBuilder - Class in org.opensaml.xmlsec.encryption.impl
-
Builder of
ConcatKDFParams. - ConcatKDFParamsBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.ConcatKDFParamsBuilder
- ConcatKDFParamsImpl - Class in org.opensaml.xmlsec.encryption.impl
-
Concrete implementation of
ConcatKDFParams. - ConcatKDFParamsImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.ConcatKDFParamsImpl
-
Constructor.
- ConcatKDFParamsMarshaller - Class in org.opensaml.xmlsec.encryption.impl
-
A thread-safe Marshaller for
ConcatKDFParamsobjects. - ConcatKDFParamsMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.ConcatKDFParamsMarshaller
- ConcatKDFParamsUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
-
A thread-safe Unmarshaller for
ConcatKDFParamsobjects. - ConcatKDFParamsUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.ConcatKDFParamsUnmarshaller
- concatLists(List<String>...) - Method in class org.opensaml.saml.security.impl.SAMLMetadataEncryptionParametersResolver
-
Concatenate multiple lists into one list.
- COND_INFIX - Static variable in class org.opensaml.saml.saml2.assertion.SAML2AssertionValidationParameters
-
The standard infix for parameters concerned with conditions evaluation.
- COND_ONE_TIME_USE_EXPIRES - Static variable in class org.opensaml.saml.saml2.assertion.SAML2AssertionValidationParameters
-
Carries a
Durationrepresenting the per-invocation value for the Assertion replay cache expiration. - COND_REQUIRED_CONDITIONS - Static variable in class org.opensaml.saml.saml2.assertion.SAML2AssertionValidationParameters
- COND_VALID_AUDIENCES - Static variable in class org.opensaml.saml.saml2.assertion.SAML2AssertionValidationParameters
-
Carries a
Set<String>whose values are the acceptableAudienceRestrictionAudiencevalues for evaluating the Assertion. - condition - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.PredicateFilter
-
Matching predicate.
- condition - Variable in class org.opensaml.xacml.policy.impl.RuleTypeImpl
-
Condition of the policy.
- Condition - Interface in org.opensaml.saml.saml1.core
-
This interface describes how a object representing a SAML1
Conditionelement will behave. - Condition - Interface in org.opensaml.saml.saml2.core
-
SAML 2.0 Core Condition.
- ConditionalLoadXMLObjectLoadSaveManager<T extends XMLObject> - Interface in org.opensaml.core.xml.persist
-
Interface for specialization of
XMLObjectLoadSaveManagerimplementations which track the modify times of requested data such thatXMLObjectLoadSaveManager.load(String)returns data only if the data associated with the key has been modified since the last request. - conditions - Variable in class org.opensaml.saml.saml1.core.impl.AssertionImpl
-
(Possibly null) Singleton object version of the
Conditionselement. - conditions - Variable in class org.opensaml.saml.saml1.core.impl.ConditionsImpl
-
Set containing all the Conditions.
- conditions - Variable in class org.opensaml.saml.saml2.core.impl.AssertionImpl
-
Conditions of the assertion.
- conditions - Variable in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
-
Conditions child element.
- conditions - Variable in class org.opensaml.saml.saml2.core.impl.ConditionsImpl
-
A Condition.
- Conditions - Interface in org.opensaml.saml.saml1.core
-
This interface defines how the object representing a SAML1
Conditionselement 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
Conditionsobjects. - ConditionsBuilder - Class in org.opensaml.saml.saml2.core.impl
-
Builder for
Conditionsobjects. - ConditionsBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.ConditionsBuilder
- ConditionsBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.ConditionsBuilder
- ConditionsImpl - Class in org.opensaml.saml.saml1.core.impl
-
This is a concrete implementation of the
Conditionsinterface. - ConditionsImpl - Class in org.opensaml.saml.saml2.core.impl
-
Concrete implementation of
Conditions. - ConditionsImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.ConditionsImpl
-
Constructor.
- 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
Conditionsobjects. - ConditionsMarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Marshaller for
Conditionsobjects. - ConditionsMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.ConditionsMarshaller
- 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
Conditionsobjects. - ConditionsUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Unmarshaller for
Conditionsobjects. - ConditionsUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.ConditionsUnmarshaller
- 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
- ConditionValidator - Interface in org.opensaml.saml.saml2.assertion
- conditionValidators - Variable in class org.opensaml.saml.saml2.assertion.SAML20AssertionValidator
-
Registered
Conditionvalidators. - ConditionXSAnyAdapter - Class in org.opensaml.saml.saml2.core.impl
- ConditionXSAnyAdapter(XSAny) - Constructor for class org.opensaml.saml.saml2.core.impl.ConditionXSAnyAdapter
-
Constructor.
- confidentialityActive - Variable in class org.opensaml.messaging.context.MessageChannelSecurityContext
-
Message channel confidentiality flag.
- confidentialityActive - Variable in class org.opensaml.messaging.handler.impl.StaticMessageChannelSecurity
-
Message channel confidentiality flag.
- confidentialityActive - Variable in class org.opensaml.profile.action.impl.StaticMessageChannelSecurity
-
Message channel confidentiality flag.
- CONFIG_PROPERTY_ECDH_DEFAULT_KDF - Static variable in class org.opensaml.xmlsec.config.impl.DefaultSecurityConfigurationBootstrap
-
Config property name for ECDH default Key Derivation Function (KDF).
- CONFIG_PROPERTY_FAIL_IS_FATAL - Static variable in class org.opensaml.xmlsec.config.impl.JavaCryptoValidationInitializer
-
Configuration property determining whether invalid result is fatal or not.
- CONFIG_PROPERTY_MAX_POOL_SIZE - Static variable in class org.opensaml.xmlsec.impl.provider.ApacheSantuarioXMLParser
-
Config property for internal pool's maxPoolSize.
- CONFIG_PROPERTY_REGISTER_BOUNCY_CASTLE_CURVES - Static variable in class org.opensaml.security.config.GlobalNamedCurveRegistryInitializer
-
Configuration property name for registering curves from Bouncy Castle.
- CONFIG_PROPERTY_XML_PARSER_ENABLE - Static variable in class org.opensaml.xmlsec.config.impl.ApacheXMLSecurityInitializer
-
Config property for enabling the use of
ApacheSantuarioXMLParser. - CONFIG_PROPERTY_XML_STRICT_MODE - Static variable in class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
-
Config property for controlling the use of strict mode.
- configDescription - Variable in class org.opensaml.spring.credential.AbstractCredentialFactoryBean
-
For logging: The description of the source of the configuration.
- configDescription - Variable in class org.opensaml.spring.trust.AbstractBasicPKIXValidationInfoFactoryBean
-
The description of the file with the configuration us.
- configPropertiesLoader - Static variable in class org.opensaml.core.config.ConfigurationService
-
The service loader used to locate registered implementations of ConfigurationPropertiesSource.
- configs - Static variable in class org.opensaml.core.testing.TestXMLObjectProviderInitializer
-
Config resources.
- configs - Static variable in class org.opensaml.core.xml.config.XMLObjectProviderInitializer
-
Config resources.
- configs - Static variable in class org.opensaml.saml.config.impl.XMLObjectProviderInitializer
-
Config resources.
- configs - Variable in class org.opensaml.security.httpclient.HttpClientSecurityConfigurationCriterion
-
The list of configuration instances.
- configs - Variable in class org.opensaml.security.x509.tls.ClientTLSValidationConfigurationCriterion
-
The list of configuration instances.
- configs - Static variable in class org.opensaml.soap.config.impl.XMLObjectProviderInitializer
-
Config resources.
- configs - Static variable in class org.opensaml.xacml.config.impl.XMLObjectProviderInitializer
-
Config resources.
- configs - Static variable in class org.opensaml.xacml.profile.saml.config.impl.XMLObjectProviderInitializer
-
Config resources.
- configs - Static variable in class org.opensaml.xmlsec.config.impl.XMLObjectProviderInitializer
-
Config resources.
- configs - Variable in class org.opensaml.xmlsec.criterion.DecryptionConfigurationCriterion
-
The list of configuration instances.
- configs - Variable in class org.opensaml.xmlsec.criterion.EncryptionConfigurationCriterion
-
The list of configuration instances.
- configs - Variable in class org.opensaml.xmlsec.criterion.SignatureSigningConfigurationCriterion
-
The list of configuration instances.
- configs - Variable in class org.opensaml.xmlsec.criterion.SignatureValidationConfigurationCriterion
-
The list of configuration instances.
- ConfigurableContentReference - Interface in org.opensaml.xmlsec.signature.support
-
A specialization of
ContentReferencewhich allows some signature reference properties to be specified. - configuration - Static variable in class org.opensaml.core.config.ConfigurationService
-
The configuration instance to use.
- Configuration - Interface in org.opensaml.core.config
-
A component which provides for the registration, retrieval and deregistration of objects related to library module configuration.
- configurationLookupStrategy - Variable in class org.opensaml.profile.action.impl.PopulateClientTLSValidationParameters
-
Strategy used to lookup a per-request
ClientTLSValidationConfigurationlist. - configurationLookupStrategy - Variable in class org.opensaml.profile.action.impl.PopulateDecryptionParameters
-
Strategy used to lookup a per-request
DecryptionConfigurationlist. - configurationLookupStrategy - Variable in class org.opensaml.profile.action.impl.PopulateSignatureValidationParameters
-
Strategy used to lookup a per-request
SignatureValidationConfigurationlist. - configurationLookupStrategy - Variable in class org.opensaml.saml.common.binding.impl.PopulateSignatureSigningParametersHandler
-
Strategy used to look up a per-request
SignatureSigningConfigurationlist. - configurationLookupStrategy - Variable in class org.opensaml.saml.common.profile.impl.PopulateSignatureSigningParameters
-
Strategy used to look up a per-request
SignatureSigningConfigurationlist. - configurationLookupStrategy - Variable in class org.opensaml.security.messaging.impl.PopulateHttpClientSecurityParametersHandler
-
Strategy used to look up a per-request
HttpClientSecurityConfigurationlist. - configurationLookupStrategy - Variable in class org.opensaml.xmlsec.messaging.impl.PopulateSignatureValidationParametersHandler
-
Strategy used to lookup a per-request
SignatureValidationConfigurationlist. - ConfigurationProperties - Interface in org.opensaml.core.config
-
An interface for a property set.
- ConfigurationPropertiesSource - Interface in org.opensaml.core.config
-
An interface for a component which exposes a property set from a source.
- configurationSchema - Variable in class org.opensaml.core.xml.config.XMLConfigurator
-
Schema used to validate configuration files.
- 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.
- configureBuilder() - Method in class org.opensaml.saml.common.xml.SAMLSchemaBuilder
-
Configure the appropriate
SchemaBuilderwith the right set of schemas. - configuredObjectProviders - Variable in class org.opensaml.core.xml.config.XMLObjectProviderRegistry
-
Object provider configuration elements indexed by QName.
- CONFIRMATION_METHOD_ATTRIB_NAME - Static variable in interface org.opensaml.saml.ext.saml2delrestrict.Delegate
-
ConfirmationMethod attribute name.
- confirmationBuilder - Variable in class org.opensaml.saml.saml1.profile.impl.AddSubjectConfirmationToSubjects
-
Builder for SubjectConfirmation objects.
- confirmationBuilder - Variable in class org.opensaml.saml.saml2.profile.impl.AddSubjectConfirmationToSubjects
-
Builder for SubjectConfirmation objects.
- confirmationDataBuilder - Variable in class org.opensaml.saml.saml2.profile.impl.AddSubjectConfirmationToSubjects
-
Builder for SubjectConfirmation objects.
- confirmationMethod - Variable in class org.opensaml.saml.ext.saml2delrestrict.impl.DelegateImpl
-
ConfirmationMethod attribute.
- confirmationMethod - Variable in class org.opensaml.saml.saml2.profile.impl.AddSubjectConfirmationToSubjects
-
Method to add.
- ConfirmationMethod - Interface in org.opensaml.saml.saml1.core
-
This interface defines how the object representing a SAML1
ConfirmationMethodelement behaves. - confirmationMethodBuilder - Variable in class org.opensaml.saml.saml1.profile.impl.AddSubjectConfirmationToSubjects
-
Builder for ConfirmationMethod objects.
- ConfirmationMethodBuilder - Class in org.opensaml.saml.saml1.core.impl
-
Builder of
ConfirmationMethodobjects. - ConfirmationMethodBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.ConfirmationMethodBuilder
- ConfirmationMethodImpl - Class in org.opensaml.saml.saml1.core.impl
-
Concrete Implementation of the
ConfirmationMethodinterface. - ConfirmationMethodImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.ConfirmationMethodImpl
-
Constructor.
- confirmationMethods - Variable in class org.opensaml.saml.saml1.core.impl.SubjectConfirmationImpl
-
Contains the list of ConfirmationMethods.
- confirmationMethods - Variable in class org.opensaml.saml.saml1.profile.impl.AddSubjectConfirmationToSubjects
-
Methods to add.
- CONFIRMED_SUBJECT_CONFIRMATION - Static variable in class org.opensaml.saml.saml2.assertion.SAML2AssertionValidationParameters
-
Carries the
SubjectConfirmationthat confirmed the subject. - connectionDisregardTLSCertificate - Variable in class org.opensaml.spring.tls.TLSSocketFactoryFactoryBean
-
Whether the responder's SSL/TLS certificate should be ignored.
- connectSocket(TimeValue, Socket, HttpHost, InetSocketAddress, InetSocketAddress, HttpContext) - Method in class org.opensaml.security.httpclient.impl.SecurityEnhancedTLSSocketFactory
- consent - Variable in class org.opensaml.saml.saml2.core.impl.RequestAbstractTypeImpl
-
URI of the SAML user consent type.
- consent - Variable in class org.opensaml.saml.saml2.core.impl.StatusResponseTypeImpl
-
Consent attribute.
- 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.
- consentContextStrategy - Variable in class org.opensaml.saml.saml2.binding.impl.AddConsentToResponseHandler
-
Strategy for locating
SAMLConsentContext. - consentContextStrategy - Variable in class org.opensaml.saml.saml2.binding.impl.ExtractConsentFromRequestHandler
-
Strategy for locating
SAMLConsentContext. - constructAttributeValue(QName) - Method in class org.opensaml.core.xml.util.AttributeMap
-
Construct the string representation of a QName attribute value.
- 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 for
ContactPerson. - ContactPersonBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.ContactPersonBuilder
- 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
ContactPersonobjects. - ContactPersonMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.ContactPersonMarshaller
- contactPersons - Variable in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
-
Contact persons for this entity.
- contactPersons - Variable in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorImpl
-
Contact persons for this role.
- contactPersons - Variable in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter
-
ContactPerson children.
- ContactPersonTypeEnumeration - Enum Class in org.opensaml.saml.saml2.metadata
-
A type safe enumeration of contact types used by
ContactPerson. - ContactPersonTypeEnumeration(String) - Constructor for enum class org.opensaml.saml.saml2.metadata.ContactPersonTypeEnumeration
-
Constructor.
- ContactPersonUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
-
A thread-safe Unmarshaller for
ContactPersonobjects. - 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(Object) - Method in class org.opensaml.core.xml.util.ListView
-
Checks to see if the given element is contained in this list.
- contains(Object) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList
- 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.
- containsAll(Collection<?>) - Method in class org.opensaml.core.xml.util.ListView
- containsAll(Collection<?>) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList
- 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.
- contentReferences - Variable in class org.opensaml.xmlsec.signature.impl.SignatureImpl
-
References to content to be signed.
- contentValue - Variable in class org.opensaml.core.xml.NamespaceManager
-
Registered namespaces of content values.
- context - Variable in class org.opensaml.saml.common.assertion.ValidationProcessingData
-
The validation context.
- context - Variable in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenImpl
-
Context attribute value.
- context - Variable in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenResponseImpl
-
Context attribute value.
- context - Variable in class org.opensaml.storage.testing.StorageServiceTest.AnnotatedObject
-
Context.
- Context - Annotation Interface in org.opensaml.storage.annotation
-
Identifies the field of a class that serves as the context of a
StorageServicerecord. - 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_CLIENT_TLS_CREDENTIAL - Static variable in class org.opensaml.security.httpclient.HttpClientSecurityConstants
-
HttpContext key for the client TLS credential.
- 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_HOSTNAME_VERIFIER - Static variable in class org.opensaml.security.httpclient.HttpClientSecurityConstants
-
HttpContext key for an instance of
HostnameVerifier. - 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_SERVER_TLS_FAILURE_IS_FATAL - Static variable in class org.opensaml.security.httpclient.HttpClientSecurityConstants
-
Context key for indicating whether server TLS evaluation failure should be treated as a fatal error.
- CONTEXT_KEY_TLS_CIPHER_SUITES - Static variable in class org.opensaml.security.httpclient.HttpClientSecurityConstants
-
HttpContext key for a a list of TLS cipher suites to enable on the socket.
- CONTEXT_KEY_TLS_PROTOCOLS - Static variable in class org.opensaml.security.httpclient.HttpClientSecurityConstants
-
HttpContext key for a a list of TLS protocols to enable on the socket.
- 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.
- ContextDataLookupFunction<F extends BaseContext,
T> - Interface in org.opensaml.messaging.context.navigate -
A
Functionthat is used to navigate aBaseContexttree and extract data from it. - contextFaultStrategy - Variable in class org.opensaml.soap.soap11.profile.impl.AddSOAPFault
-
Strategy for resolving a fault instance directly from the request context.
- contextMap - Variable in class org.opensaml.storage.impl.client.AbstractClientStorageServiceStore
-
The underlying map of data records.
- contextMap - Variable in class org.opensaml.storage.impl.MemoryStorageService
-
Map of contexts.
- ContextSetNoRemoveIteratorDecorator(Iterator<BaseContext>) - Constructor for class org.opensaml.messaging.context.BaseContext.ContextSetNoRemoveIteratorDecorator
-
Constructor.
- contextSize - Variable in class org.opensaml.storage.AbstractStorageService
-
Configurable context size limit.
- CONTROL_ACTION - Static variable in interface org.opensaml.saml.saml2.core.Action
-
Control action.
- convert(ECNamedCurveParameterSpec) - Static method in class org.opensaml.security.crypto.ec.ECSupport
-
Convert a Bouncy Castle
ECNamedCurveParameterSpec, such as obtained from theECNamedCurveTable, to a standard JCAECParameterSpec. - convertAltNameType(Integer, ASN1Primitive) - Static method in class org.opensaml.security.x509.X509Support
-
Convert types returned by Bouncy Castle X509ExtensionUtil.getSubjectAlternativeNames(X509Certificate) to be consistent with what is documented for: java.security.cert.X509Certificate#getSubjectAlternativeNames.
- convertSAML2ArtifactEndpointIndex(byte[]) - Static method in class org.opensaml.saml.common.binding.SAMLBindingSupport
-
Convert a 2-byte artifact endpoint index byte[] as typically used by SAML 2 artifact types to an integer, appropriate for use with
IndexedEndpointimpls. - COOKIE - Enum constant in enum class org.opensaml.storage.impl.client.ClientStorageService.ClientStorageSource
-
Source was a cookie.
- cookieManager - Variable in class org.opensaml.storage.impl.client.ClientStorageService
-
Manages creation of cookies.
- copyContextLookup - Variable in class org.opensaml.saml.common.binding.impl.SAMLProtocolAndRoleHandler
-
Optional lookup function for a context from which to copy the protocol and role data, for example from a parent operation context.
- copyContextStrategy - Variable in class org.opensaml.saml.common.binding.impl.SAMLMetadataLookupHandler
-
Optional strategy for resolving an existing metadata context from which to copy data.
- CopyNameIdentifierFromRequest - Class in org.opensaml.saml.saml1.profile.impl
-
Action that builds a
NameIdentifierand adds it to theSubjectof all the statements in all the assertions found in aResponse. - CopyNameIdentifierFromRequest() - Constructor for class org.opensaml.saml.saml1.profile.impl.CopyNameIdentifierFromRequest
-
Constructor.
- CopyNameIDFromRequest - Class in org.opensaml.saml.saml2.profile.impl
- CopyNameIDFromRequest() - Constructor for class org.opensaml.saml.saml2.profile.impl.CopyNameIDFromRequest
-
Constructor.
- CoreGaugeSet - Class in org.opensaml.core.metrics.impl
-
A set of gauges for core system information.
- CoreGaugeSet() - Constructor for class org.opensaml.core.metrics.impl.CoreGaugeSet
-
Constructor.
- COUNT_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.ProxyRestriction
-
Count attribute name.
- counter(String) - Method in class org.opensaml.core.metrics.impl.FilteredMetricRegistry
- counterMap - Variable in class org.opensaml.profile.context.MetricContext
-
Map of objects to counter names.
- counterName - Variable in class org.opensaml.profile.action.impl.PopulateMetricContext
-
Counter to increment on execution.
- create(Object) - Method in class org.opensaml.storage.AbstractStorageService
-
Creates a new record in the store using an annotated object as the source.
- create(Object) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
-
Creates a new record in the store using an annotated object as the source.
- create(Object) - Method in interface org.opensaml.storage.StorageService
-
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.AbstractMapBackedStorageService
-
Creates a new record in the store with an expiration.
- create(String, String, String, Long) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
-
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, T, StorageSerializer<T>, 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(String, String, T, StorageSerializer<T>, Long) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
-
Creates a new record in the store with an expiration, using a custom serialization process for an arbitrary object.
- create(String, String, T, StorageSerializer<T>, 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.
- createClassInstance(Element) - Method in class org.opensaml.core.xml.config.XMLConfigurator
-
Constructs an instance of the given class.
- created - Variable in class org.opensaml.soap.wssecurity.impl.TimestampImpl
-
wsu:Timestamp/wsu:Created element.
- created - Variable in class org.opensaml.soap.wstrust.impl.LifetimeImpl
-
The wsu:Created child element.
- 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.
- createdLookup - Variable in class org.opensaml.soap.wssecurity.messaging.impl.AddTimestampHandler
-
Context lookup function for the Created time.
- CreatedMarshaller - Class in org.opensaml.soap.wssecurity.impl
-
Marshaller for the <wsu:Created> element.
- CreatedMarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.CreatedMarshaller
- createdOwnTaskTimer - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Whether we created our own task timer during object construction.
- createdOwnTaskTimer - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
-
Whether we created our own task timer during object construction.
- CreatedUnmarshaller - Class in org.opensaml.soap.wssecurity.impl
-
CreatedUnmarshaller.
- CreatedUnmarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.CreatedUnmarshaller
- createdValue - Variable in class org.opensaml.soap.wssecurity.messaging.impl.AddTimestampHandler
-
The effective Created value to use.
- createInstance() - Method in class org.opensaml.spring.tls.TLSSocketFactoryFactoryBean
- createLayeredSocket(Socket, String, int, HttpContext) - Method in class org.opensaml.security.httpclient.impl.SecurityEnhancedTLSSocketFactory
- 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.
- createPostMethod(String, HttpSOAPRequestParameters, Envelope) - Method in class org.opensaml.soap.client.http.HttpSOAPClient
-
Deprecated.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
-
Deprecated.Create the request entity that makes up the POST message body.
- createRequestEntity(Envelope, Charset) - Method in class org.opensaml.soap.client.soap11.encoder.http.impl.HttpClientRequestSOAP11Encoder
-
Create the request entity that makes up the POST message body.
- createSignatureElement(Signature, Document) - Method in class org.opensaml.xmlsec.signature.impl.SignatureMarshaller
-
Creates the signature elements but does not compute the signature.
- createSocket(HttpContext) - Method in class org.opensaml.security.httpclient.impl.SecurityEnhancedTLSSocketFactory
- 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.
- CREATION_INSTANT_ATTRIB_QNAME - Static variable in interface org.opensaml.saml.ext.saml2mdrpi.Publication
-
QName of the creation attribute.
- CREATION_INSTANT_ATTRIB_QNAME - Static variable in interface org.opensaml.saml.ext.saml2mdrpi.PublicationInfo
-
QName of the creation attribute.
- creationInstant - Variable in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationImpl
-
The creation instant.
- creationInstant - Variable in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationInfoImpl
-
The creation instant.
- credential - Variable in class org.opensaml.xmlsec.agreement.impl.PrivateCredential
-
The wrapped Credential.
- Credential - Interface in org.opensaml.security.credential
-
A credential for an entity.
- credentialAlias - Variable in class org.opensaml.security.x509.impl.KeyStoreX509CredentialAdapter
-
Alias to the credential to be exposed.
- credentialAlias - Variable in class org.opensaml.security.x509.impl.X509KeyManagerX509CredentialAdapter
-
Alias used to reference the credential in the key manager.
- CredentialContext - Interface in org.opensaml.security.credential
-
Marker interface for implementations which hold information specific to a particular context within which a
CredentialResolverresolves aCredential. - credentialContextSet - Variable in class org.opensaml.security.credential.AbstractCredential
-
Credential context of this credential.
- CredentialContextSet - Class in org.opensaml.security.credential
-
This class holds instances of
CredentialContextwhich represent information about the context in which aCredentialResolverhas resolved aCredential. - 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 - Variable in class org.opensaml.security.credential.impl.AbstractChainingCredentialResolver.CredentialIterator
-
The iterator over Credential instances from the current resolver.
- CredentialIterator(AbstractChainingCredentialResolver<ResolverType>, CriteriaSet) - Constructor for class org.opensaml.security.credential.impl.AbstractChainingCredentialResolver.CredentialIterator
-
Constructor.
- credentialNameEvaluator - Variable in class org.opensaml.spring.trust.StaticPKIXFactoryBean
-
Custom instance of
X509CredentialNameEvaluatorto use. - credentialResolver - Variable in class org.opensaml.saml.security.impl.SAMLMetadataEncryptionParametersResolver
-
Metadata credential resolver.
- credentialResolver - Variable in class org.opensaml.security.trust.impl.ExplicitKeyTrustEngine
-
Resolver used for resolving trusted credentials.
- credentialResolver - Variable in class org.opensaml.security.trust.impl.ExplicitX509CertificateTrustEngine
-
Resolver used for resolving trusted credentials.
- credentialResolver - Variable in class org.opensaml.xmlsec.signature.support.impl.ExplicitKeySignatureTrustEngine
-
Resolver used for resolving trusted credentials.
- CredentialResolver - Interface in org.opensaml.security.credential
-
A resolver which uses
Criterionto resolve and return instances ofCredential. - credentialsProvider - Variable in class org.opensaml.security.httpclient.HttpClientSecurityParameters
-
HttpClient credentials provider.
- credentialsProvider - Variable in class org.opensaml.security.httpclient.impl.BasicHttpClientSecurityConfiguration
-
HttpClient credentials provider.
- CredentialSupport - Class in org.opensaml.security.credential
-
Helper methods for working with
Credentialinstances. - CredentialSupport() - Constructor for class org.opensaml.security.credential.CredentialSupport
-
Constructor.
- 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. - credNameEvaluator - Variable in class org.opensaml.security.x509.impl.PKIXX509CredentialTrustEngine
-
The external credential name evaluator used to establish trusted name compliance.
- credNameEvaluator - Variable in class org.opensaml.xmlsec.signature.support.impl.PKIXSignatureTrustEngine
-
The external credential name evaluator used to establish trusted name compliance.
- creds - Variable in class org.opensaml.security.credential.impl.StaticCredentialResolver
-
List of credentials held by this resolver.
- credUsage - Variable in class org.opensaml.security.criteria.UsageCriterion
-
Key usage type of resolved credentials.
- criteria - Variable in class org.opensaml.saml.metadata.resolver.impl.CompositeMetadataResolver.CompositeMetadataResolverIterable
-
Criteria being search for.
- criteriaExtender - Variable in class org.opensaml.saml.common.messaging.context.SAMLMetadataLookupParametersContext
-
An extender hook that can add additional
Criterionobjects. - criteriaSet - Variable in class org.opensaml.security.httpclient.TLSCriteriaSetCriterion
-
TLS CriteriaSet data.
- criteriaSet - Variable in class org.opensaml.security.x509.tls.impl.ThreadLocalX509TrustEngineContext.Data
-
Criteria.
- criteriaSets - Variable in class org.opensaml.saml.common.profile.logic.EntityGroupNamePredicate
-
Pre-created criteria sets for metadata lookup.
- criteriaStrategy - Variable in class org.opensaml.saml.metadata.resolver.index.impl.FunctionDrivenMetadataIndex
-
Function for producing index keys from a CriteriaSet.
- criterionPredicateRegistry - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
-
Registry used in resolving predicates from criteria.
- criterionPredicateRegistry - Variable in class org.opensaml.saml.metadata.resolver.impl.PredicateRoleDescriptorResolver
-
Registry used in resolving predicates from criteria.
- critSet - Variable in class org.opensaml.security.credential.impl.AbstractChainingCredentialResolver.CredentialIterable
-
The criteria set on which to base resolution.
- critSet - Variable in class org.opensaml.security.credential.impl.AbstractChainingCredentialResolver.CredentialIterator
-
The criteria set on which to base resolution.
- crlFiles - Variable in class org.opensaml.spring.trust.PKIXResourceValidationInfoFactoryBean
-
The file to be turned into the crls.
- crlResources - Variable in class org.opensaml.spring.credential.BasicX509CredentialFactoryBean
-
Where the crls are to be found.
- crlResources - Variable in class org.opensaml.spring.trust.StaticPKIXFactoryBean
-
CRL resources.
- crls - Variable in class org.opensaml.security.x509.BasicX509Credential
-
CRLs for this credential.
- crls - Variable in class org.opensaml.spring.credential.X509InlineCredentialFactoryBean
-
The crls.
- crlStrings - Variable in class org.opensaml.spring.trust.PKIXInlineValidationInfoFactoryBean
-
The strings to be turned into the crls.
- 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
- 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
CryptoBinaryobjects. - CryptoBinaryMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.CryptoBinaryMarshaller
- CryptoBinaryUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
-
A thread-safe Unmarshaller for
CryptoBinaryobjects. - CryptoBinaryUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.CryptoBinaryUnmarshaller
- cspDigester - Variable in class org.opensaml.saml.saml1.binding.encoding.impl.HTTPPostEncoder
-
Digester for CSP hashes.
- cspDigester - Variable in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPArtifactEncoder
-
Digester for CSP hashes.
- cspDigester - Variable in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPPostEncoder
-
Digester for CSP hashes.
- cspNonceGenerator - Variable in class org.opensaml.saml.saml1.binding.encoding.impl.HTTPPostEncoder
-
Generator for CSP nonces.
- cspNonceGenerator - Variable in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPArtifactEncoder
-
Generator for CSP nonces.
- cspNonceGenerator - Variable in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPPostEncoder
-
Generator for CSP nonces.
- CTX_KEY_DELETED_SUFFIX - Static variable in class org.opensaml.storage.impl.memcached.MemcachedStorageService
-
Key suffix for entry that contains a list of deleted context keys.
- CTX_KEY_LIST_DELIMITER - Static variable in class org.opensaml.storage.impl.memcached.MemcachedStorageService
-
Delimiter of items in the context key list.
- 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.
- current - Variable in class org.opensaml.core.xml.persist.FilesystemLoadSaveManager.FileIterator
-
Current value to return from next().
- current - Static variable in class org.opensaml.security.x509.tls.impl.ThreadLocalX509TrustEngineContext
-
ThreadLocal storage for trust engine.
- currentCredential - Static variable in class org.opensaml.security.x509.tls.impl.ThreadLocalX509CredentialContext
-
ThreadLocal storage for credential.
- 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
- currentResolver - Variable in class org.opensaml.saml.metadata.resolver.impl.CompositeMetadataResolver.CompositeMetadataResolverIterable.CompositeMetadataResolverIterator
-
Current resolver from which we are getting results.
- currentResolver - Variable in class org.opensaml.security.credential.impl.AbstractChainingCredentialResolver.CredentialIterator
-
The current resolver which is returning credentials.
- currentResolver - Variable in class org.opensaml.xmlsec.encryption.support.ChainingEncryptedKeyResolver.ChainingIterator
-
The current resolver which is returning encrypted keys.
- currentResolverMetadataIterator - Variable in class org.opensaml.saml.metadata.resolver.impl.CompositeMetadataResolver.CompositeMetadataResolverIterable.CompositeMetadataResolverIterator
-
Iterator over the results of the current resolver.
D
- data - Variable in class org.opensaml.saml.ext.saml2mdui.impl.KeywordsImpl
-
The data.
- Data(TrustEngine<? super X509Credential>, CriteriaSet, Boolean) - Constructor for class org.opensaml.security.x509.tls.impl.ThreadLocalX509TrustEngineContext.Data
-
Constructor.
- 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.
- dataEncryptionAlgorithm - Variable in class org.opensaml.xmlsec.KeyTransportAlgorithmPredicate.SelectionInput
-
The candidate data encryption algorithm.
- dataEncryptionAlgorithms - Variable in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
-
Data encryption algorithm URIs.
- dataEncryptionAlgorithmURI - Variable in class org.opensaml.xmlsec.EncryptionParameters
-
The EncryptedData encryption algorithm URI.
- dataEncryptionCredential - Variable in class org.opensaml.xmlsec.EncryptionParameters
-
The EncryptedData encryption credential.
- dataEncryptionCredentials - Variable in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
-
Data encryption credentials.
- 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. - dataKeyInfoCredentialResolver - Variable in class org.opensaml.xmlsec.DecryptionParameters
-
The EncryptedData's KeyInfo credential resolver.
- dataKeyInfoCredentialResolver - Variable in class org.opensaml.xmlsec.impl.BasicDecryptionConfiguration
-
The EncryptedData's KeyInfo credential resolver.
- dataKeyInfoGenerator - Variable in class org.opensaml.xmlsec.EncryptionParameters
-
The EncryptedData KeyInfoGenerator.
- dataKeyInfoGeneratorManager - Variable in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
-
Manager for named KeyInfoGenerator instances for encrypting data.
- dataLastModified - Variable in class org.opensaml.core.xml.persist.MapLoadSaveManager
-
Storage to track last modified time of data.
- DataReference - Interface in org.opensaml.xmlsec.encryption
-
XMLObject representing XML Encryption, version 20021210, DataReference element.
- dataReferenceBuilder - Variable in class org.opensaml.saml.saml2.encryption.Encrypter
-
Builder for DataReference objects.
- DataReferenceBuilder - Class in org.opensaml.xmlsec.encryption.impl
-
Builder of
DataReference. - DataReferenceBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.DataReferenceBuilder
- 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
DataReferenceobjects. - DataReferenceMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.DataReferenceMarshaller
- DataReferenceUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
-
A thread-safe Unmarshaller for
DataReferenceobjects. - DataReferenceUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.DataReferenceUnmarshaller
- dataSealer - Variable in class org.opensaml.storage.impl.client.ClientStorageService
-
DataSealer instance to secure data.
- datatype - Variable in class org.opensaml.xacml.ctx.impl.AttributeTypeImpl
-
Datatype of the attribute.
- dataType - Variable in class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeImpl
-
Data type of the attribute.
- dataType - Variable in class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImpl
-
Datatype.
- dataType - Variable in class org.opensaml.xacml.policy.impl.AttributeSelectorTypeImpl
-
Datatype.
- dataType - Variable in class org.opensaml.xacml.policy.impl.AttributeValueTypeImpl
-
Data type.
- DATATYPE_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.ctx.AttributeType
-
Name for the Datatype attribute.
- dateTimeFormat - Variable in class org.opensaml.core.metrics.impl.HTTPReporter
-
Formatting string for
DateFormatfields. - dateTimeValue - Variable in class org.opensaml.soap.wssecurity.impl.AttributedDateTimeImpl
-
DateTime object.
- DEBUG - Enum constant in enum class org.opensaml.core.metrics.LoggerDrivenMetricFilter.Level
-
Debug level.
- dec() - Method in class org.opensaml.core.metrics.impl.DisabledCounter
- dec(long) - Method in class org.opensaml.core.metrics.impl.DisabledCounter
- dec(String) - Method in class org.opensaml.profile.context.MetricContext
-
Decrement a counter associated with an object, if any.
- decision - Variable in class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionStatementImpl
-
Contains the Decision attribute.
- decision - Variable in class org.opensaml.saml.saml2.core.impl.AuthzDecisionStatementImpl
-
Decision of the authorization request.
- decision - Variable in class org.opensaml.xacml.ctx.impl.DecisionTypeImpl
-
Value for the decision.
- decision - Variable in class org.opensaml.xacml.ctx.impl.ResultTypeImpl
-
The decision of the result.
- DECISION() - Constructor for enum class org.opensaml.xacml.ctx.DecisionType.DECISION
- 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 - Variable in enum class org.opensaml.saml.saml1.core.DecisionTypeEnumeration
-
The decision type string.
- decisionType - Variable in enum class org.opensaml.saml.saml2.core.DecisionTypeEnumeration
-
The decision type string.
- DecisionType - Interface in org.opensaml.xacml.ctx
-
XACML context Decision schema type.
- DecisionType.DECISION - Enum Class in org.opensaml.xacml.ctx
-
Allowed decision values.
- DecisionTypeEnumeration - Enum Class in org.opensaml.saml.saml1.core
-
A type safe enumeration of
AuthorizationDecisionStatementdecision types. - DecisionTypeEnumeration - Enum Class in org.opensaml.saml.saml2.core
-
A type safe enumeration of
AuthzDecisionStatementdecision types. - DecisionTypeEnumeration(String) - Constructor for enum class org.opensaml.saml.saml1.core.DecisionTypeEnumeration
-
Constructor.
- DecisionTypeEnumeration(String) - Constructor for enum 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
DecisionTypeobjects. - DecisionTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.DecisionTypeImplBuilder
-
Constructor.
- DecisionTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
-
Marshaller for
DecisionTypeobjects. - DecisionTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.DecisionTypeMarshaller
-
Constructor.
- DecisionTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
-
Unmarshaller for
DecisionTypeobjects. - DecisionTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.DecisionTypeUnmarshaller
-
Constructor.
- declareNonVisibleNamespaces(SignableSAMLObject) - Static method in class org.opensaml.saml.common.SAMLObjectSupport
-
Examines the
SignableSAMLObjectfor the need to declare non-visible namespaces before marshalling and signing, and if required, performs the declarations. - decls - Variable in class org.opensaml.core.xml.NamespaceManager
-
Explicitly declared namespaces.
- 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 class org.opensaml.messaging.decoder.httpclient.BaseHttpClientResponseXMLMessageDecoder
-
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.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(byte[]) - Static method in class org.opensaml.security.x509.X509Support
-
Decodes a single X.509 certificate in DER or PEM format.
- decodeCertificate(File) - 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(byte[]) - Static method in class org.opensaml.security.x509.X509Support
-
Decodes X.509 certificates in DER or PEM format.
- decodeCertificates(File) - Static method in class org.opensaml.security.x509.X509Support
-
Decodes X.509 certificates in DER or PEM format.
- decodeCertificates(InputStream) - 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(byte[]) - Static method in class org.opensaml.security.x509.X509Support
-
Decodes CRLs in DER or PKCS#7 format.
- decodeCRLs(File) - Static method in class org.opensaml.security.x509.X509Support
-
Decodes CRLs in DER or PKCS#7 format.
- decodeCRLs(InputStream) - Static method in class org.opensaml.security.x509.X509Support
-
Decodes CRLs in DER or PKCS#7 format.
- decodeECPoint(byte[], EllipticCurve) - Static method in class org.opensaml.security.crypto.ec.ECSupport
-
Decode the
ECPointfrom the byte representation. - decodeMessage(String) - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPRedirectDeflateDecoder
-
Base64 decodes the SAML message and then decompresses the message.
- 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.
- decodeOAEPParams(String) - Method in class org.opensaml.xmlsec.encryption.support.Encrypter
-
Safely decode and normalize base64-encoded OAEPParams data.
- decodeParam(String, String) - Method in class org.opensaml.xmlsec.derivation.impl.ConcatKDF
-
Decode the specified concatenation parameter value for input to the derivation operation.
- 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.
- 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(InputStream, 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.
- decoder - Variable in class org.opensaml.messaging.pipeline.BasicMessagePipeline
-
Message decoder.
- decoder - Variable in class org.opensaml.profile.action.impl.DecodeMessage
-
The
MessageDecoderinstance used to decode the incoming message. - decodeSecretKey(byte[]) - Method in class org.opensaml.spring.credential.AbstractBasicCredentialFactoryBean
-
Decode the SecretKey data, based on the specified encoding.
- 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.
- decodeSecretKey(String) - Method in class org.opensaml.spring.credential.AbstractBasicCredentialFactoryBean
-
Decode the SecretKey data, based on the specified encoding.
- 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.
- decorateGeneratedHeader(MessageContext, XMLObject) - Method in class org.opensaml.soap.messaging.AbstractHeaderGeneratingMessageHandler
-
Decorate the header based on configured and/or resolved values.
- 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
EncryptedAssertionelement and replace it with the decryptedAssertionin 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
EncryptedAttributeelement and replace it with the decryptedAttributein situ. - DecryptAttributes() - Constructor for class org.opensaml.saml.saml2.profile.impl.DecryptAttributes
- decryptConfig - Variable in class org.opensaml.xmlsec.config.BasicXMLSecurityConfiguration
-
Configuration used when decrypting protocol message information.
- decryptData(EncryptedElementType) - Method in class org.opensaml.saml.saml2.encryption.Decrypter
-
Decrypt the specified instance of EncryptedElementType, and return it as an instance of the specified QName.
- decryptData(EncryptedData) - Method in class org.opensaml.xmlsec.encryption.support.Decrypter
-
This is a convenience method for calling
Decrypter.decryptData(EncryptedData, boolean), with therootInNewDocumentparameter value supplied byDecrypter.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 therootInNewDocumentparameter value supplied byDecrypter.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 - Variable in class org.opensaml.saml.saml2.profile.impl.AbstractDecryptAction
-
The decryption object.
- Decrypter - Class in org.opensaml.saml.saml2.encryption
-
Class which implements SAML2-specific options for
EncryptedElementTypeobjects. - 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() - Constructor for class org.opensaml.xmlsec.encryption.support.Decrypter
-
Constructor.
- Decrypter(DecryptionParameters) - Constructor for class org.opensaml.saml.saml2.encryption.Decrypter
-
Constructor.
- Decrypter(DecryptionParameters) - Constructor for class org.opensaml.xmlsec.encryption.support.Decrypter
-
Constructor.
- Decrypter(KeyInfoCredentialResolver, KeyInfoCredentialResolver, EncryptedKeyResolver) - Constructor for class org.opensaml.saml.saml2.encryption.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.saml.saml2.encryption.Decrypter
-
Constructor.
- Decrypter(KeyInfoCredentialResolver, KeyInfoCredentialResolver, EncryptedKeyResolver, Collection<String>, Collection<String>) - Constructor for class org.opensaml.xmlsec.encryption.support.Decrypter
-
Constructor.
- Decrypter(KeyInfoCredentialResolver, KeyInfoCredentialResolver, EncryptedKeyResolver, Set<String>) - Constructor for class org.opensaml.xmlsec.encryption.support.Decrypter
-
Constructor.
- Decrypter(KeyInfoCredentialResolver, KeyInfoCredentialResolver, EncryptedKeyResolver, Set<String>, 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(Exception) - Constructor for exception org.opensaml.xmlsec.encryption.support.DecryptionException
-
Constructor.
- DecryptionException(String) - Constructor for exception org.opensaml.xmlsec.encryption.support.DecryptionException
-
Constructor.
- DecryptionException(String, Exception) - Constructor for exception org.opensaml.xmlsec.encryption.support.DecryptionException
-
Constructor.
- decryptionParameters - Variable in class org.opensaml.xmlsec.context.SecurityParametersContext
-
Decryption parameters.
- DecryptionParameters - Class in org.opensaml.xmlsec
-
The effective parameters to use when decrypting encrypted XML.
- DecryptionParameters() - Constructor for class org.opensaml.xmlsec.DecryptionParameters
- DecryptionParametersResolver - Interface in org.opensaml.xmlsec
-
An interface for components which resolve
DecryptionParametersbased on aCriteriaSet. - DecryptionParserPool - Class in org.opensaml.xmlsec.config
-
A wrapper bean containing an instance of
ParserPoolused with XML decryption that can be registered with the globalConfigurationService. - DecryptionParserPool(ParserPool) - Constructor for class org.opensaml.xmlsec.config.DecryptionParserPool
-
Constructor.
- DecryptionParserPoolInitializer - Class in org.opensaml.xmlsec.config
-
An initializer for the global parser pool for XML decryption use, wrapped by
DecryptionParserPool. - DecryptionParserPoolInitializer() - Constructor for class org.opensaml.xmlsec.config.DecryptionParserPoolInitializer
- decryptionPredicate - Variable in class org.opensaml.saml.saml2.profile.impl.AbstractDecryptAction
-
Predicate determining whether to attempt decryption.
- DecryptionRecipientsCriterion - Class in org.opensaml.xmlsec.criterion
-
A criterion implementation for conveying set of recipients against which to evaluate candidate EncryptedKey elements.
- DecryptionRecipientsCriterion(Set<String>) - Constructor for class org.opensaml.xmlsec.criterion.DecryptionRecipientsCriterion
-
Constructor.
- 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
EncryptedIDelement and replace it with the decryptedNameIDin situ. - DecryptNameIDs() - Constructor for class org.opensaml.saml.saml2.profile.impl.DecryptNameIDs
- decryptUsingResolvedEncryptedKey(EncryptedData, String) - Method in class org.opensaml.xmlsec.encryption.support.Decrypter
-
Attempt to decrypt by resolving the decryption key by first resolving EncryptedKeys, and using the KEK credential resolver to resolve the key decryption for each.
- decryptUsingResolvedKey(EncryptedData) - Method in class org.opensaml.xmlsec.encryption.support.Decrypter
-
Attempt to decrypt by resolving the decryption key using the standard credential resolver.
- Default - Enum constant in enum class org.opensaml.saml.security.SAMLMetadataKeyAgreementEncryptionConfiguration.KeyWrap
-
Default behavior, which is to enable key wrap or not based on the presence or absence respectively of
EncryptionMethodelements in the associatedKeyDescriptorcontaining symmetric key wrap algorithms. - DEFAULT - Enum constant in enum class org.opensaml.core.xml.SpaceBearing.XMLSpaceEnum
-
xml:space value "default".
- DEFAULT_CLOCK_SKEW - Static variable in class org.opensaml.saml.saml2.assertion.SAML20AssertionValidator
-
Default clock skew of 5 minutes.
- DEFAULT_CONTENT_TYPES - Static variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver
-
Default list of supported content MIME types.
- DEFAULT_DIGEST_METHOD - Static variable in class org.opensaml.xmlsec.agreement.impl.DHWithLegacyKDFKeyAgreementProcessor
-
Default digest method.
- DEFAULT_DIGEST_METHOD - Static variable in class org.opensaml.xmlsec.derivation.impl.ConcatKDF
-
Default digest method.
- DEFAULT_DT_FORMAT - Static variable in class org.opensaml.core.metrics.impl.HTTPReporter
-
Default date/time format string.
- 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.reqattr.RequestedAttributes
-
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.ConcatKDFParams
-
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.DerivedKey
-
Element local name.
- DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.DerivedKeyName
-
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.IterationCount
-
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.KeyDerivationMethod
-
Element local name.
- DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.KeyLength
-
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.MasterKeyName
-
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.OtherSource
-
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.PBKDF2Params
-
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.PRF
-
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.Salt
-
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.Specified
-
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.reqattr.RequestedAttributes
-
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.ConcatKDFParams
-
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.DerivedKey
-
Default element name.
- DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.encryption.DerivedKeyName
-
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.IterationCount
-
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.KeyDerivationMethod
-
Default element name.
- DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xmlsec.encryption.KeyLength
-
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.MasterKeyName
-
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.OtherSource
-
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.PBKDF2Params
-
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.PRF
-
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.Salt
-
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.Specified
-
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_GENERATED_LENGTH - Static variable in class org.opensaml.xmlsec.agreement.impl.KANonce
-
Default length for generated salt, in bytes.
- DEFAULT_GENERATED_SALT_LENGTH - Static variable in class org.opensaml.xmlsec.derivation.impl.PBKDF2
-
Default length for generated salt, in bytes.
- DEFAULT_ITERATION_COUNT - Static variable in class org.opensaml.xmlsec.derivation.impl.PBKDF2
-
Default iteration count.
- DEFAULT_LIFETIME - Static variable in class org.opensaml.saml.saml2.assertion.SAML20AssertionValidator
-
Default lifetime for IssueInstant of 5 minutes.
- 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.BasicAlgorithmPolicyConfiguration
-
Default precedence.
- DEFAULT_PRF - Static variable in class org.opensaml.xmlsec.derivation.impl.PBKDF2
-
Default PRF.
- DEFAULT_STORAGE_NAME - Static variable in class org.opensaml.storage.impl.client.ClientStorageService
-
Default label for storage tracking.
- 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_VALUE - Static variable in class org.opensaml.soap.wstrust.impl.DelegatableImpl
-
Default value.
- DEFAULT_VALUE - Static variable in class org.opensaml.soap.wstrust.impl.ForwardableImpl
-
Default value.
- DEFAULT_VERSION - Static variable in interface org.opensaml.xacml.policy.PolicySetType
-
Default Version .
- defaultArtifactType - Variable in class org.opensaml.saml.saml1.binding.encoding.impl.HTTPArtifactEncoder
-
Default artifact type to use when encoding messages.
- defaultArtifactType - Variable in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPArtifactEncoder
-
Default artifact type to use when encoding messages.
- defaultAssertionLifetime - Variable in class org.opensaml.saml.common.profile.impl.AddNotOnOrAfterConditionToAssertions
-
Default lifetime to use to establish timestamp.
- DefaultAssertionResolver() - Constructor for class org.opensaml.saml.saml2.profile.impl.ValidateAssertions.DefaultAssertionResolver
- DefaultAssertionValidationContextBuilder - Class in org.opensaml.saml.saml2.profile.impl
-
Function which implements default behavior for building an instance of
ValidationContextfrom an instance ofValidateAssertions.AssertionValidationInput. - DefaultAssertionValidationContextBuilder() - Constructor for class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Constructor.
- DefaultAssertionValidationContextBuilder.DefaultValidInResponseToLookupFunction - Class in org.opensaml.saml.saml2.profile.impl
-
Default strategy for resolving the valid InResponseTo value.
- DefaultAssertionValidationContextBuilder.DefaultValidIssuersLookupFunction - Class in org.opensaml.saml.saml2.profile.impl
-
Default strategy for resolving the valid Issuers.
- DefaultCacheKeyGenerator() - Constructor for class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.DefaultCacheKeyGenerator
-
Constructor.
- defaultConfigurationPropertiesSource - Static variable in class org.opensaml.core.config.ConfigurationService
-
A default configuration properties source to use.
- defaultCriteria - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.SignatureValidationFilter
-
Set of externally specified default criteria for input to the trust engine.
- 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
- DefaultEndpointSelectionPredicate() - Constructor for class org.opensaml.saml.metadata.resolver.index.impl.EndpointMetadataIndex.DefaultEndpointSelectionPredicate
-
Constructor.
- DefaultEndpointSelectionPredicate(Map<QName, Set<QName>>) - Constructor for class org.opensaml.saml.metadata.resolver.index.impl.EndpointMetadataIndex.DefaultEndpointSelectionPredicate
-
Constructor.
- defaultFaultCode - Variable in class org.opensaml.soap.soap11.profile.impl.AddSOAPFault
-
Default fault codes to insert.
- DefaultHttpClientContextLookup() - Constructor for class org.opensaml.saml.common.binding.security.impl.CheckAndRecordServerTLSEntityAuthenticationtHandler.DefaultHttpClientContextLookup
- defaultIdPNameQualifierLookupStrategy - Variable in class org.opensaml.saml.common.profile.AbstractNameIdentifierGenerator
-
Optional lookup function for obtaining default NameQualifier.
- defaultKeyAgreementUseKeyWrap - Variable in class org.opensaml.saml.security.impl.SAMLMetadataEncryptionParametersResolver
-
Default for usage of key wrapping with key agreement if not otherwise configured.
- DefaultLocalDynamicSourceKeyGenerator - Class in org.opensaml.saml.metadata.resolver.impl
-
A default implementation of
EntityIDDigestGeneratorfor use as a source key generator withLocalDynamicMetadataResolver. - DefaultLocalDynamicSourceKeyGenerator() - Constructor for class org.opensaml.saml.metadata.resolver.impl.DefaultLocalDynamicSourceKeyGenerator
-
Constructor.
- DefaultLocalDynamicSourceKeyGenerator(String, String, String) - Constructor for class org.opensaml.saml.metadata.resolver.impl.DefaultLocalDynamicSourceKeyGenerator
-
Constructor.
- 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.
- defaultManager - Variable in class org.opensaml.xmlsec.keyinfo.NamedKeyInfoGeneratorManager
-
The default manager for unnamed factories.
- defaultMaxValue - Static variable in class org.opensaml.storage.impl.memcached.MemcachedStorageCapabilities
-
Memcached supports 1M slabs (i.e.
- defaultNameIdGenerator - Variable in class org.opensaml.saml.common.profile.impl.ChainingNameIdentifierGenerator
-
Fallback generator, generally for legacy support.
- 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
- DefaultPipelineNameStrategy() - Constructor for class org.opensaml.soap.client.http.PipelineFactoryHttpSOAPClient.DefaultPipelineNameStrategy
- defaultPortInsecure - Variable in class org.opensaml.messaging.handler.impl.URLEvaluatingMessageChannelSecurity
-
Flag controlling whether traffic on the default TLS port is "secure".
- defaultPortInsecure - Variable in class org.opensaml.profile.action.impl.HttpServletRequestMessageChannelSecurity
-
Flag controlling whether traffic on the default TLS port is "secure".
- DefaultPreDecryptionValidator - Class in org.opensaml.xmlsec.encryption.support
-
Default implementation of
PreDecryptionValidator. - DefaultPreDecryptionValidator() - Constructor for class org.opensaml.xmlsec.encryption.support.DefaultPreDecryptionValidator
- defaultProvider - Static variable in class org.opensaml.core.xml.config.XMLObjectProviderRegistry
-
Default object provider.
- DefaultRequestIdLookupStrategy() - Constructor for class org.opensaml.saml.common.profile.impl.AddInResponseToToResponse.DefaultRequestIdLookupStrategy
-
Constructor.
- defaultRootInNewDocument - Variable in class org.opensaml.xmlsec.encryption.support.Decrypter
-
Flag to determine whether by default the Element which backs the underlying decrypted SAMLObject will be the root of a new DOM document.
- DEFAULTS_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.XPathVersion
-
QName of the element element.
- DefaultSAML20AssertionValidationContextBuilder - Class in org.opensaml.saml.saml2.wssecurity.messaging.impl
-
Function which implements default behavior for building an instance of
ValidationContextfrom an instance ofSAML20AssertionTokenValidationInput. - DefaultSAML20AssertionValidationContextBuilder() - Constructor for class org.opensaml.saml.saml2.wssecurity.messaging.impl.DefaultSAML20AssertionValidationContextBuilder
-
Constructor.
- DefaultSecurityConfigurationBootstrap - Class in org.opensaml.xmlsec.config.impl
-
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.impl.DefaultSecurityConfigurationBootstrap
-
Constructor.
- defaultSPNameQualifierLookupStrategy - Variable in class org.opensaml.saml.common.profile.AbstractNameIdentifierGenerator
-
Optional lookup function for obtaining default SPNameQualifier.
- defaultStatusCodes - Variable in class org.opensaml.saml.saml1.profile.impl.AddStatusToResponse
-
One or more default status codes to insert.
- defaultStatusCodes - Variable in class org.opensaml.saml.saml2.profile.impl.AddStatusToResponse
-
One or more status codes to insert.
- 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
- DefaultTLSCriteriaSetStrategy() - Constructor for class org.opensaml.saml.common.messaging.soap.SAMLSOAPClientContextBuilder.DefaultTLSCriteriaSetStrategy
- DefaultValidInResponseToLookupFunction() - Constructor for class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder.DefaultValidInResponseToLookupFunction
-
Constructor.
- DefaultValidIssuersLookupFunction() - Constructor for class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder.DefaultValidIssuersLookupFunction
-
Constructor.
- defaultVerificationDepth - Variable in class org.opensaml.security.x509.PKIXValidationOptions
-
Default verification depth.
- deflateAndBase64Encode(SAMLObject) - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPRedirectDeflateEncoder
-
DEFLATE (RFC1951) compresses the given SAML message.
- deindex(AlgorithmDescriptor) - Method in class org.opensaml.xmlsec.algorithm.AlgorithmRegistry
-
Remove the algorithm descriptor from the indexes which support the various lookup methods available via the registry's API.
- deindexEntityDescriptor(EntityDescriptor) - Method in class org.opensaml.saml.metadata.resolver.index.impl.MetadataIndexManager
-
Remove from the index the specified
EntityDescriptorbased on the indexes currently held. - 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 - Variable in class org.opensaml.profile.action.AbstractHandlerDelegatingProfileAction
-
The message handler delegate.
- delegate - Variable in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder.DefaultValidInResponseToLookupFunction
-
The lookup delegate.
- delegate - Variable in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder.DefaultValidIssuersLookupFunction
-
The lookup delegate.
- 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
- 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.
- delegateMap - Variable in class org.opensaml.soap.client.messaging.SOAPClientPipelineNameMappingFunction
-
Map of pipeline names to delegate predicates.
- delegateMap - Variable in class org.opensaml.soap.client.messaging.SOAPClientPipelineNameMappingPredicate
-
Map of pipeline names to delegate predicates.
- 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
- delegates - Variable in class org.opensaml.saml.ext.saml2delrestrict.impl.DelegationRestrictionTypeImpl
-
Delegate child elements.
- 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.
- DELEGATION_INSTANT_ATTRIB_QNAME - Static variable in interface org.opensaml.saml.ext.saml2delrestrict.Delegate
-
DelegationInstant attribute QName.
- delegationInstant - Variable in class org.opensaml.saml.ext.saml2delrestrict.impl.DelegateImpl
-
DelegationInstant attribute.
- DelegationRestrictionConditionValidator - Class in org.opensaml.saml.saml2.assertion.impl
-
ConditionValidatorimplementation forDelegationRestrictionTypestyle conditions. - DelegationRestrictionConditionValidator() - Constructor for class org.opensaml.saml.saml2.assertion.impl.DelegationRestrictionConditionValidator
- 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
-
Builder of
DelegationRestrictionType. - DelegationRestrictionTypeBuilder() - Constructor for class org.opensaml.saml.ext.saml2delrestrict.impl.DelegationRestrictionTypeBuilder
- 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(Object) - Method in class org.opensaml.storage.AbstractStorageService
-
Deletes an existing record from the store, using an annotated object as the source.
- delete(Object) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
-
Deletes an existing record from the store, using an annotated object as the source.
- delete(Object) - Method in interface org.opensaml.storage.StorageService
-
Deletes an existing record from the store, using an annotated object as the source.
- delete(String, String) - Method in class org.opensaml.storage.AbstractMapBackedStorageService
-
Deletes an existing record from the store.
- delete(String, String) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
-
Deletes an existing record from the store.
- delete(String, String) - Method in interface org.opensaml.storage.StorageService
-
Deletes an existing record from the store.
- 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.memcached.MemcachedStorageService
-
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.
- deleteImpl(Long, String, String) - Method in class org.opensaml.storage.AbstractMapBackedStorageService
-
Internal method to implement delete functions.
- 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, Object) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
-
Deletes an existing record from the store, using an annotated object as the source, 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.
- 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, String, String) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
-
Deletes an existing record from the store if it currently has a specified version.
- 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.
- Deny - Enum constant in enum class org.opensaml.xacml.ctx.DecisionType.DECISION
-
Denied.
- Deny - Enum constant in enum class org.opensaml.xacml.policy.EffectType
-
"Deny" effect type.
- DENY - Enum constant in enum class org.opensaml.saml.saml1.core.DecisionTypeEnumeration
-
Deny decision type.
- DENY - Enum constant in enum class org.opensaml.saml.saml2.core.DecisionTypeEnumeration
-
Deny decision type.
- DeprecatedContextClassNameLookAside(Map<String, Class<? extends BaseContext>>) - Constructor for class org.opensaml.messaging.context.BaseContext.DeprecatedContextClassNameLookAside
-
Constructor.
- depthLimit - Variable in class org.opensaml.xmlsec.encryption.support.SimpleKeyInfoReferenceEncryptedKeyResolver
-
Number of times to follow a reference before failing.
- dereferenceArtifact(SAML2Artifact, RoleDescriptor, String) - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
-
De-reference the supplied artifact into the corresponding SAML protocol message.
- 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<? extends Criterion>) - Static method in class org.opensaml.security.credential.criteria.impl.EvaluableCredentialCriteriaRegistry
-
Deregister a criteria-evaluator mapping.
- deregister(Class<T>) - Static method in class org.opensaml.core.config.ConfigurationService
-
Deregister a configuration instance.
- deregister(Class<T>, String) - Method in interface org.opensaml.core.config.Configuration
-
Deregister a configuration instance.
- deregister(Class<T>, String) - Method in class org.opensaml.core.config.provider.MapBasedConfiguration
-
Deregister a configuration instance.
- deregister(String) - Method in class org.opensaml.xmlsec.agreement.KeyAgreementProcessorRegistry
-
Deregister a processor.
- deregister(String) - Method in class org.opensaml.xmlsec.algorithm.AlgorithmRegistry
-
Deregister an algorithm.
- deregister(NamedCurve) - Method in class org.opensaml.security.crypto.ec.NamedCurveRegistry
-
Deregister a curve.
- deregister(AlgorithmDescriptor) - 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.
- deregisterByName(String) - Method in class org.opensaml.security.crypto.ec.NamedCurveRegistry
-
Deregister a curve.
- deregisterByOID(String) - Method in class org.opensaml.security.crypto.ec.NamedCurveRegistry
-
Deregister a curve.
- deregisterByParameterSpec(ECParameterSpec) - Method in class org.opensaml.security.crypto.ec.NamedCurveRegistry
-
Deregister a curve.
- deregisterByURI(String) - Method in class org.opensaml.security.crypto.ec.NamedCurveRegistry
-
Deregister a curve.
- 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(String, KeyInfoGeneratorFactory) - Method in class org.opensaml.xmlsec.keyinfo.NamedKeyInfoGeneratorManager
-
De-register a factory within the specified named manager.
- deregisterFactory(KeyInfoGeneratorFactory) - Method in class org.opensaml.xmlsec.keyinfo.KeyInfoGeneratorManager
-
De-register a factory within this manager instance.
- 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.
- deregisterQNameValue(QName) - Method in class org.opensaml.core.xml.util.AttributeMap
-
Deregister a QName attribute value with the owner's namespace manger.
- 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
- 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
DEREncodedKeyValueobjects. - DEREncodedKeyValueMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.DEREncodedKeyValueMarshaller
- DEREncodedKeyValueProvider - Class in org.opensaml.xmlsec.keyinfo.impl.provider
-
Implementation of
KeyInfoProviderwhich supportsDEREncodedKeyValue. - DEREncodedKeyValueProvider() - Constructor for class org.opensaml.xmlsec.keyinfo.impl.provider.DEREncodedKeyValueProvider
- DEREncodedKeyValueUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
-
A thread-safe Unmarshaller for
DEREncodedKeyValueobjects. - DEREncodedKeyValueUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.DEREncodedKeyValueUnmarshaller
- derive(byte[], byte[], Integer) - Method in class org.opensaml.xmlsec.derivation.impl.ConcatKDF
-
Derive the key bytes.
- derive(byte[], String, Integer) - Method in class org.opensaml.xmlsec.derivation.impl.ConcatKDF
-
Derive a
SecretKeyfrom the specified secret. - derive(byte[], String, Integer) - Method in class org.opensaml.xmlsec.derivation.impl.DHLegacyKDF
-
Derrive secret key from inouts.
- derive(byte[], String, Integer) - Method in class org.opensaml.xmlsec.derivation.impl.PBKDF2
-
Derive a
SecretKeyfrom the specified secret. - derive(byte[], String, Integer) - Method in interface org.opensaml.xmlsec.derivation.KeyDerivation
-
Derive a
SecretKeyfrom the specified secret. - deriveBytes(byte[], String, Integer) - Method in class org.opensaml.xmlsec.derivation.impl.DHLegacyKDF
-
Derive the key bytes from the specified inputs.
- DerivedKey - Interface in org.opensaml.xmlsec.encryption
-
XMLObject representing XML Encryption 1.1 DerivedKey element.
- DerivedKeyBuilder - Class in org.opensaml.xmlsec.encryption.impl
-
Builder of
DerivedKey. - DerivedKeyBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.DerivedKeyBuilder
- DerivedKeyImpl - Class in org.opensaml.xmlsec.encryption.impl
-
Concrete implementation of
DerivedKey. - DerivedKeyImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.DerivedKeyImpl
-
Constructor.
- DerivedKeyMarshaller - Class in org.opensaml.xmlsec.encryption.impl
-
A thread-safe Marshaller for
DerivedKeyobjects. - DerivedKeyMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.DerivedKeyMarshaller
- derivedKeyName - Variable in class org.opensaml.xmlsec.encryption.impl.DerivedKeyImpl
-
DerivedKeyName child element.
- DerivedKeyName - Interface in org.opensaml.xmlsec.encryption
-
XMLObject representing XML Encryption 1.1 DerivedKeyName element.
- DerivedKeyNameBuilder - Class in org.opensaml.xmlsec.encryption.impl
-
Builder of
DerivedKeyName. - DerivedKeyNameBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.DerivedKeyNameBuilder
- DerivedKeyNameImpl - Class in org.opensaml.xmlsec.encryption.impl
-
Concrete implementation of
DerivedKeyName. - DerivedKeyNameImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.DerivedKeyNameImpl
-
Constructor.
- DerivedKeyUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
-
A thread-safe Unmarshaller for
DerivedKeyobjects. - DerivedKeyUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.DerivedKeyUnmarshaller
- derivePublicKey(PrivateKey) - Static method in class org.opensaml.security.crypto.KeySupport
-
Derives the public key from either a DSA or RSA private key.
- deriveSecretKey(byte[], String, KeyAgreementParameters) - Method in class org.opensaml.xmlsec.agreement.impl.AbstractDerivationKeyAgreementProcessor
-
Derive a
SecretKeyfrom a given secret. - deriveSecretKey(byte[], String, KeyAgreementParameters) - Method in class org.opensaml.xmlsec.agreement.impl.AbstractKeyAgreementProcessor
-
Derive a
SecretKeyfrom a given secret. - deriveSecretKey(byte[], String, KeyAgreementParameters) - Method in class org.opensaml.xmlsec.agreement.impl.DHWithLegacyKDFKeyAgreementProcessor
-
Derive a
SecretKeyfrom a given secret. - deriveSignerEntityID(MessageContext) - Method in class org.opensaml.saml.common.binding.security.impl.BaseSAMLSimpleSignatureSecurityHandler
-
Derive the signer's entity ID from the message context.
- description - Variable in class org.opensaml.xacml.policy.impl.DescriptionTypeImpl
-
Value of the description.
- description - Variable in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
-
Policy set description.
- description - Variable in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
-
Policy description.
- description - Variable in class org.opensaml.xacml.policy.impl.RuleTypeImpl
-
Dscription of the rule.
- Description - Interface in org.opensaml.saml.ext.saml2mdui
-
DisplayName.
- DescriptionBuilder - Class in org.opensaml.saml.ext.saml2mdui.impl
-
Builder of
Descriptionobjects. - 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.
- 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
- descriptors - Variable in class org.opensaml.xmlsec.algorithm.AlgorithmRegistry
-
Map of registered algorithm descriptors.
- descriptorStrategy - Variable in class org.opensaml.saml.metadata.resolver.index.impl.FunctionDrivenMetadataIndex
-
Function for producing index keys from an EntityDescriptor.
- 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 - Variable in class org.opensaml.saml.saml2.core.impl.RequestAbstractTypeImpl
-
URI of the request destination.
- destination - Variable in class org.opensaml.saml.saml2.core.impl.StatusResponseTypeImpl
-
Destination attribute.
- 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.
- destinationURI - Variable in class org.opensaml.soap.client.SOAPClientContext
-
The destination URI for the SOAP message being sent.
- detach() - Method in class org.opensaml.core.xml.AbstractXMLObject
-
Detaches the XMLObject from its parent.
- detach() - Method in class org.opensaml.core.xml.AbstractXSAnyAdapter
-
Detaches the XMLObject from its parent.
- detach() - Method in interface org.opensaml.core.xml.XMLObject
-
Detaches the XMLObject from its parent.
- detail - Variable in class org.opensaml.soap.soap11.impl.FaultImpl
-
Details of the fault.
- Detail - Interface in org.opensaml.soap.soap11
-
SOAP 1.1 Detail.
- DetailBuilder - Class in org.opensaml.soap.soap11.impl
-
Builder of
DetailImplobjects. - DetailBuilder() - Constructor for class org.opensaml.soap.soap11.impl.DetailBuilder
- detailedErrors - Variable in class org.opensaml.saml.saml1.profile.impl.AddStatusToResponse
-
Whether to include detailed status information.
- detailedErrors - Variable in class org.opensaml.saml.saml2.profile.impl.AddStatusToResponse
-
Whether to include detailed status information.
- detailedErrors - Variable in class org.opensaml.soap.soap11.profile.impl.AddSOAPFault
-
Whether to include detailed status information.
- detailedErrorsCondition - Variable in class org.opensaml.saml.saml1.profile.impl.AddStatusToResponse
-
Predicate determining whether detailed error information is permitted.
- detailedErrorsCondition - Variable in class org.opensaml.saml.saml2.profile.impl.AddStatusToResponse
-
Predicate determining whether detailed error information is permitted.
- detailedErrorsCondition - Variable in class org.opensaml.soap.soap11.profile.impl.AddSOAPFault
-
Predicate determining whether detailed error information is permitted.
- 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
- detectDuplicateEntityIDs - Variable in class org.opensaml.saml.common.messaging.context.SAMLMetadataLookupParametersContext
-
The strategy for duplicate entityID detection.
- detectDuplicateEntityIDs - Variable in class org.opensaml.saml.metadata.resolver.ChainingMetadataResolver
-
Strategy for detecting duplicate entityIDs across resolvers.
- detectDuplicateEntityIDs(MetadataResolver, CriteriaSet, Set<String>, DetectDuplicateEntityIDs) - Method in class org.opensaml.saml.metadata.resolver.ChainingMetadataResolver
-
Perform duplicate entityID detection.
- DetectDuplicateEntityIDs - Enum Class in org.opensaml.saml.metadata.resolver
-
Strategy for performing detection of duplicate entityIDs across metadata resolvers.
- DetectDuplicateEntityIDs() - Constructor for enum class org.opensaml.saml.metadata.resolver.DetectDuplicateEntityIDs
- DetectDuplicateEntityIDsCriterion - Class in org.opensaml.saml.metadata.criteria.entity
-
Criterion which holds an instance of
DetectDuplicateEntityIDs. - DetectDuplicateEntityIDsCriterion(DetectDuplicateEntityIDs) - Constructor for class org.opensaml.saml.metadata.criteria.entity.DetectDuplicateEntityIDsCriterion
-
Constructor.
- 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 - Variable in class org.opensaml.xmlsec.signature.impl.KeyValueImpl
-
DHKeyValue child element.
- 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
- 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
DHKeyValueobjects. - DHKeyValueMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.DHKeyValueMarshaller
- DHKeyValueUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
-
A thread-safe Unmarshaller for
DHKeyValueobjects. - DHKeyValueUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.DHKeyValueUnmarshaller
- DHLegacyKDF - Class in org.opensaml.xmlsec.derivation.impl
-
Implementation of the key derivation function used with Diffie-Hellman Key Agreement With Legacy Key Derivation Function as defined in XML Encryption 1.1.
- DHLegacyKDF() - Constructor for class org.opensaml.xmlsec.derivation.impl.DHLegacyKDF
- DHSupport - Class in org.opensaml.security.crypto.dh
-
Cryptography support related to Elliptic Curve.
- DHSupport() - Constructor for class org.opensaml.security.crypto.dh.DHSupport
-
Constructor.
- DHWithExplicitKDFKeyAgreementProcessor - Class in org.opensaml.xmlsec.agreement.impl
-
Implementation of
KeyAgreementProcessorwhich performs Diffie-Hellman Ephemeral-Static Mode key agreement with Explicit Key Derivation Function as defined in XML Encryption 1.1. - DHWithExplicitKDFKeyAgreementProcessor() - Constructor for class org.opensaml.xmlsec.agreement.impl.DHWithExplicitKDFKeyAgreementProcessor
- DHWithLegacyKDFKeyAgreementProcessor - Class in org.opensaml.xmlsec.agreement.impl
-
Implementation of
KeyAgreementProcessorwhich performs Diffie-Hellman Ephemeral-Static Mode key agreement with Legacy Key Derivation Function as defined in XML Encryption 1.1. - DHWithLegacyKDFKeyAgreementProcessor() - Constructor for class org.opensaml.xmlsec.agreement.impl.DHWithLegacyKDFKeyAgreementProcessor
- dialect - Variable in class org.opensaml.soap.wstrust.impl.ClaimsImpl
-
The Dialect attribute value.
- 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 - Variable in class org.opensaml.soap.wspolicy.impl.PolicyReferenceImpl
-
Digest attribute value.
- digest - Variable in class org.opensaml.xmlsec.algorithm.AlgorithmRegistry.SignatureAlgorithmIndex
-
Digest type.
- digest(int, String, byte[], String, Integer, byte[]) - Method in class org.opensaml.xmlsec.derivation.impl.DHLegacyKDF
-
Produce the digest of the specified inputs according to XML Encryption section 1.1, section 5.6.2.2.
- 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_SHA3_224 - Static variable in class org.opensaml.security.crypto.JCAConstants
-
Digest algorithm: "SHA-512".
- DIGEST_SHA3_256 - Static variable in class org.opensaml.security.crypto.JCAConstants
-
Digest algorithm: "SHA-512".
- DIGEST_SHA3_384 - Static variable in class org.opensaml.security.crypto.JCAConstants
-
Digest algorithm: "SHA-512".
- DIGEST_SHA3_512 - Static variable in class org.opensaml.security.crypto.JCAConstants
-
Digest algorithm: "SHA-512".
- 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 - Variable in class org.opensaml.saml.common.SAMLObjectContentReference
-
Algorithm used to digest the content.
- digestAlgorithm - Variable in class org.opensaml.soap.wspolicy.impl.PolicyReferenceImpl
-
DigestAlgorithm attribute value.
- digestAlgorithm - Variable in class org.opensaml.xmlsec.signature.support.URIContentReference
-
Algorithm used to digest the content .
- DigestAlgorithm - Interface in org.opensaml.xmlsec.algorithm
-
Interface for digest algorithm descriptors.
- digestAlgorithms - Variable in class org.opensaml.xmlsec.algorithm.AlgorithmRegistry
-
Index of digest type to AlgorithmDescriptor.
- digester - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.DefaultCacheKeyGenerator
-
String digester for the EntityDescriptor's entityID.
- digester - Variable in class org.opensaml.saml.metadata.resolver.impl.EntityIDDigestGenerator
-
String digester for the EntityDescriptor's entityID.
- digester - Variable in class org.opensaml.storage.impl.StorageServiceReplayCache
-
Digester if key is too long.
- 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 - Variable in class org.opensaml.xmlsec.derivation.impl.ConcatKDF
-
Digest method.
- digestMethod - Variable in class org.opensaml.xmlsec.derivation.impl.DHLegacyKDF
-
Digest method.
- digestMethod - Variable in class org.opensaml.xmlsec.encryption.impl.ConcatKDFParamsImpl
-
DigestMethod.
- digestMethod - Variable in class org.opensaml.xmlsec.encryption.support.RSAOAEPParameters
-
Digest method algorithm URI.
- DigestMethod - Class in org.opensaml.xmlsec.agreement.impl
-
Key agreement parameter to support use of
DigestMethodvalues. - 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.
- DigestMethod() - Constructor for class org.opensaml.xmlsec.agreement.impl.DigestMethod
- DigestMethod.Parser - Class in org.opensaml.xmlsec.agreement.impl
-
Implementation of
KeyAgreementParameterParser. - DigestMethodBuilder - Class in org.opensaml.saml.ext.saml2alg.impl
-
DigestMethod builder.
- DigestMethodBuilder - Class in org.opensaml.xmlsec.signature.impl
-
Builder of
DigestMethod. - DigestMethodBuilder() - Constructor for class org.opensaml.saml.ext.saml2alg.impl.DigestMethodBuilder
- DigestMethodBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.DigestMethodBuilder
- DigestMethodImpl - Class in org.opensaml.saml.ext.saml2alg.impl
-
Implementation of
DigestMethod. - DigestMethodImpl - Class in org.opensaml.xmlsec.signature.impl
-
Concrete implementation of
DigestMethod. - DigestMethodImpl(String, String, String) - Constructor for class org.opensaml.saml.ext.saml2alg.impl.DigestMethodImpl
-
Constructor.
- DigestMethodImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.DigestMethodImpl
-
Constructor.
- DigestMethodMarshaller - Class in org.opensaml.saml.ext.saml2alg.impl
-
Marshaller for
DigestMethod. - DigestMethodMarshaller - Class in org.opensaml.xmlsec.signature.impl
-
A thread-safe Marshaller for
DigestMethodobjects. - DigestMethodMarshaller() - Constructor for class org.opensaml.saml.ext.saml2alg.impl.DigestMethodMarshaller
- DigestMethodMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.DigestMethodMarshaller
- DigestMethodUnmarshaller - Class in org.opensaml.saml.ext.saml2alg.impl
-
Unmarshaller for
DigestMethod. - DigestMethodUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
-
A thread-safe Unmarshaller for
DigestMethodobjects. - DigestMethodUnmarshaller() - Constructor for class org.opensaml.saml.ext.saml2alg.impl.DigestMethodUnmarshaller
- 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
- DigestSHA3_224 - Class in org.opensaml.xmlsec.algorithm.descriptors
-
Algorithm descriptor for digest algorithm: SHA3-224.
- DigestSHA3_224() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.DigestSHA3_224
- DigestSHA3_256 - Class in org.opensaml.xmlsec.algorithm.descriptors
-
Algorithm descriptor for digest algorithm: SHA3-256.
- DigestSHA3_256() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.DigestSHA3_256
- DigestSHA3_384 - Class in org.opensaml.xmlsec.algorithm.descriptors
-
Algorithm descriptor for digest algorithm: SHA3-384.
- DigestSHA3_384() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.DigestSHA3_384
- DigestSHA3_512 - Class in org.opensaml.xmlsec.algorithm.descriptors
-
Algorithm descriptor for digest algorithm: SHA3-512.
- DigestSHA3_512() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.DigestSHA3_512
- 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
- dir - Variable in class org.opensaml.messaging.context.navigate.MessageContextLookup
-
The message context to evaluate as the entityContext parent.
- direction - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.PredicateFilter
-
Whether matching means to include or exclude an entity.
- Direction() - Constructor for enum class org.opensaml.messaging.context.navigate.MessageContextLookup.Direction
- Direction() - Constructor for enum class org.opensaml.saml.metadata.resolver.filter.impl.PredicateFilter.Direction
- DIRECTORY_ALT_NAME - Static variable in class org.opensaml.security.x509.X509Support
-
RFC 2459 Directory Name Subject Alt Name type.
- dirty - Variable in class org.opensaml.storage.impl.client.AbstractClientStorageServiceStore
-
Dirty bit.
- disabledCounter - Variable in class org.opensaml.core.metrics.impl.FilteredMetricRegistry
-
Dummy object.
- DisabledCounter - Class in org.opensaml.core.metrics.impl
-
A stubbed out counter implementation.
- DisabledCounter() - Constructor for class org.opensaml.core.metrics.impl.DisabledCounter
- disabledHistogram - Variable in class org.opensaml.core.metrics.impl.FilteredMetricRegistry
-
Dummy object.
- DisabledHistogram - Class in org.opensaml.core.metrics.impl
-
A stubbed out histogram implementation.
- DisabledHistogram() - Constructor for class org.opensaml.core.metrics.impl.DisabledHistogram
-
Constructor.
- disabledMeter - Variable in class org.opensaml.core.metrics.impl.FilteredMetricRegistry
-
Dummy object.
- DisabledMeter - Class in org.opensaml.core.metrics.impl
-
A stubbed out meter implementation.
- DisabledMeter() - Constructor for class org.opensaml.core.metrics.impl.DisabledMeter
- DisabledMetric - Interface in org.opensaml.core.metrics.impl
-
A marker interface for any stubbed/disabled implementation of a
Metric. - disabledTimer - Variable in class org.opensaml.core.metrics.impl.FilteredMetricRegistry
-
Dummy object.
- DisabledTimer - Class in org.opensaml.core.metrics.impl
-
A stubbed out timer implementation.
- DisabledTimer() - Constructor for class org.opensaml.core.metrics.impl.DisabledTimer
-
Constructor.
- DISALLOWED_ENDPOINT_QUERY_PARAMS - Static variable in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPRedirectDeflateEncoder
-
Params which are disallowed from appearing in the input endpoint URL.
- 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
- discoHintsChildren - Variable in class org.opensaml.saml.ext.saml2mdui.impl.DiscoHintsImpl
-
Children of the UIInfo.
- 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
DiscoHintsobjects. - 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
DiscoHintsobjects. - 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
- DiscoveryResponseImpl - Class in org.opensaml.saml.ext.idpdisco.impl
-
Implementation of
DiscoveryResponse. - DiscoveryResponseImpl(String, String, String) - Constructor for class org.opensaml.saml.ext.idpdisco.impl.DiscoveryResponseImpl
-
Constructor.
- DisplayName - Interface in org.opensaml.saml.ext.saml2mdui
-
DisplayName.
- DisplayNameBuilder - Class in org.opensaml.saml.ext.saml2mdui.impl
-
Builder of
DisplayNameobjects. - DisplayNameBuilder() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.DisplayNameBuilder
- 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.
- displayNames - Variable in class org.opensaml.saml.saml2.metadata.impl.OrganizationImpl
-
OrganizationDisplayName children.
- 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 - Variable in class org.opensaml.saml.saml1.core.impl.SubjectLocalityImpl
-
The DNS Address.
- DNSADDRESS_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.SubjectLocality
-
Name for the DNSAddress attribute.
- dnsName - Variable in class org.opensaml.saml.saml2.core.impl.SubjectLocalityImpl
-
The DNS Name of the assertion.
- doApply(String, String, String, String, String) - Method in class org.opensaml.saml.common.profile.logic.AbstractNameIDPolicyPredicate
-
Apply the predicate to the request.
- 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(ProfileRequestContext, NameIdentifier) - Method in class org.opensaml.saml.common.profile.logic.AbstractNameIDPolicyPredicate
-
Apply policy to the target object.
- doApply(ProfileRequestContext, NameID) - Method in class org.opensaml.saml.common.profile.logic.AbstractNameIDPolicyPredicate
-
Apply policy to the target object.
- doApply(ProfileRequestContext, NameIDPolicy) - Method in class org.opensaml.saml.common.profile.logic.AbstractNameIDPolicyPredicate
-
Apply policy to the target object.
- doApply(RegistrationInfo) - Method in class org.opensaml.saml.common.profile.logic.AbstractRegistrationInfoPredicate
-
Override this method to implement the predicate.
- 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.
- doCreateInstance() - Method in class org.opensaml.spring.credential.AbstractBasicCredentialFactoryBean
- doCreateInstance() - Method in class org.opensaml.spring.credential.AbstractX509CredentialFactoryBean
- doCreateInstance() - Method in class org.opensaml.spring.trust.AbstractBasicPKIXValidationInfoFactoryBean
- doCreateInstance() - Method in class org.opensaml.spring.trust.ChainingSignatureTrustEngineFactoryBean
- doCreateInstance() - Method in class org.opensaml.spring.trust.ChainingTrustEngineFactoryBean
- doCreateInstance() - Method in class org.opensaml.spring.trust.StaticExplicitKeyFactoryBean
- doCreateInstance() - Method in class org.opensaml.spring.trust.StaticPKIXFactoryBean
- 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.HttpClientResponseSOAP11Decoder
-
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.HttpClientResponseSOAP11Decoder
-
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.client.soap11.decoder.http.impl.HttpClientResponseSOAP11Decoder
-
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.profile.action.AbstractHandlerDelegatingProfileAction
- doDestroy() - Method in class org.opensaml.saml.common.binding.artifact.impl.BasicSAMLArtifactMap
- 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.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.storage.AbstractStorageService
- doDestroy() - Method in class org.opensaml.storage.impl.client.XMLClientStorageServiceStore.XMLClientStorageServiceStoreFactory
- 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.client.soap11.encoder.http.impl.HttpClientRequestSOAP11Encoder
-
Performs the encoding logic.
- doEncode() - Method in class org.opensaml.soap.soap11.encoder.http.impl.HTTPSOAP11Encoder
-
Performs the encoding logic.
- doEvaluate(byte[], byte[], String, MessageContext) - Method in class org.opensaml.saml.common.binding.security.impl.BaseSAMLSimpleSignatureSecurityHandler
-
Evaluate the simple signature based on information in the request and/or message context.
- doEvaluate(X509Credential, MessageContext) - Method in class org.opensaml.security.messaging.impl.BaseClientCertAuthSecurityHandler
-
Evaluate the request credential.
- 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.
- doExecute(ProfileRequestContext) - Method in class org.opensaml.profile.action.AbstractHandlerDelegatingProfileAction
-
Performs this action.
- doExecute(ProfileRequestContext) - 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.LogEvent
-
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.PopulateMetricContext
-
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.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.saml.saml2.profile.impl.ValidateAssertions
-
Performs this action.
- doExecute(ProfileRequestContext) - Method in class org.opensaml.soap.soap11.profile.impl.AddSOAPFault
-
Performs this action.
- doExecute(ProfileRequestContext) - Method in class org.opensaml.storage.impl.client.LoadClientStorageServices
-
Performs this action.
- doExecute(ProfileRequestContext) - Method in class org.opensaml.storage.impl.client.LogLocalStorageSaveResults
-
Performs this action.
- doExecute(ProfileRequestContext) - Method in class org.opensaml.storage.impl.client.PopulateClientStorageLoadContext
-
Performs this action.
- doExecute(ProfileRequestContext) - Method in class org.opensaml.storage.impl.client.PopulateClientStorageSaveContext
-
Performs this action.
- doExecute(ProfileRequestContext) - Method in class org.opensaml.storage.impl.client.SaveCookieBackedClientStorageServices
-
Performs this action.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.opensaml.storage.impl.client.ClientStorageService
- 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.
- doInitialize() - Method in class org.opensaml.messaging.decoder.httpclient.AbstractHttpClientResponseMessageDecoder
- doInitialize() - Method in class org.opensaml.messaging.decoder.httpclient.BaseHttpClientResponseXMLMessageDecoder
- 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.httpclient.AbstractHttpClientRequestMessageEncoder
- doInitialize() - Method in class org.opensaml.messaging.encoder.servlet.AbstractHttpServletResponseMessageEncoder
- doInitialize() - Method in class org.opensaml.messaging.handler.impl.CheckExpectedIssuer
- 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.URLEvaluatingMessageChannelSecurity
- 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.PopulateMetricContext
- 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.PopulateSignatureSigningParametersHandler
- 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.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.generator.impl.VelocityMetadataGenerator
- doInitialize() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
- doInitialize() - Method in class org.opensaml.saml.metadata.resolver.impl.PredicateRoleDescriptorResolver
-
Subclasses should override this method to perform any initialization logic necessary.
- doInitialize() - Method in class org.opensaml.saml.saml1.binding.decoding.impl.HTTPSOAP11Decoder
- 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.decoding.impl.HTTPArtifactDecoder
- doInitialize() - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPSOAP11Decoder
- 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.saml.saml2.profile.impl.ValidateAssertions
- doInitialize() - Method in class org.opensaml.saml.saml2.wssecurity.messaging.impl.WSSecuritySAML20AssertionTokenSecurityHandler
- doInitialize() - Method in class org.opensaml.security.crypto.ec.curves.AbstractNamedCurve
- doInitialize() - Method in class org.opensaml.security.messaging.impl.BaseClientCertAuthSecurityHandler
- doInitialize() - Method in class org.opensaml.security.messaging.impl.PopulateHttpClientSecurityParametersHandler
- doInitialize() - Method in class org.opensaml.soap.client.http.AbstractPipelineHttpSOAPClient
- doInitialize() - Method in class org.opensaml.soap.client.http.HttpSOAPClient
-
Deprecated.
- doInitialize() - Method in class org.opensaml.soap.client.http.PipelineFactoryHttpSOAPClient
- doInitialize() - Method in class org.opensaml.soap.client.soap11.decoder.http.impl.HttpClientResponseSOAP11Decoder
- 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.client.ClientStorageService
- doInitialize() - Method in class org.opensaml.storage.impl.client.XMLClientStorageServiceStore.XMLClientStorageServiceStoreFactory
- doInitialize() - Method in class org.opensaml.storage.impl.MemoryStorageService
- doInitialize() - Method in class org.opensaml.storage.impl.StorageServiceReplayCache
- doInitialize() - Method in class org.opensaml.storage.impl.StorageServiceRevocationCache
- doInitialize() - Method in class org.opensaml.xmlsec.agreement.impl.DigestMethod
- doInitialize() - Method in class org.opensaml.xmlsec.agreement.impl.KANonce
- doInitialize() - Method in class org.opensaml.xmlsec.derivation.impl.ConcatKDF
- doInitialize() - Method in class org.opensaml.xmlsec.derivation.impl.PBKDF2
- doInitialize() - Method in class org.opensaml.xmlsec.messaging.impl.PopulateSignatureValidationParametersHandler
- doInvoke(MessageContext) - Method in class org.opensaml.messaging.handler.AbstractMessageHandler
-
Performs the handler logic.
- doInvoke(MessageContext) - Method in class org.opensaml.messaging.handler.impl.BasicMessageHandlerChain
-
Performs the handler logic.
- doInvoke(MessageContext) - Method in class org.opensaml.messaging.handler.impl.CheckExpectedIssuer
-
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.FunctionMessageHandler
-
Performs the handler logic.
- doInvoke(MessageContext) - Method in class org.opensaml.messaging.handler.impl.MessageHandlerErrorStrategyAdapter
-
Performs the handler logic.
- doInvoke(MessageContext) - Method in class org.opensaml.messaging.handler.impl.SchemaValidateXMLMessage
-
Performs the handler logic.
- doInvoke(MessageContext) - Method in class org.opensaml.messaging.handler.impl.StaticMessageChannelSecurity
-
Performs the handler logic.
- doInvoke(MessageContext) - Method in class org.opensaml.messaging.handler.impl.URLEvaluatingMessageChannelSecurity
-
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.PopulateSignatureSigningParametersHandler
-
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.CheckAndRecordServerTLSEntityAuthenticationtHandler
-
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.InResponseToSecurityHandler
-
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.impl.ExtractProxiedRequestersHandler
-
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) - Method in class org.opensaml.saml.saml2.binding.security.impl.SAML2AuthnRequestsSignedSecurityHandler
-
Performs the handler logic.
- doInvoke(MessageContext) - Method in class org.opensaml.saml.saml2.wssecurity.messaging.impl.WSSecuritySAML20AssertionTokenSecurityHandler
-
Performs the handler logic.
- doInvoke(MessageContext) - Method in class org.opensaml.security.messaging.impl.BaseClientCertAuthSecurityHandler
-
Performs the handler logic.
- doInvoke(MessageContext) - Method in class org.opensaml.security.messaging.impl.PopulateHttpClientSecurityParametersHandler
-
Performs the handler logic.
- doInvoke(MessageContext) - 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.
- doInvoke(MessageContext) - Method in class org.opensaml.soap.wsaddressing.messaging.impl.AddActionHandler
-
Performs the handler logic.
- doInvoke(MessageContext) - Method in class org.opensaml.soap.wsaddressing.messaging.impl.AddMessageIDHandler
-
Performs the handler logic.
- doInvoke(MessageContext) - Method in class org.opensaml.soap.wsaddressing.messaging.impl.AddRelatesToHandler
-
Performs the handler logic.
- doInvoke(MessageContext) - Method in class org.opensaml.soap.wsaddressing.messaging.impl.ExtractMessageIDHandler
-
Performs the handler logic.
- doInvoke(MessageContext) - Method in class org.opensaml.soap.wsaddressing.messaging.impl.ValidateActionHandler
-
Performs the handler logic.
- doInvoke(MessageContext) - Method in class org.opensaml.soap.wssecurity.messaging.impl.AddTimestampHandler
-
Performs the handler logic.
- doInvoke(MessageContext) - Method in class org.opensaml.xmlsec.messaging.impl.PopulateSignatureValidationParametersHandler
-
Performs the handler logic.
- doLoad(String) - Method in class org.opensaml.storage.impl.client.AbstractClientStorageServiceStore
-
Reconstitute stored data.
- doLoad(String) - Method in class org.opensaml.storage.impl.client.JSONClientStorageServiceStore
-
Reconstitute stored data.
- doLoad(String) - Method in class org.opensaml.storage.impl.client.XMLClientStorageServiceStore
-
Reconstitute stored data.
- dom - Variable in class org.opensaml.core.xml.AbstractXMLObject
-
DOM Element representation of this object.
- DomainHint - Interface in org.opensaml.saml.ext.saml2mdui
-
DomainHint.
- DomainHintBuilder - Class in org.opensaml.saml.ext.saml2mdui.impl
-
Builder of
DomainHintobjects. - DomainHintBuilder() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.DomainHintBuilder
- 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.
- DOMMetadataResolver - Class in org.opensaml.saml.metadata.resolver.impl
-
A
MetadataProviderimplementation that retrieves metadata from a DOMElementas 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
DoNotCacheConditionelement will behave. - DoNotCacheConditionBuilder - Class in org.opensaml.saml.saml1.core.impl
-
Builder of
DoNotCacheConditionobjects. - DoNotCacheConditionBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.DoNotCacheConditionBuilder
- DoNotCacheConditionImpl - Class in org.opensaml.saml.saml1.core.impl
-
Concrete implementation of
DoNotCacheCondition. - 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
DoNotCacheConditionobjects. - 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
DoNotCacheConditionobjects. - DoNotCacheConditionUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.DoNotCacheConditionUnmarshaller
- doPostExecute(ProfileRequestContext) - 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, 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) - 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, 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) - 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) - 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.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.saml.saml2.profile.impl.ValidateAssertions
-
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.
- doPreExecute(ProfileRequestContext) - Method in class org.opensaml.storage.impl.client.LoadClientStorageServices
-
Called prior to execution, actions may override this method to perform pre-processing for a request.
- doPreExecute(ProfileRequestContext) - Method in class org.opensaml.storage.impl.client.LogLocalStorageSaveResults
-
Called prior to execution, actions may override this method to perform pre-processing for a request.
- doPreExecute(ProfileRequestContext) - Method in class org.opensaml.storage.impl.client.PopulateClientStorageLoadContext
-
Called prior to execution, actions may override this method to perform pre-processing for a request.
- doPreExecute(ProfileRequestContext) - Method in class org.opensaml.storage.impl.client.PopulateClientStorageSaveContext
-
Called prior to execution, actions may override this method to perform pre-processing for a request.
- doPreExecute(ProfileRequestContext) - Method in class org.opensaml.storage.impl.client.SaveCookieBackedClientStorageServices
-
Called prior to execution, actions may override this method to perform pre-processing for a request.
- doPreInvoke(MessageContext) - 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) - Method in class org.opensaml.messaging.handler.impl.AbstractMessageChannelSecurity
-
Called prior to execution, handlers may override this method to perform pre-processing for a request.
- doPreInvoke(MessageContext) - 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.messaging.handler.impl.URLEvaluatingMessageChannelSecurity
-
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.PopulateSignatureSigningParametersHandler
-
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.
- doPreInvoke(MessageContext) - Method in class org.opensaml.security.messaging.impl.PopulateHttpClientSecurityParametersHandler
-
Called prior to execution, handlers may override this method to perform pre-processing for a request.
- doPreInvoke(MessageContext) - Method in class org.opensaml.soap.messaging.AbstractHeaderGeneratingMessageHandler
-
Called prior to execution, handlers may override this method to perform pre-processing for a request.
- doPreInvoke(MessageContext) - Method in class org.opensaml.soap.wsaddressing.messaging.impl.AddActionHandler
-
Called prior to execution, handlers may override this method to perform pre-processing for a request.
- doPreInvoke(MessageContext) - Method in class org.opensaml.soap.wsaddressing.messaging.impl.AddRelatesToHandler
-
Called prior to execution, handlers may override this method to perform pre-processing for a request.
- doPreInvoke(MessageContext) - Method in class org.opensaml.soap.wsaddressing.messaging.impl.ValidateActionHandler
-
Called prior to execution, handlers may override this method to perform pre-processing for a request.
- doPreInvoke(MessageContext) - Method in class org.opensaml.soap.wssecurity.messaging.impl.AddTimestampHandler
-
Called prior to execution, handlers may override this method to perform pre-processing for a request.
- doResolve(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractBatchMetadataResolver
-
Subclasses should override this method.
- doResolve(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Subclasses should override this method.
- doResolve(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
-
Subclasses should override this method.
- doSetterPreconditions() - Method in class org.opensaml.core.metrics.impl.HTTPReporter
-
Helper for a setter method to check the standard preconditions.
- 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(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(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.
- doValidate(SubjectConfirmation, Assertion, ValidationContext) - Method in class org.opensaml.saml.saml2.assertion.impl.AbstractSubjectConfirmationValidator
-
Performs any further validation required for the specific confirmation method implementation.
- doValidate(SubjectConfirmation, Assertion, ValidationContext) - Method in class org.opensaml.saml.saml2.assertion.impl.BearerSubjectConfirmationValidator
-
Performs any further validation required for the specific confirmation method implementation.
- doValidate(SubjectConfirmation, Assertion, ValidationContext) - Method in class org.opensaml.saml.saml2.assertion.impl.HolderOfKeySubjectConfirmationValidator
-
Performs any further validation required for the specific confirmation method implementation.
- doValidate(SubjectConfirmation, Assertion, ValidationContext) - Method in class org.opensaml.saml.saml2.assertion.impl.SenderVouchersSubjectConfirmationValidator
-
Performs any further validation required for the specific confirmation method implementation.
- doValidate(Signature, CriteriaSet) - Method in class org.opensaml.xmlsec.signature.support.impl.BaseSignatureTrustEngine
-
Validate the signature using the supplied trust criteria.
- doValidate(Signature, CriteriaSet) - Method in class org.opensaml.xmlsec.signature.support.impl.ExplicitKeySignatureTrustEngine
-
Validate the signature using the supplied trust criteria.
- doValidate(Signature, CriteriaSet) - Method in class org.opensaml.xmlsec.signature.support.impl.PKIXSignatureTrustEngine
-
Validate the signature using the supplied trust criteria.
- DropDOM - Enum constant in enum class org.opensaml.core.xml.util.XMLObjectSupport.CloneOutputOption
-
Completely and recursively drop the DOM from the cloned object and its children.
- dsaKeyValue - Variable in class org.opensaml.xmlsec.signature.impl.KeyValueImpl
-
DSAKeyValue child element.
- 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
- 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
DSAKeyValueobjects. - DSAKeyValueMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.DSAKeyValueMarshaller
- DSAKeyValueProvider - Class in org.opensaml.xmlsec.keyinfo.impl.provider
-
Implementation of
KeyInfoProviderwhich supportsDSAKeyValue. - DSAKeyValueProvider() - Constructor for class org.opensaml.xmlsec.keyinfo.impl.provider.DSAKeyValueProvider
- DSAKeyValueUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
-
A thread-safe Unmarshaller for
DSAKeyValueobjects. - DSAKeyValueUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.DSAKeyValueUnmarshaller
- DummyX509CredentialNameEvaluator - Class in org.opensaml.security.x509.impl
-
A dummy implementation of
X509CredentialNameEvaluatorwhich always returns true. - DummyX509CredentialNameEvaluator() - Constructor for class org.opensaml.security.x509.impl.DummyX509CredentialNameEvaluator
- durationUnit - Variable in class org.opensaml.core.metrics.impl.HTTPReporter
-
Duration unit.
- Dynamic - Enum constant in enum class org.opensaml.saml.metadata.resolver.DetectDuplicateEntityIDs
-
Detect only with dynamic metadata resolvers.
- DynamicEntityBackingStore(Set<MetadataIndex>) - Constructor for class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.DynamicEntityBackingStore
-
Constructor.
- DynamicMetadataResolver - Interface in org.opensaml.saml.metadata.resolver
-
Marker interface for
MetadataResolverimplementations 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. - dynamicParameters - Variable in class org.opensaml.saml.common.assertion.ValidationContext
-
Dynamic parameters used as input to, and output from, the validation process.
- dynamicTrustedNamesStrategy - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.SignatureValidationFilter
-
Strategy function for extracting dynamic trusted names from signed metadata elements.
E
- EARLIEST_VERSION_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.IdReferenceType
-
EarliestVersion attribute name.
- earliestVersion - Variable in class org.opensaml.xacml.policy.impl.IdReferenceTypeImpl
-
Value of the earliest version.
- ECDHKeyAgreementProcessor - Class in org.opensaml.xmlsec.agreement.impl
-
Implementation of
KeyAgreementProcessorwhich performs Elliptic Curve Diffie-Hellman (ECDH) Ephemeral-Static Mode key agreement as defined in XML Encryption 1.1. - ECDHKeyAgreementProcessor() - Constructor for class org.opensaml.xmlsec.agreement.impl.ECDHKeyAgreementProcessor
- ecKeyValue - Variable in class org.opensaml.xmlsec.signature.impl.KeyValueImpl
-
ECKeyValue child element.
- 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
- 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
ECKeyValueobjects. - ECKeyValueMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.ECKeyValueMarshaller
- ECKeyValueProvider - Class in org.opensaml.xmlsec.keyinfo.impl.provider
-
Implementation of
KeyInfoProviderwhich supportsECKeyValue. - ECKeyValueProvider() - Constructor for class org.opensaml.xmlsec.keyinfo.impl.provider.ECKeyValueProvider
- ECKeyValueUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
-
A thread-safe Unmarshaller for
ECKeyValueobjects. - 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.
- ecParams - Variable in class org.opensaml.xmlsec.signature.impl.ECKeyValueImpl
-
ECParameters child element value.
- ecpContext - Variable in class org.opensaml.saml.saml2.profile.impl.AddGeneratedKeyToAssertions
-
ECPContext to read from.
- ECPContext - Class in org.opensaml.saml.common.messaging.context
-
Context, usually attached to a
MessageContextthat carries state associated with an ECP request that is needed during response generation. - ECPContext() - Constructor for class org.opensaml.saml.common.messaging.context.ECPContext
- ecpContextCreationStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.PopulateECPContext
-
Strategy used to locate the
ECPContextto populate. - ecpContextLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.AddGeneratedKeyToAssertions
-
Strategy used to locate the
ECPContextto operate on. - 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.
- ECSupport - Class in org.opensaml.security.crypto.ec
-
Cryptography support related to Elliptic Curve.
- ECSupport() - Constructor for class org.opensaml.security.crypto.ec.ECSupport
-
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.
- effectiveMustUnderstand - Variable in class org.opensaml.soap.messaging.AbstractHeaderGeneratingMessageHandler
-
The effective mustUnderstand value to use.
- effectiveTargetNode - Variable in class org.opensaml.soap.messaging.AbstractHeaderGeneratingMessageHandler
-
The effective target node value to use.
- effectType - Variable in class org.opensaml.xacml.policy.impl.RuleTypeImpl
-
Effect type of the rule.
- EffectType - Enum Class in org.opensaml.xacml.policy
-
XACML policy effect type.
- EffectType() - Constructor for enum class org.opensaml.xacml.policy.EffectType
- 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 class org.opensaml.core.xml.mock.SimpleXMLObject
-
Default element name.
- 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_NAME_DIGEST_METHOD - Static variable in class org.opensaml.xmlsec.signature.support.impl.SignatureAlgorithmValidator
-
QName of 'ds:DigestMethod' element.
- ELEMENT_NAME_REFERENCE - Static variable in class org.opensaml.xmlsec.signature.support.impl.SignatureAlgorithmValidator
-
QName of 'ds:Reference' element.
- ELEMENT_NAME_SIGNATURE_METHOD - Static variable in class org.opensaml.xmlsec.signature.support.impl.SignatureAlgorithmValidator
-
QName of 'ds:SignatureMethod' element.
- ELEMENT_NAME_SIGNED_INFO - Static variable in class org.opensaml.xmlsec.signature.support.impl.SignatureAlgorithmValidator
-
QName of 'ds:SignedInfo' element.
- 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.
- elementName - Variable in class org.opensaml.core.xml.NamespaceManager
-
XMLObject name namespace.
- elementQname - Variable in class org.opensaml.core.xml.AbstractXMLObject
-
The name of this element with namespace and prefix information.
- elements - Variable in class org.opensaml.core.xml.util.XMLObjectChildrenList
-
List of elements.
- elementType - Variable in class org.opensaml.core.xml.NamespaceManager
-
XMLObject type namespace.
- 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 for
EmailAddress. - EmailAddressBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.EmailAddressBuilder
- emailAddresses - Variable in class org.opensaml.saml.saml2.metadata.impl.ContactPersonImpl
-
Child email address.
- 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.
- 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 - Variable in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509Options
-
Emit the CRL list as sequence of X509CRL elements within X509Data.
- 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 - Variable in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509Options
-
Emit the entity certificate as an X509Certificate element 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 - Variable in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509Options
-
Emit the entity certificate chain as sequence of X509Certificate elements 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 - Variable in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory.BasicOptions
-
Emit the entity ID value in a Credential as a KeyName element.
- 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 - Variable in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory.BasicOptions
-
Emit key names found in a Credential as KeyName elements.
- emitKeyNames() - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory
-
Get the option to emit key names found in a Credential as KeyName elements.
- emitOriginatorKeyInfo - Variable in class org.opensaml.xmlsec.keyinfo.impl.KeyAgreementKeyInfoGeneratorFactory.KeyAgreementOptions
-
Emit the OriginatorKeyInfo element within AgreementMethod.
- emitOriginatorKeyInfo() - Method in class org.opensaml.xmlsec.keyinfo.impl.KeyAgreementKeyInfoGeneratorFactory
-
Get the option to emit the OriginatorKeyInfo element within the AgreementMethod element.
- emitPublicDEREncodedKeyValue - Variable in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory.BasicOptions
-
Emit the value of
Credential.getPublicKey()as a DEREncodedKeyValue element. - 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 - Variable in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory.BasicOptions
-
Emit the value of
Credential.getPublicKey()as a KeyValue 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. - emitRecipientKeyInfo - Variable in class org.opensaml.xmlsec.keyinfo.impl.KeyAgreementKeyInfoGeneratorFactory.KeyAgreementOptions
-
Emit the RecipientKeyInfo element within AgreementMethod.
- emitRecipientKeyInfo() - Method in class org.opensaml.xmlsec.keyinfo.impl.KeyAgreementKeyInfoGeneratorFactory
-
Get the option to emit the RecipientKeyInfo element within the AgreementMethod element.
- emitSubjectAltNamesAsKeyNames - Variable in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509Options
-
Emit the entity certificate subject alternative name extension values as KeyName elements.
- 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 - Variable in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509Options
-
Emit the entity certificate subject DN common name (CN) fields 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 - Variable in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509Options
-
Emit the entity certificate subject DN as a KeyName element.
- 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 - Variable in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509Options
-
Emit the entity certificate digest as an X509Digest element within X509Data.
- 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 - Variable in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509Options
-
Emit the entity certificate issuer name and serial number as an X509IssuerSerial 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 - Variable in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509Options
-
Emit the entity certificate subject key identifier as an X509SKI 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 - Variable in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509Options
-
Emit the entity certificate subject DN as an X509SubjectName 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.
- EmptyConfigurationProperties - Class in org.opensaml.core.config.provider
-
An implementation of
ConfigurationPropertiesthat is empty. - EmptyConfigurationProperties() - Constructor for class org.opensaml.core.config.provider.EmptyConfigurationProperties
- enabled - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.PersistentCacheInitializationMetrics
-
Whether or not persistent caching was enabled.
- encKeyResolver - Variable in class org.opensaml.xmlsec.encryption.support.Decrypter
-
Resolver for EncryptedKey instances which contain the encrypted data encryption key.
- encMethods - Variable in class org.opensaml.saml.security.impl.SAMLMDCredentialContext
-
Encryption methods associated with the credential.
- encode() - Method in class org.opensaml.messaging.encoder.AbstractMessageEncoder
-
Encode the
MessageContextsupplied viaMessageEncoder.setMessageContext(MessageContext)to the sink. - encode() - Method in class org.opensaml.messaging.encoder.httpclient.BaseHttpClientRequestXMLMessageEncoder
-
Encode the
MessageContextsupplied viaMessageEncoder.setMessageContext(MessageContext)to the sink. - encode() - Method in interface org.opensaml.messaging.encoder.MessageEncoder
-
Encode the
MessageContextsupplied viaMessageEncoder.setMessageContext(MessageContext)to the sink. - encode() - Method in class org.opensaml.messaging.encoder.servlet.BaseHttpServletResponseXMLMessageEncoder
-
Encode the
MessageContextsupplied viaMessageEncoder.setMessageContext(MessageContext)to the sink. - encode(String) - Method in class org.opensaml.storage.impl.memcached.StringTranscoder
- encode(MemcachedStorageRecord<?>) - Method in class org.opensaml.storage.impl.memcached.StorageRecordTranscoder
- 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
- encodeECPointUncompressed(ECPoint, EllipticCurve) - Static method in class org.opensaml.security.crypto.ec.ECSupport
-
Encode the uncompressed byte representation of the specified
ECPoint. - 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
- encoder - Variable in class org.opensaml.messaging.pipeline.BasicMessagePipeline
-
Message encoder.
- encoderFactory - Variable in class org.opensaml.profile.action.impl.EncodeMessage
-
The function to use to obtain an encoder.
- encoding - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
-
Encoding attribute value.
- 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. - EncodingStyle() - Constructor for enum class org.opensaml.saml.metadata.resolver.impl.TemplateRequestURLBuilder.EncodingStyle
- EncodingStyleBearing - Interface in org.opensaml.soap.soap11
-
Interface for element having a
@soap11:encodingStyleattribute. - EncodingStyleBearing - Interface in org.opensaml.soap.soap12
-
Interface for element having a
@soap12:encodingStyleattribute. - encodingType - Variable in class org.opensaml.soap.wssecurity.impl.EncodedStringImpl
-
The encodingType attribute value.
- encodingType - Variable in class org.opensaml.soap.wstrust.impl.BinaryExchangeImpl
-
The wst:BinaryExchange/@EncodingType attribute value.
- encParams - Variable in class org.opensaml.saml.saml2.encryption.Encrypter
-
The parameters to use for encrypting the data.
- encrypt(XMLObject, QName) - Method in class org.opensaml.saml.saml2.encryption.Encrypter
-
Encrypt the specified XMLObject, and return it as an instance of the specified QName, which should be one of the types derived from
EncryptedElementType. - 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(BaseID) - Method in class org.opensaml.saml.saml2.encryption.Encrypter
-
Encrypt the specified BaseID.
- encrypt(NameID) - Method in class org.opensaml.saml.saml2.encryption.Encrypter
-
Encrypt the specified NameID.
- 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
Responsemessage 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
Responsemessage obtained from a lookup strategy, by default the outbound message context. - EncryptAttributes() - Constructor for class org.opensaml.saml.saml2.profile.impl.EncryptAttributes
-
Constructor.
- encryptConfig - Variable in class org.opensaml.xmlsec.config.BasicXMLSecurityConfiguration
-
Configuration used when encrypting protocol message information.
- 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
EncryptedAssertionobjects. - EncryptedAssertionBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.EncryptedAssertionBuilder
- 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
EncryptedAttributeobjects. - EncryptedAttributeBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.EncryptedAttributeBuilder
- 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 - Variable in class org.opensaml.saml.saml2.core.impl.EncryptedElementTypeImpl
-
EncryptedData child element.
- encryptedData - Variable in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderImpl
-
EncryptedData child element.
- encryptedData - Variable in class org.opensaml.xmlsec.encryption.support.ChainingEncryptedKeyResolver.ChainingIterable
-
The EncryptedData context for resolution.
- encryptedData - Variable in class org.opensaml.xmlsec.encryption.support.ChainingEncryptedKeyResolver.ChainingIterator
-
The EncryptedData context for resolution.
- 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
- 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
EncryptedDataobjects. - EncryptedDataMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptedDataMarshaller
- encryptedDataUnmarshaller - Variable in class org.opensaml.xmlsec.encryption.support.Encrypter
-
Unmarshaller used to create EncryptedData objects from DOM element.
- EncryptedDataUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
-
A thread-safe Unmarshaller for
EncryptedDataobjects. - 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
EncryptedKeyResolverwhich resolvesEncryptedKeyelements which appear as immediate children of theEncryptedElementTypewhich is the parent of theEncryptedDatacontext. - EncryptedElementTypeEncryptedKeyResolver() - Constructor for class org.opensaml.saml.saml2.encryption.EncryptedElementTypeEncryptedKeyResolver
-
Constructor.
- EncryptedElementTypeEncryptedKeyResolver(String) - Constructor for class org.opensaml.saml.saml2.encryption.EncryptedElementTypeEncryptedKeyResolver
-
Deprecated.
- EncryptedElementTypeEncryptedKeyResolver(Set<String>) - Constructor for class org.opensaml.saml.saml2.encryption.EncryptedElementTypeEncryptedKeyResolver
-
Deprecated.
- 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 - Variable in class org.opensaml.saml.ext.saml2delrestrict.impl.DelegateImpl
-
EncryptedID child element.
- encryptedID - Variable in class org.opensaml.saml.saml2.core.impl.LogoutRequestImpl
-
EncryptedID child element.
- encryptedID - Variable in class org.opensaml.saml.saml2.core.impl.ManageNameIDRequestImpl
-
EncryptedID child element.
- encryptedID - Variable in class org.opensaml.saml.saml2.core.impl.NameIDMappingRequestImpl
-
EncryptedID child element.
- encryptedID - Variable in class org.opensaml.saml.saml2.core.impl.NameIDMappingResponseImpl
-
EncryptedID child element.
- encryptedID - Variable in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationImpl
-
EncryptedID child element.
- encryptedID - Variable in class org.opensaml.saml.saml2.core.impl.SubjectImpl
-
EncryptedID child element.
- EncryptedID - Interface in org.opensaml.saml.saml2.core
-
SAML 2.0 Core EncryptedID.
- EncryptedIDBuilder - Class in org.opensaml.saml.saml2.core.impl
-
Builder for
EncryptedIDobjects. - EncryptedIDBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.EncryptedIDBuilder
- 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
- 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
EncryptedKeyobjects. - EncryptedKeyMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptedKeyMarshaller
- encryptedKeyResolver - Variable in class org.opensaml.xmlsec.DecryptionParameters
-
The EncryptedKey resolver.
- encryptedKeyResolver - Variable in class org.opensaml.xmlsec.impl.BasicDecryptionConfiguration
-
The EncryptedKey resolver.
- EncryptedKeyResolver - Interface in org.opensaml.xmlsec.encryption.support
-
Interface for resolving
EncryptedKeyelements based on a particularEncryptedDatacontext, primarily for use during the decryption process. - encryptedKeys - Variable in class org.opensaml.saml.saml2.core.impl.EncryptedElementTypeImpl
-
EncryptedKey children.
- encryptedKeyUnmarshaller - Variable in class org.opensaml.xmlsec.encryption.support.Encrypter
-
Unmarshaller used to create EncryptedData objects from DOM element.
- EncryptedKeyUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
-
A thread-safe Unmarshaller for
EncryptedKeyobjects. - 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
EncryptedTypeobjects. - EncryptedTypeMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptedTypeMarshaller
- EncryptedTypeUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
-
A thread-safe Unmarshaller for
EncryptedTypeobjects. - EncryptedTypeUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptedTypeUnmarshaller
- 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.
- encryptElement(XMLObject, DataEncryptionParameters) - Method in class org.opensaml.xmlsec.encryption.support.Encrypter
-
Encrypts the DOM representation of the XMLObject.
- 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, DataEncryptionParameters, List<KeyEncryptionParameters>, 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.
- 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.
- 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, 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..
- 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..
- encrypter - Variable in class org.opensaml.saml.saml2.profile.impl.AbstractEncryptAction
-
The encryption object.
- 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 - 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(DataEncryptionParameters) - Constructor for class org.opensaml.saml.saml2.encryption.Encrypter
-
Constructor.
- 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.KeyPlacement - Enum Class 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.
- ENCRYPTION - Enum constant in enum class org.opensaml.security.credential.UsageType
-
Key used for encryption processes.
- 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.
- EncryptionConstants() - Constructor for class org.opensaml.xmlsec.encryption.support.EncryptionConstants
-
Constructor.
- 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
- encryptionContextLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.PopulateECPContext
-
Strategy used to locate the
EncryptionContext. - encryptionCredential - Variable in class org.opensaml.xmlsec.encryption.support.DataEncryptionParameters
-
Credential used to encrypt.
- encryptionCtxLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.AbstractEncryptAction
-
Strategy used to locate the
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(Exception) - Constructor for exception org.opensaml.xmlsec.encryption.support.EncryptionException
-
Constructor.
- EncryptionException(String) - 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 - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
-
EncryptionMethod child element.
- 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 - Class in org.opensaml.xmlsec.encryption.impl
-
Builder of
EncryptionMethod. - EncryptionMethodBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.EncryptionMethodBuilder
- EncryptionMethodBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptionMethodBuilder
- EncryptionMethodImpl - Class in org.opensaml.saml.saml2.metadata.impl
-
Concrete implementation of
EncryptionMethod. - EncryptionMethodImpl - Class in org.opensaml.xmlsec.encryption.impl
-
Concrete implementation of
EncryptionMethod. - EncryptionMethodImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.EncryptionMethodImpl
-
Constructor.
- EncryptionMethodImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptionMethodImpl
-
Constructor.
- EncryptionMethodMarshaller - Class in org.opensaml.xmlsec.encryption.impl
-
A thread-safe Marshaller for
EncryptionMethodobjects. - EncryptionMethodMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptionMethodMarshaller
- encryptionMethods - Variable in class org.opensaml.saml.saml2.metadata.impl.KeyDescriptorImpl
-
Encryption methods supported by the entity.
- EncryptionMethodUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
-
A thread-safe Unmarshaller for
EncryptionMethodobjects. - EncryptionMethodUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptionMethodUnmarshaller
- encryptionOptional - Variable in class org.opensaml.xmlsec.criterion.EncryptionOptionalCriterion
-
The encryptionOptional criterion value.
- EncryptionOptionalCriterion - Class in org.opensaml.xmlsec.criterion
-
A criterion for specifying whether encryption is to be treated as optional.
- EncryptionOptionalCriterion() - Constructor for class org.opensaml.xmlsec.criterion.EncryptionOptionalCriterion
-
Constructor.
- EncryptionOptionalCriterion(boolean) - Constructor for class org.opensaml.xmlsec.criterion.EncryptionOptionalCriterion
-
Constructor.
- encryptionParameters - Variable in class org.opensaml.xmlsec.context.SecurityParametersContext
-
Encryption parameters.
- 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
EncryptionParametersbased on aCriteriaSet. - encryptionProperties - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
-
EncryptionProperties child element.
- encryptionProperties - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertiesImpl
-
EncryptionProperty child elements.
- EncryptionProperties - Interface in org.opensaml.xmlsec.encryption
-
XMLObject representing XML Encryption, version 20021210, EncryptionProperties element.
- EncryptionPropertiesBuilder - Class in org.opensaml.xmlsec.encryption.impl
-
Builder of
EncryptionProperties. - EncryptionPropertiesBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptionPropertiesBuilder
- 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
EncryptionPropertiesobjects. - EncryptionPropertiesMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptionPropertiesMarshaller
- EncryptionPropertiesUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
-
A thread-safe Unmarshaller for
EncryptionPropertiesobjects. - 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
- 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
EncryptionPropertyobjects. - EncryptionPropertyMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyMarshaller
- EncryptionPropertyUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
-
A thread-safe Unmarshaller for
EncryptionPropertyobjects. - 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, Key, String, RSAOAEPParameters, Document) - Method in class org.opensaml.xmlsec.encryption.support.Encrypter
-
Encrypts a key using the specified encryption key and algorithm URI.
- 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.
- 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.
- encryptToSelf - Variable in class org.opensaml.saml.saml2.profile.impl.AbstractEncryptAction
-
Predicate used to determine whether to perform encrypt-to-self.
- encryptToSelfParametersStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.AbstractEncryptAction
-
Strategy used to resolve the encrypt-to-self parameters.
- 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
EncTypeobjects. - EncTypeBuilder() - Constructor for class org.opensaml.saml.ext.samlec.impl.EncTypeBuilder
- 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.
- encTypes - Variable in class org.opensaml.saml.ext.samlec.impl.SessionKeyImpl
-
EncType children.
- endpoint - Variable in class org.opensaml.saml.common.messaging.context.SAMLEndpointContext
-
The SAML entity endpoint.
- endpoint - Variable in class org.opensaml.saml.criterion.EndpointCriterion
-
The endpoint.
- endpoint - Variable in class org.opensaml.saml.metadata.resolver.index.impl.EndpointMetadataIndex.EndpointMetadataIndexKey
-
The endpoint type.
- 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.
- endpointContextLookupStrategy - Variable in class org.opensaml.saml.common.profile.logic.DefaultLocalErrorPredicate
-
Strategy function for access to
SAMLEndpointContextto check. - EndpointCriterion<EndpointType extends Endpoint> - Class in org.opensaml.saml.criterion
-
Criterionrepresenting a SAML metadata endpoint object. - EndpointCriterion(EndpointType) - Constructor for class org.opensaml.saml.criterion.EndpointCriterion
-
Constructor.
- 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.
- endpointIndex - Variable in class org.opensaml.saml.saml2.binding.artifact.AbstractSAML2Artifact
-
2 byte artifact endpoint index.
- EndpointMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
-
A thread safe Marshaller for
Endpointobjects. - EndpointMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.EndpointMarshaller
- EndpointMetadataIndex - Class in org.opensaml.saml.metadata.resolver.index.impl
-
An implementation of
MetadataIndexwhich indexes entities by their role endpoint locations. - EndpointMetadataIndex() - Constructor for class org.opensaml.saml.metadata.resolver.index.impl.EndpointMetadataIndex
-
Constructor.
- EndpointMetadataIndex(Predicate<Endpoint>) - Constructor for class org.opensaml.saml.metadata.resolver.index.impl.EndpointMetadataIndex
-
Constructor.
- EndpointMetadataIndex.DefaultEndpointSelectionPredicate - Class in org.opensaml.saml.metadata.resolver.index.impl
- EndpointMetadataIndex.EndpointMetadataIndexKey - Class in org.opensaml.saml.metadata.resolver.index.impl
-
An implementation of
MetadataIndexKeyrepresenting a single SAML metadata endpoint. - EndpointMetadataIndexKey(QName, QName, String, boolean) - Constructor for class org.opensaml.saml.metadata.resolver.index.impl.EndpointMetadataIndex.EndpointMetadataIndexKey
-
Constructor.
- endpointReference - Variable in class org.opensaml.soap.wsfed.impl.AppliesToImpl
-
Endpoint reference.
- 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
EndPointReferenceelement 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
EndPointReferenceImplobjects. - EndPointReferenceBuilder() - Constructor for class org.opensaml.soap.wsfed.impl.EndPointReferenceBuilder
- 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
EndPointReferenceobject. - 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
EndPointReferenceobjects. - 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
EndPointReferenceobjects. - 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
Endpointinstances which meet certain supplied criteria. - endpointSelectionPredicate - Variable in class org.opensaml.saml.metadata.resolver.index.impl.EndpointMetadataIndex
-
The predicate which selects which endpoints to index.
- endpointTypes - Variable in class org.opensaml.saml.metadata.resolver.index.impl.EndpointMetadataIndex.DefaultEndpointSelectionPredicate
-
The indexable endpoint types.
- EndpointUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
-
A thread-safe unmarshaller for
Endpointobjects. - 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
Endpointto which a message will be delivered contains a valid URL scheme. - EndpointURLSchemeSecurityHandler() - Constructor for class org.opensaml.saml.common.binding.security.impl.EndpointURLSchemeSecurityHandler
- engines - Variable in class org.opensaml.security.trust.impl.ChainingTrustEngine
-
The chain of subordinate trust engines.
- engines - Variable in class org.opensaml.spring.trust.ChainingSignatureTrustEngineFactoryBean
-
The unfiltered list of putative trust engines.
- engines - Variable in class org.opensaml.spring.trust.ChainingTrustEngineFactoryBean
-
The unfiltered list of putative trust engines.
- engines - Variable in class org.opensaml.xmlsec.signature.support.impl.ChainingSignatureTrustEngine
-
The chain of subordinate trust engines.
- EnhancedECParameterSpec - Class in org.opensaml.security.crypto.ec
-
A specialized subclass of
ECParameterSpecwhich wraps an existing instance and implementsEnhancedECParameterSpec.hashCode()andEnhancedECParameterSpec.equals(Object)so that it may be used directly in hashtable-based collections, as well as simplifying equality comparisons between 2 instances. - EnhancedECParameterSpec(ECParameterSpec) - Constructor for class org.opensaml.security.crypto.ec.EnhancedECParameterSpec
-
Constructor.
- ensure(Class<T>) - Static method in class org.opensaml.core.config.ConfigurationService
-
Obtain the registered configuration instance, raising an exception if absent.
- ensureBackingStore() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractBatchMetadataResolver
-
Get the EntityDescriptor backing store currently in use by the metadata resolver, raising a
ConstraintViolationExceptionif null. - ensureBackingStore() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Get the EntityDescriptor backing store currently in use by the metadata resolver, raising a
ConstraintViolationExceptionif null. - ensureBackingStore() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
-
Get the EntityDescriptor backing store currently in use by the metadata resolver, raising a
ConstraintViolationExceptionif null. - ensureBuilder(QName) - Method in class org.opensaml.core.xml.XMLObjectBuilderFactory
-
Retrieves an
XMLObjectBuilderusing the key it was registered with, or throws a runtime error if unable to locate one. - ensureBuilder(Element) - Method in class org.opensaml.core.xml.XMLObjectBuilderFactory
-
Retrieves the
XMLObjectBuilderfor the given element. - ensureCachedOriginalMetadata() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractBatchMetadataResolver.BatchEntityBackingStore
-
Get the cached original source metadata, raising an
IllegalStateExceptionif null. - ensureDOM() - Method in class org.opensaml.core.xml.AbstractXMLObject
-
Gets the DOM representation of this XMLObject, if one exists, or raises a
ConstraintViolationException. - ensureDOM() - Method in class org.opensaml.core.xml.AbstractXSAnyAdapter
-
Gets the DOM representation of this XMLObject, if one exists, or raises a
ConstraintViolationException. - ensureDOM() - Method in interface org.opensaml.core.xml.XMLObject
-
Gets the DOM representation of this XMLObject, if one exists, or raises a
ConstraintViolationException. - ensureGlobalAlgorithmRegistry() - Static method in class org.opensaml.xmlsec.algorithm.AlgorithmSupport
-
Get the global
AlgorithmRegistryinstance, raising an exception if absent. - ensureGlobalDecryptionConfiguration() - Static method in class org.opensaml.xmlsec.SecurityConfigurationSupport
-
Get the global
DecryptionConfigurationinstance, raising an exception if absent. - ensureGlobalEncryptionConfiguration() - Static method in class org.opensaml.xmlsec.SecurityConfigurationSupport
-
Get the global
EncryptionConfigurationinstance, raising an exception if absent. - ensureGlobalProcessorRegistry() - Static method in class org.opensaml.xmlsec.agreement.KeyAgreementSupport
-
Get the global
KeyAgreementProcessorRegistryinstance, raising an exception if unavailable. - ensureGlobalSignatureSigningConfiguration() - Static method in class org.opensaml.xmlsec.SecurityConfigurationSupport
-
Get the global
SignatureSigningConfigurationinstance, raising an exception if absent. - ensureGlobalSignatureValidationConfiguration() - Static method in class org.opensaml.xmlsec.SecurityConfigurationSupport
-
Get the global
SignatureValidationConfigurationinstance, raising an exception if absent. - ensureHttpServletRequest() - Method in class org.opensaml.profile.action.AbstractProfileAction
-
Get the current HTTP request if available, raising an
IllegalStateExceptionif absent. - ensureHttpServletResponse() - Method in class org.opensaml.profile.action.AbstractProfileAction
-
Get the current HTTP response if available, raising an
IllegalStateExceptionif absent. - ensureInboundMessageContext() - Method in class org.opensaml.messaging.context.InOutOperationContext
-
Gets the inbound message context, creating an empty one if it does not already exist.
- ensureMarshaller(QName) - Method in class org.opensaml.core.xml.io.MarshallerFactory
-
Call
MarshallerFactory.getMarshaller(QName)and raise an exception if no marshaller is registered. - ensureMarshaller(XMLObject) - Method in class org.opensaml.core.xml.io.MarshallerFactory
-
Call
MarshallerFactory.getMarshaller(XMLObject)and raise an exception if no marshaller is registered. - ensureMessage() - Method in class org.opensaml.messaging.context.MessageContext
-
Get the message represented by the message context, raising a
ConstraintViolationExceptionif null. - ensureMessage(Class<T>) - Method in class org.opensaml.messaging.context.MessageContext
-
Get the message represented by the message context, raising a
ConstraintViolationExceptionorClassCastExceptionif the message is absent or of the incorrect type. - ensureNamespaceURI() - Method in class org.opensaml.core.xml.Namespace
-
Get the URI of the namespace, raising an
IllegalStateExceptionif null. - ensureOutboundMessageContext() - Method in class org.opensaml.messaging.context.InOutOperationContext
-
Gets the outbound message context, creating an empty one if it does not already exist.
- ensureParentContext() - Method in class org.opensaml.messaging.handler.impl.AbstractMessageChannelSecurity
-
Get the parent context on which the
MessageChannelSecurityContextwill be populated, raising anIllegalStateExceptionif null. - ensureParentContext() - Method in class org.opensaml.profile.action.impl.AbstractMessageChannelSecurity
-
Get the parent context on which the
MessageChannelSecurityContextwill be populated, raising anIllegalStateExceptionif absent. - ensurePersistentCacheManager() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Get the manager for the persistent cache store for resolved metadata, raising a
ConstraintViolationExceptionif null. - ensureSOAP11Context(MessageContext) - Static method in class org.opensaml.soap.messaging.SOAPMessagingSupport
-
Get the current
SOAP11Contextfor the givenMessageContext, or create one if necessary. - ensureSubcontext(Class<T>) - Method in class org.opensaml.messaging.context.BaseContext
-
Get a subcontext of the current context, creating it if it does not exist.
- ensureSubcontext(String) - Method in class org.opensaml.messaging.context.BaseContext
-
Get a subcontext of the current context, creating it if necessary.
- ensureUnmarshaller(QName) - Method in class org.opensaml.core.xml.io.UnmarshallerFactory
-
Call
UnmarshallerFactory.getUnmarshaller(QName)and raise an exception if no unmarshaller is registered. - ensureUnmarshaller(Element) - Method in class org.opensaml.core.xml.io.UnmarshallerFactory
-
Call
UnmarshallerFactory.getUnmarshaller(Element)and raise an exception if no unmarshaller is registered. - 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
EntitiesDescriptorobjects. - EntitiesDescriptorBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.EntitiesDescriptorBuilder
- 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
EntitiesDescriptorobjects. - 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
EntityGroupNameto anEntityDescriptorfor each ancestorEntitiesDescriptorin 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
EntitiesDescriptorobjects. - 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 - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.EntityAttributesFilter
-
Builder for
EntityAttributes. - EntityAttributesBuilder - Class in org.opensaml.saml.ext.saml2mdattr.impl
-
Builder of
EntityAttributesobjects. - EntityAttributesBuilder() - Constructor for class org.opensaml.saml.ext.saml2mdattr.impl.EntityAttributesBuilder
- EntityAttributesFilter - Class in org.opensaml.saml.metadata.resolver.filter.impl
-
A filter that adds
EntityAttributesextension 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
- EntityAttributesMatcher(Collection<Attribute>) - Constructor for class org.opensaml.saml.common.profile.logic.EntityAttributesPredicate.EntityAttributesMatcher
-
Constructor.
- EntityAttributesPredicate - Class in org.opensaml.saml.common.profile.logic
-
Predicate to determine whether an
EntityDescriptoror its parent groups contain anEntityAttributesextensionAttributethat matches the predicate's criteria. - EntityAttributesPredicate(Collection<EntityAttributesPredicate.Candidate>) - Constructor for class org.opensaml.saml.common.profile.logic.EntityAttributesPredicate
-
Constructor.
- EntityAttributesPredicate(Collection<EntityAttributesPredicate.Candidate>, boolean) - Constructor for class org.opensaml.saml.common.profile.logic.EntityAttributesPredicate
-
Constructor.
- EntityAttributesPredicate(Collection<EntityAttributesPredicate.Candidate>, boolean, 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
EntityAttributesextension to satisfy the enclosing predicate. - EntityAttributesPredicate.EntityAttributesMatcher - Class in org.opensaml.saml.common.profile.logic
-
Determines whether an
EntityAttributesPredicate.Candidatecriterion is satisfied by theAttributes in anEntityAttributesextension. - 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 - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
-
Backing store for runtime EntityDescriptor data.
- EntityBackingStore() - Constructor for class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver.EntityBackingStore
-
Constructor.
- entityCert - Variable in class org.opensaml.security.x509.BasicX509Credential
-
Entity certificate.
- entityCertChain - Variable in class org.opensaml.security.x509.BasicX509Credential
-
Entity certificate chain, must include entity certificate.
- entityCertificate - Variable in class org.opensaml.spring.credential.X509InlineCredentialFactoryBean
-
The entity certificate.
- entityContextClass - Variable in class org.opensaml.saml.common.binding.impl.SAMLMetadataLookupHandler
-
The context class representing the SAML entity whose data is to be resolved.
- entityContextClass - Variable in class org.opensaml.saml.common.binding.impl.SAMLProtocolAndRoleHandler
-
The context class representing the SAML entity for whom data is to be attached.
- entityContextClass - Variable in class org.opensaml.saml.common.binding.security.impl.CheckAndRecordServerTLSEntityAuthenticationtHandler
-
The actual context class holding the authenticatable SAML entity.
- entityContextClass - Variable in class org.opensaml.saml.common.binding.security.impl.OperationContextEntityIDLookup
-
The actual context class holding the authenticatable SAML entity.
- entityContextClass - Variable in class org.opensaml.saml.common.binding.security.impl.SAMLMDClientCertAuthSecurityHandler
-
The actual context class holding the authenticatable SAML entity.
- entityContextClass - Variable in class org.opensaml.saml.common.messaging.context.navigate.SAMLMessageContextAuthenticationFunction
-
The context class representing the authenticatable SAML entity.
- entityDescriptor - Variable in class org.opensaml.saml.common.messaging.context.SAMLMetadataContext
-
The descriptor of the SAML entity.
- EntityDescriptor - Interface in org.opensaml.saml.saml2.metadata
-
SAML 2.0 Metadata EntityDescriptor.
- EntityDescriptorBuilder - Class in org.opensaml.saml.saml2.metadata.impl
-
Builder for
EntityDescriptor. - EntityDescriptorBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorBuilder
- EntityDescriptorCriterionPredicateRegistry - Class in org.opensaml.saml.metadata.criteria.entity.impl
-
Default
CriterionPredicateRegistryforEntityDescriptor. - EntityDescriptorCriterionPredicateRegistry() - Constructor for class org.opensaml.saml.metadata.criteria.entity.impl.EntityDescriptorCriterionPredicateRegistry
-
Constructor.
- entityDescriptorFunction - Variable in class org.opensaml.saml.metadata.resolver.index.impl.MetadataIndexManager
-
Function to extract the data item to be indexed from an EntityDescriptor.
- EntityDescriptorImpl - Class in org.opensaml.saml.saml2.metadata.impl
-
Concretate implementation of
EntityDescriptor. - 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
EntityDescriptorobjects. - EntityDescriptorMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorMarshaller
- entityDescriptorResolver - Variable in class org.opensaml.saml.metadata.resolver.impl.PredicateRoleDescriptorResolver
-
Resolver of EntityDescriptors.
- 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
EntityDescriptorbelongs. - 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
EntitiesDescriptorgroups. - EntityGroupNamePredicate(Collection<String>) - Constructor for class org.opensaml.saml.common.profile.logic.EntityGroupNamePredicate
-
Constructor.
- EntityGroupNamePredicate(Collection<String>, MetadataResolver) - Constructor for class org.opensaml.saml.common.profile.logic.EntityGroupNamePredicate
-
Constructor.
- entityId - Variable in class org.opensaml.saml.common.messaging.context.AbstractSAMLEntityContext
-
The entityID of the SAML entity.
- entityId - Variable in class org.opensaml.security.credential.AbstractCredential
-
ID of the entity owning this credential.
- entityID - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.EntityManagementData
-
The entity ID managed by this instance.
- entityID - Variable in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
-
Entity ID of this Entity.
- entityID - Variable in class org.opensaml.security.credential.criteria.impl.EvaluableEntityIDCredentialCriterion
-
Base criteria.
- entityID - Variable in class org.opensaml.spring.credential.AbstractCredentialFactoryBean
-
Identifier for the owner of the credential.
- EntityIdCriterion - Class in org.opensaml.core.criterion
-
Criterionrepresenting an entity ID. - EntityIdCriterion(String) - Constructor for class org.opensaml.core.criterion.EntityIdCriterion
-
Constructor.
- EntityIDDigestGenerator - Class in org.opensaml.saml.metadata.resolver.impl
-
Strategy for processing input criteria to extract the entityID from an
EntityIdCriterionand produce the digest of the value. - EntityIDDigestGenerator() - Constructor for class org.opensaml.saml.metadata.resolver.impl.EntityIDDigestGenerator
-
Constructor.
- EntityIDDigestGenerator(StringDigester, String, String, String) - Constructor for class org.opensaml.saml.metadata.resolver.impl.EntityIDDigestGenerator
-
Constructor.
- entityIDEncodingStyle - Variable in class org.opensaml.saml.metadata.resolver.impl.TemplateRequestURLBuilder
-
Enum value indicating whether and how to encode the entity ID value before substitution.
- EntityIDExtractionFunction() - Constructor for class org.opensaml.saml.metadata.resolver.index.impl.MetadataIndexManager.EntityIDExtractionFunction
- entityIDLookup - Variable in class org.opensaml.saml.common.binding.security.impl.CheckAndRecordServerTLSEntityAuthenticationtHandler
-
The strategy function for resolving the authenticated entityID.
- EntityIdPredicate - Class in org.opensaml.saml.common.profile.logic
-
Predicate that matches an
EntityDescriptoragainst a set of entityIDs. - EntityIdPredicate(Collection<String>) - Constructor for class org.opensaml.saml.common.profile.logic.EntityIdPredicate
-
Constructor.
- entityIds - Variable in class org.opensaml.saml.common.messaging.logic.ProxiedRequesterPredicate
-
Set of entityIDs to check for.
- entityIds - Variable in class org.opensaml.saml.common.profile.logic.EntityIdPredicate
-
Set of entityIDs to check for.
- EntityIDToSHA1SourceIDIndexingFunction() - Constructor for class org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex.EntityIDToSHA1SourceIDIndexingFunction
- EntityManagementData(String) - Constructor for class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.EntityManagementData
-
Constructor.
- EntityRegexPredicate - Class in org.opensaml.saml.common.profile.logic
-
Predicate that matches
EntityDescriptor.getEntityID()against a regular exression. - EntityRegexPredicate(Pattern) - Constructor for class org.opensaml.saml.common.profile.logic.EntityRegexPredicate
-
Constructor.
- entityResource - Variable in class org.opensaml.spring.credential.BasicX509CredentialFactoryBean
-
The specification of where the entity Resource is to be found.
- EntityRoleCriterion - Class in org.opensaml.saml.criterion
-
Criterionrepresenting 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.
- entriesLoaded - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.PersistentCacheInitializationMetrics
-
Entries which were successfully loaded and made live.
- entriesSkippedAlreadyLive - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.PersistentCacheInitializationMetrics
-
Entries which were skipped because they were already live by the time they were processed, generally only seen when initializing from the persistent cache in a background thread.
- entriesSkippedFailedPredicate - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.PersistentCacheInitializationMetrics
-
Entries which were skipped because they failed the persistent cache predicate evaluation.
- entriesSkippedInvalid - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.PersistentCacheInitializationMetrics
-
Entries which were skipped because they were determined to be invalid.
- entriesSkippedProcessingException - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.PersistentCacheInitializationMetrics
-
Entries which were skipped due to a processing exception.
- entriesTotal - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.PersistentCacheInitializationMetrics
-
Total entries seen in the persistent cache.
- 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
- entryFactory - Variable in class org.opensaml.saml.common.binding.artifact.impl.BasicSAMLArtifactMap
-
Factory for SAMLArtifactMapEntry instances.
- entryFactory - Variable in class org.opensaml.saml.common.binding.artifact.impl.StorageServiceSAMLArtifactMap
-
Factory for SAMLArtifactMapEntry instances.
- entrySet() - Method in class org.opensaml.core.xml.util.AttributeMap
-
Returns the set of entries.
- EnumeratableStorageService - Interface in org.opensaml.storage
-
An extended
StorageServiceable to enumerate the keys in a context. - enumerate() - Method in class org.opensaml.storage.testing.StorageServiceTest
-
Test context enumeration.
- envBuilder - Variable in class org.opensaml.soap.client.soap11.encoder.http.impl.HttpClientRequestSOAP11Encoder
-
SOAP Envelope builder.
- envBuilder - Variable in class org.opensaml.soap.soap11.encoder.http.impl.HTTPSOAP11Encoder
-
SOAP Envelope builder.
- envelope - Variable in class org.opensaml.soap.messaging.context.SOAP11Context
-
The SAML protocol in use.
- 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
HTTPSOAP11Decoderthat 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
EnvelopeImplobjects. - 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 - Variable in class org.opensaml.xacml.ctx.impl.RequestTypeImpl
-
The environment of the request.
- 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.
- environmentMatches - Variable in class org.opensaml.xacml.policy.impl.EnvironmentTypeImpl
-
List of environment matches.
- 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
EnvironmentMatchTypeobjects. - EnvironmentMatchTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeImplBuilder
- EnvironmentMatchTypeMarshaller - Class in org.opensaml.xacml.policy.impl
-
Marshaller of
EnvironmentMatchTypeobjects. - EnvironmentMatchTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeMarshaller
- EnvironmentMatchTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
-
Unmarshaller of
EnvironmentMatchTypeobjects. - EnvironmentMatchTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeUnmarshaller
- environments - Variable in class org.opensaml.xacml.policy.impl.EnvironmentsTypeImpl
-
List of action matches.
- environments - Variable in class org.opensaml.xacml.policy.impl.TargetTypeImpl
-
The environments in the policy.
- 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 - Class in org.opensaml.xacml.policy.impl
-
Implementation for
EnvironmentType. - EnvironmentTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.ctx.impl.EnvironmentTypeImpl
-
Constructor.
- EnvironmentTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.EnvironmentTypeImpl
-
Constructor.
- EnvironmentTypeImplBuilder - Class in org.opensaml.xacml.ctx.impl
-
Builder for
EnvironmentTypeobjects. - EnvironmentTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
-
Builder for
EnvironmentType. - EnvironmentTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.EnvironmentTypeImplBuilder
-
Constructor.
- EnvironmentTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.EnvironmentTypeImplBuilder
- EnvironmentTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
-
Marshaller for
EnvironmentTypeobjects. - EnvironmentTypeMarshaller - Class in org.opensaml.xacml.policy.impl
-
Marshaller for
EnvironmentType. - EnvironmentTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.EnvironmentTypeMarshaller
-
Constructor.
- EnvironmentTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.EnvironmentTypeMarshaller
- EnvironmentTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
-
Unmarshaller for
EnvironmentTypeobjects. - EnvironmentTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
-
Unmarshaller for
EnvironmentType. - EnvironmentTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.EnvironmentTypeUnmarshaller
-
Constructor.
- 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.criterion.SatisfyAnyCriterion
- 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.core.xml.util.XMLObjectSource
- equals(Object) - Method in class org.opensaml.profile.criterion.ProfileRequestContextCriterion
- 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.ArtifactCriterion
- equals(Object) - Method in class org.opensaml.saml.criterion.BestMatchLocationCriterion
- equals(Object) - Method in class org.opensaml.saml.criterion.BindingCriterion
- 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.criterion.StartsWithLocationCriterion
- equals(Object) - Method in class org.opensaml.saml.ext.saml2mdui.impl.KeywordsImpl
- equals(Object) - Method in class org.opensaml.saml.ext.saml2mdui.impl.LogoImpl
- equals(Object) - Method in class org.opensaml.saml.metadata.criteria.entity.DetectDuplicateEntityIDsCriterion
- equals(Object) - Method in class org.opensaml.saml.metadata.criteria.entity.impl.EvaluableEntityRoleEntityDescriptorCriterion
- equals(Object) - Method in class org.opensaml.saml.metadata.criteria.role.impl.EvaluableEntityRoleDescriptorCriterion
- equals(Object) - Method in class org.opensaml.saml.metadata.criteria.role.impl.EvaluableProtocolRoleDescriptorCriterion
- equals(Object) - Method in class org.opensaml.saml.metadata.EntityGroupName
- equals(Object) - Method in class org.opensaml.saml.metadata.resolver.index.impl.EndpointMetadataIndex.EndpointMetadataIndexKey
- equals(Object) - Method in class org.opensaml.saml.metadata.resolver.index.impl.RoleMetadataIndex.RoleMetadataIndexKey
- equals(Object) - Method in class org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex.ArtifactSourceIDMetadataIndexKey
- equals(Object) - Method in class org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex.ArtifactSourceLocationMetadataIndexKey
- equals(Object) - Method in class org.opensaml.saml.metadata.resolver.index.SimpleStringMetadataIndexKey
- 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.crypto.ec.EnhancedECParameterSpec
- equals(Object) - Method in class org.opensaml.security.httpclient.HttpClientSecurityConfigurationCriterion
- equals(Object) - Method in class org.opensaml.security.httpclient.TLSCriteriaSetCriterion
- 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.xacml.ctx.provider.impl.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.DecryptionRecipientsCriterion
- equals(Object) - Method in class org.opensaml.xmlsec.criterion.EncryptionConfigurationCriterion
- equals(Object) - Method in class org.opensaml.xmlsec.criterion.EncryptionOptionalCriterion
- 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.KeyInfoCredentialResolutionMode
- equals(Object) - Method in class org.opensaml.xmlsec.keyinfo.KeyInfoCriterion
- equals(Object) - Method in class org.opensaml.xmlsec.signature.support.SignatureValidationParametersCriterion
- ERROR - Enum constant in enum class org.opensaml.core.metrics.LoggerDrivenMetricFilter.Level
-
Error level.
- ERROR_URL_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.RoleDescriptor
-
"errorURL" attribute's local name.
- errorEvent - Variable in class org.opensaml.profile.action.AbstractHandlerDelegatingProfileAction
-
An event to signal in the event of a handler exception.
- errorFatal - Variable in class org.opensaml.saml.saml2.profile.impl.AbstractDecryptAction
-
Are decryption failures a fatal condition?
- errorHandlers - Variable in class org.opensaml.messaging.handler.impl.MessageHandlerErrorStrategyAdapter
-
The list of typed error handlers.
- errorMissingData(String) - Method in class org.opensaml.saml.common.messaging.soap.SAMLSOAPClientContextBuilder
-
Convenience method to report out an error due to missing required data.
- errorURL - Variable in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorImpl
-
Error URL.
- escaper - Variable in class org.opensaml.storage.impl.client.SaveCookieBackedClientStorageServices
-
URL encoder.
- EvaluableCredentialCriteriaRegistry - Class in org.opensaml.security.credential.criteria.impl
-
A registry which manages mappings from types of
Criterionto the class type which can evaluate that criteria's data against a Credential target. - EvaluableCredentialCriteriaRegistry() - Constructor for class org.opensaml.security.credential.criteria.impl.EvaluableCredentialCriteriaRegistry
-
Constructor.
- EvaluableCredentialCriterion - Interface in org.opensaml.security.credential.criteria.impl
-
Marker interface for evaluable credential resolver criteria.
- EvaluableEntityDescriptorCriterion - Interface in org.opensaml.saml.metadata.criteria.entity
-
Marker interface for evaluable
EntityDescriptorcriteria. - EvaluableEntityIDCredentialCriterion - Class in org.opensaml.security.credential.criteria.impl
-
Instance of evaluable credential criteria for evaluating a credential's entityID.
- EvaluableEntityIDCredentialCriterion(String) - Constructor for class org.opensaml.security.credential.criteria.impl.EvaluableEntityIDCredentialCriterion
-
Constructor.
- EvaluableEntityIDCredentialCriterion(EntityIdCriterion) - Constructor for class org.opensaml.security.credential.criteria.impl.EvaluableEntityIDCredentialCriterion
-
Constructor.
- EvaluableEntityRoleDescriptorCriterion - Class in org.opensaml.saml.metadata.criteria.role.impl
-
Implementation of
EvaluableRoleDescriptorCriterionwhich evaluates that a role descriptor's type or element name (QNameis the specified role. - EvaluableEntityRoleDescriptorCriterion(QName) - Constructor for class org.opensaml.saml.metadata.criteria.role.impl.EvaluableEntityRoleDescriptorCriterion
-
Constructor.
- EvaluableEntityRoleDescriptorCriterion(EntityRoleCriterion) - Constructor for class org.opensaml.saml.metadata.criteria.role.impl.EvaluableEntityRoleDescriptorCriterion
-
Constructor.
- EvaluableEntityRoleEntityDescriptorCriterion - Class in org.opensaml.saml.metadata.criteria.entity.impl
-
Implementation of
EvaluableEntityDescriptorCriterionwhich evaluates that an entity descriptor contains a certain role. - EvaluableEntityRoleEntityDescriptorCriterion(QName) - Constructor for class org.opensaml.saml.metadata.criteria.entity.impl.EvaluableEntityRoleEntityDescriptorCriterion
-
Constructor.
- EvaluableEntityRoleEntityDescriptorCriterion(EntityRoleCriterion) - Constructor for class org.opensaml.saml.metadata.criteria.entity.impl.EvaluableEntityRoleEntityDescriptorCriterion
-
Constructor.
- EvaluableKeyAlgorithmCredentialCriterion - Class in org.opensaml.security.credential.criteria.impl
-
Instance of evaluable credential criteria for evaluating the credential key algorithm.
- EvaluableKeyAlgorithmCredentialCriterion(String) - Constructor for class org.opensaml.security.credential.criteria.impl.EvaluableKeyAlgorithmCredentialCriterion
-
Constructor.
- EvaluableKeyAlgorithmCredentialCriterion(KeyAlgorithmCriterion) - 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(int) - Constructor for class org.opensaml.security.credential.criteria.impl.EvaluableKeyLengthCredentialCriterion
-
Constructor.
- EvaluableKeyLengthCredentialCriterion(KeyLengthCriterion) - 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(String) - Constructor for class org.opensaml.security.credential.criteria.impl.EvaluableKeyNameCredentialCriterion
-
Constructor.
- EvaluableKeyNameCredentialCriterion(KeyNameCriterion) - Constructor for class org.opensaml.security.credential.criteria.impl.EvaluableKeyNameCredentialCriterion
-
Constructor.
- EvaluableProtocolRoleDescriptorCriterion - Class in org.opensaml.saml.metadata.criteria.role.impl
-
Implementation of
EvaluableRoleDescriptorCriterionwhich evaluates that a role descriptor supports a certain protocol. - EvaluableProtocolRoleDescriptorCriterion(String) - Constructor for class org.opensaml.saml.metadata.criteria.role.impl.EvaluableProtocolRoleDescriptorCriterion
-
Constructor.
- EvaluableProtocolRoleDescriptorCriterion(ProtocolCriterion) - Constructor for class org.opensaml.saml.metadata.criteria.role.impl.EvaluableProtocolRoleDescriptorCriterion
-
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(PublicKey) - Constructor for class org.opensaml.security.credential.criteria.impl.EvaluablePublicKeyCredentialCriterion
-
Constructor.
- EvaluablePublicKeyCredentialCriterion(PublicKeyCriterion) - Constructor for class org.opensaml.security.credential.criteria.impl.EvaluablePublicKeyCredentialCriterion
-
Constructor.
- EvaluableRoleDescriptorCriterion - Interface in org.opensaml.saml.metadata.criteria.role
-
Marker interface for evaluable
RoleDescriptorcriteria. - 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(UsageType) - Constructor for class org.opensaml.security.credential.criteria.impl.EvaluableUsageCredentialCriterion
-
Constructor.
- EvaluableUsageCredentialCriterion(UsageCriterion) - 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
Criterionwhich specifies criteria based on the digest of an X.509 certificate. - EvaluableX509DigestCredentialCriterion(String, byte[]) - Constructor for class org.opensaml.security.credential.criteria.impl.EvaluableX509DigestCredentialCriterion
-
Constructor.
- EvaluableX509DigestCredentialCriterion(X509DigestCriterion) - 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(X500Principal, BigInteger) - Constructor for class org.opensaml.security.credential.criteria.impl.EvaluableX509IssuerSerialCredentialCriterion
-
Constructor.
- EvaluableX509IssuerSerialCredentialCriterion(X509IssuerSerialCriterion) - 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(byte[]) - Constructor for class org.opensaml.security.credential.criteria.impl.EvaluableX509SubjectKeyIdentifierCredentialCriterion
-
Constructor.
- EvaluableX509SubjectKeyIdentifierCredentialCriterion(X509SubjectKeyIdentifierCriterion) - 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(X500Principal) - Constructor for class org.opensaml.security.credential.criteria.impl.EvaluableX509SubjectNameCredentialCriterion
-
Constructor.
- EvaluableX509SubjectNameCredentialCriterion(X509SubjectNameCriterion) - Constructor for class org.opensaml.security.credential.criteria.impl.EvaluableX509SubjectNameCredentialCriterion
-
Constructor.
- evaluate(X509Certificate[]) - Static method in class org.opensaml.security.x509.tls.impl.ThreadLocalX509TrustEngineSupport
-
Perform trust evaluation on the specified certificate chain using the current data in
ThreadLocalX509TrustEngineContext. - evaluate(SSLSocket) - Static method in class org.opensaml.security.x509.tls.impl.ThreadLocalX509TrustEngineSupport
-
Perform trust evaluation on the specified
SSLSocketusing the current data inThreadLocalX509TrustEngineContext. - 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 class org.opensaml.security.x509.impl.DummyX509CredentialNameEvaluator
-
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.
- 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.
- 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. - evaluateClientCertificate - Variable in class org.opensaml.security.messaging.ClientTLSSecurityParametersContext
-
Flag indicating whether to evaluate the certificate presented by the TLS client.
- 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 include/exclude policy and algorithm runtime support.
- evaluateObligation(ObligationProcessingContext, ObligationType) - Method in class org.opensaml.xacml.ctx.provider.impl.BaseObligationHandler
-
Evaluates the obligation represented by this handler.
- 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 include/exclude policy and algorithm runtime support.
- 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 - Variable in class org.opensaml.security.x509.tls.CertificateNameOptions
-
Evaluate the certificate subject DN's common name (CN) as a derived issuer entity ID.
- 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.
- 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).
- evaluateSubjectDN - Variable in class org.opensaml.security.x509.tls.CertificateNameOptions
-
Evaluate the certificate subject DN as a derived issuer entity ID.
- evaluateSubjectDN() - Method in class org.opensaml.security.x509.tls.CertificateNameOptions
-
Get whether to evaluate the certificate subject DN 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.
- 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.
- 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.
- event - Variable in class org.opensaml.profile.context.EventContext
-
The event represented.
- EventContext - 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
- eventContextLookupStrategy - Variable in class org.opensaml.profile.action.impl.LogEvent
-
Strategy function for access to
EventContextto check. - eventContextLookupStrategy - Variable in class org.opensaml.saml.common.profile.logic.DefaultLocalErrorPredicate
-
Strategy function for access to
EventContextto check. - eventContextLookupStrategy - Variable in class org.opensaml.saml.saml1.profile.impl.AddStatusToResponse.StatusCodeMappingFunction
-
Strategy function for access to
EventContextto check. - eventContextLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.AddStatusToResponse.StatusCodeMappingFunction
-
Strategy function for access to
EventContextto check. - eventContextLookupStrategy - Variable in class org.opensaml.soap.soap11.profile.impl.AddSOAPFault.FaultCodeMappingFunction
-
Strategy function for access to
EventContextto check. - EventException - Exception in org.opensaml.profile.action
-
Runtime exception which may be used to communicate a specific event ID.
- EventException(String) - Constructor for exception org.opensaml.profile.action.EventException
-
Constructor.
- EventException(String, String) - Constructor for exception org.opensaml.profile.action.EventException
-
Constructor.
- EventException(String, String, Throwable) - Constructor for exception org.opensaml.profile.action.EventException
-
Constructor.
- EventException(String, Throwable) - Constructor for exception org.opensaml.profile.action.EventException
-
Constructor.
- eventID - Variable in exception org.opensaml.profile.action.EventException
-
The event ID.
- EventIds - Class in org.opensaml.profile.action
-
Constants to use for
ProfileActionEventContexts. - EventIds() - Constructor for class org.opensaml.profile.action.EventIds
-
Constructor.
- evidence - Variable in class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionQueryImpl
-
Contains the Evidence child element.
- evidence - Variable in class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionStatementImpl
-
Contains the (single) Evidence element.
- evidence - Variable in class org.opensaml.saml.saml1.core.impl.EvidenceImpl
-
The Evidentiary child elements.
- evidence - Variable in class org.opensaml.saml.saml2.core.impl.AuthzDecisionQueryImpl
-
Evidence child element.
- evidence - Variable in class org.opensaml.saml.saml2.core.impl.AuthzDecisionStatementImpl
-
SAML assertion the authority relied on when making the authorization decision.
- evidence - Variable in class org.opensaml.saml.saml2.core.impl.EvidenceImpl
-
Assertion of the Evidence.
- Evidence - Interface in org.opensaml.saml.saml1.core
-
Interface describing how a SAML1.1
Evidenceelement 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
Evidenceobjects. - EvidenceBuilder - Class in org.opensaml.saml.saml2.core.impl
-
Builder for
Evidenceobjects. - EvidenceBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.EvidenceBuilder
- EvidenceBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.EvidenceBuilder
- EvidenceImpl - Class in org.opensaml.saml.saml1.core.impl
-
Concrete implementation of the
Evidenceinterface. - EvidenceImpl - Class in org.opensaml.saml.saml2.core.impl
-
A concrete implementation of
Evidence. - EvidenceImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.EvidenceImpl
-
Constructor.
- 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
Evidenceobjects. - EvidenceMarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Marshaller for
Evidence. - EvidenceMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.EvidenceMarshaller
- 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
Evidenceobjects. - EvidenceUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Unmarshaller for
Evidence. - EvidenceUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.EvidenceUnmarshaller
- 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
Evidenceobject. - Evidentiary - Interface in org.opensaml.saml.saml2.core
-
Marker interface for element types that can constitute evidence within a
Evidenceobject. - EXACT - Enum constant in enum 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
- EXCEPTION_FORM_FIELD - Static variable in class org.opensaml.storage.impl.client.LoadClientStorageServices
-
Name of local storage form field containing value read.
- EXCEPTION_FORM_FIELD - Static variable in class org.opensaml.storage.impl.client.LogLocalStorageSaveResults
-
Name of local storage form field containing value read.
- EXCLUDE - Enum constant in enum class org.opensaml.saml.metadata.resolver.filter.impl.PredicateFilter.Direction
-
Matches are to be excluded.
- EXCLUDE - Enum constant in enum class org.opensaml.xmlsec.AlgorithmPolicyConfiguration.Precedence
-
Exclude takes precedence over include.
- ExcludedAlgorithmsPredicate - Class in org.opensaml.xmlsec.impl
-
Predicate which implements an algorithm URI exclusion policy.
- ExcludedAlgorithmsPredicate(Collection<String>) - Constructor for class org.opensaml.xmlsec.impl.ExcludedAlgorithmsPredicate
-
Constructor.
- excludedAlgorithmURIs - Variable in class org.opensaml.xmlsec.AlgorithmPolicyParameters
-
Excluded algorithm URIs.
- excludedAlgorithmURIs - Variable in class org.opensaml.xmlsec.encryption.support.Decrypter
-
The collection of algorithm URIs which are excluded.
- excludedAlgorithmURIs - Variable in class org.opensaml.xmlsec.signature.support.impl.SignatureAlgorithmValidator
-
The collection of algorithm URIs which are excluded.
- excludedFormats - Variable in class org.opensaml.saml.saml2.profile.impl.EncryptNameIDs
-
Formats to exclude from encryption.
- excludeMerge - Variable in class org.opensaml.xmlsec.impl.BasicAlgorithmPolicyConfiguration
-
Exclude merge flag.
- excludes - Variable in class org.opensaml.xmlsec.impl.BasicAlgorithmPolicyConfiguration
-
Excluded algorithm URIs.
- excludes - Variable in class org.opensaml.xmlsec.impl.ExcludedAlgorithmsPredicate
-
Excluded algorithms.
- execute(ProfileRequestContext) - Method in class org.opensaml.profile.action.AbstractProfileAction
-
Performs this action.
- execute(ProfileRequestContext) - Method in interface org.opensaml.profile.action.ProfileAction
-
Performs this action.
- execute(Credential, String, KeyAgreementParameters) - Method in class org.opensaml.xmlsec.agreement.impl.AbstractKeyAgreementProcessor
-
Perform the key agreement operation and return a new credential representing the results.
- execute(Credential, String, KeyAgreementParameters) - Method in interface org.opensaml.xmlsec.agreement.KeyAgreementProcessor
-
Perform the key agreement operation and return a new credential representing the results.
- EXECUTE_ACTION - Static variable in interface org.opensaml.saml.saml2.core.Action
-
Execute action.
- existingParametersContextLookupStrategy - Variable in class org.opensaml.saml.common.binding.impl.PopulateSignatureSigningParametersHandler
-
Strategy used to look up an existing
SecurityParametersContextto copy. - existingParametersContextLookupStrategy - Variable in class org.opensaml.saml.common.profile.impl.PopulateSignatureSigningParameters
-
Strategy used to look up an existing
SecurityParametersContextto copy. - existingParametersContextLookupStrategy - Variable in class org.opensaml.security.messaging.impl.PopulateHttpClientSecurityParametersHandler
-
Strategy used to look up an existing
HttpClientSecurityContextto copy. - exists(String) - Method in class org.opensaml.core.xml.persist.FilesystemLoadSaveManager
-
Evaluate whether an object already exists indexed by the supplied key.
- exists(String) - Method in class org.opensaml.core.xml.persist.MapLoadSaveManager
-
Evaluate whether an object already exists indexed by the supplied key.
- exists(String) - Method in interface org.opensaml.core.xml.persist.XMLObjectLoadSaveManager
-
Evaluate whether an object already exists indexed by the supplied key.
- expectedActionURI - Variable in class org.opensaml.soap.wsaddressing.messaging.impl.ValidateActionHandler
-
The expected Action URI value.
- expectedChildElementsDOM - Variable in class org.opensaml.core.testing.XMLObjectProviderBaseTestCase
-
The expected result of a marshalled single element with child elements.
- expectedDOM - Variable in class org.opensaml.core.testing.XMLObjectProviderBaseTestCase
-
The expected result of a marshalled single element with no optional attributes.
- expectedIssuerLookupStrategy - Variable in class org.opensaml.messaging.handler.impl.CheckExpectedIssuer
-
Strategy used to look up the expected issuer associated with the message context.
- expectedOptionalAttributesDOM - Variable in class org.opensaml.core.testing.XMLObjectProviderBaseTestCase
-
The expected result of a marshalled single element with all optional attributes.
- expectedUnknownAttributesDOM - Variable in class org.opensaml.core.testing.XMLObjectProviderBaseTestCase
-
The expected result of a marshalled single element some unknown attributes.
- expiration - Variable in class org.opensaml.saml.common.binding.artifact.ExpiringSAMLArtifactMapEntry
-
Expiration time.
- expiration - Variable in class org.opensaml.storage.StorageRecord
-
Expiration field.
- expiration - Variable in class org.opensaml.storage.testing.StorageServiceTest.AnnotatedObject
-
Expiration.
- expiration() - Method in class org.opensaml.storage.testing.StorageServiceTest
-
Test of expiration handling.
- Expiration - Annotation Interface in org.opensaml.storage.annotation
-
Identifies the field of a class that serves as the expiration of a
StorageServicerecord. - expirationTime - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.EntityManagementData
-
Expiration time of the associated metadata.
- expirationTime - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
-
Time when the currently cached metadata file expires.
- expirationWarningThreshold - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Impending expiration warning threshold for metadata refresh.
- expirationWarningThreshold - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
-
Impending expiration warning threshold for metadata refresh.
- expires - Variable in class org.opensaml.saml.common.binding.security.impl.MessageReplaySecurityHandler
-
Time to expire cache entries.
- expires - Variable in class org.opensaml.soap.wssecurity.impl.TimestampImpl
-
wsu:Timestamp/wsu:Expires element.
- expires - Variable in class org.opensaml.soap.wstrust.impl.LifetimeImpl
-
The wsu:Expires child element.
- expires - Variable in class org.opensaml.storage.impl.StorageServiceRevocationCache
-
Default lifetime of revocation entry.
- 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.
- expiresLookup - Variable in class org.opensaml.soap.wssecurity.messaging.impl.AddTimestampHandler
-
Context lookup function for the Expires time.
- ExpiresMarshaller - Class in org.opensaml.soap.wssecurity.impl
-
ExpiresMarshaller.
- ExpiresMarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.ExpiresMarshaller
- expiresOffsetFromCreated - Variable in class org.opensaml.soap.wssecurity.messaging.impl.AddTimestampHandler
-
Parameter indicating the offset from Created used to calculate the Expires time, if no Expires value is explicitly supplied via the other supported mechanisms.
- ExpiresUnmarshaller - Class in org.opensaml.soap.wssecurity.impl
-
ExpiresUnmarshaller.
- ExpiresUnmarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.ExpiresUnmarshaller
- expiresValue - Variable in class org.opensaml.soap.wssecurity.messaging.impl.AddTimestampHandler
-
The effective Expires value to use.
- ExpiringSAMLArtifactMapEntry - Class in org.opensaml.saml.common.binding.artifact
-
Extension of
BasicSAMLArtifactMapEntrythat 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
SignatureTrustEnginewhich 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 - Variable in class org.opensaml.xmlsec.signature.impl.RSAKeyValueImpl
-
Exponent child element value.
- 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
- 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.
- expression - Variable in class org.opensaml.xacml.policy.impl.ConditionTypeImpl
-
List of expressions.
- expression - Variable in class org.opensaml.xacml.policy.impl.VariableDefinitionTypeImpl
-
Expression.
- expressions - Variable in class org.opensaml.xacml.policy.impl.ApplyTypeImpl
-
List of expressions.
- expressions - Variable in class org.opensaml.xacml.policy.impl.VariableReferenceTypeImpl
-
List or expressions.
- ExpressionType - Interface in org.opensaml.xacml.policy
-
XACML Expression schema type.
- extBuilder - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.AlgorithmFilter
-
Builder for
Extensions. - extBuilder - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.EntityAttributesFilter
-
Builder for
Extensions. - extensions - Variable in class org.opensaml.saml.saml2.core.impl.RequestAbstractTypeImpl
-
Extensions child element.
- extensions - Variable in class org.opensaml.saml.saml2.core.impl.StatusResponseTypeImpl
-
Extensions child element.
- extensions - Variable in class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorImpl
-
Extensions child.
- extensions - Variable in class org.opensaml.saml.saml2.metadata.impl.ContactPersonImpl
-
Extensions child object.
- extensions - Variable in class org.opensaml.saml.saml2.metadata.impl.EntitiesDescriptorImpl
-
Extensions child.
- extensions - Variable in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
-
Extensions child.
- extensions - Variable in class org.opensaml.saml.saml2.metadata.impl.OrganizationImpl
-
element extensions.
- extensions - Variable in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorImpl
-
Extensions child.
- extensions - Variable in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter
-
Extensions child.
- 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
Extensionsobjects. - ExtensionsBuilder - Class in org.opensaml.saml.saml2.metadata.impl
-
Builder of
Extensionsobjects. - ExtensionsBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.ExtensionsBuilder
- ExtensionsBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.ExtensionsBuilder
- ExtensionsImpl - Class in org.opensaml.saml.saml2.core.impl
-
Implementation of
Extensions. - ExtensionsImpl - Class in org.opensaml.saml.saml2.metadata.impl
-
Implementation of
Extensions. - ExtensionsImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.ExtensionsImpl
-
Constructor.
- 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
Extensionsobjects. - ExtensionsMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
-
A thread-safe Marshaller for
Extensionsobjects. - ExtensionsMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.ExtensionsMarshaller
- ExtensionsMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.ExtensionsMarshaller
- ExtensionsUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Unmarshaller for
Extensionsobjects. - ExtensionsUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
-
A thread-safe Unmarshaller for
Extensionsobjects. - ExtensionsUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.ExtensionsUnmarshaller
- ExtensionsUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.ExtensionsUnmarshaller
- extractCertificates(X509Data) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.InlineX509DataProvider
-
Extract certificates from the X509Data.
- ExtractChannelBindingsExtensionsHandler - Class in org.opensaml.saml.saml2.binding.security.impl
-
MessageHandler to process
ChannelBindingsextensions in an incoming SAML message and save them to aChannelBindingsContextunderneath theMessageContext. - 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
ChannelBindingsSOAP header blocks in an incoming SOAP envelope and save them to aChannelBindingsContextunderneath theSOAP11Context. - 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
RequestAbstractTypemessage. - ExtractConsentFromRequestHandler() - Constructor for class org.opensaml.saml.saml2.binding.impl.ExtractConsentFromRequestHandler
-
Constructor.
- extractCredential(X509Certificate[]) - Static method in class org.opensaml.security.x509.tls.impl.ThreadLocalX509TrustEngineSupport
-
Extract the server TLS
X509Credentialfrom the suppliedSSLSocket. - extractCredentials(Collection<Credential>, KeyDescriptor, String, UsageType) - Method in class org.opensaml.saml.security.impl.MetadataCredentialResolver
-
Extract the credentials from the specified KeyDescriptor.
- extractCRLs(X509Data) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.InlineX509DataProvider
-
Extract CRLs from the X509Data.
- 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.
- ExtractMessageIDHandler - Class in org.opensaml.soap.wsaddressing.messaging.impl
-
Handler implementation that handles wsa:MessageID header on the inbound SOAP envelope.
- ExtractMessageIDHandler() - Constructor for class org.opensaml.soap.wsaddressing.messaging.impl.ExtractMessageIDHandler
- ExtractProxiedRequestersHandler - Class in org.opensaml.saml.saml2.binding.impl
-
MessageHandler to extract the proxied chain of requesters from an
AuthnRequestmessage'sScopingelement. - ExtractProxiedRequestersHandler() - Constructor for class org.opensaml.saml.saml2.binding.impl.ExtractProxiedRequestersHandler
-
Constructor.
- 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.
- extRoleDescriptor - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.EntityRoleFilter
-
QName of extension role element.
F
- factories - Variable in class org.opensaml.xmlsec.keyinfo.KeyInfoGeneratorManager
-
The factories being managed, indexed by credential type.
- failFastInitialization - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
-
Whether problems during initialization should cause the provider to fail or go on without metadata.
- failureFatal - Variable in class org.opensaml.security.x509.tls.impl.ThreadLocalX509TrustEngineContext.Data
-
Whether trust engine evaluation failure should be treated as fatal.
- fault - Variable in exception org.opensaml.soap.common.SOAP11FaultDecodingException
-
The SOAP 1.1.
- fault - Variable in class org.opensaml.soap.messaging.context.SOAP11Context
-
SOAP 1.1 Fault related to the current message processing context.
- Fault - Interface in org.opensaml.soap.soap11
-
SOAP 1.1 Fault.
- faultActionURI - Variable in class org.opensaml.soap.wsaddressing.messaging.impl.AddActionHandler
-
The configured Fault Action URI value.
- faultActionURI - Variable in class org.opensaml.soap.wsaddressing.messaging.WSAddressingContext
-
The Fault Action URI value.
- faultActor - Variable in class org.opensaml.soap.soap11.messaging.impl.SOAP11FaultContextDecoratingErrorHandler
-
The fault actor to emit.
- FaultActor - Interface in org.opensaml.soap.soap11
-
SOAP 1.1 faultactor.
- FaultActorBuilder - Class in org.opensaml.soap.soap11.impl
-
A builder of
FaultActorImplobjects. - 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
FaultImplobjects. - FaultBuilder() - Constructor for class org.opensaml.soap.soap11.impl.FaultBuilder
- faultCode - Variable in class org.opensaml.soap.soap11.impl.FaultImpl
-
Fault code.
- faultCode - Variable in class org.opensaml.soap.soap11.messaging.impl.SOAP11FaultContextDecoratingErrorHandler
-
The fault code to emit.
- FaultCode - Interface in org.opensaml.soap.soap11
-
SOAP 1.1 faultcode.
- FaultCodeBuilder - Class in org.opensaml.soap.soap11.impl
-
Builder of
FaultCodeImplobjects. - 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.
- faultCodeLookupStrategy - Variable in class org.opensaml.soap.soap11.profile.impl.AddSOAPFault
-
Optional method to obtain fault code.
- 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 - Variable in class org.opensaml.soap.soap11.messaging.impl.SOAP11FaultContextDecoratingErrorHandler
-
The fault string to emit.
- faultString - Variable in class org.opensaml.soap.soap11.profile.impl.AddSOAPFault
-
A default fault string to include.
- FaultString - Interface in org.opensaml.soap.soap11
-
SOAP 1.1 faultstring.
- FaultStringBuilder - Class in org.opensaml.soap.soap11.impl
-
Builder of
FaultStringImplobjects. - 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.
- faultStringLookupStrategy - Variable in class org.opensaml.soap.soap11.profile.impl.AddSOAPFault
-
Optional method to obtain a fault string.
- FaultTo - Interface in org.opensaml.soap.wsaddressing
-
The <wsa:FaultTo> element.
- FaultToBuilder - Class in org.opensaml.soap.wsaddressing.impl
-
Builder for the
FaultToelement. - 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.
- fetchFromOriginSource(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.LocalDynamicMetadataResolver
-
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.
- fetchSupportedProtocols() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter
-
Internal method for fetching the supported protocols as a list.
- FIELD_CACHE - Static variable in class org.opensaml.storage.annotation.AnnotationSupport
-
Simple cache of fields we have seen.
- FileBackedHTTPMetadataResolver - Class in org.opensaml.saml.metadata.resolver.impl
-
An HTTP 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 most recently fetched data.
- FileBackedHTTPMetadataResolver(Timer, HttpClient, String, String) - Constructor for class org.opensaml.saml.metadata.resolver.impl.FileBackedHTTPMetadataResolver
-
Constructor.
- FileBackedHTTPMetadataResolver(HttpClient, String, String) - Constructor for class org.opensaml.saml.metadata.resolver.impl.FileBackedHTTPMetadataResolver
-
Constructor.
- FileIterable(Collection<String>) - Constructor for class org.opensaml.core.xml.persist.FilesystemLoadSaveManager.FileIterable
-
Constructor.
- FileIterator(Collection<String>) - Constructor for class org.opensaml.core.xml.persist.FilesystemLoadSaveManager.FileIterator
-
Constructor.
- FilesystemCredentialResolver - Class in org.opensaml.security.credential.impl
-
NOTE: this class is not yet implemented A
CredentialResolverthat pulls credential information from the file system. - FilesystemCredentialResolver(String, Map<String, String>) - Constructor for class org.opensaml.security.credential.impl.FilesystemCredentialResolver
-
Constructor.
- FilesystemLoadSaveManager<T extends XMLObject> - Class in org.opensaml.core.xml.persist
-
Implementation of
XMLObjectLoadSaveManagerwhich uses a local filesystem to load and store serialized XML. - FilesystemLoadSaveManager(File) - Constructor for class org.opensaml.core.xml.persist.FilesystemLoadSaveManager
-
Constructor.
- FilesystemLoadSaveManager(File, boolean) - Constructor for class org.opensaml.core.xml.persist.FilesystemLoadSaveManager
-
Constructor.
- FilesystemLoadSaveManager(File, boolean, Function<String, List<String>>) - Constructor for class org.opensaml.core.xml.persist.FilesystemLoadSaveManager
-
Constructor.
- FilesystemLoadSaveManager(File, Function<String, List<String>>) - Constructor for class org.opensaml.core.xml.persist.FilesystemLoadSaveManager
-
Constructor.
- FilesystemLoadSaveManager(File, ParserPool) - Constructor for class org.opensaml.core.xml.persist.FilesystemLoadSaveManager
-
Constructor.
- FilesystemLoadSaveManager(File, ParserPool, boolean) - Constructor for class org.opensaml.core.xml.persist.FilesystemLoadSaveManager
-
Constructor.
- FilesystemLoadSaveManager(File, ParserPool, boolean, Function<String, List<String>>) - Constructor for class org.opensaml.core.xml.persist.FilesystemLoadSaveManager
-
Constructor.
- FilesystemLoadSaveManager(String) - Constructor for class org.opensaml.core.xml.persist.FilesystemLoadSaveManager
-
Constructor.
- FilesystemLoadSaveManager(String, boolean) - Constructor for class org.opensaml.core.xml.persist.FilesystemLoadSaveManager
-
Constructor.
- FilesystemLoadSaveManager(String, ParserPool) - Constructor for class org.opensaml.core.xml.persist.FilesystemLoadSaveManager
-
Constructor.
- FilesystemLoadSaveManager(String, ParserPool, boolean) - Constructor for class org.opensaml.core.xml.persist.FilesystemLoadSaveManager
-
Constructor.
- FilesystemLoadSaveManager.FileIterable - Class in org.opensaml.core.xml.persist
-
Iterable which provides lazy iteration over the managed files.
- FilesystemLoadSaveManager.FileIterator - Class in org.opensaml.core.xml.persist
-
Iterator which provides lazy iteration over the managed files.
- 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, MetadataFilterContext) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.AlgorithmFilter
-
Filters the given metadata, perhaps to remove elements that are not wanted.
- filter(XMLObject, MetadataFilterContext) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.ByReferenceMetadataFilter
-
Filters the given metadata, perhaps to remove elements that are not wanted.
- filter(XMLObject, MetadataFilterContext) - 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, MetadataFilterContext) - 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, MetadataFilterContext) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.NameIDFormatFilter
-
Filters the given metadata, perhaps to remove elements that are not wanted.
- filter(XMLObject, MetadataFilterContext) - 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, MetadataFilterContext) - 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, MetadataFilterContext) - 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, MetadataFilterContext) - 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, MetadataFilterContext) - 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, MetadataFilterContext) - Method in interface org.opensaml.saml.metadata.resolver.filter.MetadataFilter
-
Filters the given metadata, perhaps to remove elements that are not wanted.
- filter(XMLObject, MetadataFilterContext) - Method in class org.opensaml.saml.metadata.resolver.filter.MetadataFilterChain
-
Filters the given metadata, perhaps to remove elements that are not wanted.
- FilteredMetricRegistry - Class in org.opensaml.core.metrics.impl
-
MetricRegistrythat returns a metric or a disabled wrapper for a metric based on a suppliedMetricFilter. - FilteredMetricRegistry() - Constructor for class org.opensaml.core.metrics.impl.FilteredMetricRegistry
-
Constructor.
- filterEntitiesDescriptor(EntitiesDescriptor) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.AlgorithmFilter
-
Filters entities descriptor.
- 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
-
Filters
EntitiesDescriptor. - filterEntitiesDescriptor(EntitiesDescriptor) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.NameIDFormatFilter
-
Filters entities descriptor.
- 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.AlgorithmFilter
-
Filters entity 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.
- filterEntityDescriptor(EntityDescriptor) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.NameIDFormatFilter
-
Filters entity descriptor.
- 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(Exception) - 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(String, Exception) - Constructor for exception org.opensaml.saml.metadata.resolver.filter.FilterException
-
Constructor.
- filterMap - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.ByReferenceMetadataFilter
-
Map of resolver names to filters.
- filterMetadata(XMLObject) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
-
Filters the given metadata.
- filterRoleDescriptor(RoleDescriptor, Collection<String>) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.NameIDFormatFilter
-
Filters role descriptor.
- filters - Variable in class org.opensaml.saml.metadata.resolver.filter.MetadataFilterChain
-
Registered filters.
- filterType - Variable in class org.opensaml.saml.metadata.resolver.filter.AbstractMetadataFilter
-
Filter type for logging/reporting.
- finalDestination - Variable in class org.opensaml.saml.saml2.binding.security.impl.ExtractChannelBindingsHeadersHandler
-
Include header blocks targeted at the final destination node?
- finalDestination - Variable in class org.opensaml.soap.messaging.context.InboundSOAPContext
-
Flag indicating whether the node is the final destination for the current message processing context.
- 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.
- forceAuthn - Variable in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
-
ForeceAuthn attribute.
- forceRevocationEnabled - Variable in class org.opensaml.security.x509.impl.CertPathPKIXValidationOptions
-
Force RevocationEnabled flag.
- forEachRemaining(Consumer<? super E>) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList.MutableChildrenIterator
- form - Enum constant in enum class org.opensaml.saml.metadata.resolver.impl.TemplateRequestURLBuilder.EncodingStyle
-
URL form encoding.
- format - Variable in class org.opensaml.saml.common.profile.AbstractNameIdentifierGenerator
-
The identifier Format supported.
- format - Variable in class org.opensaml.saml.saml1.core.impl.NameIdentifierImpl
-
Contents of the Format.
- format - Variable in class org.opensaml.saml.saml2.core.impl.AbstractNameIDType
-
Format of the Name ID.
- format - Variable in class org.opensaml.saml.saml2.core.impl.NameIDPolicyImpl
-
NameID Format URI.
- 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.
- formatBuilder - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.NameIDFormatFilter
-
Builder for
NameIDFormat. - formatLookupStrategy - Variable in class org.opensaml.saml.saml1.profile.impl.AddNameIdentifierToSubjects
-
Strategy used to determine the formats to try.
- formatLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects
-
Strategy used to determine the formats to try.
- formats - Variable in class org.opensaml.saml.common.profile.logic.AbstractNameIDPolicyPredicate
-
Formats to apply policy to.
- formats - Variable in class org.opensaml.saml.saml1.profile.impl.AddNameIdentifierToSubjects
-
Formats to try.
- formats - Variable in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects
-
Formats to try.
- FormatSpecificNameIdentifierGenerator<NameIdType extends SAMLObject> - Interface in org.opensaml.saml.common.profile
-
Specialized type of
NameIdentifierGeneratorthat 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
- fragment - Enum constant in enum class org.opensaml.saml.metadata.resolver.impl.TemplateRequestURLBuilder.EncodingStyle
-
URL fragment encoding.
- FRIENDLY_NAME_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.Attribute
-
Name of the FriendlyName attribute.
- friendlyName - Variable in class org.opensaml.saml.saml2.core.impl.AttributeImpl
-
Human readable name of the attribute.
- From - Interface in org.opensaml.soap.wsaddressing
-
The <wsa:From> element.
- FromBuilder - Class in org.opensaml.soap.wsaddressing.impl
-
Builder for the
Fromelement. - 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
- fromXMLObject(KANonce) - Static method in class org.opensaml.xmlsec.agreement.impl.KANonce
-
Create and initialize a new instance from the specified
XMLObject. - fromXMLObject(KeyDerivationMethod) - Static method in class org.opensaml.xmlsec.derivation.impl.ConcatKDF
-
Create and initialize a new instance from the specified
XMLObject. - fromXMLObject(KeyDerivationMethod) - Static method in class org.opensaml.xmlsec.derivation.impl.PBKDF2
-
Create and initialize a new instance from the specified
XMLObject. - fromXMLObject(DigestMethod) - Static method in class org.opensaml.xmlsec.agreement.impl.DigestMethod
-
Create and initialize a new instance from the specified
XMLObject. - FULFILL_ON_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.ObligationType
-
FulfillOn attribute name.
- fulFillOn - Variable in class org.opensaml.xacml.policy.impl.ObligationTypeImpl
-
The attribute fulfillOn.
- 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
Functioninstance. - FunctionDrivenDynamicHTTPMetadataResolver(Timer, HttpClient) - Constructor for class org.opensaml.saml.metadata.resolver.impl.FunctionDrivenDynamicHTTPMetadataResolver
-
Constructor.
- FunctionDrivenDynamicHTTPMetadataResolver(HttpClient) - Constructor for class org.opensaml.saml.metadata.resolver.impl.FunctionDrivenDynamicHTTPMetadataResolver
-
Constructor.
- FunctionDrivenMetadataIndex - Class in org.opensaml.saml.metadata.resolver.index.impl
-
Implementation of
MetadataIndexwhich is based on injected strategy functions. - FunctionDrivenMetadataIndex(Function<EntityDescriptor, Set<MetadataIndexKey>>, Function<CriteriaSet, Set<MetadataIndexKey>>) - Constructor for class org.opensaml.saml.metadata.resolver.index.impl.FunctionDrivenMetadataIndex
-
Constructor.
- functionId - Variable in class org.opensaml.xacml.policy.impl.ApplyTypeImpl
-
Function Id.
- functionId - Variable in class org.opensaml.xacml.policy.impl.FunctionTypeImpl
-
Function Id.
- FunctionMessageHandler - Class in org.opensaml.messaging.handler.impl
-
Message handler that runs an injected function (expected to have side effects).
- FunctionMessageHandler() - Constructor for class org.opensaml.messaging.handler.impl.FunctionMessageHandler
-
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 - Variable in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
-
G child element.
- G - Interface in org.opensaml.xmlsec.signature
-
XMLObject representing XML Digital Signature, version 20020212, G element.
- gaugeNumLiveEntityIDs - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Metrics Gauge for the number of live entityIDs.
- gaugePersistentCacheInit - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Metrics Gauge for the persistent cache initialization.
- gauges - Variable in class org.opensaml.core.metrics.impl.CoreGaugeSet
-
The map of gauges.
- GBuilder - Class in org.opensaml.xmlsec.signature.impl
-
Builder of
G. - GBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.GBuilder
- generate() - Method in class org.opensaml.storage.testing.StorageServiceTest.AnnotatedObject
- 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(MetadataGeneratorParameters, Writer) - Method in interface org.opensaml.saml.metadata.generator.impl.MetadataGenerator
-
Generate metadata using the supplied parameters into the supplied destination.
- generate(MetadataGeneratorParameters, Writer) - Method in class org.opensaml.saml.metadata.generator.impl.VelocityMetadataGenerator
-
Generate metadata using the supplied parameters into the supplied destination.
- 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.KeyAgreementKeyInfoGeneratorFactory.KeyAgreementKeyInfoGenerator
-
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.
- generateAgreementSecret(Credential, Credential, KeyAgreementParameters) - Method in class org.opensaml.xmlsec.agreement.impl.AbstractKeyAgreementProcessor
-
Generate the agreement secret according to the key algorithm and using the supplied public and private credentials.
- generateAgreementSecret(Credential, Credential, KeyAgreementParameters) - Method in class org.opensaml.xmlsec.agreement.impl.DHWithExplicitKDFKeyAgreementProcessor
-
Generate the agreement secret according to the key algorithm and using the supplied public and private credentials.
- generateAgreementSecret(Credential, Credential, KeyAgreementParameters) - Method in class org.opensaml.xmlsec.agreement.impl.DHWithLegacyKDFKeyAgreementProcessor
-
Generate the agreement secret according to the key algorithm and using the supplied public and private credentials.
- generateAgreementSecret(Credential, Credential, KeyAgreementParameters) - Method in class org.opensaml.xmlsec.agreement.impl.ECDHKeyAgreementProcessor
-
Generate the agreement secret according to the key algorithm and using the supplied public and private credentials.
- 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)andNamespaceManager.deregisterAttributeValue(String). - generateCompatibleKeyPair(ECPublicKey, String) - Static method in class org.opensaml.security.crypto.ec.ECSupport
-
Generate a key pair whose parameters are compatible with those of the specified EC public key.
- generateCompatibleKeyPair(DHPublicKey, String) - Static method in class org.opensaml.security.crypto.dh.DHSupport
-
Generate a key pair whose parameters are compatible with those of the specified DH public key.
- 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
GeneratedKeyobjects. - GeneratedKeyBuilder() - Constructor for class org.opensaml.saml.ext.samlec.impl.GeneratedKeyBuilder
- 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
GeneratedKeyobjects. - 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
GeneratedKeyobjects. - GeneratedKeyUnmarshaller() - Constructor for class org.opensaml.saml.ext.samlec.impl.GeneratedKeyUnmarshaller
- generatedLength - Variable in class org.opensaml.xmlsec.agreement.impl.KANonce
-
Generated salt length, in bytes.
- generatedSaltLength - Variable in class org.opensaml.xmlsec.derivation.impl.PBKDF2
-
Generated salt length, in bytes.
- 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.
- generateKey(String, AlgorithmParameterSpec, String) - Static method in class org.opensaml.security.crypto.KeySupport
-
Generate a random symmetric key.
- 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.
- generateKeyPair(String, int, String) - Static method in class org.opensaml.security.crypto.KeySupport
-
Generate a random asymmetric key pair.
- generateKeyPair(String, AlgorithmParameterSpec) - Static method in class org.opensaml.xmlsec.algorithm.AlgorithmSupport
-
Randomly generates a Java JCE KeyPair object from the specified XML Encryption algorithm URI.
- generateKeyPair(String, AlgorithmParameterSpec, String) - Static method in class org.opensaml.security.crypto.KeySupport
-
Generate a random asymmetric key pair.
- generateKeyPairAndCredential(String, int, boolean) - Static method in class org.opensaml.xmlsec.algorithm.AlgorithmSupport
-
Generate a random asymmetric key pair and return in a BasicCredential.
- generateKeyPairAndCredential(String, AlgorithmParameterSpec, boolean) - Static method in class org.opensaml.xmlsec.algorithm.AlgorithmSupport
-
Generate a random asymmetric key pair and return in a BasicCredential.
- generateKeys(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.index.impl.EndpointMetadataIndex
-
Generate a set of one or more
MetadataIndexKeyinstances based on the inputCriteriaSet. - generateKeys(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.index.impl.FunctionDrivenMetadataIndex
-
Generate a set of one or more
MetadataIndexKeyinstances based on the inputCriteriaSet. - generateKeys(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.index.impl.RoleMetadataIndex
-
Generate a set of one or more
MetadataIndexKeyinstances based on the inputCriteriaSet. - generateKeys(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex
-
Generate a set of one or more
MetadataIndexKeyinstances based on the inputCriteriaSet. - generateKeys(CriteriaSet) - Method in interface org.opensaml.saml.metadata.resolver.index.MetadataIndex
-
Generate a set of one or more
MetadataIndexKeyinstances based on the inputCriteriaSet. - generateKeys(EntityDescriptor) - Method in class org.opensaml.saml.metadata.resolver.index.impl.EndpointMetadataIndex
-
Generate a set of one or more
MetadataIndexKeyinstances based on the inputEntityDescriptor. - generateKeys(EntityDescriptor) - Method in class org.opensaml.saml.metadata.resolver.index.impl.FunctionDrivenMetadataIndex
-
Generate a set of one or more
MetadataIndexKeyinstances based on the inputEntityDescriptor. - generateKeys(EntityDescriptor) - Method in class org.opensaml.saml.metadata.resolver.index.impl.RoleMetadataIndex
-
Generate a set of one or more
MetadataIndexKeyinstances based on the inputEntityDescriptor. - generateKeys(EntityDescriptor) - Method in class org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex
-
Generate a set of one or more
MetadataIndexKeyinstances based on the inputEntityDescriptor. - generateKeys(EntityDescriptor) - Method in interface org.opensaml.saml.metadata.resolver.index.MetadataIndex
-
Generate a set of one or more
MetadataIndexKeyinstances based on the inputEntityDescriptor. - generateNameID(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects
-
Attempt to generate a
NameIDusing each of the candidate Formats and plugins. - generateNameIdentifier(ProfileRequestContext) - Method in class org.opensaml.saml.saml1.profile.impl.AddNameIdentifierToSubjects
-
Attempt to generate a
NameIdentifierusing each of the candidate Formats and plugins. - 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.
- generateValue() - Method in class org.opensaml.xmlsec.agreement.impl.KANonce
-
Generate a new random value.
- generator - Variable in class org.opensaml.saml.saml1.profile.impl.AddNameIdentifierToSubjects
-
Generator to use.
- generator - Variable in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects
-
Generator to use.
- generator - Variable in class org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
-
Generator child element.
- 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
- 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
-
GeolocationHint.
- GeolocationHintBuilder - Class in org.opensaml.saml.ext.saml2mdui.impl
-
Builder of
GeolocationHintobjects. - GeolocationHintBuilder() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.GeolocationHintBuilder
- 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.
- get(int) - Method in class org.opensaml.core.xml.util.ListView
- get(int) - Method in class org.opensaml.core.xml.util.XMLObjectChildrenList
- get(int) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList
- get(Class<T>) - Static method in class org.opensaml.core.config.ConfigurationService
-
Obtain the registered configuration instance.
- get(Class<T>, String) - Method in interface org.opensaml.core.config.Configuration
-
Obtain the registered configuration instance.
- get(Class<T>, String) - Method in class org.opensaml.core.config.provider.MapBasedConfiguration
-
Obtain the registered configuration instance.
- get(Object) - Method in class org.opensaml.core.xml.util.AttributeMap
- get(String) - Method in class org.opensaml.messaging.context.BaseContext.DeprecatedContextClassNameLookAside
-
Get the relocated class object if it exists.
- 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(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_METHOD - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
-
HTTP Method - GET.
- getAcceptedIssuers() - Method in class org.opensaml.security.trust.impl.TrustEngineX509TrustManager
- getAcceptedIssuers() - Method in class org.opensaml.security.x509.tls.impl.ThreadLocalX509TrustManager
- 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.
- getAction(MessageContext) - Method in class org.opensaml.soap.wsaddressing.messaging.impl.ValidateActionHandler
-
Get message Action header.
- 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 actions.
- 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 actions.
- 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.
- getActionURI() - Method in class org.opensaml.soap.wsaddressing.messaging.impl.AddActionHandler
-
Get the Action URI.
- getActionURI() - Method in class org.opensaml.soap.wsaddressing.messaging.WSAddressingContext
-
Get the Action URI value.
- getActivationCondition() - Method in class org.opensaml.messaging.handler.AbstractMessageHandler
-
Get activation condition indicating whether the handler should be invoked.
- getActivationCondition() - Method in class org.opensaml.profile.action.AbstractConditionalProfileAction
-
Get activation condition indicating whether action should execute.
- getActivationCondition() - Method in class org.opensaml.saml.metadata.resolver.ChainingMetadataResolver
-
Get an activation condition for this resolver.
- getActivationCondition() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
-
Get an activation condition for this resolver.
- 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, HttpServletRequest) - Static method in class org.opensaml.saml.common.binding.SAMLBindingSupport
-
Extract the transport endpoint URI at which this message was received.
- getAdapted() - Method in class org.opensaml.core.xml.AbstractXSAnyAdapter
-
Get the adapted
XSAnyinstance. - getAdapted() - Method in interface org.opensaml.core.xml.XSAnyAdapter
-
Get the adapted instance of
XSAny - getAdditionalAudiences() - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Get the function for determining additional audience values.
- 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.
- getAdditionalNamespaces() - Method in interface org.opensaml.saml.metadata.generator.impl.MetadataGeneratorParameters
-
Get a set of additional namespaces to declare on root element.
- 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.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). - getAddressRequired() - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Get the predicate which determines whether an Assertion SubjectConfirmationData Address is required.
- getAdvice() - Method in interface org.opensaml.saml.saml1.core.Assertion
-
advice is a (singleton) Object, representing the
Advicesub element. - getAdvice() - Method in class org.opensaml.saml.saml1.core.impl.AssertionImpl
-
advice is a (singleton) Object, representing the
Advicesub 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 class org.opensaml.xmlsec.agreement.impl.BasicKeyAgreementCredential
-
The key agreement algorithm URI used.
- getAlgorithm() - Method in class org.opensaml.xmlsec.agreement.impl.DHWithExplicitKDFKeyAgreementProcessor
-
The key agreement algorithm URI.
- getAlgorithm() - Method in class org.opensaml.xmlsec.agreement.impl.DHWithLegacyKDFKeyAgreementProcessor
-
The key agreement algorithm URI.
- getAlgorithm() - Method in class org.opensaml.xmlsec.agreement.impl.DigestMethod
-
Get the algorithm URI.
- getAlgorithm() - Method in class org.opensaml.xmlsec.agreement.impl.ECDHKeyAgreementProcessor
-
The key agreement algorithm URI.
- getAlgorithm() - Method in interface org.opensaml.xmlsec.agreement.KeyAgreementCredential
-
The key agreement algorithm URI used.
- getAlgorithm() - Method in interface org.opensaml.xmlsec.agreement.KeyAgreementProcessor
-
The key agreement algorithm URI.
- getAlgorithm() - Method in class org.opensaml.xmlsec.derivation.impl.ConcatKDF
-
The key derivation algorithm URI.
- getAlgorithm() - Method in class org.opensaml.xmlsec.derivation.impl.PBKDF2
-
The key derivation algorithm URI.
- getAlgorithm() - Method in interface org.opensaml.xmlsec.derivation.KeyDerivation
-
The key derivation algorithm URI.
- 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.impl.KeyDerivationMethodImpl
-
Gets the algorithm URI attribute.
- getAlgorithm() - Method in interface org.opensaml.xmlsec.encryption.KeyDerivationMethod
-
Gets the algorithm URI attribute.
- getAlgorithm() - Method in class org.opensaml.xmlsec.encryption.support.DataEncryptionParameters
-
Gets the XML Encryption algorithm URI used to encrypt.
- getAlgorithm() - Method in class org.opensaml.xmlsec.encryption.support.KeyAgreementEncryptionConfiguration
-
Get the algorithm URI.
- 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() - Method in class org.opensaml.xmlsec.derivation.impl.ConcatKDF
-
Get the AlgorithmID in its unpadded hex-encoded form.
- getAlgorithmID() - Method in interface org.opensaml.xmlsec.encryption.ConcatKDFParams
-
Gets the AlgorithmID attribute in its padded hex-encoded form.
- getAlgorithmID() - Method in class org.opensaml.xmlsec.encryption.impl.ConcatKDFParamsImpl
-
Gets the AlgorithmID attribute in its padded hex-encoded form.
- getAlgorithmID(String) - Static method in class org.opensaml.xmlsec.algorithm.AlgorithmSupport
-
Get the Java security JCA/JCE algorithm identifier associated with an algorithm URI.
- getAlgorithmIDBytes() - Method in interface org.opensaml.xmlsec.encryption.ConcatKDFParams
-
Gets the AlgorithmID attribute in its padded byte array form.
- getAlgorithmIDBytes() - Method in class org.opensaml.xmlsec.encryption.impl.ConcatKDFParamsImpl
-
Gets the AlgorithmID attribute in its padded byte array form.
- getAlgorithmRegistry() - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
-
Get the
AlgorithmRegistryinstance used when resolving algorithm URIs. - getAlgorithmRegistry() - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
-
Get the
AlgorithmRegistryinstance 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.
- getAllCandidates(Iterable<EntityDescriptor>) - Method in class org.opensaml.saml.metadata.resolver.impl.PredicateRoleDescriptorResolver
-
Obtain all role descriptors contained by the input entity descriptors.
- 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
Allelements. - getAlls() - Method in interface org.opensaml.soap.wspolicy.OperatorContentType
-
Get the list of
Allelements. - 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.
- getAnnotation(Object, Class<T>) - Static method in class org.opensaml.storage.annotation.AnnotationSupport
-
Returns an annotation of a specified type attached to a target object.
- 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) - Method in class org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactType0004Builder
-
Gets the index of the source artifact resolution service.
- getArsEndpointUrl(MessageContext) - 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 class org.opensaml.saml.criterion.ArtifactCriterion
-
Get the SAML artifact.
- getArtifact() - Method in interface org.opensaml.saml.saml2.core.ArtifactResolve
-
Get Artifact child element.
- 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.
- getArtifactBuilderFactory() - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
-
Get the SAML 2 artifact builder factory.
- 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 interface org.opensaml.saml.common.binding.artifact.SAMLArtifact
-
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) - Method in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0001Builder
-
Get the artifact context.
- getArtifactContext(MessageContext) - Method in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0002Builder
-
Get the artifact context.
- getArtifactContext(MessageContext) - Method in class org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactType0004Builder
-
Get the artifact context.
- getArtifactEndpointResolver() - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
-
Get the artifact endpoint resolver.
- getArtifactLifetime() - Method in class org.opensaml.saml.common.binding.artifact.impl.BasicSAMLArtifactMap
-
Get the artifact entry lifetime.
- getArtifactLifetime() - Method in class org.opensaml.saml.common.binding.artifact.impl.StorageServiceSAMLArtifactMap
-
Get the artifact entry lifetime.
- 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.
- getAssertion() - Method in class org.opensaml.saml.saml2.profile.impl.ValidateAssertions.AssertionValidationInput
-
Get the
Assertionbeing evaluated. - getAssertion() - Method in class org.opensaml.saml.saml2.wssecurity.messaging.impl.SAML20AssertionTokenValidationInput
-
Get the
Assertionbeing evaluated. - 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 a list of assertion consumer service
Endpoints for this service. - getAssertionConsumerServices() - Method in interface org.opensaml.saml.saml2.metadata.SPSSODescriptor
-
Gets a 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.
- 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.
- getAssertionResolver() - Method in class org.opensaml.saml.saml2.profile.impl.ValidateAssertions
-
Get the function which resolves the list of assertions to validate.
- 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.
- getAssertionSubject(Assertion) - Method in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects
-
Get the subject to which the name identifier will be added.
- getAssertionSubject(Assertion) - Method in class org.opensaml.saml.saml2.profile.impl.AddSubjectConfirmationToSubjects
-
Get the subject to which the confirmation will be added.
- getAssertionSubject(Assertion) - Method in class org.opensaml.saml.saml2.profile.impl.CopyNameIDFromRequest
-
Get the subject to which the name identifier will be added.
- 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.
- getAssertionValidator(MessageContext, Assertion) - Method in class org.opensaml.saml.saml2.wssecurity.messaging.impl.WSSecuritySAML20AssertionTokenSecurityHandler
-
Get the configured Assertion validator.
- getAssertionValidator(ProfileRequestContext, Assertion) - Method in class org.opensaml.saml.saml2.profile.impl.ValidateAssertions
-
Get the configured Assertion validator.
- getAssertionValidatorLookup() - Method in class org.opensaml.saml.saml2.wssecurity.messaging.impl.WSSecuritySAML20AssertionTokenSecurityHandler
-
Get the Assertion validator lookup function.
- getAttesterCertificate(ValidateAssertions.AssertionValidationInput) - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Get the attesting entity's
X509Certificate. - getAttesterCertificate(SAML20AssertionTokenValidationInput) - Method in class org.opensaml.saml.saml2.wssecurity.messaging.impl.DefaultSAML20AssertionValidationContextBuilder
-
Get the attesting entity's
X509Certificate. - getAttesterIPAddress(ValidateAssertions.AssertionValidationInput) - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Get the attester's IP address.
- getAttesterIPAddress(SAML20AssertionTokenValidationInput) - Method in class org.opensaml.saml.saml2.wssecurity.messaging.impl.DefaultSAML20AssertionValidationContextBuilder
-
Get the attester's IP address.
- getAttesterPublicKey(ValidateAssertions.AssertionValidationInput) - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Get the attesting entity's
PublicKey. - getAttesterPublicKey(SAML20AssertionTokenValidationInput) - Method in class org.opensaml.saml.saml2.wssecurity.messaging.impl.DefaultSAML20AssertionValidationContextBuilder
-
Get the attesting entity's
PublicKey. - 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() - Method in interface org.opensaml.saml.metadata.generator.impl.MetadataGeneratorParameters
-
Get the AA role to generate.
- getAttributeAuthorityDescriptor(String) - Method in interface org.opensaml.saml.saml2.metadata.EntityDescriptor
-
Gets the first
AttributeAuthorityDescriptorrole descriptor for this entity that supports the given protocol. - getAttributeAuthorityDescriptor(String) - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
-
Gets the first
AttributeAuthorityDescriptorrole 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
Responsemessage. - 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
Responsemessage. - 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 a list of attribute consuming service descriptors for this service.
- getAttributeConsumingServices() - Method in interface org.opensaml.saml.saml2.metadata.SPSSODescriptor
-
Gets a 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
AttributeStatementelements. - getAttributeStatements() - Method in class org.opensaml.saml.saml1.core.impl.AssertionImpl
-
Return all the
AttributeStatementelements. - 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.
- getAudienceRestriction(Conditions) - Method in class org.opensaml.saml.common.profile.impl.AddAudienceRestrictionToAssertions
-
Get the
AudienceRestrictionto which audiences will be added. - getAudienceRestrictionCondition(Conditions) - Method in class org.opensaml.saml.common.profile.impl.AddAudienceRestrictionToAssertions
-
Get the
AudienceRestrictionConditionto which audiences will be added. - getAudienceRestrictionConditions() - Method in interface org.opensaml.saml.saml1.core.Conditions
-
Get the audience restriction conditions.
- getAudienceRestrictionConditions() - Method in class org.opensaml.saml.saml1.core.impl.ConditionsImpl
-
Get the audience restriction conditions.
- 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.
- getAuthCache() - Method in class org.opensaml.security.httpclient.HttpClientSecurityParameters
-
Get an instance of
AuthCacheused for authentication by the HttpClient instance. - 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 request AuthenticationQuery.
- getAuthenticationQuery() - Method in interface org.opensaml.saml.saml1.core.Request
-
Get the request AuthenticationQuery.
- getAuthenticationStatements() - Method in interface org.opensaml.saml.saml1.core.Assertion
-
Return the List representing all the
AuthenticationStatementsub elements. - getAuthenticationStatements() - Method in class org.opensaml.saml.saml1.core.impl.AssertionImpl
-
Return the List representing all the
AuthenticationStatementsub elements. - getAuthnAuthorityDescriptor(String) - Method in interface org.opensaml.saml.saml2.metadata.EntityDescriptor
-
Gets the first
AuthnAuthorityDescriptorrole descriptor for this entity that supports the given protocol. - getAuthnAuthorityDescriptor(String) - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
-
Gets the first
AuthnAuthorityDescriptorrole 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 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 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.impl.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
AuthorizationStatementsub elements. - getAuthorizationDecisionStatements() - Method in class org.opensaml.saml.saml1.core.impl.AssertionImpl
-
Return the List representing all the
AuthorizationStatementsub 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.
- getBackgroundInitializationFromCacheDelay() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Get the delay after which to schedule the background initialization from the persistent cache.
- 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.
- getBackupFileInitNextRefreshDelay() - Method in class org.opensaml.saml.metadata.resolver.impl.FileBackedHTTPMetadataResolver
-
Get the duration after which to schedule next refresh, when initialized from backup file.
- 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.
- getBaseURL() - Method in class org.opensaml.saml.metadata.resolver.impl.MetadataQueryProtocolRequestURLBuilder
-
Gets the base URL configured into function.
- 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.
- getBindingDescriptor() - Method in class org.opensaml.saml.saml1.binding.decoding.impl.HTTPArtifactDecoder
-
Get an optional
BindingDescriptorto inject intoSAMLBindingContextcreated. - getBindingDescriptor() - Method in class org.opensaml.saml.saml1.binding.decoding.impl.HttpClientResponseSOAP11Decoder
-
Get an optional
BindingDescriptorto inject intoSAMLBindingContextcreated. - getBindingDescriptor() - Method in class org.opensaml.saml.saml1.binding.decoding.impl.HTTPPostDecoder
-
Get an optional
BindingDescriptorto inject intoSAMLBindingContextcreated. - getBindingDescriptor() - Method in class org.opensaml.saml.saml1.binding.decoding.impl.HTTPSOAP11Decoder
-
Get an optional
BindingDescriptorto inject intoSAMLBindingContextcreated. - getBindingDescriptor() - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
-
Get an optional
BindingDescriptorto inject intoSAMLBindingContextcreated. - getBindingDescriptor() - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HttpClientResponseSOAP11Decoder
-
Get an optional
BindingDescriptorto inject intoSAMLBindingContextcreated. - getBindingDescriptor() - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPPostDecoder
-
Get an optional
BindingDescriptorto inject intoSAMLBindingContextcreated. - getBindingDescriptor() - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPRedirectDeflateDecoder
-
Get an optional
BindingDescriptorto inject intoSAMLBindingContextcreated. - getBindingDescriptor() - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPSOAP11Decoder
-
Get an optional
BindingDescriptorto inject intoSAMLBindingContextcreated. - getBindings() - Method in class org.opensaml.saml.criterion.BindingCriterion
-
Get ordered list of SAML binding URIs.
- getBindingUri() - Method in class org.opensaml.saml.common.messaging.context.SAMLBindingContext
-
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.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.HttpClientResponseSOAP11Decoder
-
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.HttpClientRequestSOAP11Encoder
-
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.HttpClientResponseSOAP11Decoder
-
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.HttpClientRequestSOAP11Encoder
-
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.
- 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.client.soap11.decoder.http.impl.HttpClientResponseSOAP11Decoder
-
Get the configured body handler MessageHandler.
- getBodyHandler() - Method in class org.opensaml.soap.soap11.decoder.http.impl.HTTPSOAP11Decoder
-
Get the configured body handler MessageHandler.
- getBuilder(QName) - Method in class org.opensaml.core.testing.XMLObjectBaseTestCase
-
Lookup the XMLObjectBuilder for a QName.
- 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
XMLObjectBuilderusing 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.
- getBuilders() - Method in class org.opensaml.core.xml.XMLObjectBuilderFactory
-
Gets an immutable list of all the builders currently registered.
- getByName(String) - Method in class org.opensaml.security.crypto.ec.NamedCurveRegistry
-
Lookup a curve by the canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getByOID(String) - Method in class org.opensaml.security.crypto.ec.NamedCurveRegistry
-
Lookup a curve by object identifier (OID).
- getByParameterSpec(ECParameterSpec) - Method in class org.opensaml.security.crypto.ec.NamedCurveRegistry
-
Lookup a curve by
ECParameterSpec. - getByURI(String) - Method in class org.opensaml.security.crypto.ec.NamedCurveRegistry
-
Lookup a curve by URI.
- 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 that this descriptor should be cached.
- getCacheDuration() - Method in class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorImpl
-
Gets the maximum time that this descriptor should be cached.
- getCacheDuration() - Method in class org.opensaml.saml.saml2.metadata.impl.EntitiesDescriptorImpl
-
Gets the maximum time that this descriptor should be cached.
- getCacheDuration() - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
-
Gets the maximum time that this descriptor should be cached.
- getCacheDuration() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorImpl
-
Gets the maximum time that this descriptor should be cached.
- getCacheDuration() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter
-
Gets the maximum time that this descriptor should be cached.
- getCacheValue(Assertion) - Method in class org.opensaml.saml.saml2.assertion.impl.OneTimeUseConditionValidator
-
Get the string value which will be tracked in the cache for purposes of one-time use detection.
- 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.
- getCandidatesByRoleAndProtocol(Iterable<EntityDescriptor>, CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.PredicateRoleDescriptorResolver
-
Obtain the role descriptors contained by the input entity descriptors which match the specified role and protocol criteria.
- getCandidatesFromMetadata(CriteriaSet) - Method in class org.opensaml.saml.common.binding.AbstractEndpointResolver
-
Get a mutable list of endpoints of a given type found in the metadata role contained in a
RoleDescriptorCriterion(or an empty list if no metadata exists). - 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.
- getCanonicalizedLocation() - Method in class org.opensaml.saml.metadata.resolver.index.impl.EndpointMetadataIndex.EndpointMetadataIndexKey
-
Get the canonicalized representation of the location, primarily for use in
EndpointMetadataIndex.EndpointMetadataIndexKey.hashCode()andEndpointMetadataIndex.EndpointMetadataIndexKey.equals(Object). - getCanonicalizedLocation() - Method in class org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex.ArtifactSourceLocationMetadataIndexKey
-
Get the canonicalized representation of the location, primarily for use in
SAMLArtifactMetadataIndex.ArtifactSourceLocationMetadataIndexKey.hashCode()andSAMLArtifactMetadataIndex.ArtifactSourceLocationMetadataIndexKey.equals(Object). - 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
-
Returns the capabilities of the underlying store.
- 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
X509Certificateinto a native Java representation. - getCertificateChain(String) - Method in class org.opensaml.security.x509.tls.impl.StaticX509CredentialKeyManager
- getCertificateChain(String) - Method in class org.opensaml.security.x509.tls.impl.ThreadLocalX509CredentialKeyManager
- 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
CertificateNameOptionsinstance to use when evaluating a client TLSX509Credential. - getCertificateNameOptions() - Method in class org.opensaml.security.x509.tls.ClientTLSValidationParameters
-
Get a
CertificateNameOptionsinstance to use when evaluating a client TLSX509Credential. - getCertificateNameOptions() - Method in class org.opensaml.security.x509.tls.impl.BasicClientTLSValidationConfiguration
-
Get a
CertificateNameOptionsinstance to use when evaluating a client TLSX509Credential. - 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 interface org.opensaml.saml.metadata.generator.impl.MetadataGeneratorParameters
-
Dual-use certificates.
- 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() - Method in class org.opensaml.spring.credential.AbstractX509CredentialFactoryBean
-
Get the configured certificates.
- getCertificates() - Method in class org.opensaml.spring.credential.BasicX509CredentialFactoryBean
-
Get the configured certificates.
- getCertificates() - Method in class org.opensaml.spring.credential.X509InlineCredentialFactoryBean
-
Get the configured certificates.
- getCertificates() - Method in class org.opensaml.spring.trust.AbstractBasicPKIXValidationInfoFactoryBean
-
Get the configured certificates.
- getCertificates() - Method in class org.opensaml.spring.trust.PKIXInlineValidationInfoFactoryBean
-
Get the configured certificates.
- getCertificates() - Method in class org.opensaml.spring.trust.PKIXResourceValidationInfoFactoryBean
-
Get the configured certificates.
- getCertificates() - Method in class org.opensaml.spring.trust.StaticPKIXFactoryBean
-
Get the configured certificates.
- getCertificates(KeyInfo) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
-
Get a list of the Java
X509Certificatewithin the given KeyInfo. - getCertificates(X509Data) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
-
Get a list of the Java
X509Certificatewithin the givenX509Data. - 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.
- getCheckAddress() - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Get the predicate which determines whether an Assertion's network address(es) should be checked.
- getChildren() - Method in interface org.opensaml.saml.saml2.core.Advice
-
Gets the list of all child elements attached to this advice.
- 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 interface org.opensaml.saml.saml2.core.Advice
-
Gets the list of child elements attached to this advice that match a particular QName.
- 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 encrypted form of the plaintext data.
- getCipherValue() - Method in class org.opensaml.xmlsec.encryption.impl.CipherDataImpl
-
Get the base64-encoded data representing the encrypted form of the plaintext data.
- getCleanupInterval() - Method in class org.opensaml.storage.AbstractStorageService
-
Gets the time 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.client.ClientStorageService
-
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.
- getCleanupTaskInterval() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Get the interval at which the cleanup task should run.
- getCleanupTaskTimer() - Method in class org.opensaml.storage.AbstractStorageService
-
Gets the timer used to schedule cleanup tasks.
- getClientAliases(String, Principal[]) - Method in class org.opensaml.security.x509.tls.impl.StaticX509CredentialKeyManager
- getClientAliases(String, Principal[]) - Method in class org.opensaml.security.x509.tls.impl.ThreadLocalX509CredentialKeyManager
- getClientTLSCredential() - Method in interface org.opensaml.security.httpclient.HttpClientSecurityConfiguration
-
Get the optional client TLS credential.
- getClientTLSCredential() - Method in class org.opensaml.security.httpclient.HttpClientSecurityParameters
-
Get the optional client TLS credential.
- getClientTLSCredential() - Method in class org.opensaml.security.httpclient.impl.BasicHttpClientSecurityConfiguration
-
Get the optional client TLS credential.
- getClientTLSValidationConfiguration() - Method in class org.opensaml.security.config.BasicSecurityConfiguration
-
Get the configuration used when validating client TLS X509Credentials.
- getClientTLSValidationConfiguration() - Method in interface org.opensaml.security.config.SecurityConfiguration
-
Get the configuration used when validating client TLS X509Credentials.
- getClockSkew() - Method in class org.opensaml.saml.common.binding.security.impl.MessageLifetimeSecurityHandler
-
Get the clock skew.
- getClockSkew() - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Get the strategy by which to resolve the clock skew.
- getClockSkew() - Method in class org.opensaml.security.config.BasicSecurityConfiguration
-
Get the acceptable clock skew.
- getClockSkew() - Method in interface org.opensaml.security.config.SecurityConfiguration
-
Get the acceptable clock skew.
- getClockSkew(ValidationContext) - Static method in class org.opensaml.saml.saml2.assertion.SAML20AssertionValidator
-
Gets the clock skew from the
ValidationContext.getStaticParameters()parameters. - 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 - Variable in class org.opensaml.saml.saml2.core.impl.IDPListImpl
-
GetComplete child element.
- GetComplete - Interface in org.opensaml.saml.saml2.core
-
SAML 2.0 Core GetComplete.
- GetCompleteBuilder - Class in org.opensaml.saml.saml2.core.impl
-
Builder of
GetComplete. - GetCompleteBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.GetCompleteBuilder
- 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.
- 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
Conditionssub element. - getConditions() - Method in interface org.opensaml.saml.saml1.core.Conditions
-
Get the conditions.
- getConditions() - Method in class org.opensaml.saml.saml1.core.impl.AssertionImpl
-
Return the (singleton) Object, representing the
Conditionssub element. - getConditions() - Method in class org.opensaml.saml.saml1.core.impl.ConditionsImpl
-
Get the conditions.
- 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
Conditionsof 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
Conditionsof the request. - getConditions() - Method in class org.opensaml.saml.saml2.core.impl.ConditionsImpl
-
Gets all the conditions on the assertion.
- getConditions(QName) - Method in interface org.opensaml.saml.saml1.core.Conditions
-
Get the conditions with the given schema type or element name.
- getConditions(QName) - Method in class org.opensaml.saml.saml1.core.impl.ConditionsImpl
-
Get the conditions with the given schema type or element name.
- getConditions(QName) - Method in interface org.opensaml.saml.saml2.core.Conditions
-
Gets the list of conditions that match a particular QName.
- getConditions(QName) - Method in class org.opensaml.saml.saml2.core.impl.ConditionsImpl
-
Gets the list of conditions that match a particular QName.
- getConfigDescription() - Method in class org.opensaml.spring.credential.AbstractCredentialFactoryBean
-
For logging, get the description of the resource that defined this bean.
- getConfigDescription() - Method in class org.opensaml.spring.trust.AbstractBasicPKIXValidationInfoFactoryBean
-
For logging, get the description of the resource that defined this bean.
- getConfigResources() - Method in class org.opensaml.core.testing.TestXMLObjectProviderInitializer
-
Obtain the list of configuration file resources which should be loaded.
- 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.impl.XMLObjectProviderInitializer
-
Obtain the list of configuration file resources which should be loaded.
- getConfigResources() - Method in class org.opensaml.soap.config.impl.XMLObjectProviderInitializer
-
Obtain the list of configuration file resources which should be loaded.
- getConfigResources() - Method in class org.opensaml.xacml.config.impl.XMLObjectProviderInitializer
-
Obtain the list of configuration file resources which should be loaded.
- getConfigResources() - Method in class org.opensaml.xacml.profile.saml.config.impl.XMLObjectProviderInitializer
-
Obtain the list of configuration file resources which should be loaded.
- getConfigResources() - Method in class org.opensaml.xmlsec.config.impl.XMLObjectProviderInitializer
-
Obtain the list of configuration file resources which should be loaded.
- getConfiguration() - Static method in class org.opensaml.core.config.ConfigurationService
-
Get the
Configurationinstance 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.httpclient.HttpClientSecurityConfigurationCriterion
-
Get the list of configuration instances.
- 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.
- 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.metadata.generator.impl.MetadataGeneratorParameters
-
Get the contacts.
- 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 list of
ContactPersons for this role. - getContactPersons() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter
-
Gets list of
ContactPersons for this role. - getContactPersons() - Method in interface org.opensaml.saml.saml2.metadata.RoleDescriptor
-
Gets 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.
- getContext() - Method in class org.opensaml.saml.common.assertion.ValidationProcessingData
-
Get the validation context.
- 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() - Method in class org.opensaml.storage.testing.StorageServiceTest.AnnotatedObject
- getContext(Object) - Static method in class org.opensaml.storage.annotation.AnnotationSupport
-
Gets the value of the field indicated by the
Contextannotation on the given object. - getContextKeys(String, String) - Method in class org.opensaml.storage.AbstractMapBackedStorageService
-
Return an iterable collection of the keys stored in a context.
- getContextKeys(String, String) - Method in interface org.opensaml.storage.EnumeratableStorageService
-
Return an iterable collection of the keys stored in a 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.client.AbstractClientStorageServiceStore
-
Get the map of contexts to manipulate during operations.
- getContextMap() - Method in class org.opensaml.storage.impl.client.ClientStorageService
-
Get the map of contexts to manipulate during operations.
- getContextMap() - Method in interface org.opensaml.storage.impl.client.ClientStorageServiceStore
-
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.
- getContextSigningParameters(MessageContext) - 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.client.ClientStorageService
-
Gets max size of context labels in characters.
- getContextSize() - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageCapabilities
-
Gets max size of context labels in characters.
- getContextSize() - Method in interface org.opensaml.storage.StorageCapabilities
-
Gets max size of context labels in characters.
- getCookieManager() - Method in class org.opensaml.storage.impl.client.ClientStorageService
-
Get the
CookieManagerto use. - getCount() - Method in class org.opensaml.core.metrics.impl.DisabledCounter
- getCount() - Method in class org.opensaml.core.metrics.impl.DisabledHistogram
- getCount() - Method in class org.opensaml.core.metrics.impl.DisabledMeter
- getCount() - Method in class org.opensaml.core.metrics.impl.DisabledTimer
- getCounterMappings() - Method in class org.opensaml.profile.context.MetricContext
-
Get a modifiable map of object/counter associations.
- 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.
- getCreatedLookup() - Method in class org.opensaml.soap.wssecurity.messaging.impl.AddTimestampHandler
-
Get the context lookup function for the Created time.
- getCreatedValue(MessageContext) - Method in class org.opensaml.soap.wssecurity.messaging.impl.AddTimestampHandler
-
Get the Created value.
- 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.
- getCredential() - Static method in class org.opensaml.security.x509.tls.impl.ThreadLocalX509CredentialContext
-
Return the current thread-local
X509Credential. - getCredential() - Method in class org.opensaml.xmlsec.agreement.impl.PrivateCredential
-
Get the wrapped credential.
- 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.
- getCredentials() - Method in class org.opensaml.spring.trust.StaticExplicitKeyFactoryBean
-
Get the configured certificates.
- getCredentialsProvider() - Method in interface org.opensaml.security.httpclient.HttpClientSecurityConfiguration
-
Get an instance of
CredentialsProviderused for authentication by the HttpClient instance. - getCredentialsProvider() - Method in class org.opensaml.security.httpclient.HttpClientSecurityParameters
-
Get an instance of
CredentialsProviderused for authentication by the HttpClient instance. - getCredentialsProvider() - Method in class org.opensaml.security.httpclient.impl.BasicHttpClientSecurityConfiguration
-
Get an instance of
CredentialsProviderused for authentication by the HttpClient instance. - 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.agreement.impl.BasicKeyAgreementCredential
-
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.KeyAgreementKeyInfoGeneratorFactory
-
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.
- getCriteria() - Method in class org.opensaml.security.httpclient.TLSCriteriaSetCriterion
-
Get the key usage criteria.
- getCriteria() - Static method in class org.opensaml.security.x509.tls.impl.ThreadLocalX509TrustEngineContext
-
Return the current thread-local criteria instance.
- getCriteriaExtender() - Method in class org.opensaml.saml.common.messaging.context.SAMLMetadataLookupParametersContext
-
Get a callable hook for extending the
CriteriaSetused for metadata resolution. - getCriterionPredicateRegistry() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
-
Get the registry used in resolving predicates from criteria.
- getCriterionPredicateRegistry() - Method in class org.opensaml.saml.metadata.resolver.impl.PredicateRoleDescriptorResolver
-
Get the registry used in resolving predicates from criteria.
- getCRL(X509CRL) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
-
Convert an
X509CRLinto 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() - Method in class org.opensaml.spring.credential.AbstractX509CredentialFactoryBean
-
Get the configured CRL list.
- getCRLs() - Method in class org.opensaml.spring.credential.BasicX509CredentialFactoryBean
-
Get the configured CRL list.
- getCRLs() - Method in class org.opensaml.spring.credential.X509InlineCredentialFactoryBean
-
Get the configured CRL list.
- getCRLs() - Method in class org.opensaml.spring.trust.AbstractBasicPKIXValidationInfoFactoryBean
-
Get the configured CRL list.
- getCRLs() - Method in class org.opensaml.spring.trust.PKIXInlineValidationInfoFactoryBean
-
Get the configured CRL list.
- getCRLs() - Method in class org.opensaml.spring.trust.PKIXResourceValidationInfoFactoryBean
-
Get the configured CRL list.
- getCRLs() - Method in class org.opensaml.spring.trust.StaticPKIXFactoryBean
-
Get the configured CRL list.
- getCRLs(KeyInfo) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
- getCRLs(X509Data) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
- getCurvesFromBouncyCastle() - Static method in class org.opensaml.security.crypto.ec.ECSupport
-
Return a set of all curves known to Bouncy Castle as instances of
NamedCurve. - getCustomObject() - Method in class org.opensaml.saml.metadata.resolver.filter.impl.ScriptedTrustedNamesFunction
- 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.
- getDataSealer() - Method in class org.opensaml.storage.impl.client.ClientStorageService
-
Get the
DataSealerto use for data security. - 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 Instant content or attribute value.
- getDateTime() - Method in class org.opensaml.soap.wssecurity.impl.AttributedDateTimeImpl
-
Returns the Instant content or attribute value.
- getDecision() - Method in interface org.opensaml.saml.saml1.core.AuthorizationDecisionStatement
-
Get the decision.
- getDecision() - Method in class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionStatementImpl
-
Get the decision.
- 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.
- getDecoder() - Method in class org.opensaml.messaging.pipeline.BasicMessagePipeline
-
Get the message decoder instance.
- getDecoder() - Method in class org.opensaml.messaging.pipeline.httpclient.BasicHttpClientMessagePipeline
-
Get the message decoder instance.
- getDecoder() - Method in interface org.opensaml.messaging.pipeline.httpclient.HttpClientMessagePipeline
-
Get the message decoder instance.
- getDecoder() - Method in interface org.opensaml.messaging.pipeline.MessagePipeline
-
Get the message decoder instance.
- getDecoder() - Method in class org.opensaml.messaging.pipeline.servlet.BasicHttpServletMessagePipeline
-
Get the message decoder instance.
- getDecoder() - Method in interface org.opensaml.messaging.pipeline.servlet.HttpServletMessagePipeline
-
Get the message decoder instance.
- getDecrypter() - Method in class org.opensaml.saml.saml2.profile.impl.AbstractDecryptAction
-
Get the decrypter.
- getDecryptionConfiguration() - Method in class org.opensaml.xmlsec.config.BasicXMLSecurityConfiguration
-
Get the configuration used when decrypting protocol message information.
- getDecryptionConfiguration() - Method in interface org.opensaml.xmlsec.config.XMLSecurityConfiguration
-
Get the configuration used when decrypting protocol message information.
- 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.
- getDefaultConfigurationPropertiesSource() - Static method in class org.opensaml.core.config.ConfigurationService
-
Get the default
ConfigurationPropertiesSourceinstance to use. - 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
IndexedEndpointfrom a list of candidates. - getDefaultKeyAgreemenUseKeyWrap() - Method in class org.opensaml.saml.security.impl.SAMLMetadataEncryptionParametersResolver
-
Get the default for usage of key wrapping with key agreement if not otherwise configured.
- 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
PKIXValidationInformationbeing evaluated. - getDelegate() - Method in class org.opensaml.profile.action.AbstractHandlerDelegatingProfileAction
-
Get the delegate instance.
- 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.
- getDerivedKeyName() - Method in interface org.opensaml.xmlsec.encryption.DerivedKey
-
Get the DerivedKeyName child element.
- getDerivedKeyName() - Method in class org.opensaml.xmlsec.encryption.impl.DerivedKeyImpl
-
Get the DerivedKeyName child element.
- getDescription() - Method in interface org.opensaml.saml.metadata.generator.impl.MetadataGeneratorParameters
-
Get the description.
- 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.
- getDestinationURI() - Method in class org.opensaml.soap.client.SOAPClientContext
-
Get the the destination URI for the SOAP message being sent.
- 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.
- getDetectDuplicateEntityIDs() - Method in class org.opensaml.saml.common.messaging.context.SAMLMetadataLookupParametersContext
-
Get the strategy for duplicate entityID detection.
- getDetectDuplicateEntityIDs() - Method in class org.opensaml.saml.metadata.resolver.ChainingMetadataResolver
-
Get the strategy for detecting duplicate entityIDs across resolvers.
- getDHKey(DHKeyValue) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
-
Builds a DH key from a
DHKeyValueelement. - getDHKeyValue() - Method in class org.opensaml.xmlsec.signature.impl.KeyValueImpl
-
Get the DHKeyValue child element.
- getDHKeyValue() - Method in interface org.opensaml.xmlsec.signature.KeyValue
-
Get the DHKeyValue child element.
- 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 class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA1_MGF1
-
Get the JCA digest algorithm specified by this algorithm.
- getDigest() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA224_MGF1
-
Get the JCA digest algorithm specified by this algorithm.
- getDigest() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA256_MGF1
-
Get the JCA digest algorithm specified by this algorithm.
- getDigest() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA3_224_MGF1
-
Get the JCA digest algorithm specified by this algorithm.
- getDigest() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA3_256_MGF1
-
Get the JCA digest algorithm specified by this algorithm.
- getDigest() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA3_384_MGF1
-
Get the JCA digest algorithm specified by this algorithm.
- getDigest() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA3_512_MGF1
-
Get the JCA digest algorithm specified by this algorithm.
- getDigest() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA384_MGF1
-
Get the JCA digest algorithm specified by this algorithm.
- getDigest() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA512_MGF1
-
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() - 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.
- getDigestAlgorithm(String) - Method in class org.opensaml.xmlsec.algorithm.AlgorithmRegistry
-
Lookup a digest method algorithm descriptor by the JCA digest method ID.
- getDigestInstance(String) - Method in class org.opensaml.xmlsec.derivation.impl.ConcatKDF
-
Get a new instance of the Bouncy Castle
Digestfor the specified digest algorithm URI. - getDigestMethod() - Method in class org.opensaml.xmlsec.derivation.impl.ConcatKDF
-
Get the digest method algorithm URI.
- getDigestMethod() - Method in class org.opensaml.xmlsec.derivation.impl.DHLegacyKDF
-
Get the digest method algorithm URI.
- getDigestMethod() - Method in interface org.opensaml.xmlsec.encryption.ConcatKDFParams
-
Gets the digest method.
- getDigestMethod() - Method in class org.opensaml.xmlsec.encryption.impl.ConcatKDFParamsImpl
-
Gets the digest method.
- 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.
- getDisplayName() - Method in interface org.opensaml.saml.metadata.generator.impl.MetadataGeneratorParameters
-
Get the display name.
- getDisplayNames() - Method in class org.opensaml.saml.ext.saml2mdui.impl.UIInfoImpl
-
Get the Display Names
- getDisplayNames() - Method in interface org.opensaml.saml.ext.saml2mdui.UIInfo
-
Get the Display Names
- 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 class org.opensaml.core.xml.AbstractXSAnyAdapter
-
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 <DomainHint> 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 <DomainHint> element specifies a set of DNS domains associated with, or serviced by, the entity.
- getDoNotCacheConditions() - Method in interface org.opensaml.saml.saml1.core.Conditions
-
Get the "do not cache" conditions.
- getDoNotCacheConditions() - Method in class org.opensaml.saml.saml1.core.impl.ConditionsImpl
-
Get the "do not cache" conditions.
- getDSAKey(DSAKeyValue) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
-
Builds an DSA key from a
DSAKeyValueelement. - getDSAKey(DSAKeyValue, DSAParams) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
-
Builds a DSA key from an
DSAKeyValueelement and the supplied JavaDSAParams, which supplies key material from a shared key family. - 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.
- getDSAKeyValue(XMLObject) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.DSAKeyValueProvider
-
Get the DSAKeyValue from the passed XML object.
- getDurationParam(ValidationContext, String, Duration) - Static method in class org.opensaml.saml.saml2.assertion.SAML20AssertionValidator
-
Gets the clock skew from the
ValidationContext.getStaticParameters()parameters. - getDynamicParameters() - Method in class org.opensaml.saml.common.assertion.ValidationContext
-
Gets the dynamic parameters used input to, and output from, the validation process.
- 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, Instant, Instant) - Static method in class org.opensaml.saml.saml2.common.SAML2Support
-
Gets the earliest expiration instant within a metadata tree.
- getEarliestExpirationFromCacheable(CacheableSAMLObject, Instant, Instant) - 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, Instant) - 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.
- getECKey(ECKeyValue) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
-
Builds an EC key from an
ECKeyValueelement. - 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.
- getECKeyValue(XMLObject) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.ECKeyValueProvider
-
Get the ECKeyValue from the passed XML object.
- 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 include/exclude 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.
- getEffectiveKeyAgreementConfiguration(CriteriaSet, Credential) - Method in class org.opensaml.saml.security.impl.SAMLMetadataEncryptionParametersResolver
-
Get the effective
SAMLMetadataKeyAgreementEncryptionConfigurationto use with the specified credential. - getEffectiveKeyAgreementConfiguration(CriteriaSet, Credential) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
-
Get the effective
KeyAgreementEncryptionConfigurationto use with the specified credential. - getEffectiveKeyLength(String, Integer) - Method in class org.opensaml.xmlsec.derivation.impl.PBKDF2
-
Get the effective key length, in bits.
- getEffectiveKeyLength(String, Integer) - Static method in class org.opensaml.xmlsec.derivation.KeyDerivationSupport
-
Get the effective key length based on the specified algorithm URI and the specified key length, if present.
- 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 include/exclude 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.
- getEffectiveRecipients(Set<String>) - Method in class org.opensaml.xmlsec.encryption.support.AbstractEncryptedKeyResolver
-
Get the effective set of recipients by merging the passed recipients set with the static set of recipients possibly configured on this resolver instance.
- getEffectiveSalt() - Method in class org.opensaml.xmlsec.derivation.impl.PBKDF2
-
Get the effective salt bytes 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 include/exclude 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.
- getEffectiveTargetNode() - Method in class org.opensaml.soap.messaging.AbstractHeaderGeneratingMessageHandler
-
Get the effective value for target node (SOAP 1.1 actor or SOAP 1.2 role).
- getEffectiveUsageInput(CriteriaSet) - Method in class org.opensaml.saml.security.impl.MetadataCredentialResolver
-
Get the effective
UsageTypeinput 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.
- getElementNameNamespace() - Method in class org.opensaml.core.xml.NamespaceManager
-
Return a Namespace instance representing the namespace of the element name.
- getElementQName() - Method in class org.opensaml.core.xml.AbstractXMLObject
-
Gets the QName for this element.
- getElementQName() - Method in class org.opensaml.core.xml.AbstractXSAnyAdapter
-
Gets the QName for this element.
- getElementQName() - Method in interface org.opensaml.core.xml.XMLObject
-
Gets the QName for this element.
- getElementTypeNamespace() - Method in class org.opensaml.core.xml.NamespaceManager
-
Return a Namespace instance representing the namespace of the element type, if known.
- 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.
- getEncoder() - Method in class org.opensaml.messaging.pipeline.BasicMessagePipeline
-
Get the message encoder instance.
- getEncoder() - Method in class org.opensaml.messaging.pipeline.httpclient.BasicHttpClientMessagePipeline
-
Get the message encoder instance.
- getEncoder() - Method in interface org.opensaml.messaging.pipeline.httpclient.HttpClientMessagePipeline
-
Get the message encoder instance.
- getEncoder() - Method in interface org.opensaml.messaging.pipeline.MessagePipeline
-
Get the message encoder instance.
- getEncoder() - Method in class org.opensaml.messaging.pipeline.servlet.BasicHttpServletMessagePipeline
-
Get the message encoder instance.
- getEncoder() - Method in interface org.opensaml.messaging.pipeline.servlet.HttpServletMessagePipeline
-
Get the message encoder instance.
- 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.
- getEncryptionCertificates() - Method in interface org.opensaml.saml.metadata.generator.impl.MetadataGeneratorParameters
-
Encryption-only certificate path(s).
- getEncryptionConfiguration() - Method in class org.opensaml.xmlsec.config.BasicXMLSecurityConfiguration
-
Get the configuration used when encrypting protocol message information.
- getEncryptionConfiguration() - Method in interface org.opensaml.xmlsec.config.XMLSecurityConfiguration
-
Get the configuration used when encrypting protocol message information.
- 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.
- getEndpointIndex() - Method in interface org.opensaml.saml.saml2.binding.artifact.SAML2Artifact
-
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 immutable list of endpoints for this role.
- getEndpoints() - Method in class org.opensaml.saml.ext.saml2mdquery.impl.AuthnQueryDescriptorTypeImpl
-
Gets immutable list of endpoints for this role.
- getEndpoints() - Method in class org.opensaml.saml.ext.saml2mdquery.impl.AuthzDecisionQueryDescriptorTypeImpl
-
Gets immutable list of endpoints for this role.
- getEndpoints() - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeAuthorityDescriptorImpl
-
Gets immutable list of endpoints for this role.
- getEndpoints() - Method in class org.opensaml.saml.saml2.metadata.impl.AuthnAuthorityDescriptorImpl
-
Gets immutable list of endpoints for this role.
- getEndpoints() - Method in class org.opensaml.saml.saml2.metadata.impl.IDPSSODescriptorImpl
-
Gets immutable list of endpoints for this role.
- getEndpoints() - Method in class org.opensaml.saml.saml2.metadata.impl.PDPDescriptorImpl
-
Gets immutable list of endpoints for this role.
- getEndpoints() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter
-
Gets immutable list of endpoints for this role.
- getEndpoints() - Method in class org.opensaml.saml.saml2.metadata.impl.SPSSODescriptorImpl
-
Gets immutable list of endpoints for this role.
- getEndpoints() - Method in class org.opensaml.saml.saml2.metadata.impl.SSODescriptorImpl
-
Gets immutable list of endpoints for this role.
- getEndpoints() - Method in interface org.opensaml.saml.saml2.metadata.RoleDescriptor
-
Gets immutable 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(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(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(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(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(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(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(QName) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter
-
Gets a read-only list of endpoints for this role for the given type.
- 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(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(QName) - Method in interface org.opensaml.saml.saml2.metadata.RoleDescriptor
-
Gets a read-only list of endpoints for this role for the given type.
- getEndpointType() - Method in class org.opensaml.saml.metadata.resolver.index.impl.EndpointMetadataIndex.EndpointMetadataIndexKey
-
Gets the entity endpoint type.
- getEndpointURL(MessageContext) - Static method in class org.opensaml.saml.common.binding.SAMLBindingSupport
-
Get the response URL from the relying party endpoint.
- getEndpointURL(MessageContext) - Method in class org.opensaml.saml.saml1.binding.encoding.impl.BaseSAML1MessageEncoder
-
Gets the response URL from the message context.
- getEndpointURL(MessageContext) - 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. - getEntityAttributesChildren() - Method in interface org.opensaml.saml.ext.saml2mdattr.EntityAttributes
-
Gets mutable list of the child objects of this extension.
- getEntityAttributesChildren() - Method in class org.opensaml.saml.ext.saml2mdattr.impl.EntityAttributesImpl
-
Gets mutable list of the child objects of this extension.
- 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.
- getEntityCertificate() - Method in class org.opensaml.spring.credential.AbstractX509CredentialFactoryBean
-
return the explicitly configured entity certificate.
- getEntityCertificate() - Method in class org.opensaml.spring.credential.BasicX509CredentialFactoryBean
-
return the explicitly configured entity certificate.
- getEntityCertificate() - Method in class org.opensaml.spring.credential.X509InlineCredentialFactoryBean
-
return the explicitly configured entity certificate.
- 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.
- getEntityContextClass() - Method in class org.opensaml.saml.common.binding.security.impl.SAMLMDClientCertAuthSecurityHandler
-
Get the class type holding the authenticatable SAML entity data.
- 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.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.
- getEntityID() - Method in interface org.opensaml.saml.metadata.generator.impl.MetadataGeneratorParameters
-
Get the unique ID.
- 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.spring.credential.AbstractCredentialFactoryBean
-
Get the entity ID of the credential.
- getEntityIds() - Method in class org.opensaml.saml.common.profile.logic.EntityIdPredicate
-
Get the entityID criteria.
- getEntriesLoaded() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.PersistentCacheInitializationMetrics
-
Get entries which were successfully loaded and made live.
- getEntriesSkippedAlreadyLive() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.PersistentCacheInitializationMetrics
-
Get entries which were skipped because they were already live by the time they were processed, generally only seen when initializing from the persistent cache in a background thread.
- getEntriesSkippedFailedPredicate() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.PersistentCacheInitializationMetrics
-
Get entries which were skipped because they failed the persistent cache predicate evaluation.
- getEntriesSkippedInvalid() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.PersistentCacheInitializationMetrics
-
Get entries which were skipped because they were determined to be invalid.
- getEntriesSkippedProcessingException() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.PersistentCacheInitializationMetrics
-
Get entries which were skipped due to a processing exception.
- getEntriesTotal() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.PersistentCacheInitializationMetrics
-
Get total entries seen in the persistent cache.
- 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 class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter
-
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
EvaluableCredentialCriterionwhich 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.
- getEventID() - Method in exception org.opensaml.profile.action.EventException
-
Get the event ID represented by this exception.
- 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
-
Get the evidence.
- getEvidence() - Method in interface org.opensaml.saml.saml1.core.Evidence
-
Get the list of all
Evidentiarychild 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
-
Get the evidence.
- getEvidence() - Method in class org.opensaml.saml.saml1.core.impl.EvidenceImpl
-
Get the list of all
Evidentiarychild 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
ExactlyOneelements. - getExactlyOnes() - Method in interface org.opensaml.soap.wspolicy.OperatorContentType
-
Get the list of
ExactlyOneelements. - getExcludedAlgorithms() - Method in interface org.opensaml.xmlsec.AlgorithmPolicyConfiguration
-
Get the collection of excluded algorithm URIs.
- getExcludedAlgorithms() - Method in class org.opensaml.xmlsec.AlgorithmPolicyParameters
-
Get the excluded algorithm URIs.
- getExcludedAlgorithms() - Method in class org.opensaml.xmlsec.impl.BasicAlgorithmPolicyConfiguration
-
Get the collection of excluded algorithm URIs.
- getExpectedActionURI() - Method in class org.opensaml.soap.wsaddressing.messaging.impl.ValidateActionHandler
-
Get the expected Action URI.
- getExpiration() - Method in class org.opensaml.saml.common.binding.artifact.ExpiringSAMLArtifactMapEntry
-
Returns the expiration time.
- getExpiration() - Method in class org.opensaml.storage.StorageRecord
-
Get the record expiration.
- getExpiration() - Method in class org.opensaml.storage.testing.StorageServiceTest.AnnotatedObject
- getExpiration(Object) - Static method in class org.opensaml.storage.annotation.AnnotationSupport
-
Gets the value of the field indicated by the
Expirationannotation on the given object, or null if none. - 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.
- getExpirationWarningThreshold() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Gets the impending expiration warning threshold used at refresh time.
- getExpirationWarningThreshold() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
-
Gets the impending expiration warning threshold used at refresh time.
- getExpires() - Method in class org.opensaml.saml.common.binding.security.impl.MessageReplaySecurityHandler
-
Gets the lifetime 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.
- getExpires(Assertion, ValidationContext) - Method in class org.opensaml.saml.saml2.assertion.impl.OneTimeUseConditionValidator
-
Get the one-time use expiration time for the assertion being evaluated.
- getExpiresLookup() - Method in class org.opensaml.soap.wssecurity.messaging.impl.AddTimestampHandler
-
Get the context lookup function for the Expires time.
- getExpiresOffsetFromCreated() - Method in class org.opensaml.soap.wssecurity.messaging.impl.AddTimestampHandler
-
Get the parameter indicating the offset from Created used to calculate the Expires time, if no Expires value is explicitly supplied via the other supported mechanisms.
- getExpiresValue(MessageContext, Instant) - Method in class org.opensaml.soap.wssecurity.messaging.impl.AddTimestampHandler
-
Get the Expires value.
- 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.
- getExplicitKeySize(AgreementMethod) - Static method in class org.opensaml.xmlsec.agreement.KeyAgreementSupport
-
Look for an explicit key size via an
AgreementMethod's grandparent'sEncryptionMethodchild'sKeySizechild element. - 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 class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter
-
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(EntityDescriptor) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.AlgorithmFilter
-
Return existing
Extensionsobject or create it first. - 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(String, Credential) - Method in class org.opensaml.xmlsec.keyinfo.NamedKeyInfoGeneratorManager
-
Lookup and return the named generator factory for the type of the credential specified.
- getFactory(Credential) - Method in class org.opensaml.xmlsec.keyinfo.KeyInfoGeneratorManager
-
Get the factory which produces KeyInfoGenerators which can handle the specified credential.
- getFault() - Method in exception org.opensaml.soap.client.SOAPFaultException
-
Gets the fault that caused the exception.
- getFault() - Method in exception org.opensaml.soap.common.SOAP11FaultDecodingException
-
Get the SOAP 1.1 Fault represented by the exception.
- getFault() - Method in class org.opensaml.soap.messaging.context.SOAP11Context
-
Get the current SOAP 1.1 Fault related to the current message processing context.
- getFault(Envelope) - Method in class org.opensaml.soap.client.soap11.decoder.http.impl.HttpClientResponseSOAP11Decoder
-
Return the Fault element from the SOAP message, if any.
- getFaultActionURI() - Method in class org.opensaml.soap.wsaddressing.messaging.impl.AddActionHandler
-
Get the Fault Action URI.
- getFaultActionURI() - Method in class org.opensaml.soap.wsaddressing.messaging.WSAddressingContext
-
Get the Fault Action URI value.
- getField(Object, String) - Static method in class org.opensaml.storage.annotation.AnnotationSupport
-
Returns a
Fieldfrom a target object. - getFieldValue(Object, String) - Static method in class org.opensaml.storage.annotation.AnnotationSupport
-
Returns the value of a field from an object using reflection.
- getFifteenMinuteRate() - Method in class org.opensaml.core.metrics.impl.DisabledMeter
- getFifteenMinuteRate() - Method in class org.opensaml.core.metrics.impl.DisabledTimer
- 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.MetadataFilterChain
-
Get the list of
MetadataFilters that make up this chain. - getFiveMinuteRate() - Method in class org.opensaml.core.metrics.impl.DisabledMeter
- getFiveMinuteRate() - Method in class org.opensaml.core.metrics.impl.DisabledTimer
- 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.
- 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.
- getGeneratedLength() - Method in class org.opensaml.xmlsec.agreement.impl.KANonce
-
Get the generated length, in bytes.
- getGeneratedSaltLength() - Method in class org.opensaml.xmlsec.derivation.impl.PBKDF2
-
Get the generated salt length, in bytes.
- 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 <GeolocationHint> element specifies the geographic coordinates associated with, or serviced by, the entity.
- getGeolocationHints() - Method in class org.opensaml.saml.ext.saml2mdui.impl.DiscoHintsImpl
-
The <GeolocationHint> element specifies the geographic coordinates associated with, or serviced by, the entity.
- getGetComplete() - Method in interface org.opensaml.saml.saml2.core.IDPList
-
Gets the GetComplete URI.
- 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
AlgorithmRegistryinstance. - getGlobalDecryptionConfiguration() - Static method in class org.opensaml.xmlsec.SecurityConfigurationSupport
-
Get the global
DecryptionConfigurationinstance. - getGlobalEncryptionConfiguration() - Static method in class org.opensaml.xmlsec.SecurityConfigurationSupport
-
Get the global
EncryptionConfigurationinstance. - getGlobalHttpClientSecurityConfiguration() - Static method in class org.opensaml.security.httpclient.HttpClientSecuritySupport
-
Get the global
HttpClientSecurityConfigurationinstance. - getGlobalNamedCurveRegistry() - Static method in class org.opensaml.security.crypto.ec.ECSupport
-
Get the global
NamedCurveRegistryinstance. - getGlobalProcessorRegistry() - Static method in class org.opensaml.xmlsec.agreement.KeyAgreementSupport
-
Get the global
KeyAgreementProcessorRegistryinstance. - getGlobalSignatureSigningConfiguration() - Static method in class org.opensaml.xmlsec.SecurityConfigurationSupport
-
Get the global
SignatureSigningConfigurationinstance. - getGlobalSignatureValidationConfiguration() - Static method in class org.opensaml.xmlsec.SecurityConfigurationSupport
-
Get the global
SignatureValidationConfigurationinstance. - getGroupName(EntitiesDescriptor) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.SignatureValidationFilter
-
Get the group's name, or a suitable facsimile if not named.
- 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
-
Deprecated.Get the handler to invoke on the outbound error message.
- getHandlerPrecedence() - Method in class org.opensaml.xacml.ctx.provider.impl.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.
- getHeaderBlock(MessageContext, QName, Set<String>, boolean) - Static method in class org.opensaml.soap.messaging.SOAPMessagingSupport
-
Get a header block from the SOAP envelope contained within the specified message context's SOAP subcontext.
- 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.
- 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.
- getHMACOutputLengthValue(Element) - Method in class org.opensaml.xmlsec.signature.impl.SignatureUnmarshaller
-
Find and return the integer value contained within the HMACOutputLength element, if present.
- getHostnameVerifier() - Method in interface org.opensaml.security.httpclient.HttpClientSecurityConfiguration
-
Get the optional hostname verifier.
- getHostnameVerifier() - Method in class org.opensaml.security.httpclient.HttpClientSecurityParameters
-
Get the optional hostname verifier.
- getHostnameVerifier() - Method in class org.opensaml.security.httpclient.impl.BasicHttpClientSecurityConfiguration
-
Get the optional hostname verifier.
- getHttpClient() - Method in class org.opensaml.soap.client.http.AbstractPipelineHttpSOAPClient
-
Get the client used to make outbound HTTP requests.
- getHttpClientContext() - Method in class org.opensaml.messaging.context.httpclient.HttpClientRequestContext
-
Get the
HttpClientContextinstance. - getHttpClientSecurityConfiguration() - Method in class org.opensaml.security.config.BasicSecurityConfiguration
-
Get the configuration used when executing HttpClient requests.
- getHttpClientSecurityConfiguration() - Method in interface org.opensaml.security.config.SecurityConfiguration
-
Get the configuration used when executing HttpClient requests.
- getHttpClientSecurityParameters() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver
-
Get the instance of
HttpClientSecurityParameterswhich provides various parameters to influence the security behavior of the HttpClient instance. - getHttpClientSecurityParameters() - Method in class org.opensaml.saml.metadata.resolver.impl.HTTPMetadataResolver
-
Get the instance of
HttpClientSecurityParameterswhich provides various parameters to influence the security behavior of the HttpClient instance. - getHttpClientSecurityParameters() - Method in class org.opensaml.security.httpclient.HttpClientSecurityContextHandler
-
Get the optional client security parameters.
- getHttpClientSecurityParameters() - Method in class org.opensaml.soap.client.http.AbstractPipelineHttpSOAPClient
-
Get the optional client security parameters.
- getHttpRequest() - Method in class org.opensaml.messaging.encoder.httpclient.AbstractHttpClientRequestMessageEncoder
-
Get the HTTP client request on which to operate.
- getHttpRequest() - Method in interface org.opensaml.messaging.encoder.httpclient.HttpClientRequestMessageEncoder
-
Get the HTTP client request on which to operate.
- getHttpRequest() - Method in class org.opensaml.soap.client.soap11.encoder.http.impl.HttpClientRequestSOAP11Encoder
-
Get the HTTP client request on which to operate.
- getHttpResponse() - Method in class org.opensaml.messaging.decoder.httpclient.AbstractHttpClientResponseMessageDecoder
-
Get the HTTP client response on which to operate.
- getHttpResponse() - Method in interface org.opensaml.messaging.decoder.httpclient.HttpClientResponseMessageDecoder
-
Get the HTTP client response on which to operate.
- 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.profile.action.AbstractProfileAction
-
Get the current HTTP request if available.
- getHttpServletRequest() - Method in class org.opensaml.saml.common.binding.security.impl.BaseSAMLSimpleSignatureSecurityHandler
-
Get the current HTTP request if available.
- 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.saml.saml2.profile.impl.ValidateAssertions.AssertionValidationInput
-
Get the
HttpServletRequestinput. - getHttpServletRequest() - Method in class org.opensaml.saml.saml2.wssecurity.messaging.impl.SAML20AssertionTokenValidationInput
-
Get the
HttpServletRequestinput. - getHttpServletRequest() - Method in class org.opensaml.saml.saml2.wssecurity.messaging.impl.WSSecuritySAML20AssertionTokenSecurityHandler
-
Get the current HTTP request if available.
- getHttpServletRequest() - Method in class org.opensaml.security.messaging.impl.BaseClientCertAuthSecurityHandler
-
Get the current HTTP request if available.
- getHttpServletRequest() - Method in class org.opensaml.storage.impl.client.ClientStorageService
-
Get the current HTTP request if available.
- getHttpServletRequestSupplier() - Method in class org.opensaml.messaging.decoder.servlet.AbstractHttpServletRequestMessageDecoder
-
Get the supplier for HTTP request if available.
- getHttpServletRequestSupplier() - Method in class org.opensaml.profile.action.AbstractProfileAction
-
Get the supplier for HTTP request if available.
- getHttpServletRequestSupplier() - Method in class org.opensaml.saml.common.binding.security.impl.BaseSAMLSimpleSignatureSecurityHandler
-
Get the supplier for HTTP request if available.
- getHttpServletRequestSupplier() - Method in class org.opensaml.saml.common.binding.security.impl.ReceivedEndpointSecurityHandler
-
Get the supplier for HTTP request if available.
- getHttpServletRequestSupplier() - Method in class org.opensaml.saml.saml2.wssecurity.messaging.impl.WSSecuritySAML20AssertionTokenSecurityHandler
-
Get the supplier for HTTP request if available.
- getHttpServletRequestSupplier() - Method in class org.opensaml.security.messaging.impl.BaseClientCertAuthSecurityHandler
-
Get the supplier for HTTP request if available.
- getHttpServletResponse() - Method in class org.opensaml.messaging.encoder.servlet.AbstractHttpServletResponseMessageEncoder
-
Get the current Http Servlet response if available.
- getHttpServletResponse() - Method in interface org.opensaml.messaging.encoder.servlet.HttpServletResponseMessageEncoder
-
Get the current Http Servlet response if available.
- getHttpServletResponse() - Method in class org.opensaml.profile.action.AbstractProfileAction
-
Get the current HTTP response if available.
- getHttpServletResponseSupplier() - Method in class org.opensaml.messaging.encoder.servlet.AbstractHttpServletResponseMessageEncoder
-
Get the supplier for the current HTTP response if available.
- getHttpServletResponseSupplier() - Method in class org.opensaml.profile.action.AbstractProfileAction
-
Get the current HTTP response supplier if available.
- getId() - Method in class org.opensaml.core.xml.mock.SimpleXMLObject
-
Gets the name attribute.
- getId() - Method in class org.opensaml.security.config.BasicSecurityConfiguration
- getId() - Method in interface org.opensaml.xmlsec.encryption.DerivedKey
-
Gets the Id attribute.
- getId() - Method in class org.opensaml.xmlsec.encryption.impl.DerivedKeyImpl
-
Gets the Id attribute.
- 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.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.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 class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter
-
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.
- getIdentifierGenerationStrategy() - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
-
Get the identifier generation strategy.
- getIdentifierGenerationStrategy() - Method in class org.opensaml.soap.wsaddressing.messaging.impl.AddMessageIDHandler
-
Get the identifier generation strategy.
- getIdentifiersToken(X509Credential, X500DNHandler) - Static method in class org.opensaml.security.x509.X509Support
-
Gets a formatted string representing identifier information from the supplied credential.
- getIdGenerator() - Method in class org.opensaml.security.config.BasicSecurityConfiguration
-
Get the generator used to generate secure identifiers.
- getIdGenerator() - Method in interface org.opensaml.security.config.SecurityConfiguration
-
Get the generator used to generate secure identifiers.
- 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 class org.opensaml.core.xml.AbstractXSAnyAdapter
-
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() - Method in interface org.opensaml.saml.metadata.generator.impl.MetadataGeneratorParameters
-
Get the IdP role to generate.
- getIDPSSODescriptor(String) - Method in interface org.opensaml.saml.saml2.metadata.EntityDescriptor
-
Gets the first
IDPSSODescriptorrole descriptor for this entity that supports the given protocol. - getIDPSSODescriptor(String) - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
-
Gets the first
IDPSSODescriptorrole 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) - Static method in class org.opensaml.soap.messaging.SOAPMessagingSupport
-
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.
- getInboundMessageHandler() - Method in class org.opensaml.messaging.pipeline.BasicMessagePipeline
-
Get the (optional) inbound message handler instance.
- getInboundMessageHandler() - Method in interface org.opensaml.messaging.pipeline.MessagePipeline
-
Get the (optional) inbound message handler instance.
- getInboundMessageIssuer(MessageContext) - Method in class org.opensaml.saml.saml1.binding.encoding.impl.HTTPArtifactEncoder
-
Get the requester.
- getInboundMessageIssuer(MessageContext) - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPArtifactEncoder
-
Get the requester.
- getInboundSOAPContext(MessageContext) - Static method in class org.opensaml.soap.messaging.SOAPMessagingSupport
-
Get the current
InboundSOAPContextfor the givenMessageContext. - getIncludedAlgorithms() - Method in interface org.opensaml.xmlsec.AlgorithmPolicyConfiguration
-
Get the collection of included algorithm URIs.
- getIncludedAlgorithms() - Method in class org.opensaml.xmlsec.AlgorithmPolicyParameters
-
Get the included algorithm URIs.
- getIncludedAlgorithms() - Method in class org.opensaml.xmlsec.impl.BasicAlgorithmPolicyConfiguration
-
Get the collection of included algorithm URIs.
- getIncludeExcludePrecedence() - Method in interface org.opensaml.xmlsec.AlgorithmPolicyConfiguration
-
Get preference value indicating which should take precedence when both include and exclude collections are non-empty.
- getIncludeExcludePrecedence() - Method in class org.opensaml.xmlsec.impl.BasicAlgorithmPolicyConfiguration
-
Get preference value indicating which should take precedence when both include and exclude collections are non-empty.
- getIncludeExcludePredicate(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
-
Get a predicate which implements the effective configured include/exclude policy.
- getIncludeExcludePredicate(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
-
Get a predicate which implements the effective configured include/exclude policy.
- getIncludeSelfEntityIDAsRecipient() - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Get the predicate which determines whether to include the self entityID as a valid Recipient.
- 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.
- getIndexes() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractBatchMetadataResolver
-
Get the configured indexes.
- getIndexes() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Get the configured indexes.
- getIndexes() - Method in class org.opensaml.saml.metadata.resolver.index.impl.MetadataIndexManager
-
Get the set of all
MetadataIndexinstances currently initialized. - 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.
- getInitializationFromCachePredicate() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Get the predicate which determines whether a given entity should be loaded from the persistent cache at resolver initialization time.
- 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.
- getInResponseTo() - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Get the function for determining the valid InResponseTo.
- getInResponseToRequired() - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Get the predicate which determines whether an Assertion SubjectConfirmationData InResponseTo is required.
- getIntendedDestinationEndpointURI(MessageContext) - 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 <IPHint> 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 <IPHint> 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.
- getIterationCount() - Method in class org.opensaml.xmlsec.derivation.impl.PBKDF2
-
Get the iteration count.
- getIterationCount() - Method in class org.opensaml.xmlsec.encryption.impl.PBKDF2ParamsImpl
-
Get the IterationCount child element.
- getIterationCount() - Method in interface org.opensaml.xmlsec.encryption.PBKDF2Params
-
Get the IterationCount child element.
- 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.DigestSHA3_224
-
Get the algorithm's JCA algorithm ID.
- getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.DigestSHA3_256
-
Get the algorithm's JCA algorithm ID.
- getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.DigestSHA3_384
-
Get the algorithm's JCA algorithm ID.
- getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.DigestSHA3_512
-
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.KeyAgreementDHExplicitKDF
-
Get the algorithm's JCA algorithm ID.
- getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.KeyAgreementDHLegacyKDF
-
Get the algorithm's JCA algorithm ID.
- getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.KeyAgreementECDH
-
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.SignatureRSASSA_PSS_SHA1_MGF1
-
Get the algorithm's JCA algorithm ID.
- getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA224_MGF1
-
Get the algorithm's JCA algorithm ID.
- getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA256_MGF1
-
Get the algorithm's JCA algorithm ID.
- getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA3_224_MGF1
-
Get the algorithm's JCA algorithm ID.
- getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA3_256_MGF1
-
Get the algorithm's JCA algorithm ID.
- getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA3_384_MGF1
-
Get the algorithm's JCA algorithm ID.
- getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA3_512_MGF1
-
Get the algorithm's JCA algorithm ID.
- getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA384_MGF1
-
Get the algorithm's JCA algorithm ID.
- getJCAAlgorithmID() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA512_MGF1
-
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.
- getJCAKeyAlgorithm(String) - Static method in class org.opensaml.xmlsec.derivation.KeyDerivationSupport
-
Get the JCA key algorithm which corresponds to the specified algorithm URI.
- 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() - Method in class org.opensaml.storage.impl.client.ClientStorageServiceOperation
-
Get storage key to update.
- getKey() - Method in class org.opensaml.storage.testing.StorageServiceTest.AnnotatedObject
- 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.SignatureRSASSA_PSS_SHA1_MGF1
-
Get the JCA key type specified by this algorithm.
- getKey() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA224_MGF1
-
Get the JCA key type specified by this algorithm.
- getKey() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA256_MGF1
-
Get the JCA key type specified by this algorithm.
- getKey() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA3_224_MGF1
-
Get the JCA key type specified by this algorithm.
- getKey() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA3_256_MGF1
-
Get the JCA key type specified by this algorithm.
- getKey() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA3_384_MGF1
-
Get the JCA key type specified by this algorithm.
- getKey() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA3_512_MGF1
-
Get the JCA key type specified by this algorithm.
- getKey() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA384_MGF1
-
Get the JCA key type specified by this algorithm.
- getKey() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA512_MGF1
-
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(Object) - Static method in class org.opensaml.storage.annotation.AnnotationSupport
-
Gets the value of the field indicated by the
Keyannotation on the given object. - getKey(Credential) - Method in class org.opensaml.security.credential.criteria.impl.EvaluableKeyAlgorithmCredentialCriterion
-
Get the key contained within the credential.
- getKey(Credential) - Method in class org.opensaml.security.credential.criteria.impl.EvaluableKeyLengthCredentialCriterion
-
Get the key contained within the credential.
- getKey(DEREncodedKeyValue) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
-
Extracts the public key within the
DEREncodedKeyValue. - getKey(KeyValue) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
-
Extracts the DSA or RSA public key within the
KeyValue. - getKeyAgreementConfigurations() - Method in interface org.opensaml.xmlsec.EncryptionConfiguration
-
Get the map of
KeyAgreementEncryptionConfigurationinstances. - getKeyAgreementConfigurations() - Method in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
-
Get the map of
KeyAgreementEncryptionConfigurationinstances. - 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.
- getKeyAndCertificate(ValidationContext) - Method in class org.opensaml.saml.saml2.assertion.impl.HolderOfKeySubjectConfirmationValidator
-
Extracts the presenter's key and/or certificate from the validation context.
- getKeyDerivationMethod() - Method in interface org.opensaml.xmlsec.encryption.DerivedKey
-
Get the KeyDerivationMethod child element.
- getKeyDerivationMethod() - Method in class org.opensaml.xmlsec.encryption.impl.DerivedKeyImpl
-
Get the KeyDerivationMethod child element.
- 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 a list of KeyDescriptors for this affiliation.
- getKeyDescriptors() - Method in class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorImpl
-
Gets a 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 class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter
-
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() - Method in class org.opensaml.xmlsec.SignatureSigningParameters
-
Get the KeyInfoGenerator to use when generating the Signature/KeyInfo.
- getKeyInfoGenerator(Credential, NamedKeyInfoGeneratorManager, String) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
-
Obtains a
KeyInfoGeneratorfor the specifiedCredential. - 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() - Method in interface org.opensaml.security.crypto.ec.NamedCurve
-
Get the length of a key based on the curve.
- 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.
- getKeyLength() - Method in class org.opensaml.xmlsec.derivation.impl.PBKDF2
-
Get the key length, in number of bits.
- getKeyLength() - Method in class org.opensaml.xmlsec.encryption.impl.PBKDF2ParamsImpl
-
Get the KeyLength child element.
- getKeyLength() - Method in interface org.opensaml.xmlsec.encryption.PBKDF2Params
-
Get the KeyLength child element.
- 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(Key) - Static method in class org.opensaml.security.crypto.KeySupport
-
Get the key length in bits of the specified key.
- 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.spring.credential.AbstractCredentialFactoryBean
-
Gets the names for the key represented by the credential.
- getKeyNames() - Method in class org.opensaml.xmlsec.keyinfo.impl.KeyInfoResolutionContext
-
The key names which are currently known.
- 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.
- getKeyNames(KeyInfo) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
-
Get the set of key names inside the specified
KeyInfoas a list of strings. - 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.
- getKeys() - Method in class org.opensaml.saml.metadata.resolver.index.impl.MetadataIndexStore
-
Get the set of all
MetadataIndexKeyinstances currently indexed. - getKeySize() - Method in class org.opensaml.storage.AbstractStorageService
-
Gets max size of keys in characters.
- getKeySize() - Method in class org.opensaml.storage.impl.client.ClientStorageService
-
Gets max size of keys in characters.
- getKeySize() - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageCapabilities
-
Gets max size of keys in characters.
- 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.
- getLang() - Method in interface org.opensaml.saml.metadata.generator.impl.MetadataGeneratorParameters
-
Get the language tag for language-specific content.
- 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.
- getLastFailureCause() - Method in class org.opensaml.saml.metadata.resolver.ChainingMetadataResolver
-
Gets the reason the last refresh failed.
- getLastFailureCause() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
-
Gets the reason the last refresh failed.
- getLastFailureCause() - Method in class org.opensaml.saml.metadata.resolver.impl.CompositeMetadataResolver
-
Gets the reason the last refresh failed.
- getLastFailureCause() - Method in interface org.opensaml.saml.metadata.resolver.RefreshableMetadataResolver
-
Gets the reason the last refresh failed.
- 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.
- getLastSuccessfulRefresh() - Method in class org.opensaml.saml.metadata.resolver.ChainingMetadataResolver
-
Gets the time the last successful refresh cycle occurred.
- getLastSuccessfulRefresh() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
-
Gets the time the last successful refresh cycle occurred.
- getLastSuccessfulRefresh() - Method in class org.opensaml.saml.metadata.resolver.impl.CompositeMetadataResolver
-
Gets the time the last successful refresh cycle occurred.
- getLastSuccessfulRefresh() - Method in interface org.opensaml.saml.metadata.resolver.RefreshableMetadataResolver
-
Gets the time the last successful 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.
- getLegacyProfileId() - Method in class org.opensaml.profile.context.ProfileRequestContext
-
Get the legacy ID of the profile used by the current request.
- getLifetime() - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Get the strategy by which to resolve the lifetime.
- getLifetime(ValidationContext) - Static method in class org.opensaml.saml.saml2.assertion.SAML20AssertionValidator
-
Gets the lifetime duration from the
ValidationContext.getStaticParameters()parameters. - getLoadLastModified(String) - Method in class org.opensaml.core.xml.persist.AbstractConditionalLoadXMLObjectLoadSaveManager
-
Retrieve the cached modified time for the last load of the specified key.
- getLoadLastModified(String) - Method in interface org.opensaml.core.xml.persist.ConditionalLoadXMLObjectLoadSaveManager
-
Retrieve the cached modified time for the last load of the specified key.
- 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.BestMatchLocationCriterion
-
Get the binding location URI.
- getLocation() - Method in class org.opensaml.saml.metadata.resolver.index.impl.EndpointMetadataIndex.EndpointMetadataIndexKey
-
Gets the location.
- getLocation() - Method in class org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex.ArtifactSourceLocationMetadataIndexKey
-
Gets the location.
- 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.
- getLocation(String) - Method in class org.opensaml.saml.metadata.generator.impl.AbstractEndpointConverter
-
Parse out the endpoint location.
- getLock() - Method in class org.opensaml.storage.AbstractMapBackedStorageService
-
Get the shared lock to synchronize access.
- getLock() - Method in class org.opensaml.storage.impl.client.ClientStorageService
-
Get the shared lock to synchronize access.
- getLock() - Method in class org.opensaml.storage.impl.MemoryStorageService
-
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.
- getLogo() - Method in interface org.opensaml.saml.metadata.generator.impl.MetadataGeneratorParameters
-
Get the logo.
- 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.profile.logic.PredicateAccessControl
-
Get logging prefix.
- getLogPrefix() - Method in class org.opensaml.saml.common.binding.AbstractEndpointResolver
-
Return a prefix for logging messages for this component.
- getLogPrefix() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
-
Return a prefix for logging messages for this component.
- getLogPrefix() - Method in class org.opensaml.storage.impl.client.ClientStorageService
-
Get a prefix for log messages.
- 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
-
Deprecated, for removal: This API element is subject to removal in a future version.
- 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.
- getManagementDataEntityIDs() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.DynamicEntityBackingStore
-
Get the set of entityIDs which currently have management data.
- 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.
- getMap() - Method in class org.opensaml.messaging.context.ScratchContext
-
Get the map of scratch data.
- getMarshaller() - Method in class org.opensaml.xmlsec.keyinfo.impl.StaticKeyInfoGenerator
-
Get a KeyInfo marshaller.
- getMarshaller(QName) - Method in class org.opensaml.core.testing.XMLObjectBaseTestCase
-
Lookup the marshaller for a QName.
- 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(QName) - Static method in class org.opensaml.core.xml.util.XMLObjectSupport
-
Obtain an XMLObject marshaller for the given QName.
- getMarshaller(XMLObject) - Method in class org.opensaml.core.testing.XMLObjectBaseTestCase
-
Lookup the marshaller for an XMLObject.
- getMarshaller(XMLObject) - Method in class org.opensaml.core.xml.io.MarshallerFactory
-
Retrieves the marshaller for the given XMLObject.
- 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.
- getMasterKeyName() - Method in interface org.opensaml.xmlsec.encryption.DerivedKey
-
Get the MasterKeyName child element.
- getMasterKeyName() - Method in class org.opensaml.xmlsec.encryption.impl.DerivedKeyImpl
-
Get the MasterKeyName child element.
- getMatchAll() - Method in class org.opensaml.saml.common.profile.logic.EntityAttributesPredicate
-
Get whether all candidates must match.
- 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 for which the resolver will keep data for a given entityID, before it is removed.
- getMaximumTimeSinceAuthn() - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Get the function for determining the max allowed time since authentication.
- 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 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 between now and the
validUntildate. - getMeanRate() - Method in class org.opensaml.core.metrics.impl.DisabledMeter
- getMeanRate() - Method in class org.opensaml.core.metrics.impl.DisabledTimer
- 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 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 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.
- getMessageContext() - Method in class org.opensaml.saml.saml2.wssecurity.messaging.impl.SAML20AssertionTokenValidationInput
-
Get the
MessageContextinput. - getMessageEncoder() - Method in interface org.opensaml.messaging.error.PipelineMessageErrorHandler
-
Deprecated.Get the message encoder used to encode the outbound error message.
- 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.
- getMessageID(MessageContext) - Method in class org.opensaml.soap.wsaddressing.messaging.impl.AddMessageIDHandler
-
Get the effective message ID value to issue in the outbound message.
- getMessageID(MessageContext) - Method in class org.opensaml.soap.wsaddressing.messaging.impl.ExtractMessageIDHandler
-
Get message MessageID URI value.
- getMessageIDURI() - Method in class org.opensaml.soap.wsaddressing.messaging.WSAddressingContext
-
Get the MessageID URI value.
- 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 for which a message is valid.
- getMessageToLog() - Method in class org.opensaml.messaging.decoder.AbstractMessageDecoder
-
Get the XMLObject which will be logged as the protocol message.
- getMessageToLog() - Method in class org.opensaml.messaging.encoder.AbstractMessageEncoder
-
Get the XMLObject which will be logged as the protocol message.
- getMessageToLog() - Method in class org.opensaml.soap.client.soap11.decoder.http.impl.HttpClientResponseSOAP11Decoder
-
Get the XMLObject which will be logged as the protocol message.
- getMessageToLog() - Method in class org.opensaml.soap.client.soap11.encoder.http.impl.HttpClientRequestSOAP11Encoder
-
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(ClassicHttpResponse) - 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.FunctionDrivenDynamicHTTPMetadataResolver
-
Gets the URI from which this resolver is obtaining metadata.
- getMetadataURI() - Method in class org.opensaml.saml.metadata.resolver.impl.HTTPMetadataResolver
-
Gets the URI from which this resolver is obtaining metadata.
- getMetadataURI() - Method in interface org.opensaml.saml.metadata.resolver.RemoteMetadataResolver
-
Gets the URI from which this resolver is obtaining metadata.
- getMetadataUseKeyWrap() - Method in class org.opensaml.saml.security.SAMLMetadataKeyAgreementEncryptionConfiguration
-
Get the option which determines whether symmetric key wrap is to be used with metadata credentials.
- 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.
- getMetricRegistry() - Static method in class org.opensaml.core.metrics.MetricsSupport
-
Get the metric registry installed into the runtime.
- getMetrics() - Method in class org.opensaml.core.metrics.impl.CoreGaugeSet
- getMetricsBaseName() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
-
Get the base name for Metrics instrumentation.
- 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
-
Deprecated, for removal: This API element is subject to removal in a future version.
- 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 between refreshes.
- getMode() - Method in class org.opensaml.xmlsec.keyinfo.KeyInfoCredentialResolutionMode
-
Gets the resolution mode.
- 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.EntitiesDescriptor
-
Gets the name of this entity group.
- getName() - Method in class org.opensaml.saml.saml2.metadata.impl.EntitiesDescriptorImpl
-
Gets the name of this entity group.
- getName() - Method in class org.opensaml.security.crypto.ec.curves.BasicNamedCurve
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.BrainpoolP256r1
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.BrainpoolP320r1
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.BrainpoolP384r1
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.BrainpoolP512r1
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.Secp112r1
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.Secp112r2
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.Secp128r1
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.Secp128r2
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.Secp160k1
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.Secp160r1
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.Secp160r2
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.Secp192k1
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.Secp192r1
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.Secp224k1
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.Secp224r1
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.Secp256k1
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.Secp256r1
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.Secp384r1
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.Secp521r1
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.Sect113r1
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.Sect113r2
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.Sect131r1
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.Sect131r2
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.Sect163k1
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.Sect163r1
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.Sect163r2
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.Sect193r1
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.Sect193r2
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.Sect233k1
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.Sect233r1
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.Sect239k1
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.Sect283k1
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.Sect283r1
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.Sect409k1
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.Sect409r1
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.Sect571k1
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.Sect571r1
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.X962c2tnb191v1
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.X962c2tnb191v2
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.X962c2tnb191v3
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.X962c2tnb239v1
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.X962c2tnb239v2
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.X962c2tnb239v3
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.X962c2tnb359v1
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.X962c2tnb431r1
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.X962prime192v2
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.X962prime192v3
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.X962prime239v1
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.X962prime239v2
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in class org.opensaml.security.crypto.ec.curves.X962prime239v3
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- getName() - Method in interface org.opensaml.security.crypto.ec.NamedCurve
-
Get the curve's canonical name by which it is known to the Java Cryptography Architecture (JCA).
- 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.
- 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) - 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 class org.opensaml.security.x509.InternalX500DNHandler
-
Returns a string representation of the X.500 distinguished name using the specified format.
- 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.
- 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.
- getNamedCurve(String) - Static method in class org.opensaml.security.crypto.ec.ECSupport
-
Get the
NamedCurvefor the specified URI. - getNamedCurve(ECPublicKey) - Static method in class org.opensaml.security.crypto.ec.ECSupport
-
Get the
NamedCurvefor the specifiedECPublicKey. - getNamedCurveURI(ECPublicKey) - Static method in class org.opensaml.security.crypto.ec.ECSupport
-
Get the URI of the named curve for the specified
ECPublicKey. - 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.SubjectImpl
-
Get the name identifier.
- getNameIdentifier() - Method in interface org.opensaml.saml.saml1.core.Subject
-
Get the name identifier.
- 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
NameIDPolicyof the request. - getNameIDPolicy() - Method in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
-
Gets the
NameIDPolicyof 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 class org.opensaml.saml.saml2.core.impl.BaseIDXSAnyAdapter
-
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
NamespaceManagerinstance for this object. - getNamespaceManager() - Method in class org.opensaml.core.xml.AbstractXSAnyAdapter
-
Gets the
NamespaceManagerinstance for this object. - getNamespaceManager() - Method in interface org.opensaml.core.xml.XMLObject
-
Gets the
NamespaceManagerinstance 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.AbstractXSAnyAdapter
-
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.
- getNegativeLookupCacheDuration() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Get the negative lookup cache duration for metadata.
- 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 interface org.opensaml.saml.saml2.core.ManageNameIDRequest
-
Get the NewID of the request.
- getNext() - Method in class org.opensaml.core.xml.persist.FilesystemLoadSaveManager.FileIterator
-
Internal support to get the next item for iteration.
- getNextCredential() - Method in class org.opensaml.security.credential.impl.AbstractChainingCredentialResolver.CredentialIterator
-
Get the next credential that will be returned by this iterator.
- getNextCredentialIterator() - Method in class org.opensaml.security.credential.impl.AbstractChainingCredentialResolver.CredentialIterator
-
Get the iterator from the next resolver in the chain.
- getNextKey() - Method in class org.opensaml.xmlsec.encryption.support.ChainingEncryptedKeyResolver.ChainingIterator
-
Get the next encrypted key that will be returned by this iterator.
- getNextKeyIterator() - Method in class org.opensaml.xmlsec.encryption.support.ChainingEncryptedKeyResolver.ChainingIterator
-
Get the iterator from the next resolver in the chain.
- getNextRefresh() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
-
Gets the time when the next refresh cycle will occur.
- getNodeActors() - Method in class org.opensaml.soap.messaging.context.InboundSOAPContext
-
Get the (modifiable) set of actor URI's under which this SOAP node is operating.
- 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 class org.opensaml.core.xml.AbstractXSAnyAdapter
-
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.
- getNonce() - Method in class org.opensaml.xmlsec.derivation.impl.DHLegacyKDF
-
Get the Base64-encoded nonce value.
- getNonVisibleNamespaceCandidates() - Method in class org.opensaml.core.xml.NamespaceManager
-
Get the set of non-visibly used namespaces used on the owning XMLObject (only the owner, not the owner's children).
- 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
-
Get the "not before" condition.
- getNotBefore() - Method in class org.opensaml.saml.saml1.core.impl.ConditionsImpl
-
Get the "not before" condition.
- 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.
- getNotBeforeRequired() - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Get the predicate which determines whether an Assertion SubjectConfirmationData NotBefore is required.
- getNotOnOrAfter() - Method in interface org.opensaml.saml.saml1.core.Conditions
-
Get the "not on or after" condition.
- getNotOnOrAfter() - Method in class org.opensaml.saml.saml1.core.impl.ConditionsImpl
-
Get the "not on or after" condition.
- 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.
- getNotOnOrAfterRequired() - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Get the predicate which determines whether an Assertion SubjectConfirmationData NotOnOrAfter is required.
- 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.
- getObject() - Method in class org.opensaml.spring.httpclient.HttpClientSecurityParametersMergingFactoryBean
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.BasicNamedCurve
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.BrainpoolP256r1
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.BrainpoolP320r1
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.BrainpoolP384r1
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.BrainpoolP512r1
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.Secp112r1
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.Secp112r2
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.Secp128r1
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.Secp128r2
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.Secp160k1
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.Secp160r1
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.Secp160r2
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.Secp192k1
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.Secp192r1
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.Secp224k1
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.Secp224r1
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.Secp256k1
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.Secp256r1
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.Secp384r1
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.Secp521r1
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.Sect113r1
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.Sect113r2
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.Sect131r1
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.Sect131r2
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.Sect163k1
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.Sect163r1
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.Sect163r2
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.Sect193r1
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.Sect193r2
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.Sect233k1
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.Sect233r1
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.Sect239k1
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.Sect283k1
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.Sect283r1
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.Sect409k1
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.Sect409r1
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.Sect571k1
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.Sect571r1
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.X962c2tnb191v1
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.X962c2tnb191v2
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.X962c2tnb191v3
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.X962c2tnb239v1
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.X962c2tnb239v2
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.X962c2tnb239v3
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.X962c2tnb359v1
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.X962c2tnb431r1
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.X962prime192v2
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.X962prime192v3
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.X962prime239v1
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.X962prime239v2
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in class org.opensaml.security.crypto.ec.curves.X962prime239v3
-
Get the curve's object identifier (OID).
- getObjectIdentifier() - Method in interface org.opensaml.security.crypto.ec.NamedCurve
-
Get the curve's object identifier (OID).
- 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 class org.opensaml.core.xml.AbstractXSAnyAdapter
-
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.
- getObjectSource() - Method in class org.opensaml.core.xml.util.XMLObjectSource
-
Get the object source byte[].
- getObjectType() - Method in class org.opensaml.spring.credential.AbstractBasicCredentialFactoryBean
- getObjectType() - Method in class org.opensaml.spring.credential.AbstractX509CredentialFactoryBean
- getObjectType() - Method in class org.opensaml.spring.httpclient.HttpClientSecurityParametersMergingFactoryBean
- getObjectType() - Method in class org.opensaml.spring.tls.TLSSocketFactoryFactoryBean
- getObjectType() - Method in class org.opensaml.spring.trust.AbstractBasicPKIXValidationInfoFactoryBean
- getObjectType() - Method in class org.opensaml.spring.trust.ChainingSignatureTrustEngineFactoryBean
- getObjectType() - Method in class org.opensaml.spring.trust.ChainingTrustEngineFactoryBean
- getObjectType() - Method in class org.opensaml.spring.trust.StaticExplicitKeyFactoryBean
- getObjectType() - Method in class org.opensaml.spring.trust.StaticPKIXFactoryBean
- getObligationHandlers() - Method in class org.opensaml.xacml.ctx.provider.impl.ObligationService
-
Gets the registered obligation handlers.
- getObligationId() - Method in class org.opensaml.xacml.ctx.provider.impl.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.
- getOneMinuteRate() - Method in class org.opensaml.core.metrics.impl.DisabledMeter
- getOneMinuteRate() - Method in class org.opensaml.core.metrics.impl.DisabledTimer
- 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.
- getOperation() - Method in class org.opensaml.profile.context.AccessControlContext
-
Get the operation being performed.
- 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.KeyAgreementKeyInfoGeneratorFactory
-
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.AbstractXSAnyAdapter
-
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.mock.SimpleXMLObject
-
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.reqattr.impl.RequestedAttributesImpl
-
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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.ConcatKDFParamsImpl
-
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.DerivedKeyImpl
-
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.KeyDerivationMethodImpl
-
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.PBKDF2ParamsImpl
-
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.SaltImpl
-
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 class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter
-
Gets the organization responsible for this role.
- getOrganization() - Method in interface org.opensaml.saml.saml2.metadata.RoleDescriptor
-
Gets the organization responsible for this role.
- getOrganizationName() - Method in interface org.opensaml.saml.metadata.generator.impl.MetadataGeneratorParameters
-
Get the organization name.
- 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.
- getOrganizationURL() - Method in interface org.opensaml.saml.metadata.generator.impl.MetadataGeneratorParameters
-
Get the organization URL.
- getOriginal() - Method in class org.opensaml.security.crypto.ec.EnhancedECParameterSpec
-
Get the original instance passed to the constructor.
- getOriginatorCredential() - Method in class org.opensaml.xmlsec.agreement.impl.BasicKeyAgreementCredential
-
The credential holding the originator key material.
- getOriginatorCredential() - Method in interface org.opensaml.xmlsec.agreement.KeyAgreementCredential
-
The credential holding the originator key material.
- 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.
- getOriginatorKeyInfoGeneratorManager() - Method in class org.opensaml.xmlsec.keyinfo.impl.KeyAgreementKeyInfoGeneratorFactory
-
Get the
KeyInfoGeneratorManagerinstance to use to emitOriginatorKeyInfo. - getOtherSource() - Method in class org.opensaml.xmlsec.encryption.impl.SaltImpl
-
Get the OtherSource child element.
- getOtherSource() - Method in interface org.opensaml.xmlsec.encryption.Salt
-
Get the OtherSource child element.
- getOutboundHeaderBlock(MessageContext, QName) - Static method in class org.opensaml.soap.messaging.SOAPMessagingSupport
-
Get a header block from the SOAP envelope contained within the specified message context's SOAP subcontext.
- getOutboundMessage() - Method in class org.opensaml.saml.common.messaging.soap.SAMLSOAPClientContextBuilder
-
Get the outbound message.
- getOutboundMessageContext() - Method in class org.opensaml.messaging.context.InOutOperationContext
-
The outbound message context instance.
- getOutboundMessageIssuer(MessageContext) - Method in class org.opensaml.saml.saml1.binding.encoding.impl.HTTPArtifactEncoder
-
Get the outbound message issuer.
- getOutboundMessageIssuer(MessageContext) - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPArtifactEncoder
-
Get the outbound message issuer.
- getOutboundPayloadMessageHandler() - Method in class org.opensaml.messaging.pipeline.BasicMessagePipeline
-
Get the (optional) outbound payload message handler instance.
- getOutboundPayloadMessageHandler() - Method in interface org.opensaml.messaging.pipeline.MessagePipeline
-
Get the (optional) outbound payload message handler instance.
- getOutboundTransportMessageHandler() - Method in class org.opensaml.messaging.pipeline.BasicMessagePipeline
-
Get the (optional) outbound transport message handler instance.
- getOutboundTransportMessageHandler() - Method in interface org.opensaml.messaging.pipeline.MessagePipeline
-
Get the (optional) outbound transport message handler 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 class org.opensaml.spring.httpclient.HttpClientSecurityParametersMergingFactoryBean
-
Get the list of input parameters to merge.
- getParameters() - Method in class org.opensaml.xmlsec.agreement.impl.BasicKeyAgreementCredential
-
The parameters to the key agreement operation.
- getParameters() - Method in interface org.opensaml.xmlsec.agreement.KeyAgreementCredential
-
The parameters to the key agreement operation.
- 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.
- getParameters() - Method in class org.opensaml.xmlsec.encryption.support.KeyAgreementEncryptionConfiguration
-
Get the collection of
KeyAgreementParameter. - getParameterSpec() - Method in class org.opensaml.security.crypto.ec.curves.AbstractNamedCurve
-
Get the curve's
ECParameterSpec. - getParameterSpec() - Method in class org.opensaml.security.crypto.ec.curves.BasicNamedCurve
-
Get the curve's
ECParameterSpec. - getParameterSpec() - Method in interface org.opensaml.security.crypto.ec.NamedCurve
-
Get the curve's
ECParameterSpec. - getParameterSpecForURI(String) - Static method in class org.opensaml.security.crypto.ec.ECSupport
-
Get an
ECParameterSpecinstance which corresponds to the specified named curve URI. - 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 class org.opensaml.core.xml.AbstractXSAnyAdapter
-
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.messaging.handler.impl.AbstractMessageChannelSecurity
-
Get the parent context on which the
MessageChannelSecurityContextwill be populated. - getParentContext() - Method in class org.opensaml.profile.action.impl.AbstractMessageChannelSecurity
-
Get the parent context on which the
MessageChannelSecurityContextwill 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.httpclient.BaseHttpClientResponseXMLMessageDecoder
-
Gets the parser pool used to deserialize incoming messages.
- 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.
- getParserPool() - Method in class org.opensaml.xmlsec.config.DecryptionParserPool
-
Obtain the wrapped parser pool instance.
- getParsers() - Method in class org.opensaml.xmlsec.agreement.impl.KeyAgreementParametersParser
-
Obtain the list of
KeyAgreementParameterParserinstances to use. - 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 .
- getPartition(String) - Method in class org.opensaml.core.config.provider.MapBasedConfiguration
-
Get the Map instance which corresponds to the specified partition name.
- getPartitionName() - Static method in class org.opensaml.core.config.ConfigurationService
-
Return the partition name which will be used for storage of configuration objects.
- getPartyUInfo() - Method in class org.opensaml.xmlsec.derivation.impl.ConcatKDF
-
Get the PartyUInfo in its unpadded hex-encoded form.
- getPartyUInfo() - Method in interface org.opensaml.xmlsec.encryption.ConcatKDFParams
-
Gets the PartyUInfo attribute in its padded hex-encoded form.
- getPartyUInfo() - Method in class org.opensaml.xmlsec.encryption.impl.ConcatKDFParamsImpl
-
Gets the PartyUInfo attribute in its padded hex-encoded form.
- getPartyUInfoBytes() - Method in interface org.opensaml.xmlsec.encryption.ConcatKDFParams
-
Gets the PartyUInfo attribute in its padded byte array form.
- getPartyUInfoBytes() - Method in class org.opensaml.xmlsec.encryption.impl.ConcatKDFParamsImpl
-
Gets the PartyUInfo attribute in its padded byte array form.
- getPartyVInfo() - Method in class org.opensaml.xmlsec.derivation.impl.ConcatKDF
-
Get the PartyVInfo in its unpadded hex-encoded form.
- getPartyVInfo() - Method in interface org.opensaml.xmlsec.encryption.ConcatKDFParams
-
Gets the PartyVInfo attribute in its padded hex-encoded form.
- getPartyVInfo() - Method in class org.opensaml.xmlsec.encryption.impl.ConcatKDFParamsImpl
-
Gets the PartyVInfo attribute in its padded hex-encoded form.
- getPartyVInfoBytes() - Method in interface org.opensaml.xmlsec.encryption.ConcatKDFParams
-
Gets the PartyVInfo attribute in its padded byte array form.
- getPartyVInfoBytes() - Method in class org.opensaml.xmlsec.encryption.impl.ConcatKDFParamsImpl
-
Gets the PartyVInfo attribute in its padded byte array form.
- getPDPDescriptor(String) - Method in interface org.opensaml.saml.saml2.metadata.EntityDescriptor
-
Gets the first
PDPDescriptorrole descriptor for this entity that supports the given protocol. - getPDPDescriptor(String) - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
-
Gets the first
PDPDescriptorrole descriptor for this entity that supports the given protocol. - getPeerEntityDescriptor() - Method in class org.opensaml.saml.common.messaging.soap.SAMLSOAPClientContextBuilder
-
Get the SAML peer EntityDscriptor.
- getPeerEntityID() - Method in class org.opensaml.saml.common.messaging.soap.SAMLSOAPClientContextBuilder
-
Get the SAML peer entityID.
- getPeerEntityRole() - Method in class org.opensaml.saml.common.messaging.soap.SAMLSOAPClientContextBuilder
-
Get the SAML peer role.
- getPeerEntityRole() - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
-
Get the peer entity role
QName. - getPeerID() - Method in class org.opensaml.security.criteria.PeerEntityIDCriterion
-
Get the entity ID which is the peer relative to a primary entity ID.
- getPeerRoleDescriptor() - Method in class org.opensaml.saml.common.messaging.soap.SAMLSOAPClientContextBuilder
-
Get the SAML peer RoleDescriptor.
- getPersistentCacheKeyGenerator() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Get the function for generating the String key used with the persistent cache manager.
- getPersistentCacheManager() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Get the manager for the persistent cache store for resolved metadata.
- 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.
- getPipelineName() - Method in class org.opensaml.saml.common.messaging.soap.SAMLSOAPClientContextBuilder
-
Get the SOAP client message pipeline name to use.
- getPipelineName() - Method in class org.opensaml.soap.client.SOAPClientContext
-
Get the name of the specific SOAP client message pipeline to use, for example with
PipelineFactoryHttpSOAPClient. - 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
PKIXTrustEvaluatorinstance 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
PKIXValidationOptionsinstance that is in use. - getPKIXValidationOptions() - Method in interface org.opensaml.security.x509.PKIXTrustEvaluator
-
Get the
PKIXValidationOptionsinstance 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
Policyelements. - 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
Policyelements. - 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
-
Gets the backing object for the choice group containing the
PolicySetType,PolicyType,IdReferenceType,CombinerParametersType,PolicyCombinerParametersType,PolicySetCombinerParametersType. - getPolicyChoiceGroup() - Method in interface org.opensaml.xacml.policy.PolicySetType
-
Gets the backing object for the choice group containing the
PolicySetType,PolicyType,IdReferenceType,CombinerParametersType,PolicyCombinerParametersType,PolicySetCombinerParametersType. - 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
PolicyReferenceelements. - 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
PolicyReferenceelements. - 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.
- getPossibleAttributeValuesAsStrings(Attribute) - Method in class org.opensaml.saml.common.profile.logic.EntityAttributesPredicate.EntityAttributesMatcher
-
Get all possible strings values for the attribute.
- getPreDecryptionValidator() - Method in class org.opensaml.xmlsec.encryption.support.Decrypter
-
Get the instance of
PreDecryptionValidator. - getPredicates(CriteriaSet) - Method in class org.opensaml.security.credential.impl.AbstractCriteriaFilteringCredentialResolver
-
Construct a set of credential predicates based on the criteria set.
- getPreemptiveBasicAuthMap() - Method in interface org.opensaml.security.httpclient.HttpClientSecurityConfiguration
-
Get the map of rules for preemptive basic authentication using the supplied hosts and credentials.
- getPreemptiveBasicAuthMap() - Method in class org.opensaml.security.httpclient.HttpClientSecurityParameters
-
Get the map of rules for preemptive basic authentication using the supplied hosts and credentials.
- getPreemptiveBasicAuthMap() - Method in class org.opensaml.security.httpclient.impl.BasicHttpClientSecurityConfiguration
-
Get the map of rules for preemptive basic authentication using the supplied hosts and credentials.
- getPRF() - Method in class org.opensaml.xmlsec.derivation.impl.PBKDF2
-
Get the pseudo-random function algorithm URI.
- getPRF() - Method in class org.opensaml.xmlsec.encryption.impl.PBKDF2ParamsImpl
-
Get the PRF child element.
- getPRF() - Method in interface org.opensaml.xmlsec.encryption.PBKDF2Params
-
Get the PRF child element.
- 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.
- getPrimeQDomainParameter(DHPublicKey) - Static method in class org.opensaml.security.crypto.dh.DHSupport
-
Obtain the prime Q domain parameter from the specified DH public key.
- 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.
- getPrivateKey() - Method in class org.opensaml.spring.credential.AbstractBasicCredentialFactoryBean
-
Get the configured Private key.
- getPrivateKey() - Method in class org.opensaml.spring.credential.AbstractX509CredentialFactoryBean
-
Get the configured private key.
- getPrivateKey() - Method in class org.opensaml.spring.credential.BasicInlineCredentialFactoryBean
-
Get the configured Private key.
- getPrivateKey() - Method in class org.opensaml.spring.credential.BasicResourceCredentialFactoryBean
-
Get the configured Private key.
- getPrivateKey() - Method in class org.opensaml.spring.credential.BasicX509CredentialFactoryBean
-
Get the configured private key.
- getPrivateKey() - Method in class org.opensaml.spring.credential.X509InlineCredentialFactoryBean
-
Get the configured private key.
- getPrivateKey(String) - Method in class org.opensaml.security.x509.tls.impl.StaticX509CredentialKeyManager
- getPrivateKey(String) - Method in class org.opensaml.security.x509.tls.impl.ThreadLocalX509CredentialKeyManager
- getPrivateKeyInfo() - Method in class org.opensaml.spring.credential.BasicInlineCredentialFactoryBean
-
Get the information used to generate the private key.
- getPrivateKeyInfo() - Method in class org.opensaml.spring.credential.BasicResourceCredentialFactoryBean
-
Get the information used to generate the private key.
- getPrivateKeyPassword() - Method in class org.opensaml.spring.credential.AbstractCredentialFactoryBean
-
Get the password for the private key.
- getProcessedEndpoint(List<String>, String) - Method in class org.opensaml.saml.metadata.generator.impl.AbstractEndpointConverter
-
Process an endpoint expression into an absolute URL.
- getProcessingTime() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.PersistentCacheInitializationMetrics
-
Get total processing time for the persistent cache, in nanoseconds.
- getProcessor(String) - Method in class org.opensaml.xmlsec.agreement.KeyAgreementProcessorRegistry
-
Get the processor registered for the specified algorithm.
- getProcessor(String) - Static method in class org.opensaml.xmlsec.agreement.KeyAgreementSupport
-
Lookup and return the
KeyAgreementProcessorto use for the specified key agreement algorithm. - getProfileId() - Method in class org.opensaml.profile.context.ProfileRequestContext
-
Get the ID of the profile used by the current request.
- getProfileRequestContext() - Method in class org.opensaml.profile.criterion.ProfileRequestContextCriterion
-
Gets the profile request context.
- getProfileRequestContext() - Method in class org.opensaml.saml.saml2.profile.impl.ValidateAssertions.AssertionValidationInput
-
Get the
ProfileRequestContextinput. - 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() - Method in class org.opensaml.core.config.provider.SystemPropertyConfigurationPropertiesSource
-
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.spring.config.SpringConfigurationPropertiesSource
-
Get the property set exposed by the source.
- getProperties() - Method in class org.opensaml.xmlsec.keyinfo.impl.KeyInfoResolutionContext
-
Get the extensible properties map.
- getProperty(String) - Method in interface org.opensaml.core.config.ConfigurationProperties
-
Return the property value with the specified key, or null.
- getProperty(String) - Method in class org.opensaml.core.config.provider.EmptyConfigurationProperties
-
Return the property value with the specified key, or null.
- getProperty(String) - Method in class org.opensaml.core.config.provider.PropertiesAdapter
-
Return the property value with the specified key, or null.
- getProperty(String) - Method in class org.opensaml.spring.config.SpringPropertiesAdapter
-
Return the property value with the specified key, or null.
- getProperty(String, String) - Method in interface org.opensaml.core.config.ConfigurationProperties
-
Return the property value with the specified key, or the specified default value if key does not exist.
- getProperty(String, String) - Method in class org.opensaml.core.config.provider.EmptyConfigurationProperties
-
Return the property value with the specified key, or the specified default value if key does not exist.
- getProperty(String, String) - Method in class org.opensaml.core.config.provider.PropertiesAdapter
-
Return the property value with the specified key, or the specified default value if key does not exist.
- getProperty(String, String) - Method in class org.opensaml.spring.config.SpringPropertiesAdapter
-
Return the property value with the specified key, or the specified default value if key does not exist.
- getProtocol() - Method in class org.opensaml.saml.common.messaging.context.SAMLProtocolContext
-
Gets the SAML protocol in use.
- getProtocol() - Method in class org.opensaml.saml.common.messaging.soap.SAMLSOAPClientContextBuilder
-
Get the SAML protocol URI.
- getProtocol() - Method in class org.opensaml.saml.criterion.ProtocolCriterion
-
Get the SAML protocol URI.
- getProtocolAndBinding(String) - Method in class org.opensaml.saml.metadata.generator.impl.AbstractEndpointConverter
-
Parse out the binding shortcut and map to a protocol and binding constant.
- 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.
- getProtocolMessageLogger() - Method in class org.opensaml.messaging.decoder.AbstractMessageDecoder
-
Get the protocol message logger.
- getProtocolMessageLogger() - Method in class org.opensaml.messaging.encoder.AbstractMessageEncoder
-
Get the protocol message logger.
- getProtocolMessageLoggerSubCategory() - Method in class org.opensaml.messaging.decoder.AbstractMessageDecoder
-
Get the configured logging sub-category for protocol messages.
- getProtocolMessageLoggerSubCategory() - Method in class org.opensaml.messaging.encoder.AbstractMessageEncoder
-
Get the configured logging sub-category for protocol messages.
- 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.
- getProviderRegistry() - Static method in class org.opensaml.core.xml.util.XMLObjectSupport
-
Obtain the XMLObject provider registry.
- 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.
- getProxyRestriction(Conditions) - Method in class org.opensaml.saml.saml2.profile.impl.AddProxyRestrictionToAssertions
-
Get the
ProxyRestrictionto which audiences will be added. - 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 class org.opensaml.spring.credential.AbstractBasicCredentialFactoryBean
-
return the configured Public Key.
- getPublicKey() - Method in class org.opensaml.spring.credential.BasicInlineCredentialFactoryBean
-
return the configured Public Key.
- getPublicKey() - Method in class org.opensaml.spring.credential.BasicResourceCredentialFactoryBean
-
return the configured Public Key.
- 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.
- getPublicKeyInfo() - Method in class org.opensaml.spring.credential.BasicInlineCredentialFactoryBean
-
Get the information used to generate the public key.
- getPublicKeyInfo() - Method in class org.opensaml.spring.credential.BasicResourceCredentialFactoryBean
-
Get the information used to generate the public key.
- getPublicKeys(KeyInfo) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
- 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.
- getRandom() - Method in class org.opensaml.xmlsec.agreement.impl.KANonce
-
Get the secure random generator.
- getRandom() - Method in class org.opensaml.xmlsec.derivation.impl.PBKDF2
-
Get the secure random generator.
- 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.
- getReadWriteLock() - Method in class org.opensaml.saml.metadata.resolver.index.impl.LockableMetadataIndexManager
-
Get the manager's instance of the
ReadWriteLock. - 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.DerivedKey
-
Gets the Recipient attribute.
- 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.DerivedKeyImpl
-
Gets the Recipient attribute.
- 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.
- getRecipientCredential() - Method in class org.opensaml.xmlsec.agreement.impl.BasicKeyAgreementCredential
-
The credential holding the recipient key material.
- getRecipientCredential() - Method in interface org.opensaml.xmlsec.agreement.KeyAgreementCredential
-
The credential holding the recipient key material.
- 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.
- getRecipientKeyInfoGeneratorManager() - Method in class org.opensaml.xmlsec.keyinfo.impl.KeyAgreementKeyInfoGeneratorFactory
-
Get the
KeyInfoGeneratorManagerinstance to use to emitRecipientKeyInfo. - getRecipientRequired() - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Get the predicate which determines whether an Assertion SubjectConfirmationData Recipient is required.
- getRecipients() - Method in class org.opensaml.xmlsec.criterion.DecryptionRecipientsCriterion
-
Get the set of recipients.
- getRecipients() - Method in interface org.opensaml.xmlsec.DecryptionConfiguration
-
Get the set of recipients against which to evaluate candidate EncryptedKey elements.
- getRecipients() - Method in class org.opensaml.xmlsec.DecryptionParameters
-
Get the set of recipients against which to evaluate candidate EncryptedKey elements.
- getRecipients() - Method in class org.opensaml.xmlsec.encryption.support.AbstractEncryptedKeyResolver
-
Deprecated.
- getRecipients() - Method in interface org.opensaml.xmlsec.encryption.support.EncryptedKeyResolver
-
Deprecated.
- getRecipients() - Method in class org.opensaml.xmlsec.impl.BasicDecryptionConfiguration
-
Get the set of recipients against which to evaluate candidate EncryptedKey elements.
- 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.DerivedKey
-
Get the ReferenceList child element.
- 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.DerivedKeyImpl
-
Get the ReferenceList child element.
- 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.
- getRegisteredAlgorithms() - Method in class org.opensaml.xmlsec.agreement.KeyAgreementProcessorRegistry
-
Get the set of all registered algorithms.
- getRegisteredByType(AlgorithmDescriptor.AlgorithmType) - Method in class org.opensaml.xmlsec.algorithm.AlgorithmRegistry
-
Get the set of
AlgorithmDescriptorregistered for the given type. - getRegisteredCurves() - Method in class org.opensaml.security.crypto.ec.NamedCurveRegistry
-
Get a set of all the registered curves.
- getRegisteredURIsByType(AlgorithmDescriptor.AlgorithmType) - Method in class org.opensaml.xmlsec.algorithm.AlgorithmRegistry
-
Get the set of algorithm URIs registered for the given type.
- 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
RegistrationInfoextension 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
-
Get the
RegistrationPolicys. - getRegistrationPolicies() - Method in interface org.opensaml.saml.ext.saml2mdrpi.RegistrationInfo
-
Get the
RegistrationPolicys. - getRegistry() - Method in class org.opensaml.core.xml.config.XMLConfigurator
-
Get the XMLObject provider registry instance to use.
- getRelatesToRelationshipType() - Method in class org.opensaml.soap.wsaddressing.messaging.WSAddressingContext
-
Get the RelatesTo RelationshipType attribute value.
- getRelatesToURI() - Method in class org.opensaml.soap.wsaddressing.messaging.WSAddressingContext
-
Get the RelatesTo URI value.
- getRelatesToURILookup() - Method in class org.opensaml.soap.wsaddressing.messaging.impl.AddRelatesToHandler
-
Get the function for looking up the RelatesTo URI value.
- getRelationshipType() - Method in class org.opensaml.soap.wsaddressing.impl.RelatesToImpl
-
Returns the RelationshipType attribute URI value.
- getRelationshipType() - Method in class org.opensaml.soap.wsaddressing.messaging.impl.AddRelatesToHandler
-
Get the RelatesTo RelationshipType attribute value to use.
- getRelationshipType() - Method in interface org.opensaml.soap.wsaddressing.RelatesTo
-
Returns the RelationshipType attribute URI value.
- getRelayState() - Method in class org.opensaml.saml.common.messaging.context.SAMLBindingContext
-
Gets the relay state.
- getRelayState(MessageContext) - Static method in class org.opensaml.saml.common.binding.SAMLBindingSupport
-
Get the SAML protocol relay state from a message context.
- 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.
- getReplayCacheExpires() - Method in class org.opensaml.saml.saml2.assertion.impl.OneTimeUseConditionValidator
-
Get the configured validator cache expiration interval.
- 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
RequestTypefrom theXACMLAuthzDecisionStatement. - 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
RequestTypefrom theXACMLAuthzDecisionStatement. - 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.
- getRequestedAttributes() - Method in class org.opensaml.saml.ext.reqattr.impl.RequestedAttributesImpl
-
Gets a list of child
RequestedAttributes. - getRequestedAttributes() - Method in interface org.opensaml.saml.ext.reqattr.RequestedAttributes
-
Gets a list of child
RequestedAttributes. - getRequestedAttributes() - Method in interface org.opensaml.saml.saml2.metadata.AttributeConsumingService
-
Gets the attributes this service requests.
- getRequestedAttributes() - Method in class org.opensaml.saml.saml2.metadata.impl.AttributeConsumingServiceImpl
-
Gets the attributes this service requests.
- getRequestedAttributes(MessageContext, AuthnRequest) - Method in class org.opensaml.saml.common.binding.impl.SAMLAddAttributeConsumingServiceHandler
-
Grab the
RequestedAttribute(if any) from theAuthnRequest. - 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
RequestedAuthnContextof 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
RequestedAuthnContextof 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.
- 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.
- getRequesters() - Method in class org.opensaml.profile.context.ProxiedRequesterContext
-
Get the proxied requesters.
- 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.
- getRequestURL() - Method in class org.opensaml.saml.common.messaging.context.SAMLMessageReceivedEndpointContext
-
Get the request URL.
- getRequestURLBuilder() - Method in class org.opensaml.saml.metadata.resolver.impl.FunctionDrivenDynamicHTTPMetadataResolver
-
Get the function which builds the request URL.
- getRequiredConditions() - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Get the set of required Conditions.
- getRequiredConditions(ValidateAssertions.AssertionValidationInput) - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Get the set of required Conditions.
- getRequiredFormat(ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects
-
Extract a format required by the inbound request, if present.
- getRequireSignedRoot() - 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 class org.opensaml.profile.context.AccessControlContext
-
Get the resource being operated on.
- 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
-
Get the resource.
- 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
-
Get the resource.
- 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
ResponseTypefrom theXACMLAuthzDecisionStatement. - getResponse() - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementType
-
Get's the
ResponseTypefrom theXACMLAuthzDecisionStatement. - 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.
- getResult() - Method in class org.opensaml.saml.common.assertion.ValidationProcessingData
-
Get the validation result.
- 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.
- getRetainedRoles() - Method in class org.opensaml.saml.metadata.resolver.filter.impl.EntityRoleFilter
-
Get the unmodifiable list of roles that are NOT removed by this filter.
- 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
RequestTypein the response. - getReturnContextXSBooleanValue() - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
-
If true then include the
RequestTypein the response. - getRevocationRecord(String, String) - Method in class org.opensaml.storage.impl.StorageServiceRevocationCache
-
Attempts to read back a revocation record for a given context and key.
- getRevocationRecord(String, String) - Method in interface org.opensaml.storage.RevocationCache
-
Attempts to read back a revocation record for a given context and key.
- 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() - Method in class org.opensaml.saml.metadata.resolver.index.impl.RoleMetadataIndex.RoleMetadataIndexKey
-
Gets the entity role.
- 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.saml2.binding.decoding.impl.HTTPArtifactDecoder
-
Get the role descriptor resolver.
- 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() - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
-
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) - 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 interface org.opensaml.saml.saml2.metadata.EntityDescriptor
-
Gets all the role descriptors for this entity that support the given protocol.
- 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.
- getRoleType() - Method in class org.opensaml.saml.metadata.resolver.index.impl.EndpointMetadataIndex.EndpointMetadataIndexKey
-
Gets the entity role.
- getRootValidUntil() - Method in interface org.opensaml.saml.metadata.resolver.BatchMetadataResolver
-
Get the validUntil of of the metadata batch root element, if present.
- getRootValidUntil() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractBatchMetadataResolver
-
Get the validUntil of of the metadata batch root element, if present.
- getRSAKey(RSAKeyValue) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
-
Builds an RSA key from an
RSAKeyValueelement. - 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.
- getRSAKeyValue(XMLObject) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.RSAKeyValueProvider
-
Get the RSAKeyValue from the passed XML object.
- 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.
- getSalt() - Method in class org.opensaml.xmlsec.derivation.impl.PBKDF2
-
Get the Base64-encoded salt value.
- getSalt() - Method in class org.opensaml.xmlsec.encryption.impl.PBKDF2ParamsImpl
-
Get the Salt child element.
- getSalt() - Method in interface org.opensaml.xmlsec.encryption.PBKDF2Params
-
Get the Salt child element.
- 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
NameIdentifierrepresented 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
NameIDrepresented by this context. - getSAMLArtifactType(MessageContext) - Method in class org.opensaml.saml.saml1.binding.encoding.impl.HTTPArtifactEncoder
-
Get the SAML artifact type from the message context.
- getSAMLArtifactType(MessageContext) - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPArtifactEncoder
-
Get the SAML artifact type from the message context.
- 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
SAMLPeerEntityContextassociated with the message. - getSAMLProtocolContext() - Method in class org.opensaml.saml.common.binding.security.impl.BaseSAMLXMLSignatureSecurityHandler
-
Get the
SAMLProtocolContextassociated 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 class org.opensaml.core.xml.AbstractXSAnyAdapter
-
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 class org.opensaml.core.xml.AbstractXSAnyAdapter
-
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.
- getScopes() - Method in interface org.opensaml.saml.metadata.generator.impl.MetadataGeneratorParameters
-
Get the {Scope} extension(s).
- getScoping() - Method in interface org.opensaml.saml.saml2.core.AuthnRequest
-
Gets the
Scopingof the request. - getScoping() - Method in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
-
Gets the
Scopingof the request. - getSecondaryIndexManager() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractBatchMetadataResolver.BatchEntityBackingStore
-
Get the secondary index manager.
- getSecondaryIndexManager() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.DynamicEntityBackingStore
-
Get the secondary index manager.
- 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.
- getSecretKey() - Method in class org.opensaml.spring.credential.AbstractBasicCredentialFactoryBean
-
return the configured Secret Key.
- getSecretKey() - Method in class org.opensaml.spring.credential.BasicInlineCredentialFactoryBean
-
return the configured Secret Key.
- getSecretKey() - Method in class org.opensaml.spring.credential.BasicResourceCredentialFactoryBean
-
return the configured Secret Key.
- getSecretKeyAlgorithm() - Method in class org.opensaml.spring.credential.AbstractBasicCredentialFactoryBean
-
Get the algorithm for the SecretKey.
- getSecretKeyEncoding() - Method in class org.opensaml.spring.credential.AbstractBasicCredentialFactoryBean
-
Get the SecretKey encoding.
- getSecretKeyInfo() - Method in class org.opensaml.spring.credential.BasicInlineCredentialFactoryBean
-
Get the information used to generate the secret key.
- getSecretKeyInfo() - Method in class org.opensaml.spring.credential.BasicResourceCredentialFactoryBean
-
Get the information used to generate the secret key.
- getSecurityConfigurationProfileId() - Method in class org.opensaml.saml.common.messaging.soap.SAMLSOAPClientContextBuilder
-
Get the SOAP client security configuration profile ID to use.
- getSecurityConfigurationProfileId() - Method in class org.opensaml.soap.client.security.SOAPClientSecurityContext
-
Get the security configuration profile ID.
- getSecurityParameters() - Method in class org.opensaml.security.messaging.HttpClientSecurityContext
-
Get the
HttpClientSecurityParametersinstance. - getSecurityParametersLookupStrategy() - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Get the strategy by which to resolve a
SecurityParametersContext. - 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.
- getSelfEntityID() - Method in class org.opensaml.saml.common.messaging.soap.SAMLSOAPClientContextBuilder
-
Get the SAML self entityID.
- getSelfEntityID(ValidateAssertions.AssertionValidationInput) - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Get the self entityID.
- getSelfEntityIDResolver() - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
-
Get the resolver for the self entityID.
- getSerialNumber() - Method in class org.opensaml.security.x509.X509IssuerSerialCriterion
-
Get the serial number.
- getServerAliases(String, Principal[]) - Method in class org.opensaml.security.x509.tls.impl.StaticX509CredentialKeyManager
- getServerAliases(String, Principal[]) - Method in class org.opensaml.security.x509.tls.impl.ThreadLocalX509CredentialKeyManager
- getServicedCondition() - Method in interface org.opensaml.saml.saml2.assertion.ConditionValidator
-
Gets the element or schema type QName of the condition handled by this validator.
- getServicedCondition() - Method in class org.opensaml.saml.saml2.assertion.impl.AudienceRestrictionConditionValidator
-
Gets the element or schema type QName of the condition handled by this validator.
- getServicedCondition() - Method in class org.opensaml.saml.saml2.assertion.impl.DelegationRestrictionConditionValidator
-
Gets the element or schema type QName of the condition handled by this validator.
- getServicedCondition() - Method in class org.opensaml.saml.saml2.assertion.impl.OneTimeUseConditionValidator
-
Gets the element or schema type QName of the condition handled by this validator.
- getServicedCondition() - Method in class org.opensaml.saml.saml2.assertion.impl.ProxyRestrictionConditionValidator
-
Gets the element or schema type QName of the condition handled by this validator.
- getServicedMethod() - Method in class org.opensaml.saml.saml2.assertion.impl.BearerSubjectConfirmationValidator
-
Gets the subject confirmation method handled by this validator.
- getServicedMethod() - Method in class org.opensaml.saml.saml2.assertion.impl.HolderOfKeySubjectConfirmationValidator
-
Gets the subject confirmation method handled by this validator.
- getServicedMethod() - Method in class org.opensaml.saml.saml2.assertion.impl.SenderVouchersSubjectConfirmationValidator
-
Gets the subject confirmation method handled by this validator.
- getServicedMethod() - Method in interface org.opensaml.saml.saml2.assertion.SubjectConfirmationValidator
-
Gets the subject confirmation method handled by this validator.
- getServicedStatement() - Method in class org.opensaml.saml.saml2.assertion.impl.AuthnStatementValidator
-
Gets the element or schema type QName of the statement handled by this validator.
- getServicedStatement() - Method in interface org.opensaml.saml.saml2.assertion.StatementValidator
-
Gets the element or schema type QName of the statement handled by this validator.
- getServiceLoader() - Static method in class org.opensaml.core.config.InitializationService
-
Obtain the service loader instance used in the initialization process.
- 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.
- 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.
- getShortName() - Method in class org.opensaml.saml.common.binding.BindingDescriptor
-
Get a short/concise name for the binding.
- 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.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter
-
Gets the Signature XMLObject.
- 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() - 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() - Method in class org.opensaml.xmlsec.SignatureSigningParameters
-
Get the signature algorithm URI to use when signing.
- getSignatureAlgorithm(String, String) - Method in class org.opensaml.xmlsec.algorithm.AlgorithmRegistry
-
Deprecated.
- getSignatureAlgorithm(Signature) - Method in class org.opensaml.xmlsec.signature.support.impl.SignatureAlgorithmValidator
-
Get the signature algorithm.
- 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.
- getSignatureAlgorithms(String, String) - Method in class org.opensaml.xmlsec.algorithm.AlgorithmRegistry
-
Lookup signature algorithm descriptors by the JCA key algorithm and digest method IDs.
- 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.
- getSignatureCriteriaSet(ValidateAssertions.AssertionValidationInput) - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Get the signature validation criteria set.
- getSignatureCriteriaSet(SAML20AssertionTokenValidationInput) - Method in class org.opensaml.saml.saml2.wssecurity.messaging.impl.DefaultSAML20AssertionValidationContextBuilder
-
Get the signature validation criteria set.
- getSignatureCriteriaSetFunction() - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Get the function for resolving the signature validation CriteriaSet for a particular function.
- getSignatureCriteriaSetFunction() - Method in class org.opensaml.saml.saml2.wssecurity.messaging.impl.DefaultSAML20AssertionValidationContextBuilder
-
Get the function for resolving the signature validation CriteriaSet for a particular function.
- 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.
- getSignatureReferenceCanonicalizationAlgorithm() - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
-
Get a canonicalization algorithm URI suitable for use as a Signature Reference Transform value.
- getSignatureReferenceCanonicalizationAlgorithm() - Method in interface org.opensaml.xmlsec.SignatureSigningConfiguration
-
Get a canonicalization algorithm URI suitable for use as a Signature Reference Transform value.
- getSignatureReferenceCanonicalizationAlgorithm() - Method in class org.opensaml.xmlsec.SignatureSigningParameters
-
Get a canonicalization algorithm URI suitable for use as a Signature Reference Transform value.
- 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.
- getSignatureReferenceID() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter
-
Gets the value of the ID attribute for this SAML object which will be used as its signature reference.
- getSignatureRequired() - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Get the predicate which determines whether an Assertion signature is required.
- getSignatureSigningConfiguration() - Method in class org.opensaml.xmlsec.config.BasicXMLSecurityConfiguration
-
Get the configuration used when generating protocol message signatures.
- getSignatureSigningConfiguration() - Method in interface org.opensaml.xmlsec.config.XMLSecurityConfiguration
-
Get the configuration used when generating protocol message signatures.
- 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.
- getSignatureValidationConfiguration() - Method in class org.opensaml.xmlsec.config.BasicXMLSecurityConfiguration
-
Get the configuration used when validating protocol message signatures.
- getSignatureValidationConfiguration() - Method in interface org.opensaml.xmlsec.config.XMLSecurityConfiguration
-
Get the configuration used when validating protocol message signatures.
- getSignatureValidationCriteriaSet(Assertion, ValidationContext) - Method in class org.opensaml.saml.saml2.assertion.SAML20AssertionValidator
-
Get the criteria set that will be used in evaluating the Assertion signature via the supplied trust engine.
- 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.
- getSignatureValidationPrevalidator(Assertion, ValidationContext) - Method in class org.opensaml.saml.saml2.assertion.SAML20AssertionValidator
-
Get the signature trust engine that will be used in evaluating the Assertion signature.
- getSignatureValidationProvider() - Static method in class org.opensaml.xmlsec.signature.support.SignatureValidator
-
Obtain the
SignatureValidationProviderinstance to be used. - getSignatureValidationTrustEngine(Assertion, ValidationContext) - Method in class org.opensaml.saml.saml2.assertion.SAML20AssertionValidator
-
Get the signature trust engine that will be used in evaluating the Assertion signature.
- 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). - getSignerProvider() - Static method in class org.opensaml.xmlsec.signature.support.Signer
-
Obtain the
SignerProviderinstance to be used. - getSigningCertificates() - Method in interface org.opensaml.saml.metadata.generator.impl.MetadataGeneratorParameters
-
Signing-only certificate path(s).
- 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(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.
- 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(SecretKey) - Static method in class org.opensaml.security.credential.CredentialSupport
-
Get a simple, minimal credential containing a secret (symmetric) key.
- getSimpleXMLObjects() - Method in class org.opensaml.core.xml.mock.SimpleXMLObject
-
Gets the list of child SimpleXMLObjects.
- 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.
- getSize() - Method in class org.opensaml.xmlsec.agreement.impl.KeySize
-
Get the key size, in bits.
- getSnapshot() - Method in class org.opensaml.core.metrics.impl.DisabledHistogram
- getSnapshot() - Method in class org.opensaml.core.metrics.impl.DisabledTimer
- 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:actorattribute from a given SOAP object. - getSOAP11Context(MessageContext) - Static method in class org.opensaml.soap.messaging.SOAPMessagingSupport
-
Get the current
SOAP11Contextfor the givenMessageContext. - getSOAP11Context(MessageContext, boolean) - Static method in class org.opensaml.soap.messaging.SOAPMessagingSupport
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getSOAP11ContextLookupStrategy() - Method in class org.opensaml.soap.client.http.HttpSOAPClient
-
Deprecated.Get the strategy used to look up the
SOAP11Contextassociated 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:encodingStyleattribute from the given SOAP object. - getSOAP11Fault(MessageContext) - Static method in class org.opensaml.soap.messaging.SOAPMessagingSupport
-
Get the registered SOAP 1.1 fault, if any.
- getSOAP11HeaderBlock(Envelope, QName, Set<String>, boolean) - Static method in class org.opensaml.soap.messaging.SOAPMessagingSupport
-
Get a header block from the SOAP 1.1 envelope.
- getSOAP11MustUnderstandAttribute(XMLObject) - Static method in class org.opensaml.soap.util.SOAPSupport
-
Get the
soap11:mustUnderstandattribute 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:mustUnderstandattribute from a given SOAP object. - getSOAP12RelayAttribute(XMLObject) - Static method in class org.opensaml.soap.util.SOAPSupport
-
Get the
soap12:relayattribute 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.soap.wsaddressing.impl.ProblemActionImpl
-
Get the SoapAction child element.
- getSoapAction() - Method in interface org.opensaml.soap.wsaddressing.ProblemAction
-
Get the SoapAction child element.
- getSOAPAction() - Method in class org.opensaml.saml.saml1.binding.encoding.impl.HttpClientRequestSOAP11Encoder
-
Determine the value of the SOAPAction HTTP header to send.
- 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.HttpClientRequestSOAP11Encoder
-
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.client.soap11.encoder.http.impl.HttpClientRequestSOAP11Encoder
-
Determine the value of the SOAPAction HTTP header to send.
- getSOAPAction() - Method in class org.opensaml.soap.soap11.encoder.http.impl.HTTPSOAP11Encoder
-
Determine the value of the SOAPAction HTTP header to send.
- getSOAPClient() - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
-
Get the SOAP client instance.
- getSOAPClientContextLookupStrategy() - Method in class org.opensaml.soap.client.http.HttpSOAPClient
-
Deprecated.Get the strategy used to look up the
SOAPClientContextassociated with the outbound message context. - getSOAPClientSecurityConfigurationProfileId() - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
-
Get the SOAP client security configuration profile ID to use.
- getSOAPEnvelope() - Method in class org.opensaml.soap.client.soap11.encoder.http.impl.HttpClientRequestSOAP11Encoder
-
Retrieve the previously stored SOAP envelope from the message context.
- getSOAPEnvelope() - Method in class org.opensaml.soap.soap11.encoder.http.impl.HTTPSOAP11Encoder
-
Retrieve the previously stored SOAP envelope from the message context.
- getSOAPPipelineName() - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
-
Get the name of the specific SOAP client message pipeline to use, for example with
PipelineFactoryHttpSOAPClient. - getSOAPRequestParameters() - Method in class org.opensaml.soap.client.SOAPClientContext
-
Gets a set of binding/transport-specific request parameters.
- getSOAPVersion(MessageContext) - Static method in class org.opensaml.soap.messaging.SOAPMessagingSupport
-
Determine the SOAP version of the message represented by the message context.
- getSource() - Method in class org.opensaml.storage.impl.client.AbstractClientStorageServiceStore
-
Get the data source.
- getSource() - Method in class org.opensaml.storage.impl.client.ClientStorageService
-
Get the backing source of the loaded data.
- getSource() - Method in interface org.opensaml.storage.impl.client.ClientStorageServiceStore
-
Get the data source.
- 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) - Method in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0001Builder
-
Get the local entityId.
- getSourceEntityId(MessageContext) - Method in class org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactType0004Builder
-
Get the local entityId.
- getSourceId() - Method in class org.opensaml.saml.metadata.resolver.filter.data.impl.MetadataSource
-
Get identifier of the metadata source.
- getSourceID() - Method in interface org.opensaml.saml.common.binding.artifact.SAMLSourceIDArtifact
-
Get the source ID component of the artifact.
- getSourceID() - Method in class org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex.ArtifactSourceIDMetadataIndexKey
-
Get the SourceID value.
- 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 interface org.opensaml.saml.common.binding.artifact.SAMLSourceLocationArtifact
-
Gets the source location component of the artifact.
- getSourceLocation() - Method in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0002
-
Gets the source location component of this artifact.
- getSpecified() - Method in class org.opensaml.xmlsec.encryption.impl.SaltImpl
-
Get the Specified child element.
- getSpecified() - Method in interface org.opensaml.xmlsec.encryption.Salt
-
Get the Specified child element.
- 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.BaseIDXSAnyAdapter
-
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() - Method in interface org.opensaml.saml.metadata.generator.impl.MetadataGeneratorParameters
-
Get the SP role to generate.
- getSPSSODescriptor(String) - Method in interface org.opensaml.saml.saml2.metadata.EntityDescriptor
-
Gets the first
SPSSODescriptorrole descriptor for this entity that supports the given protocol. - getSPSSODescriptor(String) - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
-
Gets the first
SPSSODescriptorrole 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
Statementsub elements. - getStatements() - Method in class org.opensaml.saml.saml1.core.impl.AssertionImpl
-
Return the List representing all the
Statementsub elements. - getStatements() - Method in interface org.opensaml.saml.saml2.core.Assertion
-
Gets the list of statements attached to this assertion.
- getStatements() - Method in class org.opensaml.saml.saml2.core.impl.AssertionImpl
-
Gets the list of statements attached to this assertion.
- getStatements(QName) - Method in interface org.opensaml.saml.saml1.core.Assertion
-
Return the List representing all the
Statementsub elements with a given schema type or element name. - getStatements(QName) - Method in class org.opensaml.saml.saml1.core.impl.AssertionImpl
-
Return the List representing all the
Statementsub elements with a given schema type or element name. - 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(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.
- getStatementSubject(SubjectStatement) - Method in class org.opensaml.saml.saml1.profile.impl.AddNameIdentifierToSubjects
-
Get the subject to which the name identifier will be added.
- getStatementSubject(SubjectStatement) - Method in class org.opensaml.saml.saml1.profile.impl.AddSubjectConfirmationToSubjects
-
Get the subject to which the confirmation will be added.
- getStatementSubject(SubjectStatement) - Method in class org.opensaml.saml.saml1.profile.impl.CopyNameIdentifierFromRequest
-
Get the subject to which the name identifier will be added.
- getStaticParameters() - Method in class org.opensaml.saml.common.assertion.ValidationContext
-
Gets the static parameters used as input to the validation process.
- 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
-
Get the object representing the
StatusCode(element). - getStatusCode() - Method in interface org.opensaml.saml.saml1.core.Status
-
Get 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
-
Get the object representing the
StatusDetail(element). - getStatusDetail() - Method in interface org.opensaml.saml.saml1.core.Status
-
Get 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
-
Get the object representing the
StatusMessage(element). - getStatusMessage() - Method in interface org.opensaml.saml.saml1.core.Status
-
Get 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.impl.StorageServiceReplayCache
-
Get the backing store for the cache.
- getStorage() - Method in class org.opensaml.storage.impl.StorageServiceRevocationCache
-
Get the backing store for the cache.
- getStorageKeys() - Method in class org.opensaml.storage.impl.client.ClientStorageLoadContext
-
Get the collection of storage keys to load from the client.
- getStorageName() - Method in class org.opensaml.storage.impl.client.ClientStorageService
-
Get the label to use for storage tracking.
- getStorageOperations() - Method in class org.opensaml.storage.impl.client.ClientStorageSaveContext
-
Get the storage operations to perform.
- getStorageService() - Method in class org.opensaml.saml.common.binding.artifact.impl.StorageServiceSAMLArtifactMap
-
Get the artifact store.
- getStorageService() - Method in class org.opensaml.storage.testing.StorageServiceTest
-
Returns a fresh service instance to test.
- getStorageServiceID() - Method in class org.opensaml.storage.impl.client.ClientStorageServiceOperation
-
Get Storage Service ID.
- getStorageSource() - Method in class org.opensaml.storage.impl.client.ClientStorageServiceOperation
-
Get storage source.
- getStore(MetadataIndex) - Method in class org.opensaml.saml.metadata.resolver.index.impl.MetadataIndexManager
-
Get the
MetadataIndexStorefor the specifiedMetadataIndex. - 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
-
Deprecated.
- 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
-
Deprecated.
- getSubject() - Method in class org.opensaml.saml.saml1.core.impl.SubjectQueryImpl
-
Get the subject.
- 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 the subject.
- 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
Subjectof 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
Subjectof 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
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
-
Get the subject confirmation.
- getSubjectConfirmation() - Method in interface org.opensaml.saml.saml1.core.Subject
-
Get the subject confirmation.
- getSubjectConfirmation() - Method in class org.opensaml.saml.saml2.wssecurity.SAML20AssertionToken
-
Get the successfully attested SubjectConfirmation.
- 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.
- getSubjectConfirmationKeyInformation(SubjectConfirmationData, Assertion, ValidationContext) - Method in class org.opensaml.saml.saml2.assertion.impl.HolderOfKeySubjectConfirmationValidator
-
Extracts the
KeyInfos from the given subject confirmation data. - 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
-
Get the
SubjectLocality. - getSubjectLocality() - Method in class org.opensaml.saml.saml1.core.impl.AuthenticationStatementImpl
-
Get the
SubjectLocality. - 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() - Method in class org.opensaml.security.x509.X509SubjectNameCriterion
-
Get the subject name.
- 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(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
NameIdentifieror a SAML 2NameID. - 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
SubjectStatementsub elements. - getSubjectStatements() - Method in class org.opensaml.saml.saml1.core.impl.AssertionImpl
-
Return the List representing all the
SubjectStatementsub 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.
- getSupportedMediaTypes() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver
-
Get the list of supported MIME
MediaTypeinstances used in validation of the 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 class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter
-
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.
- getSuppPrivInfo() - Method in class org.opensaml.xmlsec.derivation.impl.ConcatKDF
-
Get the SuppPrivInfo in its unpadded hex-encoded form.
- getSuppPrivInfo() - Method in interface org.opensaml.xmlsec.encryption.ConcatKDFParams
-
Gets the SuppPrivInfo attribute in its padded hex-encoded form.
- getSuppPrivInfo() - Method in class org.opensaml.xmlsec.encryption.impl.ConcatKDFParamsImpl
-
Gets the SuppPrivInfo attribute in its padded hex-encoded form.
- getSuppPrivInfoBytes() - Method in interface org.opensaml.xmlsec.encryption.ConcatKDFParams
-
Gets the SuppPrivInfo attribute in its padded byte array form.
- getSuppPrivInfoBytes() - Method in class org.opensaml.xmlsec.encryption.impl.ConcatKDFParamsImpl
-
Gets the SuppPrivInfo attribute in its padded byte array form.
- getSuppPubInfo() - Method in class org.opensaml.xmlsec.derivation.impl.ConcatKDF
-
Get the SuppPubInfo in its unpadded hex-encoded form.
- getSuppPubInfo() - Method in interface org.opensaml.xmlsec.encryption.ConcatKDFParams
-
Gets the SuppPubInfo attribute in its padded hex-encoded form.
- getSuppPubInfo() - Method in class org.opensaml.xmlsec.encryption.impl.ConcatKDFParamsImpl
-
Gets the SuppPubInfo attribute in its padded hex-encoded form.
- getSuppPubInfoBytes() - Method in interface org.opensaml.xmlsec.encryption.ConcatKDFParams
-
Gets the SuppPubInfo attribute in its padded byte array form.
- getSuppPubInfoBytes() - Method in class org.opensaml.xmlsec.encryption.impl.ConcatKDFParamsImpl
-
Gets the SuppPubInfo attribute in its padded byte array form.
- 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.
- getTagAssignments() - Method in interface org.opensaml.saml.metadata.generator.impl.MetadataGeneratorParameters
-
Get the
EntityAttributestag names and values in the form of a Java-based multi-map. - 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.
- getTemplatePath() - Method in interface org.opensaml.saml.metadata.generator.impl.TemplateMetadataGeneratorParameters
-
Get path to templates.
- 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.
- getTestedInitializer() - Method in class org.opensaml.core.testing.XMLObjectProviderInitializerBaseTestCase
-
Get the initializer impl to test.
- getTestedProviders() - Method in class org.opensaml.core.testing.XMLObjectProviderInitializerBaseTestCase
-
Get the array of QNames to test from the XMLObjectProviderRegistry.
- 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.
- getTimerMappings(String) - Method in class org.opensaml.profile.context.MetricContext
-
Get a modifiable collection of timer name / stop object pairs for the supplied start object ID.
- getTimestampCreated() - Method in class org.opensaml.soap.wssecurity.messaging.WSSecurityContext
-
Get the value for Timestamp Created.
- getTimestampExpires() - Method in class org.opensaml.soap.wssecurity.messaging.WSSecurityContext
-
Get the value for Timestamp Expires.
- getTLSCipherSuites() - Method in interface org.opensaml.security.httpclient.HttpClientSecurityConfiguration
-
Get the optional list of TLS cipher suites.
- getTLSCipherSuites() - Method in class org.opensaml.security.httpclient.HttpClientSecurityParameters
-
Get the optional list of TLS cipher suites.
- getTLSCipherSuites() - Method in class org.opensaml.security.httpclient.impl.BasicHttpClientSecurityConfiguration
-
Get the optional list of TLS cipher suites.
- getTLSCriteriaSet() - Method in class org.opensaml.security.httpclient.HttpClientSecurityParameters
-
Get the optional criteria set used in evaluating server TLS credentials.
- getTLSCriteriaSetStrategy() - Method in class org.opensaml.saml.common.messaging.soap.SAMLSOAPClientContextBuilder
-
Get the TLS CriteriaSet strategy.
- getTLSCriteriaSetStrategy() - Method in class org.opensaml.security.messaging.HttpClientSecurityContext
-
Get the TLS criteria strategy function.
- getTLSCriteriaSetStrategy() - Method in class org.opensaml.soap.client.http.AbstractPipelineHttpSOAPClient
-
Get the strategy function which builds the dynamically-populated criteria set which is input to the TLS TrustEngine, if no static criteria set is supplied either via context or locally-configured
HttpClientSecurityParameters. - getTLSProtocols() - Method in interface org.opensaml.security.httpclient.HttpClientSecurityConfiguration
-
Get the optional list of TLS protocols.
- getTLSProtocols() - Method in class org.opensaml.security.httpclient.HttpClientSecurityParameters
-
Get the optional list of TLS protocols.
- getTLSProtocols() - Method in class org.opensaml.security.httpclient.impl.BasicHttpClientSecurityConfiguration
-
Get the optional list of TLS protocols.
- getTLSTrustEngine() - Method in interface org.opensaml.security.httpclient.HttpClientSecurityConfiguration
-
Sets the optional trust engine used in evaluating server TLS credentials.
- getTLSTrustEngine() - Method in class org.opensaml.security.httpclient.HttpClientSecurityParameters
-
Sets the optional trust engine used in evaluating server TLS credentials.
- getTLSTrustEngine() - Method in class org.opensaml.security.httpclient.impl.BasicHttpClientSecurityConfiguration
-
Sets the optional trust engine used in evaluating server TLS credentials.
- getTokens() - Method in class org.opensaml.soap.wssecurity.messaging.WSSecurityContext
-
Get the list of WS-Security tokens.
- 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 interface org.opensaml.xmlsec.signature.support.TransformsConfigurableContentReference
-
Gets the mutable list of transforms applied to the content prior to digest generation.
- 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.
- getTrusted() - Static method in class org.opensaml.security.x509.tls.impl.ThreadLocalX509TrustEngineContext
-
Return the current thread-local trust evaluation data.
- 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.
- getTrustEngine() - Static method in class org.opensaml.security.x509.tls.impl.ThreadLocalX509TrustEngineContext
-
Return the current thread-local trust engine instance.
- 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 class org.opensaml.saml.metadata.resolver.ChainingMetadataResolver
-
Gets the type of resolver for reporting or logging purposes.
- getType() - Method in class org.opensaml.saml.metadata.resolver.filter.AbstractMetadataFilter
-
Gets the type of filter for reporting or logging purposes.
- getType() - Method in interface org.opensaml.saml.metadata.resolver.filter.MetadataFilter
-
Gets the type of filter for reporting or logging purposes.
- getType() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
-
Gets the type of resolver for reporting or logging purposes.
- getType() - Method in class org.opensaml.saml.metadata.resolver.impl.CompositeMetadataResolver
-
Gets the type of resolver for reporting or logging purposes.
- getType() - Method in interface org.opensaml.saml.metadata.resolver.MetadataResolver
-
Gets the type of resolver for reporting or logging purposes.
- 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/@Typeattribute URI value. - getType() - Method in interface org.opensaml.soap.wssecurity.Password
-
Returns the
wsse:Password/@Typeattribute 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.DigestSHA3_224
-
Get the algorithm URI's fundamental type.
- getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.DigestSHA3_256
-
Get the algorithm URI's fundamental type.
- getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.DigestSHA3_384
-
Get the algorithm URI's fundamental type.
- getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.DigestSHA3_512
-
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.KeyAgreementDHExplicitKDF
-
Get the algorithm URI's fundamental type.
- getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.KeyAgreementDHLegacyKDF
-
Get the algorithm URI's fundamental type.
- getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.KeyAgreementECDH
-
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.SignatureRSASSA_PSS_SHA1_MGF1
-
Get the algorithm URI's fundamental type.
- getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA224_MGF1
-
Get the algorithm URI's fundamental type.
- getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA256_MGF1
-
Get the algorithm URI's fundamental type.
- getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA3_224_MGF1
-
Get the algorithm URI's fundamental type.
- getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA3_256_MGF1
-
Get the algorithm URI's fundamental type.
- getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA3_384_MGF1
-
Get the algorithm URI's fundamental type.
- getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA3_512_MGF1
-
Get the algorithm URI's fundamental type.
- getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA384_MGF1
-
Get the algorithm URI's fundamental type.
- getType() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA512_MGF1
-
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.DerivedKey
-
Gets the Type attribute.
- 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.DerivedKeyImpl
-
Gets the Type attribute.
- 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.
- getTypeCode() - Method in interface org.opensaml.saml.common.binding.artifact.SAMLArtifact
-
Gets the 2 byte type code for this artifact.
- getUnderstoodHeaders() - Method in class org.opensaml.soap.messaging.context.InboundSOAPContext
-
Get the (modifiable) set of headers which have been understood.
- 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.mock.SimpleXMLObject
-
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.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.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter
-
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() - 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() - Method in class org.opensaml.core.xml.mock.SimpleXMLObject
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - Method in class org.opensaml.xmlsec.encryption.impl.KeyDerivationMethodImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- 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() - 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() - 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.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(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(QName) - Method in class org.opensaml.core.xml.mock.SimpleXMLObject
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
- 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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(QName) - Method in class org.opensaml.xmlsec.encryption.impl.KeyDerivationMethodImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
- 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(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(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() - Method in class org.opensaml.xmlsec.keyinfo.impl.StaticKeyInfoGenerator
-
Get a KeyInfo unmarshaller.
- getUnmarshaller(QName) - Method in class org.opensaml.core.testing.XMLObjectBaseTestCase
-
Lookup the unmarshaller for a 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(QName) - Static method in class org.opensaml.core.xml.util.XMLObjectSupport
-
Obtain an XMLObject unmarshaller for the given QName.
- getUnmarshaller(XMLObject) - Method in class org.opensaml.core.testing.XMLObjectBaseTestCase
-
Lookup the unmarshaller for an XMLObject.
- getUnmarshaller(Element) - Method in class org.opensaml.core.testing.XMLObjectBaseTestCase
-
Lookup the unmarshaller for a DOM Element.
- getUnmarshaller(Element) - Method in class org.opensaml.core.xml.io.UnmarshallerFactory
-
Retrieves the unmarshaller for the given element.
- 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 class org.opensaml.core.xml.schema.impl.XSURIImpl
-
Gets the URI content of the element.
- getURI() - Method in interface org.opensaml.core.xml.schema.XSURI
-
Gets the URI content of the element.
- getURI() - Method in interface org.opensaml.security.crypto.ec.NamedCurve
-
Get the curve's URI.
- 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.DigestSHA3_224
-
Get the algorithm's identifying URI.
- getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.DigestSHA3_256
-
Get the algorithm's identifying URI.
- getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.DigestSHA3_384
-
Get the algorithm's identifying URI.
- getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.DigestSHA3_512
-
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.KeyAgreementDHExplicitKDF
-
Get the algorithm's identifying URI.
- getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.KeyAgreementDHLegacyKDF
-
Get the algorithm's identifying URI.
- getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.KeyAgreementECDH
-
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.SignatureRSASSA_PSS_SHA1_MGF1
-
Get the algorithm's identifying URI.
- getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA224_MGF1
-
Get the algorithm's identifying URI.
- getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA256_MGF1
-
Get the algorithm's identifying URI.
- getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA3_224_MGF1
-
Get the algorithm's identifying URI.
- getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA3_256_MGF1
-
Get the algorithm's identifying URI.
- getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA3_384_MGF1
-
Get the algorithm's identifying URI.
- getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA3_512_MGF1
-
Get the algorithm's identifying URI.
- getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA384_MGF1
-
Get the algorithm's identifying URI.
- getURI() - Method in class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA512_MGF1
-
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.
- 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.
- getUsageType() - Method in class org.opensaml.spring.credential.AbstractCredentialFactoryBean
-
Gets the usage type of the 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.
- getValidAddresses(ValidateAssertions.AssertionValidationInput) - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Get the set of addresses which are valid for subject confirmation.
- getValidAddresses(SAML20AssertionTokenValidationInput) - Method in class org.opensaml.saml.saml2.wssecurity.messaging.impl.DefaultSAML20AssertionValidationContextBuilder
-
Get the set of addresses which are valid for subject confirmation.
- getValidationContextBuilder() - Method in class org.opensaml.saml.saml2.profile.impl.ValidateAssertions
-
Get the function that builds a
ValidationContextinstance based on aValidateAssertions.AssertionValidationInputinstance. - getValidationContextBuilder() - Method in class org.opensaml.saml.saml2.wssecurity.messaging.impl.WSSecuritySAML20AssertionTokenSecurityHandler
-
Get the function that builds a
ValidationContextinstance based on aSAML20AssertionTokenValidationInputinstance. - getValidationFailureMessages() - Method in class org.opensaml.saml.common.assertion.ValidationContext
-
Gets the message describing why the validation process failed.
- 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.
- getValidationStatus() - Method in class org.opensaml.soap.wssecurity.messaging.AbstractToken
-
Get the token validation status.
- getValidationStatus() - Method in interface org.opensaml.soap.wssecurity.messaging.Token
-
Get the token validation status.
- getValidAudiences(ValidateAssertions.AssertionValidationInput) - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Get the valid audiences for attestation.
- getValidAudiences(SAML20AssertionTokenValidationInput) - Method in class org.opensaml.saml.saml2.wssecurity.messaging.impl.DefaultSAML20AssertionValidationContextBuilder
-
Get the valid audiences for attestation.
- getValidIssuers() - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Get the function for determining the valid Issuer values
- getValidRecipients(ValidateAssertions.AssertionValidationInput) - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Get the valid recipient endpoints for attestation.
- getValidRecipients(SAML20AssertionTokenValidationInput) - Method in class org.opensaml.saml.saml2.wssecurity.messaging.impl.DefaultSAML20AssertionValidationContextBuilder
-
Get the valid recipient endpoints for attestation.
- 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.
- getValidUntil() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter
-
Gets the date until which this descriptor is valid.
- getValidUntil(XMLObject) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.RequiredValidUntilFilter
-
Gets the validUntil time of the metadata, if present.
- getValue() - Method in class org.opensaml.core.xml.mock.SimpleXMLObject
-
Gets the value of this object.
- 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 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 class org.opensaml.saml.metadata.criteria.entity.DetectDuplicateEntityIDsCriterion
-
Get the configured value.
- getValue() - Method in class org.opensaml.saml.metadata.resolver.index.SimpleStringMetadataIndexKey
-
Get the string value used as the index key.
- 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.StatusCode
-
Gets the value of the status code.
- 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.StatusCode
-
Gets the Value of this Status Code.
- getValue() - Method in enum class org.opensaml.security.credential.UsageType
-
Get the enum string value.
- 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.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() - Method in class org.opensaml.storage.impl.client.ClientStorageServiceOperation
-
Get new storage value.
- getValue() - Method in class org.opensaml.storage.StorageRecord
-
Get the record value.
- getValue() - Method in class org.opensaml.storage.testing.StorageServiceTest.AnnotatedObject
- 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.agreement.impl.KANonce
-
Get the Base64-encoded nonce value.
- 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.
- getValue(Object) - Static method in class org.opensaml.storage.annotation.AnnotationSupport
-
Gets the value of the field indicated by the
Valueannotation on the given object. - getValue(StorageSerializer<Type>, String, String) - Method in class org.opensaml.storage.StorageRecord
-
Get the record value, using a custom deserialization process.
- 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.client.ClientStorageService
-
Gets max size of values in characters.
- getValueSize() - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageCapabilities
-
Gets max size of values in characters.
- 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.
- getVelocityContext(TemplateMetadataGeneratorParameters) - Method in class org.opensaml.saml.metadata.generator.impl.VelocityMetadataGenerator
-
Builds the Velocity template context.
- 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.
- getVerifyDepth() - Method in class org.opensaml.spring.trust.AbstractBasicPKIXValidationInfoFactoryBean
-
Get the verify Depth.
- getVersion() - Static method in class org.opensaml.core.Version
-
Get the version of the library.
- getVersion() - Method in interface org.opensaml.saml.saml1.core.Assertion
-
Gets the SAML version for this message.
- getVersion() - Method in class org.opensaml.saml.saml1.core.impl.AssertionImpl
-
Gets the SAML version for this message.
- 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
-
Gets 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
-
Gets 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.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.
- getVisibleNamespaces() - Method in class org.opensaml.core.xml.NamespaceManager
-
Get the set of namespaces which are currently visibly-used on the owning XMLObject (only the owner, not its children).
- 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.
- 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.
- getWrappedToken() - Method in class org.opensaml.soap.wssecurity.messaging.AbstractToken
-
Get the underlying data structure of this token.
- getWrappedToken() - Method in interface org.opensaml.soap.wssecurity.messaging.Token
-
Get the underlying data structure of this token.
- getWSAIsReferenceParameter(XMLObject) - Static method in class org.opensaml.soap.wsaddressing.util.WSAddressingSupport
-
Get the
wsa:IsReferenceParameterattribute 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:TokenTypeattribute value. - getWSSE11TokenType(XMLObject) - Static method in class org.opensaml.soap.wssecurity.util.WSSecuritySupport
-
Gets the
wsse11:TokenTypeattribute from a given SOAP object. - getWSSEUsages() - Method in class org.opensaml.soap.wssecurity.impl.SecurityTokenReferenceImpl
-
Returns the list of
wsse:@Usageattributes value. - getWSSEUsages() - Method in interface org.opensaml.soap.wssecurity.UsageBearing
-
Returns the list of
wsse:@Usageattributes value. - getWSSEUsages(XMLObject) - Static method in class org.opensaml.soap.wssecurity.util.WSSecuritySupport
-
Gets the list value of the
wsse:Usageattribute from the given SOAP object. - getWSUId() - Method in class org.opensaml.soap.wspolicy.impl.PolicyImpl
-
Returns the
@wsu:Idattribute value. - getWSUId() - Method in interface org.opensaml.soap.wssecurity.IdBearing
-
Returns the
@wsu:Idattribute value. - getWSUId() - Method in class org.opensaml.soap.wssecurity.impl.AttributedDateTimeImpl
-
Returns the
@wsu:Idattribute value. - getWSUId() - Method in class org.opensaml.soap.wssecurity.impl.AttributedStringImpl
-
Returns the
@wsu:Idattribute value. - getWSUId() - Method in class org.opensaml.soap.wssecurity.impl.AttributedURIImpl
-
Returns the
@wsu:Idattribute value. - getWSUId() - Method in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderImpl
-
Returns the
@wsu:Idattribute value. - getWSUId() - Method in class org.opensaml.soap.wssecurity.impl.SecurityTokenReferenceImpl
-
Returns the
@wsu:Idattribute value. - getWSUId() - Method in class org.opensaml.soap.wssecurity.impl.SignatureConfirmationImpl
-
Returns the
@wsu:Idattribute value. - getWSUId() - Method in class org.opensaml.soap.wssecurity.impl.TimestampImpl
-
Returns the
@wsu:Idattribute value. - getWSUId() - Method in class org.opensaml.soap.wssecurity.impl.UsernameTokenImpl
-
Returns the
@wsu:Idattribute value. - getWSUId(XMLObject) - Static method in class org.opensaml.soap.wssecurity.util.WSSecuritySupport
-
Gets the
wsu:Idattribute 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
X500Principalinstances. - 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 format specifier for serializing 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
X509CredentialNameEvaluatorinstance 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
TrustEngineinstance used to validate a client TLSX509Credential. - getX509TrustEngine() - Method in class org.opensaml.security.x509.tls.ClientTLSValidationParameters
-
Get a
TrustEngineinstance used to validate a client TLSX509Credential. - getX509TrustEngine() - Method in class org.opensaml.security.x509.tls.impl.BasicClientTLSValidationConfiguration
-
Get a
TrustEngineinstance used to validate a client TLSX509Credential. - getXMLBase() - Method in interface org.opensaml.core.xml.BaseBearing
-
Returns the
@xml:baseattribute value. - getXMLBase(XMLObject) - Static method in class org.opensaml.core.xml.util.XMLAttributeSupport
-
Gets the
xml:baseattribute from a given XML object. - getXMLId() - Method in interface org.opensaml.core.xml.IdBearing
-
Returns the
@xml:idattribute value. - getXMLId(XMLObject) - Static method in class org.opensaml.core.xml.util.XMLAttributeSupport
-
Gets the
xml:idattribute from a given XML object. - getXMLLang() - Method in interface org.opensaml.core.xml.LangBearing
-
Returns the
@xml:langattribute value. - getXMLLang() - Method in class org.opensaml.saml.ext.saml2mdui.impl.KeywordsImpl
-
Returns the
@xml:langattribute value. - getXMLLang() - Method in class org.opensaml.saml.saml2.metadata.impl.LocalizedNameImpl
-
Returns the
@xml:langattribute value. - getXMLLang() - Method in class org.opensaml.saml.saml2.metadata.impl.LocalizedURIImpl
-
Returns the
@xml:langattribute value. - getXMLLang(XMLObject) - Static method in class org.opensaml.core.xml.util.XMLAttributeSupport
-
Gets the
xml:langattribute from a given XML object. - getXMLObjects() - Method in interface org.opensaml.saml.ext.saml2mdui.DiscoHints
-
Get the list of all children of this element.
- getXMLObjects() - Method in class org.opensaml.saml.ext.saml2mdui.impl.DiscoHintsImpl
-
Get the list of all children of this element.
- getXMLObjects() - Method in class org.opensaml.saml.ext.saml2mdui.impl.UIInfoImpl
-
Get the list of all children of this element.
- getXMLObjects() - Method in interface org.opensaml.saml.ext.saml2mdui.UIInfo
-
Get the list of all children of this element.
- getXMLObjects() - Method in class org.opensaml.soap.wspolicy.impl.OperatorContentTypeImpl
-
Get the complete modifiable list of XMLObject children.
- getXMLObjects() - Method in interface org.opensaml.soap.wspolicy.OperatorContentType
-
Get the complete modifiable list of XMLObject children.
- getXMLObjects() - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoImpl
-
Get the list of all XMLObject children.
- getXMLObjects() - Method in class org.opensaml.xmlsec.signature.impl.SPKIDataImpl
-
Get the list of all XMLObject children.
- getXMLObjects() - Method in class org.opensaml.xmlsec.signature.impl.X509DataImpl
-
Get the list of all XMLObject children.
- getXMLObjects() - Method in interface org.opensaml.xmlsec.signature.KeyInfo
-
Get the list of all XMLObject children.
- getXMLObjects() - Method in interface org.opensaml.xmlsec.signature.SPKIData
-
Get the list of all XMLObject children.
- getXMLObjects() - Method in interface org.opensaml.xmlsec.signature.X509Data
-
Get the list of all XMLObject children.
- 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(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(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(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(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(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(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(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(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(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(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(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.impl.provider.ApacheSantuarioSignatureValidationProviderImpl
-
Access the
XMLSignaturefrom the given signature object. - getXMLSpace() - Method in interface org.opensaml.core.xml.SpaceBearing
-
Returns the
@xml:spaceattribute value. - getXMLSpace(XMLObject) - Static method in class org.opensaml.core.xml.util.XMLAttributeSupport
-
Gets the
xml:spaceattribute 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 - Variable in class org.opensaml.saml.saml2.metadata.impl.ContactPersonImpl
-
GivenName child objectobject.
- GivenName - Interface in org.opensaml.saml.saml2.metadata
-
SAML 2.0 Metadata GivenName.
- GivenNameBuilder - Class in org.opensaml.saml.saml2.metadata.impl
-
Builder for
GivenName. - GivenNameBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.GivenNameBuilder
- 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.
- 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
Initializerimplementation for algorithms. - GlobalAlgorithmRegistryInitializer() - Constructor for class org.opensaml.xmlsec.config.GlobalAlgorithmRegistryInitializer
- GlobalKeyAgreementProcessorRegistryInitializer - Class in org.opensaml.xmlsec.config
-
OpenSAML
Initializerimplementation for key agreement processors. - GlobalKeyAgreementProcessorRegistryInitializer() - Constructor for class org.opensaml.xmlsec.config.GlobalKeyAgreementProcessorRegistryInitializer
- GlobalNamedCurveRegistryInitializer - Class in org.opensaml.security.config
-
OpenSAML
Initializerimplementation forNamedCurveRegistry. - GlobalNamedCurveRegistryInitializer() - Constructor for class org.opensaml.security.config.GlobalNamedCurveRegistryInitializer
- 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.impl
-
An initializer which initializes the global security configuration.
- GlobalSecurityConfigurationInitializer() - Constructor for class org.opensaml.xmlsec.config.impl.GlobalSecurityConfigurationInitializer
- groupNames - Variable in class org.opensaml.saml.common.profile.logic.EntityGroupNamePredicate
-
Groups to match on.
- 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
- hadBCOriginally - Variable in class org.opensaml.security.testing.SecurityProviderTestSupport
-
BC flag.
- handleAsyncResult(OperationFuture<T>) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
-
Handle async result.
- handledThrowable - Variable in class org.opensaml.soap.soap11.messaging.impl.SOAP11FaultContextDecoratingErrorHandler
-
The handled type of Throwable.
- handleError(Throwable, MessageContext) - Method in interface org.opensaml.messaging.error.MessageErrorHandler
-
Handle a particular thrown error.
- handleError(Throwable, MessageContext) - Method in class org.opensaml.soap.soap11.messaging.impl.SOAP11FaultContextDecoratingErrorHandler
-
Handle a particular thrown error.
- handleResponse(ClassicHttpResponse) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver.BasicMetadataResponseHandler
- handles(XMLObject) - Method in class org.opensaml.xmlsec.agreement.impl.DigestMethod.Parser
-
Evaluate whether the specified
XMLObjectis handled by the implementation. - handles(XMLObject) - Method in class org.opensaml.xmlsec.agreement.impl.KANonce.Parser
-
Evaluate whether the specified
XMLObjectis handled by the implementation. - handles(XMLObject) - Method in interface org.opensaml.xmlsec.agreement.impl.KeyAgreementParameterParser
-
Evaluate whether the specified
XMLObjectis handled by the implementation. - handles(XMLObject) - Method in class org.opensaml.xmlsec.derivation.impl.ConcatKDF.Parser
-
Evaluate whether the specified
XMLObjectis handled by the implementation. - handles(XMLObject) - Method in class org.opensaml.xmlsec.derivation.impl.PBKDF2.Parser
-
Evaluate whether the specified
XMLObjectis handled by the implementation. - 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.AgreementMethodKeyInfoProvider
-
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.ECKeyValueProvider
-
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.BasicKeyInfoGeneratorFactory
-
Check whether the generators produced by this factory can handle the specified credential.
- handles(Credential) - Method in class org.opensaml.xmlsec.keyinfo.impl.KeyAgreementKeyInfoGeneratorFactory
-
Check whether the generators produced by this factory can handle the specified credential.
- 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.
- handlesError(Throwable) - Method in class org.opensaml.soap.soap11.messaging.impl.SOAP11FaultContextDecoratingErrorHandler
-
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 - Variable in class org.opensaml.saml.common.messaging.context.SAMLBindingContext
-
Flag indicating whether the message is signed at the binding level.
- 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 class org.opensaml.core.xml.AbstractXSAnyAdapter
-
Checks if this XMLObject has children.
- hasChildren() - Method in interface org.opensaml.core.xml.XMLObject
-
Checks if this XMLObject has children.
- hasCompleteDHParams(DHKeyValue) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
-
Check whether the specified
DHKeyValueelement has the all optional DH values which can be shared amongst many keys in a DH "key family", and are presumed to be known from context. - hasCompleteDSAParams(DSAKeyValue) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
-
Check whether the specified
DSAKeyValueelement 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.criterion.SatisfyAnyCriterion
- 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.core.xml.util.XMLObjectSource
- hashCode() - Method in class org.opensaml.profile.criterion.ProfileRequestContextCriterion
- 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.ArtifactCriterion
- hashCode() - Method in class org.opensaml.saml.criterion.BestMatchLocationCriterion
- hashCode() - Method in class org.opensaml.saml.criterion.BindingCriterion
- 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.criterion.StartsWithLocationCriterion
- 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.criteria.entity.DetectDuplicateEntityIDsCriterion
- hashCode() - Method in class org.opensaml.saml.metadata.criteria.entity.impl.EvaluableEntityRoleEntityDescriptorCriterion
- hashCode() - Method in class org.opensaml.saml.metadata.criteria.role.impl.EvaluableEntityRoleDescriptorCriterion
- hashCode() - Method in class org.opensaml.saml.metadata.criteria.role.impl.EvaluableProtocolRoleDescriptorCriterion
- hashCode() - Method in class org.opensaml.saml.metadata.EntityGroupName
- hashCode() - Method in class org.opensaml.saml.metadata.resolver.index.impl.EndpointMetadataIndex.EndpointMetadataIndexKey
- hashCode() - Method in class org.opensaml.saml.metadata.resolver.index.impl.RoleMetadataIndex.RoleMetadataIndexKey
- hashCode() - Method in class org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex.ArtifactSourceIDMetadataIndexKey
- hashCode() - Method in class org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex.ArtifactSourceLocationMetadataIndexKey
- hashCode() - Method in class org.opensaml.saml.metadata.resolver.index.SimpleStringMetadataIndexKey
- 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.crypto.ec.EnhancedECParameterSpec
- hashCode() - Method in class org.opensaml.security.httpclient.HttpClientSecurityConfigurationCriterion
- hashCode() - Method in class org.opensaml.security.httpclient.TLSCriteriaSetCriterion
- 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.xacml.ctx.provider.impl.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.DecryptionRecipientsCriterion
- hashCode() - Method in class org.opensaml.xmlsec.criterion.EncryptionConfigurationCriterion
- hashCode() - Method in class org.opensaml.xmlsec.criterion.EncryptionOptionalCriterion
- 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.KeyInfoCredentialResolutionMode
- 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.core.xml.persist.FilesystemLoadSaveManager.FileIterator
- hasNext() - Method in class org.opensaml.messaging.context.BaseContext.ContextSetNoRemoveIteratorDecorator
- hasNext() - Method in class org.opensaml.saml.metadata.resolver.impl.CompositeMetadataResolver.CompositeMetadataResolverIterable.CompositeMetadataResolverIterator
- hasNext() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList.MutableChildrenIterator
- hasNext() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList.MutableChildrenListIterator
- 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 class org.opensaml.core.xml.AbstractXSAnyAdapter
-
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.
- hasPrevious() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList.MutableChildrenListIterator
- haveBC() - Method in class org.opensaml.security.testing.SecurityProviderTestSupport
-
Return whether the Bouncy Castle provider is currently available.
- haveCurrent() - Static method in class org.opensaml.security.x509.tls.impl.ThreadLocalX509CredentialContext
-
Get whether the current thread-local is populated with a non-null value.
- haveCurrent() - Static method in class org.opensaml.security.x509.tls.impl.ThreadLocalX509TrustEngineContext
-
Get whether the current thread-local is populated with non-null data.
- haveRoleCriteria(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.PredicateRoleDescriptorResolver
-
Determine if have entity role criteria.
- haveSunEC() - Method in class org.opensaml.security.testing.SecurityProviderTestSupport
-
Return whether the SunEC provider is currently available.
- header - Variable in class org.opensaml.soap.soap11.impl.EnvelopeImpl
-
SOAP header.
- Header - Interface in org.opensaml.soap.soap11
-
SOAP 1.1 Header.
- HeaderBuilder - Class in org.opensaml.soap.soap11.impl
-
Builder of
HeaderImplobjects. - 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 - Variable in class org.opensaml.saml.ext.saml2mdui.impl.LogoImpl
-
Y-Dimension of the logo.
- HEIGHT_ATTR_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdui.Logo
-
Attribute label.
- hex - Enum constant in enum class org.opensaml.spring.credential.AbstractBasicCredentialFactoryBean.SecretKeyEncoding
-
Hexidecimal encoding.
- HEX - Static variable in class org.opensaml.saml.metadata.resolver.impl.DefaultLocalDynamicSourceKeyGenerator
-
Hex encoder.
- HEX - Static variable in class org.opensaml.saml.metadata.resolver.impl.SAMLArtifactURLBuilder
-
Hex encoder.
- hexEncode() - Method in class org.opensaml.saml.common.binding.artifact.AbstractSAMLArtifact
-
Gets the hex encoded artifact.
- histogram(String) - Method in class org.opensaml.core.metrics.impl.FilteredMetricRegistry
- 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
- hmacOutputLength - Variable in class org.opensaml.xmlsec.signature.impl.SignatureImpl
-
Optional HMAC output length parameter to the signature algorithm.
- 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
- HolderOfKeySubjectConfirmationValidator - Class in org.opensaml.saml.saml2.assertion.impl
-
Validates a Holder of Key subject confirmation.
- HolderOfKeySubjectConfirmationValidator() - Constructor for class org.opensaml.saml.saml2.assertion.impl.HolderOfKeySubjectConfirmationValidator
- hostnameVerifier - Variable in class org.opensaml.security.httpclient.HttpClientSecurityParameters
-
The hostname verifier.
- hostnameVerifier - Variable in class org.opensaml.security.httpclient.impl.BasicHttpClientSecurityConfiguration
-
The hostname verifier.
- HTML_LOCAL_STORAGE - Enum constant in enum class org.opensaml.storage.impl.client.ClientStorageService.ClientStorageSource
-
Source was HTML Local Storage.
- HTMLMessageEncoder - Interface in org.opensaml.messaging.encoder
-
Interface for a
MessageEncoderthat relies on HTML output, and thus requires CSP considerations. - 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 - 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.saml1.binding.decoding.impl.HTTPArtifactDecoder
- 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 - 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.saml1.binding.encoding.impl.HTTPArtifactEncoder
-
Constructor.
- HTTPArtifactEncoder() - Constructor for class org.opensaml.saml.saml2.binding.encoding.impl.HTTPArtifactEncoder
-
Constructor.
- httpClient - Variable in class org.opensaml.core.metrics.impl.HTTPReporter
-
HTTP Client used to post the data.
- httpClient - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver
-
HTTP Client used to pull the metadata.
- httpClient - Variable in class org.opensaml.saml.metadata.resolver.impl.HTTPMetadataResolver
-
HTTP Client used to pull the metadata.
- httpClient - Variable in class org.opensaml.soap.client.http.AbstractPipelineHttpSOAPClient
-
HTTP client used to send requests and receive responses.
- httpClient - Variable in class org.opensaml.soap.client.http.HttpSOAPClient
-
Deprecated.HTTP client used to send requests and receive responses.
- httpClientConfig - Variable in class org.opensaml.security.config.BasicSecurityConfiguration
-
Configuration used when executing HttpClient requests.
- httpClientContext - Variable in class org.opensaml.messaging.context.httpclient.HttpClientRequestContext
-
The HttpClientContext instance.
- httpClientContextLookup - Variable in class org.opensaml.saml.common.binding.security.impl.CheckAndRecordServerTLSEntityAuthenticationtHandler
-
The strategy function for resolving the
to evaluate. - HttpClientMessagePipeline - Interface in org.opensaml.messaging.pipeline.httpclient
-
Specialization of
MessagePipelinewhich narrows the type of allowed encoders and decoders. - HttpClientMessagePipelineFactory - Interface in org.opensaml.messaging.pipeline.httpclient
-
Factory for instances of
HttpClientMessagePipeline. - HttpClientRequestContext - Class in org.opensaml.messaging.context.httpclient
-
A context impl holding data related to the execution of an
HttpClientrequest. - HttpClientRequestContext() - Constructor for class org.opensaml.messaging.context.httpclient.HttpClientRequestContext
- HttpClientRequestMessageEncoder - Interface in org.opensaml.messaging.encoder.httpclient
-
A specialization of
MessageEncoderthat operates on a sink message data type ofClassicHttpRequest. - HttpClientRequestSOAP11Encoder - Class in org.opensaml.saml.saml1.binding.encoding.impl
-
SAML 1.X HTTP SOAP 1.1 binding message encoder for HttpClient HttpRequest.
- HttpClientRequestSOAP11Encoder - Class in org.opensaml.saml.saml2.binding.encoding.impl
-
SAML 2.0 SOAP 1.1 over HTTP binding encoder for HttpClient HttpRequest.
- HttpClientRequestSOAP11Encoder - Class in org.opensaml.soap.client.soap11.encoder.http.impl
-
Basic SOAP 1.1 encoder for HTTP transport via an HttpClient's
ClassicHttpRequest. - HttpClientRequestSOAP11Encoder() - Constructor for class org.opensaml.saml.saml1.binding.encoding.impl.HttpClientRequestSOAP11Encoder
-
Constructor.
- HttpClientRequestSOAP11Encoder() - Constructor for class org.opensaml.saml.saml2.binding.encoding.impl.HttpClientRequestSOAP11Encoder
-
Constructor.
- HttpClientRequestSOAP11Encoder() - Constructor for class org.opensaml.soap.client.soap11.encoder.http.impl.HttpClientRequestSOAP11Encoder
-
Constructor.
- HttpClientResponseMessageDecoder - Interface in org.opensaml.messaging.decoder.httpclient
-
A specialization of
MessageDecoderthat operates on a source message data type ofClassicHttpResponse. - HttpClientResponseSOAP11Decoder - Class in org.opensaml.saml.saml1.binding.decoding.impl
-
SAML 1.1 HTTP SOAP 1.1 binding decoder for HttpClient HttpResponse.
- HttpClientResponseSOAP11Decoder - Class in org.opensaml.saml.saml2.binding.decoding.impl
-
SAML 2.0 SOAP 1.1 over HTTP binding decoder for HttpClient HttpResponse.
- HttpClientResponseSOAP11Decoder - Class in org.opensaml.soap.client.soap11.decoder.http.impl
-
Basic SOAP 1.1 decoder for HTTP transport via an HttpClient's
ClassicHttpResponse. - HttpClientResponseSOAP11Decoder() - Constructor for class org.opensaml.saml.saml1.binding.decoding.impl.HttpClientResponseSOAP11Decoder
-
Constructor.
- HttpClientResponseSOAP11Decoder() - Constructor for class org.opensaml.saml.saml2.binding.decoding.impl.HttpClientResponseSOAP11Decoder
-
Constructor.
- HttpClientResponseSOAP11Decoder() - Constructor for class org.opensaml.soap.client.soap11.decoder.http.impl.HttpClientResponseSOAP11Decoder
-
Constructor.
- HttpClientSecurityConfiguration - Interface in org.opensaml.security.httpclient
-
The security configuration information to use when performing HTTP client requests.
- HttpClientSecurityConfigurationCriterion - Class in org.opensaml.security.httpclient
-
Criterion which holds one or more instances of
HttpClientSecurityConfiguration. - HttpClientSecurityConfigurationCriterion(List<HttpClientSecurityConfiguration>) - Constructor for class org.opensaml.security.httpclient.HttpClientSecurityConfigurationCriterion
-
Constructor.
- HttpClientSecurityConfigurationCriterion(HttpClientSecurityConfiguration...) - Constructor for class org.opensaml.security.httpclient.HttpClientSecurityConfigurationCriterion
-
Constructor.
- HttpClientSecurityConfigurationInitalizer - Class in org.opensaml.security.config.impl
-
An initializer which initializes the global
HttpClientSecurityConfiguration. - HttpClientSecurityConfigurationInitalizer() - Constructor for class org.opensaml.security.config.impl.HttpClientSecurityConfigurationInitalizer
- HttpClientSecurityConstants - Class in org.opensaml.security.httpclient
-
Security-related constants for use with Apache HttpClient.
- HttpClientSecurityConstants() - Constructor for class org.opensaml.security.httpclient.HttpClientSecurityConstants
-
Constructor.
- HttpClientSecurityContext - Class in org.opensaml.security.messaging
-
A context implementation holding parameters related to
HttpClientsecurity features. - HttpClientSecurityContext() - Constructor for class org.opensaml.security.messaging.HttpClientSecurityContext
- HttpClientSecurityContextHandler - Class in org.opensaml.security.httpclient
-
An
HttpClientContextHandlerthat supports this package's security capabilities. - HttpClientSecurityContextHandler() - Constructor for class org.opensaml.security.httpclient.HttpClientSecurityContextHandler
- httpClientSecurityParameters - Variable in class org.opensaml.core.metrics.impl.HTTPReporter
-
HTTP client security parameters.
- httpClientSecurityParameters - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver
-
Optional HttpClient security parameters.
- httpClientSecurityParameters - Variable in class org.opensaml.saml.metadata.resolver.impl.HTTPMetadataResolver
-
Optional HttpClient security parameters.
- httpClientSecurityParameters - Variable in class org.opensaml.security.httpclient.HttpClientSecurityContextHandler
-
HTTP client security parameters.
- httpClientSecurityParameters - Variable in class org.opensaml.soap.client.http.AbstractPipelineHttpSOAPClient
-
HTTP client security parameters.
- httpClientSecurityParameters - Variable in class org.opensaml.spring.tls.TLSSocketFactoryFactoryBean
-
The optional HttpClient security parameters instance that will be used with the HttpClient instance.
- HttpClientSecurityParameters - Class in org.opensaml.security.httpclient
-
Parameters related to HttpClient request security features.
- HttpClientSecurityParameters() - Constructor for class org.opensaml.security.httpclient.HttpClientSecurityParameters
- HttpClientSecurityParametersMergingFactoryBean - Class in org.opensaml.spring.httpclient
-
Factory bean which accepts a list of
HttpClientSecurityParametersand merges their properties together to produce a single instance. - HttpClientSecurityParametersMergingFactoryBean() - Constructor for class org.opensaml.spring.httpclient.HttpClientSecurityParametersMergingFactoryBean
- HttpClientSecurityParametersResolver - Interface in org.opensaml.security.httpclient
-
An interface for components which resolve
HttpClientSecurityParametersbased on aCriteriaSet. - HttpClientSecuritySupport - Class in org.opensaml.security.httpclient
-
Support class for working with
HttpClientsecurity features. - HttpClientSecuritySupport() - Constructor for class org.opensaml.security.httpclient.HttpClientSecuritySupport
-
Constructor.
- HTTPEntityIDRequestURLBuilder - Class in org.opensaml.saml.metadata.resolver.impl
-
Function which examines an entity ID from supplied criteria 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(Timer, HttpClient, String) - Constructor for class org.opensaml.saml.metadata.resolver.impl.HTTPMetadataResolver
-
Constructor.
- HTTPMetadataResolver(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 - 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.saml1.binding.decoding.impl.HTTPPostDecoder
- 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 - Class in org.opensaml.saml.saml2.binding.encoding.impl
-
SAML 2.0 HTTP Post binding message encoder.
- HTTPPostEncoder() - Constructor for class org.opensaml.saml.saml1.binding.encoding.impl.HTTPPostEncoder
-
Constructor.
- 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
- HTTPRedirectDeflateDecoder.NoWrapAutoEndInflaterInputStream - Class in org.opensaml.saml.saml2.binding.decoding.impl
-
A subclass of
InflaterInputStreamwhich defaults in a no-wrapInflaterinstance and closes it when the stream is closed. - 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
- HTTPRedirectDeflateEncoder.NoWrapAutoEndDeflaterOutputStream - Class in org.opensaml.saml.saml2.binding.encoding.impl
-
A subclass of
DeflaterOutputStreamwhich defaults in a no-wrapDeflaterinstance and closes it when the stream is closed. - HTTPReporter - Class in org.opensaml.core.metrics.impl
-
A metrics reporter that runs at scheduled times and posts a JSON feed of metrics to a designated endpoint.
- HTTPReporter(MetricRegistry, String, MetricFilter) - Constructor for class org.opensaml.core.metrics.impl.HTTPReporter
-
Constructor.
- HTTPReporter(MetricRegistry, String, MetricFilter, TimeUnit, TimeUnit) - Constructor for class org.opensaml.core.metrics.impl.HTTPReporter
-
Constructor.
- HTTPReporter(MetricRegistry, String, MetricFilter, TimeUnit, TimeUnit, ScheduledExecutorService) - Constructor for class org.opensaml.core.metrics.impl.HTTPReporter
-
Constructor.
- httpRequestSupplier - Variable in class org.opensaml.profile.logic.IPRangePredicate
-
Servlet request to evaluate.
- httpResponseStatus - Variable in class org.opensaml.soap.messaging.context.SOAP11Context
-
The HTTP response status code to return.
- HttpServletMessagePipeline - Interface in org.opensaml.messaging.pipeline.servlet
-
Specialization of
MessagePipelinewhich narrows the type of allowed encoders and decoders. - HttpServletMessagePipelineFactory - Interface in org.opensaml.messaging.pipeline.servlet
-
Factory for instances of
HttpServletMessagePipeline. - httpServletRequest - Variable in class org.opensaml.saml.saml2.profile.impl.ValidateAssertions.AssertionValidationInput
-
The HTTP request input.
- httpServletRequest - Variable in class org.opensaml.saml.saml2.wssecurity.messaging.impl.SAML20AssertionTokenValidationInput
-
The HTTP request input.
- HttpServletRequestMessageChannelSecurity - Class in org.opensaml.profile.action.impl
-
Profile action which populates a
MessageChannelSecurityContextbased on aHttpServletRequest. - HttpServletRequestMessageChannelSecurity() - Constructor for class org.opensaml.profile.action.impl.HttpServletRequestMessageChannelSecurity
-
Constructor.
- HttpServletRequestMessageDecoder - Interface in org.opensaml.messaging.decoder.servlet
-
A specialization of
MessageDecoderthat operates on a source message data type ofHttpServletRequest. - httpServletRequestSupplier - Variable in class org.opensaml.messaging.decoder.servlet.AbstractHttpServletRequestMessageDecoder
-
Current HTTP request, if available.
- httpServletRequestSupplier - Variable in class org.opensaml.profile.action.AbstractProfileAction
-
Supplier for the Current HTTP request, if available.
- httpServletRequestSupplier - Variable in class org.opensaml.saml.common.binding.security.impl.BaseSAMLSimpleSignatureSecurityHandler
-
The HttpServletRequest being processed.
- httpServletRequestSupplier - Variable in class org.opensaml.saml.common.binding.security.impl.ReceivedEndpointSecurityHandler
-
The HttpServletRequest being processed.
- httpServletRequestSupplier - Variable in class org.opensaml.saml.saml2.wssecurity.messaging.impl.WSSecuritySAML20AssertionTokenSecurityHandler
-
Supplier for the Current HTTP request, if available.
- httpServletRequestSupplier - Variable in class org.opensaml.security.messaging.impl.BaseClientCertAuthSecurityHandler
-
The HttpServletRequest being processed.
- httpServletRequestSupplier - Variable in class org.opensaml.storage.impl.client.ClientStorageService
-
Servlet request Supplier.
- HttpServletResponseMessageEncoder - Interface in org.opensaml.messaging.encoder.servlet
-
A specialization of
MessageEncoderthat operates on a sink message data type ofHttpServletResponse. - httpServletResponseSupplier - Variable in class org.opensaml.messaging.encoder.servlet.AbstractHttpServletResponseMessageEncoder
-
Supplier for the Current HTTP servlet response, if available.
- httpServletResponseSupplier - Variable in class org.opensaml.profile.action.AbstractProfileAction
-
Current HTTP response, if available.
- HTTPSOAP11Decoder - Class in org.opensaml.saml.saml1.binding.decoding.impl
-
SAML 1.1 HTTP SOAP 1.1 binding decoder.
- HTTPSOAP11Decoder - Class in org.opensaml.saml.saml2.binding.decoding.impl
-
SAML 2.0 SOAP 1.1 over HTTP binding decoder.
- HTTPSOAP11Decoder - Class in org.opensaml.soap.soap11.decoder.http.impl
-
Basic SOAP 1.1 decoder for HTTP transport.
- HTTPSOAP11Decoder() - Constructor for class org.opensaml.saml.saml1.binding.decoding.impl.HTTPSOAP11Decoder
-
Constructor.
- HTTPSOAP11Decoder() - Constructor for class org.opensaml.saml.saml2.binding.decoding.impl.HTTPSOAP11Decoder
-
Constructor.
- HTTPSOAP11Decoder() - Constructor for class org.opensaml.soap.soap11.decoder.http.impl.HTTPSOAP11Decoder
-
Constructor.
- HTTPSOAP11Encoder - Class in org.opensaml.saml.saml1.binding.encoding.impl
-
SAML 1.X HTTP SOAP 1.1 binding message encoder.
- HTTPSOAP11Encoder - Class in org.opensaml.saml.saml2.binding.encoding.impl
-
SAML 2.0 SOAP 1.1 over HTTP binding encoder.
- HTTPSOAP11Encoder - Class in org.opensaml.soap.soap11.encoder.http.impl
-
Basic SOAP 1.1 encoder for HTTP transport.
- HTTPSOAP11Encoder() - Constructor for class org.opensaml.saml.saml1.binding.encoding.impl.HTTPSOAP11Encoder
-
Constructor.
- HTTPSOAP11Encoder() - Constructor for class org.opensaml.saml.saml2.binding.encoding.impl.HTTPSOAP11Encoder
-
Constructor.
- HTTPSOAP11Encoder() - Constructor for class org.opensaml.soap.soap11.encoder.http.impl.HTTPSOAP11Encoder
-
Constructor.
- HttpSOAPClient - Class in org.opensaml.soap.client.http
-
Deprecated.use instead a concrete implementation of
AbstractPipelineHttpSOAPClient, such asPipelineFactoryHttpSOAPClient - HttpSOAPClient() - Constructor for class org.opensaml.soap.client.http.HttpSOAPClient
-
Deprecated.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 - Variable in class org.opensaml.core.criterion.EntityIdCriterion
-
The entity ID.
- id - Variable in class org.opensaml.core.xml.mock.SimpleXMLObject
-
Name attribute.
- id - Variable in class org.opensaml.saml.saml1.core.impl.AssertionImpl
-
The
AssertionIDattrribute. - id - Variable in class org.opensaml.saml.saml1.core.impl.RequestAbstractTypeImpl
-
Contains the ID.
- id - Variable in class org.opensaml.saml.saml1.core.impl.ResponseAbstractTypeImpl
-
Contains the ID.
- id - Variable in class org.opensaml.saml.saml2.core.impl.AssertionImpl
-
ID of the assertion.
- id - Variable in class org.opensaml.saml.saml2.core.impl.RequestAbstractTypeImpl
-
Unique identifier of the request.
- id - Variable in class org.opensaml.saml.saml2.core.impl.StatusResponseTypeImpl
-
ID attribute.
- id - Variable in class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorImpl
-
ID attribute.
- id - Variable in class org.opensaml.saml.saml2.metadata.impl.EntitiesDescriptorImpl
-
ID attribute.
- id - Variable in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
-
ID attribute.
- id - Variable in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorImpl
-
ID attribute.
- id - Variable in class org.opensaml.security.config.BasicSecurityConfiguration
-
Identifier.
- id - Variable in class org.opensaml.soap.wspolicy.impl.PolicyImpl
-
The wsu:Id attribute value.
- id - Variable in class org.opensaml.soap.wssecurity.impl.AttributedDateTimeImpl
-
wsu:id attribute value.
- id - Variable in class org.opensaml.soap.wssecurity.impl.AttributedStringImpl
-
The wsu:Id attribute value.
- id - Variable in class org.opensaml.soap.wssecurity.impl.AttributedURIImpl
-
The wsu:Id attribute value.
- id - Variable in class org.opensaml.soap.wssecurity.impl.SecurityTokenReferenceImpl
-
The <wsu:Id> attribute value.
- id - Variable in class org.opensaml.soap.wssecurity.impl.SignatureConfirmationImpl
-
wsu:Id attribute value.
- id - Variable in class org.opensaml.soap.wssecurity.impl.TimestampImpl
-
wsu:Timestamp/@wsu:Id attribute.
- id - Variable in class org.opensaml.soap.wssecurity.impl.UsernameTokenImpl
-
The <wsu:Id> attribute value.
- id - Variable in class org.opensaml.xacml.ctx.provider.impl.BaseObligationHandler
-
ID of the handled obligation.
- id - Variable in class org.opensaml.xmlsec.encryption.impl.DerivedKeyImpl
-
Id attribute.
- id - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
-
id attribute value.
- id - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertiesImpl
-
Id attribute value.
- id - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyImpl
-
Id attribute value.
- id - Variable in class org.opensaml.xmlsec.signature.impl.DEREncodedKeyValueImpl
-
Algorithm attribute value.
- id - Variable in class org.opensaml.xmlsec.signature.impl.ECKeyValueImpl
-
Id attribute value.
- id - Variable in class org.opensaml.xmlsec.signature.impl.KeyInfoImpl
-
The Id attribute value.
- id - Variable in class org.opensaml.xmlsec.signature.impl.KeyInfoReferenceImpl
-
Id attribute value.
- ID_ATTRIB_NAME - Static variable in class org.opensaml.core.xml.mock.SimpleXMLObject
-
Name attribute name.
- 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 ResponseID.
- 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.
- ID_ATTRIBUTE_NAME - Static variable in interface org.opensaml.xmlsec.encryption.DerivedKey
-
Algorithm attribute name.
- idAttribNames - Variable in class org.opensaml.core.xml.util.AttributeMap
-
Set of attribute QNames which have been locally registered as having an ID type within this AttributeMap instance.
- idAttributeNames - Variable in class org.opensaml.core.xml.config.XMLObjectProviderRegistry
-
Configured set of attribute QNames which have been globally registered as having an ID type.
- IdBearing - Interface in org.opensaml.core.xml
-
Interface for element having a
@xml:idattribute. - IdBearing - Interface in org.opensaml.soap.wssecurity
-
Interface for element having a
@wsu:Idattribute. - idEncParams - Variable in class org.opensaml.saml.saml2.profile.context.EncryptionContext
-
Parameters for identifier encrytion.
- identifierGenerationStrategy - Variable in class org.opensaml.soap.wsaddressing.messaging.impl.AddMessageIDHandler
-
Strategy for generating identifiers.
- IdentityEntityIDGenerator - Class in org.opensaml.saml.metadata.resolver.impl
-
Function which just reflects back the entityID from the passed
EntityIdCriterion. - IdentityEntityIDGenerator() - Constructor for class org.opensaml.saml.metadata.resolver.impl.IdentityEntityIDGenerator
- IdentityExtractionFunction() - Constructor for class org.opensaml.saml.metadata.resolver.index.impl.MetadataIndexManager.IdentityExtractionFunction
- idGenerator - Variable in class org.opensaml.saml.saml1.profile.impl.AddResponseShell
-
The generator to use.
- idGenerator - Variable in class org.opensaml.saml.saml2.encryption.Encrypter
-
Generator for XML ID attribute values.
- idGenerator - Variable in class org.opensaml.saml.saml2.profile.impl.AbstractResponseShellAction
-
The generator to use.
- idGenerator - Variable in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects
-
The generator to use.
- idGenerator - Variable in class org.opensaml.saml.saml2.profile.impl.AddStatusResponseShell
-
The generator to use.
- idGenerator - Variable in class org.opensaml.security.config.BasicSecurityConfiguration
-
Generator used to generate various secure IDs (e.g., message identifiers).
- idGeneratorLookupStrategy - Variable in class org.opensaml.saml.saml1.profile.impl.AddResponseShell
-
Strategy used to locate the
IdentifierGenerationStrategyto use. - idGeneratorLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.AbstractResponseShellAction
-
Strategy used to locate the
IdentifierGenerationStrategyto use. - idGeneratorLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects
-
Strategy used to locate the
IdentifierGenerationStrategyto use. - idGeneratorLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.AddStatusResponseShell
-
Strategy used to locate the
IdentifierGenerationStrategyto use. - idIndex - Variable in class org.opensaml.core.xml.AbstractXMLObject
-
Mapping of ID attributes to XMLObjects in the subtree rooted at this object.
- 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.
- idMappings - Variable in class org.opensaml.core.xml.util.IDIndex
-
Mapping of ID attributes to XMLObjects in the subtree rooted at this object's owner.
- idpEntries - Variable in class org.opensaml.saml.saml2.core.impl.IDPListImpl
-
List of IDPEntry's.
- IDPEntry - Interface in org.opensaml.saml.saml2.core
-
SAML 2.0 Core IDPEntry.
- IDPEntryBuilder - Class in org.opensaml.saml.saml2.core.impl
-
Builder of
IDPEntry. - IDPEntryBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.IDPEntryBuilder
- 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
IDPEntryobjects. - 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
IDPEntryobjects. - IDPEntryUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.IDPEntryUnmarshaller
- idpList - Variable in class org.opensaml.saml.saml2.core.impl.ScopingImpl
-
IDPList child element.
- idpList - Variable in class org.opensaml.saml.saml2.ecp.impl.RequestImpl
-
IDPList child element.
- IDPList - Interface in org.opensaml.saml.saml2.core
-
SAML 2.0 Core IDPList.
- IDPListBuilder - Class in org.opensaml.saml.saml2.core.impl
-
Builder for
IDPList. - IDPListBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.IDPListBuilder
- 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
IDPListobjects. - 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
IDPListobjects. - IDPListUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.IDPListUnmarshaller
- idpNameQualifier - Variable in class org.opensaml.saml.common.profile.AbstractNameIdentifierGenerator
-
Explicit NameQualifier, if any.
- IDPSSODescriptor - Interface in org.opensaml.saml.saml2.metadata
-
SAML 2.0 Metadata IDPSSODescriptorType.
- IDPSSODescriptorBuilder - Class in org.opensaml.saml.saml2.metadata.impl
-
Builder for
IDPSSODescriptor. - IDPSSODescriptorBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.IDPSSODescriptorBuilder
- 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
IDPSSODescriptorobjects. - 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
IDPSSODescriptorobjects. - 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
- idStrategy - Variable in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
-
Identifier generation strategy.
- ifInitializedThrowUnmodifiabledComponentException() - Method in class org.opensaml.saml.security.impl.MetadataCredentialResolver
-
Checks if a component has been initialized and, if so, throws a
UnmodifiableComponentException. - IfNotIndicated - Enum constant in enum class org.opensaml.saml.security.SAMLMetadataKeyAgreementEncryptionConfiguration.KeyWrap
-
Use key wrap if no indication is given via
EncryptionMethodelements within the associatedKeyDescriptorelement. - ifNotInitializedThrowUninitializedComponentException() - Method in class org.opensaml.saml.security.impl.MetadataCredentialResolver
-
Checks if a component has not been initialized and, if so, throws a
UninitializedComponentException. - ignoreMissingOrUnrecognized - Variable in class org.opensaml.saml.common.binding.impl.CheckMessageVersionHandler
-
Flag controlling handling of missing or unrecognized messages.
- 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.
- INBOUND - Enum constant in enum class org.opensaml.messaging.context.navigate.MessageContextLookup.Direction
-
Indicates to use the inbound message context, obtained via
InOutOperationContext.getInboundMessageContext(). - INBOUND_MSG_ID - Static variable in class org.opensaml.profile.testing.ActionTestingSupport
-
ID of the inbound message.
- INBOUND_MSG_ISSUER - Static variable in class org.opensaml.profile.testing.ActionTestingSupport
-
Issuer of the inbound message.
- inboundContext - Variable in class org.opensaml.messaging.context.InOutOperationContext
-
The inbound message context.
- inboundHandler - Variable in class org.opensaml.messaging.pipeline.BasicMessagePipeline
-
Inbound message handler.
- inboundMessage - Variable in class org.opensaml.profile.testing.RequestContextBuilder
-
The inbound message.
- InboundMessageContextLookup - Class in org.opensaml.profile.context.navigate
- InboundMessageContextLookup() - Constructor for class org.opensaml.profile.context.navigate.InboundMessageContextLookup
- inboundMessageId - Variable in class org.opensaml.profile.testing.RequestContextBuilder
-
The ID of the inbound message.
- inboundMessageIssueInstant - Variable in class org.opensaml.profile.testing.RequestContextBuilder
-
The issue instant of the inbound message.
- inboundMessageIssuer - Variable in class org.opensaml.profile.testing.RequestContextBuilder
-
The issuer of the inbound message.
- InboundMessageSignedPredicate - Class in org.opensaml.saml.common.profile.logic
-
A predicate which evaluates whether an inbound SAML message is signed.
- InboundMessageSignedPredicate() - Constructor for class org.opensaml.saml.common.profile.logic.InboundMessageSignedPredicate
- InboundSOAPContext - Class in org.opensaml.soap.messaging.context
-
A subcontext holding information related to processing of an inbound SOAP message.
- InboundSOAPContext() - Constructor for class org.opensaml.soap.messaging.context.InboundSOAPContext
-
Constructor.
- inc() - Method in class org.opensaml.core.metrics.impl.DisabledCounter
- inc(long) - Method in class org.opensaml.core.metrics.impl.DisabledCounter
- inc(String) - Method in class org.opensaml.profile.context.MetricContext
-
Increment a counter associated with an object, if any.
- INCLUDE - Enum constant in enum class org.opensaml.saml.metadata.resolver.filter.impl.PredicateFilter.Direction
-
Matches are to be included.
- INCLUDE - Enum constant in enum class org.opensaml.xmlsec.AlgorithmPolicyConfiguration.Precedence
-
Include takes precedence over exclude.
- IncludedAlgorithmsPredicate - Class in org.opensaml.xmlsec.impl
-
Predicate which implements an algorithm URI inclusion policy.
- IncludedAlgorithmsPredicate(Collection<String>) - Constructor for class org.opensaml.xmlsec.impl.IncludedAlgorithmsPredicate
-
Constructor.
- includedAlgorithmURIs - Variable in class org.opensaml.xmlsec.AlgorithmPolicyParameters
-
Included algorithm URIs.
- includedAlgorithmURIs - Variable in class org.opensaml.xmlsec.encryption.support.Decrypter
-
The collection of algorithm URIs which are included.
- includedAlgorithmURIs - Variable in class org.opensaml.xmlsec.signature.support.impl.SignatureAlgorithmValidator
-
The collection of algorithm URIs which are included.
- includeMerge - Variable in class org.opensaml.xmlsec.impl.BasicAlgorithmPolicyConfiguration
-
Include merge flag.
- includes - Variable in class org.opensaml.xmlsec.impl.BasicAlgorithmPolicyConfiguration
-
Included algorithm URIs.
- includes - Variable in class org.opensaml.xmlsec.impl.IncludedAlgorithmsPredicate
-
Included algorithms.
- includeSelfEntityIDAsRecipient - Variable in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Predicate for determining whether to include the self entityID as a valid Recipient.
- 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 - Enum constant in enum class org.opensaml.xacml.ctx.DecisionType.DECISION
-
Can't tell.
- INDETERMINATE - Enum constant in enum class org.opensaml.saml.common.assertion.ValidationResult
-
Indicates that the validity of the assertion could not be determined.
- INDETERMINATE - Enum constant in enum class org.opensaml.saml.saml1.core.DecisionTypeEnumeration
-
Indeterminate decision type.
- INDETERMINATE - Enum constant in enum class org.opensaml.saml.saml2.core.DecisionTypeEnumeration
-
Indeterminate decision type.
- INDETERMINATE - Enum constant in enum class org.opensaml.soap.wssecurity.messaging.Token.ValidationStatus
-
Indicates that some attempt has been made to validate the token but that its validation status could not be determined.
- index - Variable in class org.opensaml.core.xml.util.ListView
-
Index that points to the list, in the backing list, that this view operates on.
- index - Variable in class org.opensaml.saml.common.binding.impl.SAMLAddAttributeConsumingServiceHandler
-
AttributeConsumingServiceindex - if specified. - index - Variable in class org.opensaml.saml.metadata.resolver.index.impl.MetadataIndexStore
-
The indexed storage of data.
- index - Variable in class org.opensaml.saml.metadata.support.AttributeConsumingServiceSelector
-
The requested service index.
- index - Variable in class org.opensaml.saml.saml2.metadata.impl.AttributeConsumingServiceImpl
-
Index of this service.
- index - Variable in class org.opensaml.saml.saml2.metadata.impl.IndexedEndpointImpl
-
Index of this endpoint.
- index - Variable in class org.opensaml.xmlsec.signature.impl.X509CertificateImpl.CleanerState
-
The index to remove from the store.
- index - Variable in class org.opensaml.xmlsec.signature.impl.X509CRLImpl.CleanerState
-
The index to remove from the store.
- index(AlgorithmDescriptor) - Method in class org.opensaml.xmlsec.algorithm.AlgorithmRegistry
-
Add the algorithm descriptor to the indexes which support the various lookup methods available via the registry's API.
- 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.
- indexedChildren - Variable in class org.opensaml.saml.saml2.core.impl.AdviceImpl
-
Children.
- indexedChildren - Variable in class org.opensaml.saml.saml2.core.impl.AttributeStatementImpl
-
Attributes and EncryptedAttributes in this statement.
- indexedChildren - Variable in class org.opensaml.saml.saml2.core.impl.ResponseImpl
-
Assertion child elements.
- indexedChildren - Variable in class org.opensaml.xmlsec.encryption.impl.ReferenceListImpl
-
ReferenceType child elements.
- indexedChildren - Variable in class org.opensaml.xmlsec.signature.impl.KeyInfoImpl
-
The list of XMLObject child elements.
- indexedChildren - Variable in class org.opensaml.xmlsec.signature.impl.SPKIDataImpl
-
The list of XMLObject child elements.
- indexedChildren - Variable in class org.opensaml.xmlsec.signature.impl.TransformImpl
-
"any" children.
- indexedChildren - Variable in class org.opensaml.xmlsec.signature.impl.X509DataImpl
-
The list of XMLObject child elements.
- indexedDescriptors - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver.EntityBackingStore
-
Index of entity IDs to their descriptors.
- 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
IndexedEndpointobjects. - 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
IndexedEndpointobjects. - 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) - Method in class org.opensaml.saml.metadata.resolver.index.impl.MetadataIndexManager
-
Index the specified
EntityDescriptorbased on the indexes currently held. - indexEntityDescriptor(EntityDescriptor, AbstractMetadataResolver.EntityBackingStore) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractBatchMetadataResolver
-
Index the specified entity descriptor, updating the specified entity backing store instance as necessary.
- indexEntityDescriptor(EntityDescriptor, AbstractMetadataResolver.EntityBackingStore) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Index the specified entity descriptor, updating the specified entity backing store instance as necessary.
- 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.
- indexes - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractBatchMetadataResolver
-
The set of indexes configured.
- indexes - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
The set of indexes configured.
- indexes - Variable in class org.opensaml.saml.metadata.resolver.index.impl.MetadataIndexManager
-
Storage for secondary indexes.
- indexesEnabled() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Return whether secondary indexing is effectively active.
- indexingFunctions - Variable in class org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex
-
Indexing function instance to use.
- indexList - Variable in class org.opensaml.core.xml.util.ListView
-
List, in the backing list, that the given index points to.
- indexOf(Object) - Method in class org.opensaml.core.xml.util.ListView
- indexOf(Object) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList
- inferQNameValues - Variable in class org.opensaml.core.xml.util.AttributeMap
-
Flag indicating whether an attempt should be made to infer QName values, if attribute is not registered as a QName type.
- INFO - Enum constant in enum class org.opensaml.core.metrics.LoggerDrivenMetricFilter.Level
-
Info level.
- InformationURL - Interface in org.opensaml.saml.ext.saml2mdui
-
InformationURL.
- InformationURLBuilder - Class in org.opensaml.saml.ext.saml2mdui.impl
-
Builder of
InformationURLobjects. - InformationURLBuilder() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.InformationURLBuilder
- 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.
- init() - Method in interface org.opensaml.core.config.Initializer
-
Perform the initialization process encompassed by the implementation.
- init() - Method in class org.opensaml.core.metrics.impl.MetricRegistryInitializer
-
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.impl.SAMLConfigurationInitializer
-
Perform the initialization process encompassed by the implementation.
- init() - Method in class org.opensaml.saml.saml2.encryption.Encrypter
-
Helper method for constructors.
- init() - Method in class org.opensaml.security.config.GlobalNamedCurveRegistryInitializer
-
Perform the initialization process encompassed by the implementation.
- init() - Method in class org.opensaml.security.config.impl.ClientTLSValidationConfiguratonInitializer
-
Perform the initialization process encompassed by the implementation.
- init() - Method in class org.opensaml.security.config.impl.HttpClientSecurityConfigurationInitalizer
-
Perform the initialization process encompassed by the implementation.
- init() - Static method in class org.opensaml.security.credential.criteria.impl.EvaluableCredentialCriteriaRegistry
-
Initialize the registry.
- init() - Method in class org.opensaml.xmlsec.config.DecryptionParserPoolInitializer
-
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.GlobalKeyAgreementProcessorRegistryInitializer
-
Perform the initialization process encompassed by the implementation.
- init() - Method in class org.opensaml.xmlsec.config.impl.ApacheXMLSecurityInitializer
-
Perform the initialization process encompassed by the implementation.
- init() - Method in class org.opensaml.xmlsec.config.impl.GlobalSecurityConfigurationInitializer
-
Perform the initialization process encompassed by the implementation.
- init() - Method in class org.opensaml.xmlsec.config.impl.JavaCryptoValidationInitializer
-
Perform the initialization process encompassed by the implementation.
- init(FilterConfig) - Method in class org.opensaml.storage.impl.client.ClientStorageService
- 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(String, Throwable) - Constructor for exception org.opensaml.core.config.InitializationException
-
Constructor.
- InitializationException(Throwable) - Constructor for exception org.opensaml.core.config.InitializationException
-
Constructor.
- initializationFromCachePredicate - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Predicate which determines whether a given entity should be loaded from the persistent cache at resolver initialization time.
- 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.core.metrics.impl.HTTPReporter
- initialize() - Method in class org.opensaml.saml.security.impl.MetadataCredentialResolver
- initializeAll() - Method in class org.opensaml.xmlsec.agreement.KeyAgreementParameters
-
A convenience method for initializing all parameters which are initializable.
- initialized - Static variable in class org.opensaml.security.credential.criteria.impl.EvaluableCredentialCriteriaRegistry
-
Flag to track whether registry is initialized.
- initializedFromBackupFile - Variable in class org.opensaml.saml.metadata.resolver.impl.FileBackedHTTPMetadataResolver
-
Flag indicating whether metadata load during init was from backup file.
- initializeFromBackupFile - Variable in class org.opensaml.saml.metadata.resolver.impl.FileBackedHTTPMetadataResolver
-
Flag indicating whether initialization should first attempt to load metadata from backup file.
- initializeFromPersistentCache() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Initialize the resolver with data from the persistent cache manager, if enabled.
- initializeFromPersistentCacheInBackground - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Flag indicating whether should initialize from the persistent cache in the background.
- initializeIDAttributes(Element) - Method in class org.opensaml.core.xml.config.XMLConfigurator
-
Registers the global ID attributes specified in the configuration file.
- initializeMetricsInstrumentation() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Initialize the Metrics-based instrumentation.
- initializeObjectProviders(Element) - Method in class org.opensaml.core.xml.config.XMLConfigurator
-
Initializes 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.
- InitializerBaseTestCase - Class in org.opensaml.core.testing
-
An abstract base class for initializer tests which ensures are using a unique configuration partition via a thread-local properties source.
- InitializerBaseTestCase() - Constructor for class org.opensaml.core.testing.InitializerBaseTestCase
- initializing - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Flag used to track state of whether currently initializing or not.
- initializing - Variable in class org.opensaml.saml.metadata.resolver.impl.FileBackedHTTPMetadataResolver
-
Flag used to track state of whether currently initializing or not.
- initialPolicies - Variable in class org.opensaml.security.x509.impl.CertPathPKIXValidationOptions
-
Acceptable policy OIDs.
- 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.
- initNegativeLookupCache() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.EntityManagementData
-
Initialize the negative lookup cache for the entity.
- initOpenSAML() - Method in class org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
Initialize OpenSAML.
- initResolutionContext(KeyInfoResolutionContext, KeyInfo, CriteriaSet) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicProviderKeyInfoCredentialResolver
-
Initialize the resolution context that will be used by the providers.
- initXMLObjectProviderTestingSupprt() - Method in class org.opensaml.core.testing.XMLObjectProviderBaseTestCase
-
Init testing fields.
- initXMLObjectSupport() - Method in class org.opensaml.core.testing.XMLObjectBaseTestCase
-
Init support of XMLObjects.
- INLINE - Enum constant in enum class org.opensaml.saml.saml2.encryption.Encrypter.KeyPlacement
-
Place the EncryptedKey element(s) within the KeyInfo of the EncryptedData.
- InlineEncryptedKeyResolver - Class in org.opensaml.xmlsec.encryption.support
-
Implementation of
EncryptedKeyResolverwhich findsEncryptedKeyelements within theKeyInfoof theEncryptedDatacontext. - InlineEncryptedKeyResolver() - Constructor for class org.opensaml.xmlsec.encryption.support.InlineEncryptedKeyResolver
-
Constructor.
- InlineEncryptedKeyResolver(String) - Constructor for class org.opensaml.xmlsec.encryption.support.InlineEncryptedKeyResolver
-
Deprecated.
- InlineEncryptedKeyResolver(Set<String>) - Constructor for class org.opensaml.xmlsec.encryption.support.InlineEncryptedKeyResolver
-
Deprecated.
- inlineScript(String) - Static method in class org.opensaml.saml.metadata.resolver.filter.impl.ScriptedTrustedNamesFunction
-
Factory to create
ScriptedTrustedNamesFunctionforSignatureValidationFilters from inline data. - inlineScript(String, String) - Static method in class org.opensaml.saml.metadata.resolver.filter.impl.ScriptedTrustedNamesFunction
-
Factory to create
ScriptedTrustedNamesFunctionforSignatureValidationFilters from inline data. - InlineX509DataProvider - Class in org.opensaml.xmlsec.keyinfo.impl.provider
-
Implementation of
KeyInfoProviderwhich provides basic support for extracting aX509Credentialfrom anX509Datachild of KeyInfo. - InlineX509DataProvider() - Constructor for class org.opensaml.xmlsec.keyinfo.impl.provider.InlineX509DataProvider
-
Constructor.
- inMetadataOrder - Variable in class org.opensaml.saml.common.binding.AbstractEndpointResolver
-
Sorting rule for results.
- InOutOperationContext - 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, MessageContext) - Constructor for class org.opensaml.messaging.context.InOutOperationContext
-
Constructor.
- inputContextOnly - Variable in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
-
InputContextOnly attribute value.
- 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 - Variable in class org.opensaml.saml.saml1.core.impl.ResponseAbstractTypeImpl
-
Contents of the InResponseTo attribute.
- inResponseTo - Variable in class org.opensaml.saml.saml2.core.impl.StatusResponseTypeImpl
-
InResponseTo attribute.
- inResponseTo - Variable in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationDataImpl
-
InResponseTo of the Confirmation Data.
- inResponseTo - Variable in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Function for determining the valid InResponseTo value.
- INRESPONSETO_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.ResponseAbstractType
-
Name for the attribute which defines InResponseTo.
- inResponseToLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.AddSubjectConfirmationToSubjects
-
Optional strategy to obtain value for
SubjectConfirmationData.getInResponseTo(). - inResponseToRequired - Variable in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Predicate for determining whether an Assertion SubjectConfirmationData InResponseTo is required.
- InResponseToSecurityHandler - Class in org.opensaml.saml.common.binding.security.impl
-
Client-side message handler for validating that the inbound SAML response inResponseTo ID matches the corresponding outbound request ID.
- InResponseToSecurityHandler() - Constructor for class org.opensaml.saml.common.binding.security.impl.InResponseToSecurityHandler
- integrityActive - Variable in class org.opensaml.messaging.context.MessageChannelSecurityContext
-
Message channel integrity flag.
- integrityActive - Variable in class org.opensaml.messaging.handler.impl.StaticMessageChannelSecurity
-
Message channel integrity flag.
- integrityActive - Variable in class org.opensaml.profile.action.impl.StaticMessageChannelSecurity
-
Message channel integrity flag.
- intermediateDirectoryStrategy - Variable in class org.opensaml.core.xml.persist.FilesystemLoadSaveManager
-
Optional strategy function which produces the intermediate directory path(s) between the
baseDirectoryand the actual file. - internalAlias - Variable in class org.opensaml.security.x509.tls.impl.StaticX509CredentialKeyManager
-
The alias representing the supplied static credential.
- internalAlias - Variable in class org.opensaml.security.x509.tls.impl.ThreadLocalX509CredentialKeyManager
-
The alias representing the supplied static credential.
- internalTaskTimer - Variable in class org.opensaml.storage.AbstractStorageService
-
Timer used to schedule cleanup tasks if no external one set.
- InternalX500DNHandler - Class in org.opensaml.security.x509
-
Basic implementation of
X500DNHandlerwhich uses the internal built-in mechanisms provided byX500Principaldirectly. - InternalX500DNHandler() - Constructor for class org.opensaml.security.x509.InternalX500DNHandler
- intToByteArray(int) - Method in class org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactType0004Builder
-
Converts an integer into an unsigned 4-byte array.
- INVALID - Enum constant in enum class org.opensaml.saml.common.assertion.ValidationResult
-
Indicates that the assertion failed validation, should be considered invalid.
- INVALID - Enum constant in enum class org.opensaml.soap.wssecurity.messaging.Token.ValidationStatus
-
Indicates the token has been unsuccessfully validated.
- 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
MessageContextis 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
NameIDPolicycan'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
ProfileRequestContextassociated 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.
- invalidDOM - Variable in class org.opensaml.core.testing.XMLObjectProviderBaseTestCase
-
The result of parsing the invalid file.
- invalidFatal - Variable in class org.opensaml.saml.saml2.profile.impl.ValidateAssertions
-
Flag which indicates whether a failure of Assertion validation should be considered fatal.
- invalidFatal - Variable in class org.opensaml.saml.saml2.wssecurity.messaging.impl.WSSecuritySAML20AssertionTokenSecurityHandler
-
Flag which indicates whether a failure of Assertion validation should be considered fatal.
- invalidFile - Variable in class org.opensaml.core.testing.XMLObjectProviderBaseTestCase
-
Location of file containing some kind of invalid content.
- invoke(MessageContext) - Method in class org.opensaml.messaging.handler.AbstractMessageHandler
-
Invoke the handler on the specified message context.
- invoke(MessageContext) - Method in interface org.opensaml.messaging.handler.MessageHandler
-
Invoke the handler on the specified message context.
- invokeAfter(HttpClientContext, ClassicHttpRequest) - Method in class org.opensaml.security.httpclient.HttpClientSecurityContextHandler
- invokeAfter(HttpClientContext, ClassicHttpRequest) - Method in class org.opensaml.security.httpclient.impl.ThreadLocalClientTLSCredentialHandler
- invokeAfter(HttpClientContext, ClassicHttpRequest) - Method in class org.opensaml.security.httpclient.impl.ThreadLocalServerTLSHandler
- invokeBefore(HttpClientContext, ClassicHttpRequest) - Method in class org.opensaml.security.httpclient.HttpClientSecurityContextHandler
- invokeBefore(HttpClientContext, ClassicHttpRequest) - Method in class org.opensaml.security.httpclient.impl.ThreadLocalClientTLSCredentialHandler
- invokeBefore(HttpClientContext, ClassicHttpRequest) - Method in class org.opensaml.security.httpclient.impl.ThreadLocalServerTLSHandler
- 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 - Variable in class org.opensaml.saml.saml1.core.impl.SubjectLocalityImpl
-
The ipAddress.
- 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
IPHintobjects. - IPHintBuilder() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.IPHintBuilder
- 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.
- IPRangePredicate - Class in org.opensaml.profile.logic
- IPRangePredicate() - Constructor for class org.opensaml.profile.logic.IPRangePredicate
-
Constructor.
- 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.
- IS_VALID_PREDICATE - Static variable in class org.opensaml.saml.metadata.resolver.impl.PredicateRoleDescriptorResolver
-
Predicate for evaluating whether a TimeboundSAMLObject is valid.
- isAddressRequired(ValidationContext) - Method in class org.opensaml.saml.saml2.assertion.impl.AbstractSubjectConfirmationValidator
-
Determine whether Address is required.
- 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.
- isAlwaysVerifyTrustedSource() - Method in class org.opensaml.saml.metadata.resolver.filter.impl.SignatureValidationFilter
-
Get the flag indicating whether the root signature of a trusted source should always be verified.
- 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.
- isAutoGenerateDataEncryptionCredential() - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
-
Get whether an this resolver should auto-generate data encryption credentials.
- isBlockEncryption(String) - Static method in class org.opensaml.xmlsec.algorithm.AlgorithmSupport
-
Check whether the algorithm URI indicates block encryption.
- 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.
- isCanonicalizationAlgorithm(String) - Static method in class org.opensaml.xmlsec.signature.support.SignatureSupport
-
Evaluate whether the indicated algorithm URI is a canonicalization algorithm URI.
- isCanonicalizedLowerCase - Variable in class org.opensaml.saml.metadata.resolver.index.impl.EndpointMetadataIndex.EndpointMetadataIndexKey
-
Flag indicating whether canonicalized location is the simple lower case fallback strategy.
- isCanonicalizedLowerCase - Variable in class org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex.ArtifactSourceLocationMetadataIndexKey
-
Flag indicating whether canonicalized location is the simple lower case fallback strategy.
- isClustered() - Method in class org.opensaml.storage.impl.client.ClientStorageService
-
Returns true iff the storage implementation manages data independent of a single server node.
- isClustered() - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageCapabilities
-
Returns true iff the storage implementation manages data independent of a single server node.
- isClustered() - Method in class org.opensaml.storage.impl.MemoryStorageService
-
Returns true iff the storage implementation manages data independent of a single server node.
- isClustered() - Method in interface org.opensaml.storage.StorageCapabilities
-
Returns true iff the storage implementation manages data independent of a single server node.
- 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.messaging.handler.impl.StaticMessageChannelSecurity
-
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(String) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
-
Evaluate whether the specified algorithm is a data encryption algorithm.
- 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.
- isDefault - Variable in class org.opensaml.saml.saml2.metadata.impl.AttributeConsumingServiceImpl
-
isDefault attribute of this service.
- isDefault - Variable in class org.opensaml.saml.saml2.metadata.impl.IndexedEndpointImpl
-
isDefault attribute.
- 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.
- isDirty() - Method in class org.opensaml.storage.impl.client.AbstractClientStorageServiceStore
-
Get the dirty bit for the current data.
- isDirty() - Method in interface org.opensaml.storage.impl.client.ClientStorageServiceStore
-
Get the dirty bit for the current data.
- isEffectiveMustUnderstand() - Method in class org.opensaml.soap.messaging.AbstractHeaderGeneratingMessageHandler
-
Get the effective value for mustUnderstand.
- 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.core.xml.util.ListView
- isEmpty() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList
- 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.
- isEnabled() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.PersistentCacheInitializationMetrics
-
Get whether or not persistent caching was enabled.
- isEncryptionOptional() - Method in class org.opensaml.xmlsec.criterion.EncryptionOptionalCriterion
-
Get the encryptionOptional value.
- isErrorFatal() - Method in class org.opensaml.saml.saml2.profile.impl.AbstractDecryptAction
-
Get whether decryption failure should be treated as an error or ignored.
- isErrorResponse(Object) - Method in class org.opensaml.saml.common.binding.security.impl.SAMLOutboundProtocolMessageSigningHandler
-
Get whether the message is a SAML response containing an error status.
- isEvaluateClientCertificate() - Method in class org.opensaml.security.messaging.ClientTLSSecurityParametersContext
-
Determine whether to evaluate the certificate presented by the TLS client.
- isExcludeMerge() - Method in interface org.opensaml.xmlsec.AlgorithmPolicyConfiguration
-
Flag indicating whether to merge this configuration's excludes with one of a lower order of precedence, or to treat this exclude collection as authoritative.
- isExcludeMerge() - Method in class org.opensaml.xmlsec.impl.BasicAlgorithmPolicyConfiguration
-
Flag indicating whether to merge this configuration's excludes with one of a lower order of precedence, or to treat this exclude collection as authoritative.
- isExpired(long) - Method in class org.opensaml.storage.StorageRecord
-
Get whether the record has expired with respect to the supplied time.
- 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.
- isFailureFatal() - Static method in class org.opensaml.security.x509.tls.impl.ThreadLocalX509TrustEngineContext
-
Return whether failure of server TLS is to be treated as fatal.
- isFinalDestination() - Method in class org.opensaml.soap.messaging.context.InboundSOAPContext
-
Get the flag indicating whether the node is the final destination for the current message processing context.
- 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.
- isIncludeMerge() - Method in interface org.opensaml.xmlsec.AlgorithmPolicyConfiguration
-
Flag indicating whether to merge this configuration's includes with one of a lower order of precedence, or to treat this include collection as authoritative.
- isIncludeMerge() - Method in class org.opensaml.xmlsec.impl.BasicAlgorithmPolicyConfiguration
-
Flag indicating whether to merge this configuration's includes with one of a lower order of precedence, or to treat this include collection as authoritative.
- 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 - Variable in class org.opensaml.core.metrics.impl.HTTPReporter
-
Whether this component has been initialized.
- isInitialized - Variable in class org.opensaml.saml.security.impl.MetadataCredentialResolver
-
Initialization flag.
- isInitialized() - Method in class org.opensaml.core.metrics.impl.HTTPReporter
- 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.
- isInitializedFromBackupFile() - Method in class org.opensaml.saml.metadata.resolver.impl.FileBackedHTTPMetadataResolver
-
Get the flag indicating whether metadata load during initialization was from backup file.
- isInitializeFromBackupFile() - Method in class org.opensaml.saml.metadata.resolver.impl.FileBackedHTTPMetadataResolver
-
Get the flag indicating whether initialization should first attempt to load metadata from backup file, if it exists.
- isInitializeFromPersistentCacheInBackground() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Get the flag indicating whether should initialize from the persistent cache in the background.
- isInMetadataOrder() - Method in class org.opensaml.saml.common.binding.AbstractEndpointResolver
-
Get whether the results should be sorted by metadata order or based on the order of bindings provided to the lookup.
- 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.
- isInResponseToRequired(ValidationContext) - Method in class org.opensaml.saml.saml2.assertion.impl.AbstractSubjectConfirmationValidator
-
Determine whether InResponseTo is required.
- isIntegrityActive() - Method in class org.opensaml.messaging.context.MessageChannelSecurityContext
-
Get whether message channel integrity is active.
- isIntegrityActive() - Method in class org.opensaml.messaging.handler.impl.StaticMessageChannelSecurity
-
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 - Variable in class org.opensaml.saml.common.messaging.context.SAMLBindingContext
-
Flag indicating 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.
- isIntendedDestinationEndpointURIRequired(MessageContext) - 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.
- isInvalidFatal() - Method in class org.opensaml.saml.saml2.profile.impl.ValidateAssertions
-
Get flag which indicates whether a failure of Assertion validation should be considered a fatal processing error.
- isInvalidFatal() - Method in class org.opensaml.saml.saml2.wssecurity.messaging.impl.WSSecuritySAML20AssertionTokenSecurityHandler
-
Get flag which indicates whether a failure of Assertion validation should be considered a fatal processing error.
- 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.
- isLoadConditionally() - Method in class org.opensaml.core.xml.persist.AbstractConditionalLoadXMLObjectLoadSaveManager
-
Get whether
XMLObjectLoadSaveManager.load(String)will check and return data only if modified since the last request for that data. - isLoadConditionally() - Method in interface org.opensaml.core.xml.persist.ConditionalLoadXMLObjectLoadSaveManager
-
Get whether
XMLObjectLoadSaveManager.load(String)will check and return data only if modified since the last request for that data. - isLoaded() - Method in class org.opensaml.storage.impl.client.ClientStorageService
-
Check whether data from the client has been loaded into the current session.
- isLocalCredential(Credential) - Method in class org.opensaml.xmlsec.keyinfo.impl.LocalKeyInfoCredentialResolver
-
Determine whether the credential is a local credential.
- isMatchStartsWith() - Method in class org.opensaml.saml.criterion.StartsWithLocationCriterion
-
Get the startswith value.
- 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) - 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) - Method in class org.opensaml.saml.saml2.binding.security.impl.SAML2AuthnRequestsSignedSecurityHandler
-
Determine whether the inbound message is signed.
- isMessageSigned(MessageContext, boolean) - Static method in class org.opensaml.saml.common.binding.SAMLBindingSupport
-
Determine whether the SAML message represented by the message context is digitally signed.
- isMetricInstanceRegisteredUnderName(String, Metric, MetricRegistry) - Static method in class org.opensaml.core.metrics.MetricsSupport
-
Determine whether the given metric instance is registered under the given name.
- isMustUnderstand(MessageContext, XMLObject) - Static method in class org.opensaml.soap.messaging.SOAPMessagingSupport
-
Check whether the specified header block is indicated as mustUnderstand == true.
- isNameCheckingActive() - Method in class org.opensaml.security.x509.impl.BasicX509CredentialNameEvaluator
-
Gets whether any of the supported name type checking is currently enabled.
- isNegativeLookupCacheActive() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.EntityManagementData
-
Determine whether the negative lookup cache for the entity is in effect.
- 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:nilattribute oftrue. - isNil() - Method in class org.opensaml.core.xml.AbstractXSAnyAdapter
-
Gets whether the object declares that its element content is null, which corresponds to an
xsi:nilattribute oftrue. - 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:nilattribute oftrue. - 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:nilattribute oftrue. - isNilXSBoolean() - Method in class org.opensaml.core.xml.AbstractXSAnyAdapter
-
Gets whether the object declares that its element content is null, which corresponds to an
xsi:nilattribute oftrue. - 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:nilattribute oftrue. - isNotBeforeRequired(ValidationContext) - Method in class org.opensaml.saml.saml2.assertion.impl.AbstractSubjectConfirmationValidator
-
Determine whether NotBefore is required.
- isNotOnOrAfterRequired(ValidationContext) - Method in class org.opensaml.saml.saml2.assertion.impl.AbstractSubjectConfirmationValidator
-
Determine whether NotOnOrAfter is required.
- 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.
- isOmitNamespaceDeclarations() - Method in interface org.opensaml.saml.metadata.generator.impl.MetadataGeneratorParameters
-
Whether to omit the namespace declarations on the root element.
- 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.
- isOpenJDK() - Method in class org.opensaml.security.testing.SecurityProviderTestSupport
-
Determine if we're running on OpenJDK.
- isPassive - Variable in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
-
IsPassive attribute.
- isPassive - Variable in class org.opensaml.saml.saml2.ecp.impl.RequestImpl
-
IsPassive attribute value.
- 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.
- isPersistentCachingEnabled() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Get the flag indicating whether persistent caching of the resolved metadata is enabled.
- 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.
- isPreExecuteCalled() - Method in class org.opensaml.profile.action.AbstractProfileAction
-
Has the
AbstractProfileAction.doPreExecute(ProfileRequestContext)method been entirely called? Note the unsynchronized access. - isPreInvokeCalled() - Method in class org.opensaml.messaging.handler.AbstractMessageHandler
-
Has the
AbstractMessageHandler.doPreInvoke(MessageContext)method been entirely called? Note the unsynchronized access. - isProcessCredentialCRLs() - Method in class org.opensaml.security.x509.PKIXValidationOptions
-
Whether CRLs supplied within the untrusted
X509Credentialbeing 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.
- isRecipientRequired(ValidationContext) - Method in class org.opensaml.saml.saml2.assertion.impl.AbstractSubjectConfirmationValidator
-
Determine whether Recipient is required.
- IsReferenceParameterBearing - Interface in org.opensaml.soap.wsaddressing
-
Interface for element having a
@wsa:IsReferenceParameterattribute. - isRemoveData(AbstractDynamicMetadataResolver.EntityManagementData, Instant, Instant) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.BackingStoreCleanupSweeper
-
Determine whether metadata should be removed based on expiration and idle time data.
- 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.
- isRequestSigningRequired(MessageContext) - Method in class org.opensaml.saml.saml2.binding.security.impl.SAML2AuthnRequestsSignedSecurityHandler
-
Determine whether a signature is required.
- isRequired - Variable in class org.opensaml.saml.saml2.metadata.impl.RequestedAttributeImpl
-
isRequired attribute.
- 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.
- 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.CompositeMetadataResolver
-
Gets whether the metadata returned by queries must be valid.
- isRequireValidMetadata() - Method in class org.opensaml.saml.metadata.resolver.impl.PredicateRoleDescriptorResolver
-
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.
- isResolveViaPredicatesOnly() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractBatchMetadataResolver
-
Get the flag indicating whether resolution may be performed solely by applying predicates to the entire metadata collection.
- isResolveViaPredicatesOnly() - Method in class org.opensaml.saml.metadata.resolver.impl.PredicateRoleDescriptorResolver
-
Get the flag indicating whether resolution may be performed solely by applying predicates to the entire metadata collection.
- isResponse() - Method in class org.opensaml.saml.metadata.resolver.index.impl.EndpointMetadataIndex.EndpointMetadataIndexKey
-
Gets the response location flag.
- isReturnContext() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
-
If true then include the
RequestTypein the response. - isReturnContext() - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
-
If true then include the
RequestTypein 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. - isRevoked(String, String) - Method in class org.opensaml.storage.impl.StorageServiceRevocationCache
-
Returns true iff the value has been revoked.
- isRevoked(String, String) - Method in interface org.opensaml.storage.RevocationCache
-
Returns true iff the value has been revoked.
- 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.
- isRootValid() - Method in interface org.opensaml.saml.metadata.resolver.BatchMetadataResolver
-
Get the validity state of the metadata batch root element, as determined in an implementation-specific manner.
- isRootValid() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractBatchMetadataResolver
-
Get the validity state of the metadata batch root element, as determined in an implementation-specific manner.
- 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
RSAOAEPParametersvalues 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
RSAOAEPParametersvalues 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.
- isSatisfyAny() - Method in class org.opensaml.core.criterion.SatisfyAnyCriterion
-
Get the satisfyAny value.
- isSatisfyAnyPredicates() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
-
Get the flag indicating whether resolved credentials may satisfy any predicates (i.e.
- isSatisfyAnyPredicates() - Method in class org.opensaml.saml.metadata.resolver.impl.PredicateRoleDescriptorResolver
-
Get the flag indicating whether resolved credentials may satisfy any predicates (i.e.
- isServerSide() - Method in class org.opensaml.storage.impl.client.ClientStorageService
-
Returns true iff the storage implementation manages data independent of the client.
- isServerSide() - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageCapabilities
-
Returns true iff the storage implementation manages data independent of the client.
- isServerSide() - Method in class org.opensaml.storage.impl.MemoryStorageService
-
Returns true iff the storage implementation manages data independent of the client.
- isServerSide() - Method in interface org.opensaml.storage.StorageCapabilities
-
Returns true iff the storage implementation manages data independent of the client.
- isServerTLSFailureFatal() - Method in interface org.opensaml.security.httpclient.HttpClientSecurityConfiguration
-
Get the flag indicating whether failure of server TLS trust engine evaluation should be treated as a fatal error.
- isServerTLSFailureFatal() - Method in class org.opensaml.security.httpclient.HttpClientSecurityParameters
-
Get the flag indicating whether failure of server TLS trust engine evaluation should be treated as a fatal error.
- isServerTLSFailureFatal() - Method in class org.opensaml.security.httpclient.impl.BasicHttpClientSecurityConfiguration
-
Get the flag indicating whether failure of server TLS trust engine evaluation should be treated as a fatal error.
- isSignatureCapable() - Method in class org.opensaml.saml.common.binding.BindingDescriptor
-
Get whether the binding provides a message signature capability.
- isSignatureRequired() - Method in class org.opensaml.saml.saml2.wssecurity.messaging.impl.DefaultSAML20AssertionValidationContextBuilder
-
Get the flag indicating whether an Assertion signature is required.
- isSigned() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter
-
Checks to see if the element has been signed.
- 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.
- isSigningCapableBinding(MessageContext) - Static method in class org.opensaml.saml.common.binding.SAMLBindingSupport
-
Determine whether the SAML binding to be used by the message context supports signatures at the binding layer.
- isSingleton() - Method in class org.opensaml.spring.credential.BasicX509CredentialFactoryBean
- isSkipRootSignature(MetadataFilterContext) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.SignatureValidationFilter
-
Determine whether validation of signature on the document root should be skipped.
- isSOAP11HeaderTargetedToNode(XMLObject, Set<String>, boolean) - Static method in class org.opensaml.soap.messaging.SOAPMessagingSupport
-
Evaluate whether the specified header block is targeted to a SOAP 1.1 node given the specified parameters.
- isSOAP11Message(MessageContext) - Static method in class org.opensaml.soap.messaging.SOAPMessagingSupport
-
Determine whether the message represented by the message context contains a SOAP 1.1.
- 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) - Static method in class org.opensaml.soap.messaging.SOAPMessagingSupport
-
Determine whether the message represented by the message context contains a SOAP Envelope.
- isSourceRequired(ClientStorageService.ClientStorageSource) - Method in class org.opensaml.storage.impl.client.ClientStorageSaveContext
-
Get whether a particular storage source is implicated by the queued operations.
- isStrict() - Method in class org.opensaml.storage.impl.StorageServiceReplayCache
-
Get the strictness flag.
- isStrict() - Method in class org.opensaml.storage.impl.StorageServiceRevocationCache
-
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.
- ISSUE_INSTANT_ATTRIB_QNAME - Static variable in interface org.opensaml.saml.saml2.core.RequestAbstractType
-
QName for the attribute which defines the IssueInstant.
- ISSUE_INSTANT_ATTRIB_QNAME - Static variable in interface org.opensaml.saml.saml2.core.StatusResponseType
-
QName for the attribute which defines the IssueInstant.
- 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 - Variable in class org.opensaml.saml.common.messaging.context.SAMLMessageInfoContext
-
The issue instant of the message.
- issueInstant - Variable in class org.opensaml.saml.saml1.core.impl.AssertionImpl
-
Object version of the
IssueInstantattribute. - issueInstant - Variable in class org.opensaml.saml.saml1.core.impl.RequestAbstractTypeImpl
-
Contains the IssueInstant.
- issueInstant - Variable in class org.opensaml.saml.saml1.core.impl.ResponseAbstractTypeImpl
-
Contents of the IssueInstant attribute.
- issueInstant - Variable in class org.opensaml.saml.saml2.core.impl.AssertionImpl
-
Issue Instant of the assertion.
- issueInstant - Variable in class org.opensaml.saml.saml2.core.impl.RequestAbstractTypeImpl
-
Date/time request was issued.
- issueInstant - Variable in class org.opensaml.saml.saml2.core.impl.StatusResponseTypeImpl
-
IssueInstant attribute.
- 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 IssueInstant.
- ISSUEINSTANT_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.ResponseAbstractType
-
Name for the attribute which defines the IssueInstant.
- ISSUEINSTANT_ATTRIB_QNAME - Static variable in interface org.opensaml.saml.saml1.core.Assertion
-
QName for the attribute which defines the issue instant.
- ISSUEINSTANT_ATTRIB_QNAME - Static variable in interface org.opensaml.saml.saml1.core.RequestAbstractType
-
QName for the attribute which defines the IssueInstant.
- ISSUEINSTANT_ATTRIB_QNAME - Static variable in interface org.opensaml.saml.saml1.core.ResponseAbstractType
-
QName for the attribute which defines the IssueInstant.
- ISSUEINSTANT_ATTRIB_QNAME - Static variable in interface org.opensaml.saml.saml2.core.Assertion
-
IssueInstant attribute QName.
- issuer - Variable in class org.opensaml.saml.common.binding.artifact.BasicSAMLArtifactMapEntry
-
EntityID of the issuer of the artifact.
- issuer - Variable in class org.opensaml.saml.saml1.core.impl.AssertionImpl
-
Object version of the
Issuerattribute. - issuer - Variable in class org.opensaml.saml.saml2.core.impl.AssertionImpl
-
Issuer of the assertion.
- issuer - Variable in class org.opensaml.saml.saml2.core.impl.RequestAbstractTypeImpl
-
URI of the SAML user consent type.
- issuer - Variable in class org.opensaml.saml.saml2.core.impl.StatusResponseTypeImpl
-
Issuer child element.
- issuer - Variable in class org.opensaml.saml.saml2.ecp.impl.RequestImpl
-
Issuer child element.
- issuer - Variable in class org.opensaml.security.credential.criteria.impl.EvaluableX509IssuerSerialCredentialCriterion
-
Base criteria.
- issuer - Variable in class org.opensaml.xacml.ctx.impl.AttributeTypeImpl
-
Issuer of the attribute.
- issuer - Variable in class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeImpl
-
Issuer of the attribute.
- issuer - Variable in class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImpl
-
Issuer.
- 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
Issuerobjects. - IssuerBuilder - Class in org.opensaml.soap.wstrust.impl
-
Builder for the Issuer element.
- IssuerBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.IssuerBuilder
- IssuerBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.IssuerBuilder
- issuerId - Variable in class org.opensaml.saml.saml1.profile.impl.ResolveArtifacts
-
Identity of issuer.
- issuerId - Variable in class org.opensaml.saml.saml2.profile.impl.AbstractResponseShellAction
-
EntityID to populate into Issuer element.
- issuerId - Variable in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects
-
EntityID to populate into Issuer element.
- issuerId - Variable in class org.opensaml.saml.saml2.profile.impl.AddStatusResponseShell
-
EntityID to populate into Issuer element.
- issuerId - Variable in class org.opensaml.saml.saml2.profile.impl.ResolveArtifact
-
Identity of issuer.
- IssuerImpl - Class in org.opensaml.saml.saml2.core.impl
-
A concrete implementation of
Issuer. - IssuerImpl - Class in org.opensaml.soap.wstrust.impl
-
IssuerImpl.
- IssuerImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.IssuerImpl
-
Constructor.
- IssuerImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.IssuerImpl
-
Constructor.
- issuerLookupStrategy - Variable in class org.opensaml.messaging.handler.impl.CheckExpectedIssuer
-
Strategy used to look up the issuer associated with the message context.
- issuerLookupStrategy - Variable in class org.opensaml.messaging.handler.impl.CheckMandatoryIssuer
-
Strategy used to look up the issuer associated with the message context.
- issuerLookupStrategy - Variable in class org.opensaml.saml.saml1.profile.impl.ResolveArtifacts
-
Strategy used to locate the issuer identity to validate against artifact entries.
- issuerLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.AbstractResponseShellAction
-
Strategy used to obtain the response issuer value.
- issuerLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects
-
Strategy used to obtain the response issuer value.
- issuerLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.AddStatusResponseShell
-
Strategy used to obtain the response issuer value.
- issuerLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.ResolveArtifact
-
Strategy used to locate the issuer identity to validate against artifact entries.
- IssuerMarshaller - Class in org.opensaml.soap.wstrust.impl
-
Marshaller for the Issuer element.
- IssuerMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.IssuerMarshaller
- issuerName - Variable in class org.opensaml.security.x509.X509IssuerSerialCriterion
-
X.509 certificate issuer name.
- issuerName - Variable in class org.opensaml.xmlsec.signature.impl.X509IssuerSerialImpl
-
X509IssuerName child element.
- 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 class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter
-
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.
- isSymmetricKeyWrap(String) - Static method in class org.opensaml.xmlsec.algorithm.AlgorithmSupport
-
Check whether the algorithm URI indicates symmetric key wrap.
- isSynchronous() - Method in class org.opensaml.saml.common.binding.BindingDescriptor
-
Get whether the binding is synchronous (direct request/response, typically SOAP).
- IsTimeboundSAMLObjectValidPredicate - Class in org.opensaml.saml.saml2.common
-
Predicate which applies
SAML2Support.isValid(XMLObject)to the target input. - IsTimeboundSAMLObjectValidPredicate() - Constructor for class org.opensaml.saml.saml2.common.IsTimeboundSAMLObjectValidPredicate
- isTrusted() - Method in class org.opensaml.saml.criterion.EndpointCriterion
-
Get the trust indicator for the endpoint.
- isTrusted() - Method in class org.opensaml.saml.metadata.resolver.filter.data.impl.MetadataSource
-
Get whether the metadata source is trusted.
- isUnmodifiedSinceLastLoad(String) - Method in class org.opensaml.core.xml.persist.AbstractConditionalLoadXMLObjectLoadSaveManager
-
Check whether the data corresponding to the specified key has been modified since the last time
XMLObjectLoadSaveManager.load(String)was called for that key. - isUnmodifiedSinceLastLoad(String) - Method in class org.opensaml.core.xml.persist.FilesystemLoadSaveManager
-
Check whether the data corresponding to the specified key has been modified since the last time
XMLObjectLoadSaveManager.load(String)was called for that key. - isUnmodifiedSinceLastLoad(String) - Method in class org.opensaml.core.xml.persist.MapLoadSaveManager
-
Check whether the data corresponding to the specified key has been modified since the last time
XMLObjectLoadSaveManager.load(String)was called for that key. - isUseCurrentTimeAsDefaultCreated() - Method in class org.opensaml.soap.wssecurity.messaging.impl.AddTimestampHandler
-
Get the flag indicating whether to use the current time as the Created time, if no value is explicitly supplied by the other supported mechanisms.
- isUseDefaultPredicateRegistry() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
-
Get the flag which determines whether the default predicate registry will be used if one is not supplied explicitly.
- isUseDefaultPredicateRegistry() - Method in class org.opensaml.saml.metadata.resolver.impl.PredicateRoleDescriptorResolver
-
Get the flag which determines whether the default predicate registry will be used if one is not supplied explicitly.
- isValid() - Method in class org.opensaml.saml.common.binding.artifact.ExpiringSAMLArtifactMapEntry
-
Returns true iff the entry is valid as of now.
- 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.
- isValid() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter
-
Checks to see if the current time is past the validUntil time.
- isValid(long) - Method in class org.opensaml.storage.StorageRecord
-
Get whether the record is valid with respect to the supplied time.
- isValid(Instant) - 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) - Static method in class org.opensaml.saml.saml2.common.SAML2Support
-
Checks to see if the given XMLObject is still valid.
- isValidConfirmationDataType(SubjectConfirmationData) - Method in class org.opensaml.saml.saml2.assertion.impl.HolderOfKeySubjectConfirmationValidator
-
Checks to see whether the schema type of the subject confirmation data, if present, is the required
KeyInfoConfirmationDataType.TYPE_NAME. - isWSAIsReferenceParameter() - Method in interface org.opensaml.soap.wsaddressing.IsReferenceParameterBearing
-
Returns the
@wsa:IsReferenceParameterattribute value. - isWSAIsReferenceParameterXSBoolean() - Method in interface org.opensaml.soap.wsaddressing.IsReferenceParameterBearing
-
Returns the
@wsa:IsReferenceParameterattribute 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
EntityDescriptorinstances 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
- iterationCount - Variable in class org.opensaml.xmlsec.derivation.impl.PBKDF2
-
Iteration count.
- iterationCount - Variable in class org.opensaml.xmlsec.encryption.impl.PBKDF2ParamsImpl
-
IterationCount child element.
- IterationCount - Interface in org.opensaml.xmlsec.encryption
-
XMLObject representing XML Encryption 1.1 IterationCount element.
- IterationCountBuilder - Class in org.opensaml.xmlsec.encryption.impl
-
Builder of
IterationCount. - IterationCountBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.IterationCountBuilder
- IterationCountImpl - Class in org.opensaml.xmlsec.encryption.impl
-
Concrete implementation of
IterationCount. - IterationCountImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.IterationCountImpl
-
Constructor.
- 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.core.xml.persist.FilesystemLoadSaveManager.FileIterable
- 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.saml.metadata.resolver.impl.CompositeMetadataResolver.CompositeMetadataResolverIterable
- iterator() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList
- iterator() - Method in class org.opensaml.security.credential.impl.AbstractChainingCredentialResolver.CredentialIterable
- iterator() - Method in class org.opensaml.xmlsec.encryption.support.ChainingEncryptedKeyResolver.ChainingIterable
J
- j - Variable in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
-
J child element.
- J - Interface in org.opensaml.xmlsec.signature
-
XMLObject representing XML Digital Signature, version 20020212, J element.
- JAKARTA_X509_CERT_REQUEST_ATTRIBUTE - Static variable in class org.opensaml.security.messaging.ServletRequestX509CredentialAdapter
-
Servlet request attribute to pull certificate info from.
- JavaCryptoValidationInitializer - Class in org.opensaml.xmlsec.config.impl
-
An initializer which validates the Java Cryptographic Architecture environment is usable.
- JavaCryptoValidationInitializer() - Constructor for class org.opensaml.xmlsec.config.impl.JavaCryptoValidationInitializer
- JBuilder - Class in org.opensaml.xmlsec.signature.impl
-
Builder of
J. - JBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.JBuilder
- JCAConstants - Class in org.opensaml.security.crypto
-
Various useful constants defined in and/or used with the Java Cryptography Architecture (JCA) specification.
- JCAConstants() - Constructor for class org.opensaml.security.crypto.JCAConstants
-
Constructor.
- jcaProviderName - Variable in class org.opensaml.xmlsec.encryption.support.Decrypter
-
The name of the JCA security provider to use.
- jcaProviderName - Variable in class org.opensaml.xmlsec.encryption.support.Encrypter
-
The name of the JCA security provider to use.
- 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.
- JSONClientStorageServiceStore - Class in org.opensaml.storage.impl.client
-
JSON-based storage for
ClientStorageService. - JSONClientStorageServiceStore() - Constructor for class org.opensaml.storage.impl.client.JSONClientStorageServiceStore
- JSONClientStorageServiceStore.JSONClientStorageServiceStoreFactory - Class in org.opensaml.storage.impl.client
-
Factory for JSON-backed store.
- JSONClientStorageServiceStoreFactory() - Constructor for class org.opensaml.storage.impl.client.JSONClientStorageServiceStore.JSONClientStorageServiceStoreFactory
- jsonMapper - Variable in class org.opensaml.core.metrics.impl.HTTPReporter
-
JSON object mapper to produce output.
K
- kaNonce - Variable in class org.opensaml.xmlsec.encryption.impl.AgreementMethodImpl
-
KA-Nonce child element value.
- KANonce - Class in org.opensaml.xmlsec.agreement.impl
-
Key agreement parameter to support use of
KANoncevalues. - KANonce - Interface in org.opensaml.xmlsec.encryption
-
XMLObject representing XML Encryption, version 20021210, KA-Nonce element.
- KANonce() - Constructor for class org.opensaml.xmlsec.agreement.impl.KANonce
- KANonce.Parser - Class in org.opensaml.xmlsec.agreement.impl
-
Implementation of
KeyAgreementParameterParser. - KANonceBuilder - Class in org.opensaml.xmlsec.encryption.impl
-
Builder of
KANonce. - KANonceBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.KANonceBuilder
- 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.
- kekKeyInfoCredentialResolver - Variable in class org.opensaml.xmlsec.DecryptionParameters
-
The EncryptedKey's KeyInfo credential resolver.
- kekKeyInfoCredentialResolver - Variable in class org.opensaml.xmlsec.impl.BasicDecryptionConfiguration
-
The EncryptedKey's KeyInfo credential resolver.
- kekParamsList - Variable in class org.opensaml.saml.saml2.encryption.Encrypter
-
The parameters to use for encrypting (wrapping) the data encryption key.
- kekResolver - Variable in class org.opensaml.xmlsec.encryption.support.Decrypter
-
Resolver for key encryption keys.
- kekResolverCriteria - Variable in class org.opensaml.xmlsec.encryption.support.Decrypter
-
Additional criteria to use when resolving credentials based on an EncryptedKey's KeyInfo.
- 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 - Variable in class org.opensaml.storage.testing.StorageServiceTest.AnnotatedObject
-
Key.
- key - Variable in class org.opensaml.xmlsec.algorithm.AlgorithmRegistry.SignatureAlgorithmIndex
-
Key type.
- key - Variable in class org.opensaml.xmlsec.keyinfo.impl.KeyInfoResolutionContext
-
Get the key currently known to be represented by the KeyInfo.
- Key - Annotation Interface in org.opensaml.storage.annotation
-
Identifies the field of a class that serves as the key of a
StorageServicerecord. - KEY_AGREEMENT_DH - Static variable in class org.opensaml.security.crypto.JCAConstants
-
Key Agreement algorithm: Diffie-Hellman.
- KEY_AGREEMENT_ECDH - Static variable in class org.opensaml.security.crypto.JCAConstants
-
Key Agreement algorithm: Elliptic Curve Diffie-Hellman.
- 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_DH - Static variable in class org.opensaml.security.crypto.JCAConstants
-
Key algorithm: "DH" (returned by
Key.getAlgorithm()). - KEY_ALGO_DIFFIE_HELLMAN - Static variable in class org.opensaml.security.crypto.JCAConstants
-
Key algorithm: "DiffieHellman" (used with key and key pair factories, generators, etc).
- 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_ALGORITHMS - Static variable in class org.opensaml.xmlsec.agreement.KeyAgreementSupport
-
JCA key algorithms that support key agreement.
- KEY_FORMAT_RAW - Static variable in class org.opensaml.security.crypto.JCAConstants
-
Key format: "RAW".
- KeyAgreement - Enum constant in enum class org.opensaml.xmlsec.algorithm.AlgorithmDescriptor.AlgorithmType
-
Key Agreement.
- KeyAgreementAlgorithm - Interface in org.opensaml.xmlsec.algorithm
-
Interface for key agreement algorithm descriptors.
- keyAgreementConfigurations - Variable in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
-
Key agreement configurations.
- KeyAgreementCredential - Interface in org.opensaml.xmlsec.agreement
-
An entity credential which represents the result of a key agreement operation.
- KeyAgreementDHExplicitKDF - Class in org.opensaml.xmlsec.algorithm.descriptors
-
Algorithm descriptor for key agreement: Diffie-Hellman with Explicit KDF.
- KeyAgreementDHExplicitKDF() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.KeyAgreementDHExplicitKDF
- KeyAgreementDHLegacyKDF - Class in org.opensaml.xmlsec.algorithm.descriptors
-
Algorithm descriptor for key agreement: Diffie-Hellman with Legacy KDF.
- KeyAgreementDHLegacyKDF() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.KeyAgreementDHLegacyKDF
- KeyAgreementECDH - Class in org.opensaml.xmlsec.algorithm.descriptors
-
Algorithm descriptor for key agreement: Elliptic Curve Diffie-Hellman Ephemeral-Static Mode.
- KeyAgreementECDH() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.KeyAgreementECDH
- KeyAgreementEncryptionConfiguration - Class in org.opensaml.xmlsec.encryption.support
-
A component representing the specific configuration for a key agreement encryption operation.
- KeyAgreementEncryptionConfiguration() - Constructor for class org.opensaml.xmlsec.encryption.support.KeyAgreementEncryptionConfiguration
- KeyAgreementException - Exception in org.opensaml.xmlsec.agreement
-
Exception thrown when an error occurs during key agreement operations.
- KeyAgreementException() - Constructor for exception org.opensaml.xmlsec.agreement.KeyAgreementException
-
Constructor.
- KeyAgreementException(String) - Constructor for exception org.opensaml.xmlsec.agreement.KeyAgreementException
-
Constructor.
- KeyAgreementException(String, Throwable) - Constructor for exception org.opensaml.xmlsec.agreement.KeyAgreementException
-
Constructor.
- KeyAgreementException(Throwable) - Constructor for exception org.opensaml.xmlsec.agreement.KeyAgreementException
-
Constructor.
- KeyAgreementKeyInfoGenerator(KeyAgreementKeyInfoGeneratorFactory.KeyAgreementOptions, Class<? extends KeyInfo>) - Constructor for class org.opensaml.xmlsec.keyinfo.impl.KeyAgreementKeyInfoGeneratorFactory.KeyAgreementKeyInfoGenerator
-
Constructor.
- KeyAgreementKeyInfoGeneratorFactory - Class in org.opensaml.xmlsec.keyinfo.impl
-
A factory implementation which produces instances of
KeyInfoGeneratorcapable of handling the information contained within anKeyAgreementCredential. - KeyAgreementKeyInfoGeneratorFactory() - Constructor for class org.opensaml.xmlsec.keyinfo.impl.KeyAgreementKeyInfoGeneratorFactory
-
Constructor.
- KeyAgreementKeyInfoGeneratorFactory.KeyAgreementKeyInfoGenerator - Class in org.opensaml.xmlsec.keyinfo.impl
-
An implementation of
KeyInfoGeneratorcapable of handling the information contained within aKeyAgreementCredential. - KeyAgreementKeyInfoGeneratorFactory.KeyAgreementOptions - Class in org.opensaml.xmlsec.keyinfo.impl
-
Options to be used in the production of a
KeyInfofrom anKeyAgreementCredential. - KeyAgreementOptions() - Constructor for class org.opensaml.xmlsec.keyinfo.impl.KeyAgreementKeyInfoGeneratorFactory.KeyAgreementOptions
-
Constructor.
- KeyAgreementParameter - Interface in org.opensaml.xmlsec.agreement
-
Marker interface for parameters to key agreement operations.
- KeyAgreementParameterParser - Interface in org.opensaml.xmlsec.agreement.impl
-
A component which parses an
XMLObjectinto an instance ofKeyAgreementParameter. - KeyAgreementParameters - Class in org.opensaml.xmlsec.agreement
-
Specialized collection type for holding sets of parameters to key agreement operations.
- KeyAgreementParameters() - Constructor for class org.opensaml.xmlsec.agreement.KeyAgreementParameters
-
Constructor.
- KeyAgreementParameters(Collection<KeyAgreementParameter>) - Constructor for class org.opensaml.xmlsec.agreement.KeyAgreementParameters
-
Copy constructor.
- KeyAgreementParameters(Collection<KeyAgreementParameter>, boolean) - Constructor for class org.opensaml.xmlsec.agreement.KeyAgreementParameters
-
Copy constructor with parameter clone option.
- KeyAgreementParametersParser - Class in org.opensaml.xmlsec.agreement.impl
-
A component which parses an instance of
AgreementMethodand produces a new instance ofKeyAgreementParameters. - KeyAgreementParametersParser() - Constructor for class org.opensaml.xmlsec.agreement.impl.KeyAgreementParametersParser
- KeyAgreementProcessor - Interface in org.opensaml.xmlsec.agreement
-
Component which performs a key agreement operation.
- KeyAgreementProcessorRegistry - Class in org.opensaml.xmlsec.agreement
-
A component which provides access to registered instances of
KeyAgreementProcessor. - KeyAgreementProcessorRegistry() - Constructor for class org.opensaml.xmlsec.agreement.KeyAgreementProcessorRegistry
-
Constructor.
- KeyAgreementSupport - Class in org.opensaml.xmlsec.agreement
-
Support for key agreement operations.
- KeyAgreementSupport() - Constructor for class org.opensaml.xmlsec.agreement.KeyAgreementSupport
-
Constructor.
- keyAlgorithm - Variable in class org.opensaml.security.credential.criteria.impl.EvaluableKeyAlgorithmCredentialCriterion
-
Base criteria.
- keyAlgorithm - Variable in class org.opensaml.security.criteria.KeyAlgorithmCriterion
-
Key algorithm type of resolved credentials.
- KeyAlgorithmCriterion - Class in org.opensaml.security.criteria
-
An implementation of
Criterionwhich specifies key algorithm criteria. - KeyAlgorithmCriterion(String) - Constructor for class org.opensaml.security.criteria.KeyAlgorithmCriterion
-
Constructor.
- KeyDerivation - Interface in org.opensaml.xmlsec.derivation
-
Component which represents a specific key derivation algorithm, and supports deriving a new
SecretKeyvia that algorithm. - KeyDerivationException - Exception in org.opensaml.xmlsec.derivation
-
Exception thrown when an error occurs during key derivation operations.
- KeyDerivationException() - Constructor for exception org.opensaml.xmlsec.derivation.KeyDerivationException
-
Constructor.
- KeyDerivationException(String) - Constructor for exception org.opensaml.xmlsec.derivation.KeyDerivationException
-
Constructor.
- KeyDerivationException(String, Throwable) - Constructor for exception org.opensaml.xmlsec.derivation.KeyDerivationException
-
Constructor.
- KeyDerivationException(Throwable) - Constructor for exception org.opensaml.xmlsec.derivation.KeyDerivationException
-
Constructor.
- keyDerivationMethod - Variable in class org.opensaml.xmlsec.encryption.impl.DerivedKeyImpl
-
KeyDerivationMethod child element.
- KeyDerivationMethod - Interface in org.opensaml.xmlsec.encryption
-
XMLObject representing XML Encryption 1.1 KeyDerivationMethod element.
- KeyDerivationMethodBuilder - Class in org.opensaml.xmlsec.encryption.impl
-
Builder of
KeyDerivationMethod. - KeyDerivationMethodBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.KeyDerivationMethodBuilder
- KeyDerivationMethodImpl - Class in org.opensaml.xmlsec.encryption.impl
-
Concrete implementation of
KeyDerivationMethod. - KeyDerivationMethodImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.KeyDerivationMethodImpl
-
Constructor.
- KeyDerivationMethodMarshaller - Class in org.opensaml.xmlsec.encryption.impl
-
A thread-safe Marshaller for
DerivedKeyobjects. - KeyDerivationMethodMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.KeyDerivationMethodMarshaller
- KeyDerivationMethodUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
-
A thread-safe Unmarshaller for
AgreementMethodobjects. - KeyDerivationMethodUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.KeyDerivationMethodUnmarshaller
- KeyDerivationSupport - Class in org.opensaml.xmlsec.derivation
-
Support key derivation operations.
- KeyDerivationSupport() - Constructor for class org.opensaml.xmlsec.derivation.KeyDerivationSupport
-
Constructor.
- keyDescriptor - Variable in class org.opensaml.saml.security.impl.SAMLMDCredentialContext
-
Key descriptor which contained the KeyInfo used.
- KeyDescriptor - Interface in org.opensaml.saml.saml2.metadata
-
SAML 2.0 Metadata KeyDescriptor.
- KeyDescriptorBuilder - Class in org.opensaml.saml.saml2.metadata.impl
-
Builder for
KeyDescriptorobjects. - 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
- keyDescriptors - Variable in class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorImpl
-
Key descriptors for this role.
- keyDescriptors - Variable in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorImpl
-
Key descriptors for this role.
- keyDescriptors - Variable in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter
-
KeyDescriptor children.
- KeyDescriptorUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
-
A thread-safe unmarshaller for
KeyDescriptor. - 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 - Variable in class org.opensaml.saml.ext.samlec.impl.SessionKeyImpl
-
KeyInfo child.
- keyInfo - Variable in class org.opensaml.saml.saml1.core.impl.SubjectConfirmationImpl
-
Contains the KeyInfo element.
- keyInfo - Variable in class org.opensaml.saml.saml2.metadata.impl.KeyDescriptorImpl
-
Key information.
- keyInfo - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
-
EncryptionMethod child element.
- keyInfo - Variable in class org.opensaml.xmlsec.keyinfo.impl.KeyInfoCredentialContext
-
The KeyInfo context.
- keyInfo - Variable in class org.opensaml.xmlsec.keyinfo.impl.KeyInfoResolutionContext
-
The KeyInfo being processed.
- keyInfo - Variable in class org.opensaml.xmlsec.keyinfo.impl.StaticKeyInfoGenerator
-
The KeyInfo object held by this generator instance.
- keyInfo - Variable in class org.opensaml.xmlsec.keyinfo.KeyInfoCriterion
-
The KeyInfo which serves as the source for credential criteria.
- keyInfo - Variable in class org.opensaml.xmlsec.signature.impl.SignatureImpl
-
Public key information to embed in the signature.
- KeyInfo - Interface in org.opensaml.xmlsec.signature
-
XMLObject representing XML Digital Signature, version 20020212, KeyInfo element.
- keyInfoBuilder - Variable in class org.opensaml.saml.saml2.encryption.Encrypter
-
Builder for KeyInfo objects.
- keyInfoBuilder - Variable in class org.opensaml.xmlsec.encryption.support.Encrypter
-
Builder instance for building KeyInfo objects.
- KeyInfoBuilder - Class in org.opensaml.xmlsec.signature.impl
-
Builder of
KeyInfo. - KeyInfoBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.KeyInfoBuilder
- KeyInfoConfirmationDataType - Interface in org.opensaml.saml.saml2.core
-
SAML 2.0 Core KeyInfoConfirmationDataType.
- KeyInfoConfirmationDataTypeBuilder - Class in org.opensaml.saml.saml2.core.impl
-
Builder for
KeyInfoConfirmationDataTypeobjects. - KeyInfoConfirmationDataTypeBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.KeyInfoConfirmationDataTypeBuilder
- KeyInfoConfirmationDataTypeImpl - Class in org.opensaml.saml.saml2.core.impl
-
Concrete implementation of
KeyInfoConfirmationDataType. - 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
KeyInfoelement. - KeyInfoCredentialContext(KeyInfo) - Constructor for class org.opensaml.xmlsec.keyinfo.impl.KeyInfoCredentialContext
-
Constructor.
- KeyInfoCredentialResolutionMode - Class in org.opensaml.xmlsec.keyinfo
-
An implementation of
Criterionwhich specifies criteria to aKeyInfoCredentialResolverabout whether to resolve public credentials, local credentials, or both. - KeyInfoCredentialResolutionMode(KeyInfoCredentialResolutionMode.Mode) - Constructor for class org.opensaml.xmlsec.keyinfo.KeyInfoCredentialResolutionMode
-
Constructor.
- KeyInfoCredentialResolutionMode.Mode - Enum Class in org.opensaml.xmlsec.keyinfo
-
Credential resolution mode.
- keyInfoCredentialResolver - Variable in class org.opensaml.saml.security.impl.MetadataCredentialResolver
-
Credential resolver used to resolve credentials from role descriptor KeyInfo elements.
- keyInfoCredentialResolver - Variable in class org.opensaml.xmlsec.signature.support.impl.BaseSignatureTrustEngine
-
KeyInfo credential resolver used to obtain the signing credential from a Signature's KeyInfo.
- KeyInfoCredentialResolver - Interface in org.opensaml.xmlsec.keyinfo
-
Specialized
CredentialResolvermarker interface for resolvers which resolve credentials based on aKeyInfoelement. - KeyInfoCriterion - Class in org.opensaml.xmlsec.keyinfo
- KeyInfoCriterion(KeyInfo) - Constructor for class org.opensaml.xmlsec.keyinfo.KeyInfoCriterion
-
Constructor.
- KeyInfoGenerationProfileCriterion - Class in org.opensaml.xmlsec.criterion
-
Criterionrepresenting an a KeyInfo generation "profile" name used when looking up aKeyInfoGeneratorManagerfrom aNamedKeyInfoGeneratorManager. - KeyInfoGenerationProfileCriterion(String) - Constructor for class org.opensaml.xmlsec.criterion.KeyInfoGenerationProfileCriterion
-
Constructor.
- keyInfoGenerator - Variable in class org.opensaml.xmlsec.encryption.support.DataEncryptionParameters
-
Generator for dynamically generating a KeyInfo instance containing information from the encryption credential.
- keyInfoGenerator - Variable in class org.opensaml.xmlsec.SignatureSigningParameters
-
The KeyInfo generator.
- KeyInfoGenerator - Interface in org.opensaml.xmlsec.keyinfo
-
Interface for implementations which generate a
KeyInfobased on keying material and other information found within aCredential. - KeyInfoGeneratorFactory - Interface in org.opensaml.xmlsec.keyinfo
-
Interface for factories which produce
KeyInfoGeneratorinstances. - keyInfoGeneratorManager - Variable in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
-
Manager for named KeyInfoGenerator instances.
- KeyInfoGeneratorManager - Class in org.opensaml.xmlsec.keyinfo
-
A manager for
KeyInfoGeneratorFactoryinstances. - 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 - Variable in class org.opensaml.xmlsec.keyinfo.impl.StaticKeyInfoGenerator
-
Marshaller used in cloning operation.
- KeyInfoMarshaller - Class in org.opensaml.xmlsec.signature.impl
-
A thread-safe Marshaller for
KeyInfoobjects. - 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
KeyInfoCredentialResolverwhich support resolvingCredentials based on a child element ofKeyInfo. - 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
- 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
KeyInfoReferenceobjects. - KeyInfoReferenceMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.KeyInfoReferenceMarshaller
- KeyInfoReferenceProvider - Class in org.opensaml.xmlsec.keyinfo.impl.provider
-
Implementation of
KeyInfoProviderwhich supportsKeyInfoReference. - KeyInfoReferenceProvider() - Constructor for class org.opensaml.xmlsec.keyinfo.impl.provider.KeyInfoReferenceProvider
- KeyInfoReferenceUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
-
A thread-safe Unmarshaller for
KeyInfoReferenceobjects. - 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.
- keyInfoResolver - Variable in class org.opensaml.saml.saml2.binding.security.impl.SAML2HTTPPostSimpleSignSecurityHandler
-
KeyInfo resolver to use to process KeyInfo request parameter.
- 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.
- keyInfoType - Variable in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory.BasicKeyInfoGenerator
-
The specific type of KeyInfo to generate.
- keyInfoUnmarshaller - Variable in class org.opensaml.xmlsec.keyinfo.impl.StaticKeyInfoGenerator
-
Unmarshaller used in cloning operation.
- KeyInfoUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
-
A thread-safe Unmarshaller for
KeyInfoobjects. - KeyInfoUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.KeyInfoUnmarshaller
- keyIterator - Variable in class org.opensaml.xmlsec.encryption.support.ChainingEncryptedKeyResolver.ChainingIterator
-
The iterator over EncryptedKey instances from the current resolver.
- keyLength - Variable in class org.opensaml.security.credential.criteria.impl.EvaluableKeyLengthCredentialCriterion
-
Base criteria.
- keyLength - Variable in class org.opensaml.security.criteria.KeyLengthCriterion
-
Key length of resolved credentials.
- keyLength - Variable in class org.opensaml.xmlsec.derivation.impl.PBKDF2
-
Key length, in bits.
- keyLength - Variable in class org.opensaml.xmlsec.encryption.impl.PBKDF2ParamsImpl
-
KeyLength child element.
- KeyLength - Interface in org.opensaml.xmlsec.encryption
-
XMLObject representing XML Encryption 1.1 KeyLength element.
- KeyLengthBuilder - Class in org.opensaml.xmlsec.encryption.impl
-
Builder of
KeyLength. - KeyLengthBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.KeyLengthBuilder
- KeyLengthCriterion - Class in org.opensaml.security.criteria
-
An implementation of
Criterionwhich specifies key length criteria. - KeyLengthCriterion(int) - Constructor for class org.opensaml.security.criteria.KeyLengthCriterion
-
Constructor.
- KeyLengthImpl - Class in org.opensaml.xmlsec.encryption.impl
-
Concrete implementation of
KeyLength. - KeyLengthImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.KeyLengthImpl
-
Constructor.
- KeyLengthSpecifiedAlgorithm - Interface in org.opensaml.xmlsec.algorithm
-
Interface for algorithm descriptors which specify a key length.
- keyManager - Variable in class org.opensaml.security.x509.impl.X509KeyManagerX509CredentialAdapter
-
Wrapped key manager.
- keyMatchAlgorithms - Static variable in class org.opensaml.security.crypto.KeySupport
-
Maps key algorithms to the signing algorithm used in the key matching function.
- keyName - Variable in class org.opensaml.security.credential.criteria.impl.EvaluableKeyNameCredentialCriterion
-
Base criteria.
- keyName - Variable in class org.opensaml.security.criteria.KeyNameCriterion
-
Key name of resolved credentials.
- KeyName - Interface in org.opensaml.xmlsec.signature
-
XMLObject representing XML Digital Signature, version 20020212, KeyName element.
- keyNameBuilder - Variable in class org.opensaml.saml.saml2.encryption.Encrypter
-
Builder for KeyName objects.
- KeyNameBuilder - Class in org.opensaml.xmlsec.signature.impl
-
Builder of
KeyName. - KeyNameBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.KeyNameBuilder
- KeyNameCriterion - Class in org.opensaml.security.criteria
-
An implementation of
Criterionwhich 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.
- keyNames - Variable in class org.opensaml.security.credential.AbstractCredential
-
Key names for this credential.
- keyNames - Variable in class org.opensaml.spring.credential.AbstractCredentialFactoryBean
-
Names for the key represented by the credential.
- keyNames - Variable in class org.opensaml.xmlsec.keyinfo.impl.KeyInfoResolutionContext
-
Key names which are known to be associated with the KeyInfo being processed.
- keyPassword - Variable in class org.opensaml.security.x509.impl.KeyStoreX509CredentialAdapter
-
Password for the key to be exposed.
- keyPasswords - Variable in class org.opensaml.security.credential.impl.KeyStoreCredentialResolver
-
Passwords for keys.
- keyPlacement - Variable in class org.opensaml.saml.saml2.encryption.Encrypter
-
The option for where to place the generated EncryptedKey elements.
- KeyPlacement() - Constructor for enum class org.opensaml.saml.saml2.encryption.Encrypter.KeyPlacement
- keyPlacementLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.AbstractEncryptAction
-
Strategy used to determine encrypted key placement.
- 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
- 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
KeyReferenceobjects. - KeyReferenceMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.KeyReferenceMarshaller
- KeyReferenceUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
-
A thread-safe Unmarshaller for
KeyReferenceobjects. - KeyReferenceUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.KeyReferenceUnmarshaller
- keyResources - Variable in class org.opensaml.spring.trust.StaticExplicitKeyFactoryBean
-
The resources to be turned into keys.
- keys - Variable in class org.opensaml.core.xml.persist.FilesystemLoadSaveManager.FileIterable
-
Snapshot of filesystem keys at time of construction.
- keySet() - Method in class org.opensaml.core.xml.util.AttributeMap
-
Returns the set of keys.
- keysIter - Variable in class org.opensaml.core.xml.persist.FilesystemLoadSaveManager.FileIterator
-
Iterator for the keys.
- keySize - Variable in class org.opensaml.storage.AbstractStorageService
-
Configurable key size limit.
- keySize - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptionMethodImpl
-
KeySize child element value.
- KeySize - Class in org.opensaml.xmlsec.agreement.impl
-
Key agreement parameter used to explicitly represent the size of the derived key.
- 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.
- KeySize(int) - Constructor for class org.opensaml.xmlsec.agreement.impl.KeySize
-
Constructor.
- KeySizeBuilder - Class in org.opensaml.soap.wstrust.impl
-
Builder for the KeySize element.
- KeySizeBuilder - Class in org.opensaml.xmlsec.encryption.impl
-
Builder of
KeySize. - KeySizeBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.KeySizeBuilder
- KeySizeBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.KeySizeBuilder
- KeySizeImpl - Class in org.opensaml.soap.wstrust.impl
-
KeySizeImpl.
- KeySizeImpl - Class in org.opensaml.xmlsec.encryption.impl
-
Concrete implementation of
KeySize. - KeySizeImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.KeySizeImpl
-
Constructor.
- 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.
- keyStore - Variable in class org.opensaml.security.credential.impl.KeyStoreCredentialResolver
-
Key store credentials are retrieved from.
- keyStore - Variable in class org.opensaml.security.x509.impl.KeyStoreX509CredentialAdapter
-
Keystore that contains the credential to be exposed.
- KeyStoreCredentialResolver - Class in org.opensaml.security.credential.impl
-
A
CredentialResolverthat extractsCredential'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.
- keystoreUsage - Variable in class org.opensaml.security.credential.impl.KeyStoreCredentialResolver
-
Usage type of all keys in the store.
- KeyStoreX509CredentialAdapter - Class in org.opensaml.security.x509.impl
-
A wrapper that changes a
KeyStorein to aX509Credential. - KeyStoreX509CredentialAdapter(KeyStore, String, char[]) - Constructor for class org.opensaml.security.x509.impl.KeyStoreX509CredentialAdapter
-
Constructor.
- keyStrategy - Variable in class org.opensaml.storage.impl.client.ClientStorageService
-
KeyStrategy enabling us to detect whether data has been sealed with an older key.
- KeySupport - Class in org.opensaml.security.crypto
-
Helper methods for cryptographic keys and key pairs.
- KeySupport() - Constructor for class org.opensaml.security.crypto.KeySupport
-
Constructor.
- KeyTransport - Enum constant in enum class org.opensaml.xmlsec.algorithm.AlgorithmDescriptor.AlgorithmType
-
Key Transport.
- keyTransportAlgorithm - Variable in class org.opensaml.xmlsec.KeyTransportAlgorithmPredicate.SelectionInput
-
The candidate key transport algorithm.
- 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. - keyTransportCredential - Variable in class org.opensaml.xmlsec.KeyTransportAlgorithmPredicate.SelectionInput
-
The candidate key transport credential.
- keyTransportEncryptionAlgorithms - Variable in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
-
Key transport encryption algorithm URIs.
- keyTransportEncryptionAlgorithmURI - Variable in class org.opensaml.xmlsec.EncryptionParameters
-
The EncryptedKey encryption algorithm URI.
- keyTransportEncryptionCredential - Variable in class org.opensaml.xmlsec.EncryptionParameters
-
The EncryptedKey encryption credential.
- keyTransportEncryptionCredentials - Variable in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
-
Key transport encryption credentials.
- keyTransportKeyInfoGenerator - Variable in class org.opensaml.xmlsec.EncryptionParameters
-
The EncryptedKey KeyInfoGenerator.
- keyTransportKeyInfoGeneratorManager - Variable in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
-
Manager for named KeyInfoGenerator instances for encrypting keys.
- keyTransportPredicate - Variable in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
-
Key transport algorithm predicate.
- 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
- keyTrust - Variable in class org.opensaml.xmlsec.signature.support.impl.ExplicitKeySignatureTrustEngine
-
The external explicit key trust engine to use as a basis for trust in this implementation.
- 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
- keyUseType - Variable in class org.opensaml.saml.saml2.metadata.impl.KeyDescriptorImpl
-
Key usage type.
- 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
- 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
KeyValueobjects. - KeyValueMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.KeyValueMarshaller
- KeyValueUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
-
A thread-safe Unmarshaller for
KeyValueobjects. - 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
Keywordsobjects. - KeywordsBuilder() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.KeywordsBuilder
- 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
Keywordsobjects. - 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
Keywordsobjects. - KeywordsUnmarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.KeywordsUnmarshaller
- KeyWrap() - Constructor for enum class org.opensaml.saml.security.SAMLMetadataKeyAgreementEncryptionConfiguration.KeyWrap
- 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
- KNOWN_CHILD_ELEMENTS - Static variable in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter
-
Set of QNames which are 'known' child element names and managed internally by this implementation.
L
- lang - Variable in class org.opensaml.saml.ext.saml2mdui.impl.KeywordsImpl
-
The language.
- LangBearing - Interface in org.opensaml.core.xml
-
Interface for element having a
@xml:langattribute. - language - Variable in class org.opensaml.saml.saml2.metadata.impl.LocalizedNameImpl
-
Language.
- language - Variable in class org.opensaml.saml.saml2.metadata.impl.LocalizedURIImpl
-
Language.
- lastAccessedTime - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.EntityManagementData
-
The last time at which the entity's backing store data was accessed.
- lastFailureCause - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
-
Reason for the failure of the last refresh.
- lastIndexOf(Object) - Method in class org.opensaml.core.xml.util.ListView
- lastIndexOf(Object) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList
- lastRefresh - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
-
Last time a refresh cycle occurred.
- lastSuccessfulRefresh - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
-
Last time a successful refresh cycle occurred.
- lastUpdate - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
-
Last time the metadata was updated.
- lastUpdateTime - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.EntityManagementData
-
Last update time of the associated metadata.
- LATEST_VERSION_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.IdReferenceType
-
LatestVersion attribute name.
- latestVersion - Variable in class org.opensaml.xacml.policy.impl.IdReferenceTypeImpl
-
Value of the latest version.
- legacyProfileId - Variable in class org.opensaml.profile.context.ProfileRequestContext
-
Legacy profile ID used to migrate a profile to a new value.
- Level() - Constructor for enum class org.opensaml.core.metrics.LoggerDrivenMetricFilter.Level
- levelMap - Variable in class org.opensaml.core.metrics.LoggerDrivenMetricFilter
-
Map of metrics to logging levels.
- lifetime - Variable in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
A function for resolving the lifetime to apply.
- Lifetime - Interface in org.opensaml.soap.wstrust
-
The wst:Lifetime element.
- LIFETIME - Static variable in class org.opensaml.saml.saml2.assertion.SAML2AssertionValidationParameters
-
Carries a
Durationspecifying a lifetime from 'now' for IssueInstant. - 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.
- lifetimeLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.AddSubjectConfirmationToSubjects
-
Optional strategy to obtain value for
SubjectConfirmationData.getNotOnOrAfter(). - 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.
- listAll() - Method in class org.opensaml.core.xml.persist.FilesystemLoadSaveManager
-
Return an iterable of all objects under management, along with their associated index key.
- listAll() - Method in class org.opensaml.core.xml.persist.MapLoadSaveManager
-
Return an iterable of all objects under management, along with their associated index key.
- listAll() - Method in interface org.opensaml.core.xml.persist.XMLObjectLoadSaveManager
-
Return an iterable of all objects under management, along with their associated index key.
- listIterator() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList
- listIterator(int) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList
- listKeys() - Method in class org.opensaml.core.xml.persist.FilesystemLoadSaveManager
-
Return a set of the index keys of all objects under management.
- listKeys() - Method in class org.opensaml.core.xml.persist.MapLoadSaveManager
-
Return a set of the index keys of all objects under management.
- listKeys() - Method in interface org.opensaml.core.xml.persist.XMLObjectLoadSaveManager
-
Return a set of the index keys of all objects under management.
- ListView<ElementType extends XMLObject> - Class in org.opensaml.core.xml.util
-
A special list that works as a view of an IndexedXMLObjectChildrenList showing only the sublist associated with a given index.
- ListView(IndexedXMLObjectChildrenList<ElementType>, QName) - Constructor for class org.opensaml.core.xml.util.ListView
-
Constructor.
- 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(String) - Method in class org.opensaml.core.xml.persist.FilesystemLoadSaveManager
-
Load a particular object based on the supplied key.
- load(String) - Method in class org.opensaml.core.xml.persist.MapLoadSaveManager
-
Load a particular object based on the supplied key.
- load(String) - Method in interface org.opensaml.core.xml.persist.XMLObjectLoadSaveManager
-
Load a particular object based on the supplied key.
- load(String, ClientStorageService.ClientStorageSource) - Method in class org.opensaml.storage.impl.client.AbstractClientStorageServiceStore
-
Reconstitute stored data.
- load(String, ClientStorageService.ClientStorageSource) - Method in class org.opensaml.storage.impl.client.ClientStorageService
-
Reconstitute stored data and inject it into the session.
- load(String, ClientStorageService.ClientStorageSource) - Method in interface org.opensaml.storage.impl.client.ClientStorageServiceStore.Factory
-
Load raw data into a new
ClientStorageServiceStoreinstance. - load(String, ClientStorageService.ClientStorageSource) - Method in interface org.opensaml.storage.impl.client.ClientStorageServiceStore
-
Reconstitute stored data.
- load(String, ClientStorageService.ClientStorageSource) - Method in class org.opensaml.storage.impl.client.JSONClientStorageServiceStore.JSONClientStorageServiceStoreFactory
-
Load raw data into a new
ClientStorageServiceStoreinstance. - load(String, ClientStorageService.ClientStorageSource) - Method in class org.opensaml.storage.impl.client.XMLClientStorageServiceStore.XMLClientStorageServiceStoreFactory
-
Load raw data into a new
ClientStorageServiceStoreinstance. - 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_NOT_NEEDED - Static variable in class org.opensaml.storage.impl.client.PopulateClientStorageLoadContext
-
Event signaling that no load step is necessary.
- loadBC() - Method in class org.opensaml.security.testing.SecurityProviderTestSupport
-
Conditionally load the Bouncy Castle provider, if it isn't already loaded.
- LoadClientStorageServices - Class in org.opensaml.storage.impl.client
-
An action that loads any number of
ClientStorageServiceinstances from a POST submission or cookies as applicable. - LoadClientStorageServices() - Constructor for class org.opensaml.storage.impl.client.LoadClientStorageServices
-
Constructor.
- loadConditionally - Variable in class org.opensaml.core.xml.persist.AbstractConditionalLoadXMLObjectLoadSaveManager
-
Configuration flag for whether
XMLObjectLoadSaveManager.load(String)will check and return data only if modified since the last request for that data. - loadCurrent(TrustEngine<? super X509Credential>, CriteriaSet, Boolean) - Static method in class org.opensaml.security.x509.tls.impl.ThreadLocalX509TrustEngineContext
-
Load the thread-local storage with the current credential.
- loadCurrent(X509Credential) - Static method in class org.opensaml.security.x509.tls.impl.ThreadLocalX509CredentialContext
-
Load the thread-local storage with the current credential.
- 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.
- loadFromCookie(HttpServletRequest, ClientStorageService, ClientStorageService.ClientStorageSource) - Method in class org.opensaml.storage.impl.client.LoadClientStorageServices
-
Load the specified storage service from a cookie.
- loadFromLocalStorage(HttpServletRequest, ClientStorageService) - Method in class org.opensaml.storage.impl.client.LoadClientStorageServices
-
Load the specified storage service from local storage data supplied in the POST.
- loadLastModified - Variable in class org.opensaml.core.xml.persist.AbstractConditionalLoadXMLObjectLoadSaveManager
-
Storage for last modified time of requested data.
- 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 - Variable in class org.opensaml.saml.saml2.core.impl.IDPEntryImpl
-
URI reference representing the location of a profile-specific endpoint supporting the authentication request protocol.
- LOC_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.IDPEntry
-
Loc attribute name.
- LOCAL - Enum constant in enum class org.opensaml.xmlsec.keyinfo.KeyInfoCredentialResolutionMode.Mode
-
Local credential mode.
- LOCAL_NAME - Static variable in class org.opensaml.core.xml.mock.SimpleXMLObject
-
Element local name.
- localCredResolver - Variable in class org.opensaml.xmlsec.keyinfo.impl.LocalKeyInfoCredentialResolver
-
The resolver which is used to resolve local credentials.
- LocalDynamicMetadataResolver - Class in org.opensaml.saml.metadata.resolver.impl
-
Resolver which dynamically resolves metadata from a local source managed by an instance of
XMLObjectLoadSaveManager. - LocalDynamicMetadataResolver(Timer, XMLObjectLoadSaveManager<XMLObject>, Function<CriteriaSet, String>) - Constructor for class org.opensaml.saml.metadata.resolver.impl.LocalDynamicMetadataResolver
-
Constructor.
- LocalDynamicMetadataResolver(XMLObjectLoadSaveManager<XMLObject>) - Constructor for class org.opensaml.saml.metadata.resolver.impl.LocalDynamicMetadataResolver
-
Constructor.
- LocalDynamicMetadataResolver(XMLObjectLoadSaveManager<XMLObject>, Function<CriteriaSet, String>) - Constructor for class org.opensaml.saml.metadata.resolver.impl.LocalDynamicMetadataResolver
-
Constructor.
- localEvents - Variable in class org.opensaml.saml.common.profile.logic.DefaultLocalErrorPredicate
-
Error events to handle locally, even if possible to do so with a response.
- 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
LocalizedNameobjects. - 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
LocalizedNameobjects. - 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
LocalizedURIobjects. - 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
LocalizedURIobjects. - LocalizedURIUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.LocalizedURIUnmarshaller
- LocalKeyInfoCredentialResolver - Class in org.opensaml.xmlsec.keyinfo.impl
-
A simple specialization of
BasicProviderKeyInfoCredentialResolverwhich is capable of using information from aKeyInfoto resolve local credentials from a suppliedCredentialResolverwhich manages local credentials. - LocalKeyInfoCredentialResolver(List<KeyInfoProvider>, CredentialResolver) - Constructor for class org.opensaml.xmlsec.keyinfo.impl.LocalKeyInfoCredentialResolver
-
Constructor.
- location - Variable in class org.opensaml.saml.criterion.BestMatchLocationCriterion
-
The binding location URI.
- location - Variable in class org.opensaml.saml.metadata.resolver.index.impl.EndpointMetadataIndex.EndpointMetadataIndexKey
-
The location.
- location - Variable in class org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex.ArtifactSourceLocationMetadataIndexKey
-
The location.
- location - Variable in class org.opensaml.saml.saml1.core.impl.AuthorityBindingImpl
-
The Location.
- location - Variable in class org.opensaml.saml.saml2.metadata.impl.EndpointImpl
-
Endpoint location URI.
- 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.
- lock - Variable in class org.opensaml.storage.impl.MemoryStorageService
-
A shared lock to synchronize access.
- LOCK_ATTRIBUTE - Static variable in class org.opensaml.storage.impl.client.ClientStorageService
-
Name of session attribute for session lock.
- LockableMetadataIndexManager<T> - Class in org.opensaml.saml.metadata.resolver.index.impl
-
A specialization of
MetadataIndexManagercapable of read/write locking. - LockableMetadataIndexManager(Set<MetadataIndex>, Function<EntityDescriptor, T>) - Constructor for class org.opensaml.saml.metadata.resolver.index.impl.LockableMetadataIndexManager
-
Constructor.
- log - Variable in class org.opensaml.core.config.provider.AbstractFilesystemConfigurationPropertiesSource
-
Logger.
- log - Variable in class org.opensaml.core.config.provider.ClasspathConfigurationPropertiesSource
-
Logger.
- log - Variable in class org.opensaml.core.metrics.impl.HTTPReporter
-
Class logger.
- log - Variable in class org.opensaml.core.metrics.impl.MetricRegistryInitializer
-
Logger.
- log - Variable in class org.opensaml.core.testing.XMLObjectBaseTestCase
-
Logger.
- log - Variable in class org.opensaml.core.xml.AbstractXMLObject
-
Class logger.
- log - Variable in class org.opensaml.core.xml.config.AbstractXMLObjectProviderInitializer
-
Class logger.
- log - Variable in class org.opensaml.core.xml.config.GlobalParserPoolInitializer
-
Logger.
- log - Variable in class org.opensaml.core.xml.config.XMLConfigurator
-
Class logger.
- log - Variable in class org.opensaml.core.xml.config.XMLObjectProviderRegistry
-
Logger.
- log - Variable in class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
-
Class logger.
- log - Variable in class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
-
Class logger.
- log - Variable in class org.opensaml.core.xml.io.MarshallerFactory
-
Class logger.
- log - Variable in class org.opensaml.core.xml.io.UnmarshallerFactory
-
Class logger.
- log - Variable in class org.opensaml.core.xml.persist.FilesystemLoadSaveManager
-
Logger.
- log - Variable in class org.opensaml.core.xml.persist.impl.SegmentingIntermediateDirectoryStrategy
-
Logger.
- log - Variable in class org.opensaml.core.xml.persist.MapLoadSaveManager
-
Logger.
- log - Variable in class org.opensaml.core.xml.util.AttributeMap
-
Logger.
- log - Variable in class org.opensaml.core.xml.XMLObjectBuilderFactory
-
Class logger.
- log - Variable in class org.opensaml.messaging.context.BaseContext
-
Logger.
- log - Variable in class org.opensaml.messaging.decoder.AbstractMessageDecoder
-
Class logger.
- log - Variable in class org.opensaml.messaging.decoder.httpclient.BaseHttpClientResponseXMLMessageDecoder
-
Class logger.
- log - Variable in class org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder
-
Class logger.
- log - Variable in class org.opensaml.messaging.encoder.AbstractMessageEncoder
-
Class logger.
- log - Variable in class org.opensaml.messaging.encoder.httpclient.BaseHttpClientRequestXMLMessageEncoder
-
Class logger.
- log - Variable in class org.opensaml.messaging.encoder.servlet.BaseHttpServletResponseXMLMessageEncoder
-
Class logger.
- log - Variable in class org.opensaml.messaging.handler.AbstractMessageHandler
-
Logger.
- log - Variable in class org.opensaml.messaging.handler.impl.CheckExpectedIssuer
-
Logger.
- log - Variable in class org.opensaml.messaging.handler.impl.MessageHandlerErrorStrategyAdapter
-
Logger.
- log - Variable in class org.opensaml.messaging.handler.impl.SchemaValidateXMLMessage
-
Class logger.
- log - Variable in class org.opensaml.messaging.handler.impl.URLEvaluatingMessageChannelSecurity
-
Logger.
- log - Variable in class org.opensaml.profile.action.impl.CheckAccess
-
Class logger.
- log - Variable in class org.opensaml.profile.action.impl.DecodeMessage
-
Class logger.
- log - Variable in class org.opensaml.profile.action.impl.EncodeMessage
-
Class logger.
- log - Variable in class org.opensaml.profile.action.impl.LogEvent
-
Class logger.
- log - Variable in class org.opensaml.profile.action.impl.PopulateClientTLSValidationParameters
-
Class logger.
- log - Variable in class org.opensaml.profile.action.impl.PopulateDecryptionParameters
-
Class logger.
- log - Variable in class org.opensaml.profile.action.impl.PopulateMetricContext
-
Class logger.
- log - Variable in class org.opensaml.profile.logic.PredicateAccessControl
-
Class logger.
- log - Variable in class org.opensaml.saml.common.binding.AbstractEndpointResolver
-
Class logger.
- log - Variable in class org.opensaml.saml.common.binding.artifact.AbstractSAMLArtifact
-
Class logger.
- log - Variable in class org.opensaml.saml.common.binding.artifact.impl.BasicSAMLArtifactMap
-
Class Logger.
- log - Variable in class org.opensaml.saml.common.binding.artifact.impl.StorageServiceSAMLArtifactMap
-
Class Logger.
- log - Variable in class org.opensaml.saml.common.binding.artifact.impl.StorageServiceSAMLArtifactMapEntryFactory
-
Class logger.
- log - Variable in class org.opensaml.saml.common.binding.impl.AddChannelBindingsHeaderHandler
-
Class logger.
- log - Variable in class org.opensaml.saml.common.binding.impl.CheckMessageVersionHandler
-
Class logger.
- log - Variable in class org.opensaml.saml.common.binding.impl.DefaultEndpointResolver
-
Class logger.
- log - Variable in class org.opensaml.saml.common.binding.impl.PopulateSignatureSigningParametersHandler
-
Class logger.
- log - Variable in class org.opensaml.saml.common.binding.impl.SAMLAddAttributeConsumingServiceHandler
-
Logger.
- log - Variable in class org.opensaml.saml.common.binding.impl.SAMLMetadataLookupHandler
-
Logger.
- log - Variable in class org.opensaml.saml.common.binding.impl.SAMLOutboundDestinationHandler
-
Logger.
- log - Variable in class org.opensaml.saml.common.binding.impl.SAMLSOAPDecoderBodyHandler
-
Class logger.
- log - Variable in class org.opensaml.saml.common.binding.security.impl.BaseSAMLSimpleSignatureSecurityHandler
-
Logger.
- log - Variable in class org.opensaml.saml.common.binding.security.impl.CheckAndRecordServerTLSEntityAuthenticationtHandler
-
Logger.
- log - Variable in class org.opensaml.saml.common.binding.security.impl.EndpointURLSchemeSecurityHandler
-
Logger.
- log - Variable in class org.opensaml.saml.common.binding.security.impl.InResponseToSecurityHandler
-
Logger.
- log - Variable in class org.opensaml.saml.common.binding.security.impl.MessageLifetimeSecurityHandler
-
Class logger.
- log - Variable in class org.opensaml.saml.common.binding.security.impl.MessageReplaySecurityHandler
-
Logger.
- log - Variable in class org.opensaml.saml.common.binding.security.impl.ReceivedEndpointSecurityHandler
-
Logger.
- log - Variable in class org.opensaml.saml.common.binding.security.impl.SAMLMDClientCertAuthSecurityHandler
-
Logger.
- log - Variable in class org.opensaml.saml.common.binding.security.impl.SAMLOutboundProtocolMessageSigningHandler
-
Logger.
- log - Variable in class org.opensaml.saml.common.binding.security.impl.SAMLProtocolMessageXMLSignatureSecurityHandler
-
Logger.
- log - Variable in class org.opensaml.saml.common.messaging.context.SAMLPeerEntityContext
-
Logger.
- log - Variable in class org.opensaml.saml.common.messaging.context.SAMLSubjectNameIdentifierContext
-
Logger.
- log - Variable in class org.opensaml.saml.common.profile.impl.AddAudienceRestrictionToAssertions
-
Class logger.
- log - Variable in class org.opensaml.saml.common.profile.impl.AddInResponseToToResponse.DefaultRequestIdLookupStrategy
-
Class logger.
- log - Variable in class org.opensaml.saml.common.profile.impl.AddInResponseToToResponse
-
Class logger.
- log - Variable in class org.opensaml.saml.common.profile.impl.AddNotBeforeConditionToAssertions
-
Class logger.
- log - Variable in class org.opensaml.saml.common.profile.impl.AddNotOnOrAfterConditionToAssertions
-
Class logger.
- log - Variable in class org.opensaml.saml.common.profile.impl.ChainingNameIdentifierGenerator
-
Class logger.
- log - Variable in class org.opensaml.saml.common.profile.impl.PopulateSignatureSigningParameters
-
Class logger.
- log - Variable in class org.opensaml.saml.common.profile.impl.SignAssertions
-
Class logger.
- log - Variable in class org.opensaml.saml.common.profile.impl.VerifyChannelBindings
-
Class logger.
- log - Variable in class org.opensaml.saml.common.profile.logic.AbstractNameIDPolicyPredicate
-
Class logger.
- log - Variable in class org.opensaml.saml.common.profile.logic.AffiliationNameIDPolicyPredicate
-
Class logger.
- log - Variable in class org.opensaml.saml.common.profile.logic.DefaultLocalErrorPredicate
-
Class logger.
- log - Variable in class org.opensaml.saml.common.profile.logic.DefaultNameIDPolicyPredicate
-
Class logger.
- log - Variable in class org.opensaml.saml.common.profile.logic.EntityAttributesPredicate
-
Class logger.
- log - Variable in class org.opensaml.saml.common.profile.logic.EntityGroupNamePredicate
-
Class logger.
- log - Variable in class org.opensaml.saml.common.profile.logic.MetadataNameIdentifierFormatStrategy
-
Class logger.
- log - Variable in class org.opensaml.saml.common.SAMLObjectContentReference
-
Class logger.
- log - Variable in class org.opensaml.saml.common.xml.SAMLSchemaBuilder
-
Logger.
- log - Variable in class org.opensaml.saml.config.impl.SAMLConfigurationInitializer
-
Logger.
- log - Variable in class org.opensaml.saml.metadata.resolver.ChainingMetadataResolver
-
Class logger.
- log - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.AlgorithmFilter
-
Class logger.
- log - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.ByReferenceMetadataFilter
-
Class logger.
- log - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.EntitiesDescriptorNameProcessor
-
Logger.
- log - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.EntityAttributesFilter
-
Class logger.
- log - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.EntityRoleFilter
-
Class logger.
- log - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.NameIDFormatFilter
-
Class logger.
- log - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.PredicateFilter
-
Class logger.
- log - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.RequiredValidUntilFilter
-
Class logger.
- log - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.SchemaValidationFilter
-
Class logger.
- log - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.SignatureValidationFilter
-
Class logger.
- log - Variable in class org.opensaml.saml.metadata.resolver.filter.MetadataFilterChain
-
Class logger.
- log - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractBatchMetadataResolver
-
Class logger.
- log - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver
-
Class logger.
- log - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.BackingStoreCleanupSweeper
-
Logger.
- log - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Class logger.
- log - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
-
Class logger.
- log - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
-
Class logger.
- log - Variable in class org.opensaml.saml.metadata.resolver.impl.CompositeMetadataResolver.CompositeMetadataResolverIterable
-
Class logger.
- log - Variable in class org.opensaml.saml.metadata.resolver.impl.CompositeMetadataResolver
-
Class logger.
- log - Variable in class org.opensaml.saml.metadata.resolver.impl.DOMMetadataResolver
-
Class logger.
- log - Variable in class org.opensaml.saml.metadata.resolver.impl.FileBackedHTTPMetadataResolver
-
Class logger.
- log - Variable in class org.opensaml.saml.metadata.resolver.impl.FilesystemMetadataResolver
-
Class logger.
- log - Variable in class org.opensaml.saml.metadata.resolver.impl.FunctionDrivenDynamicHTTPMetadataResolver
-
Logger.
- log - Variable in class org.opensaml.saml.metadata.resolver.impl.HTTPEntityIDRequestURLBuilder
-
Logger.
- log - Variable in class org.opensaml.saml.metadata.resolver.impl.HTTPMetadataResolver
-
Class logger.
- log - Variable in class org.opensaml.saml.metadata.resolver.impl.LocalDynamicMetadataResolver
-
Logger.
- log - Variable in class org.opensaml.saml.metadata.resolver.impl.MetadataQueryProtocolRequestURLBuilder
-
Logger.
- log - Variable in class org.opensaml.saml.metadata.resolver.impl.PredicateRoleDescriptorResolver
-
Logger.
- log - Variable in class org.opensaml.saml.metadata.resolver.impl.RegexRequestURLBuilder
-
Logger.
- log - Variable in class org.opensaml.saml.metadata.resolver.impl.ResourceBackedMetadataResolver
-
Class logger.
- log - Variable in class org.opensaml.saml.metadata.resolver.impl.TemplateRequestURLBuilder
-
Logger.
- log - Variable in class org.opensaml.saml.metadata.resolver.index.impl.EndpointMetadataIndex.EndpointMetadataIndexKey
-
Logger.
- log - Variable in class org.opensaml.saml.metadata.resolver.index.impl.EndpointMetadataIndex
-
Logger.
- log - Variable in class org.opensaml.saml.metadata.resolver.index.impl.MetadataIndexManager
-
Logger.
- log - Variable in class org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex.ArtifactSourceLocationMetadataIndexKey
-
Logger.
- log - Variable in class org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex.EntityIDToSHA1SourceIDIndexingFunction
-
Logger.
- log - Variable in class org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex.SourceIDExtensionIndexingFunction
-
Logger.
- log - Variable in class org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex.SourceLocationIndexingFunction
-
Logger.
- log - Variable in class org.opensaml.saml.metadata.support.AttributeConsumingServiceSelector
-
Class logger.
- log - Variable in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0001Builder
-
Class logger.
- log - Variable in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0002Builder
-
Class logger.
- log - Variable in class org.opensaml.saml.saml1.binding.decoding.impl.HTTPArtifactDecoder
-
Class logger.
- log - Variable in class org.opensaml.saml.saml1.binding.decoding.impl.HttpClientResponseSOAP11Decoder
-
Class logger.
- log - Variable in class org.opensaml.saml.saml1.binding.decoding.impl.HTTPPostDecoder
-
Class logger.
- log - Variable in class org.opensaml.saml.saml1.binding.decoding.impl.HTTPSOAP11Decoder
-
Class logger.
- log - Variable in class org.opensaml.saml.saml1.binding.encoding.impl.HTTPArtifactEncoder
-
Class logger.
- log - Variable in class org.opensaml.saml.saml1.binding.encoding.impl.HTTPPostEncoder
-
Class logger.
- log - Variable in class org.opensaml.saml.saml1.binding.impl.SAML1ArtifactRequestIssuerHandler
-
Class logger.
- log - Variable in class org.opensaml.saml.saml1.core.impl.RequestAbstractTypeUnmarshaller
-
Logger.
- log - Variable in class org.opensaml.saml.saml1.core.impl.ResponseAbstractTypeUnmarshaller
-
Logger.
- log - Variable in class org.opensaml.saml.saml1.profile.AbstractSAML1NameIdentifierGenerator
-
Class logger.
- log - Variable in class org.opensaml.saml.saml1.profile.impl.AddDoNotCacheConditionToAssertions
-
Class logger.
- log - Variable in class org.opensaml.saml.saml1.profile.impl.AddNameIdentifierToSubjects
-
Class logger.
- log - Variable in class org.opensaml.saml.saml1.profile.impl.AddResponseShell
-
Class logger.
- log - Variable in class org.opensaml.saml.saml1.profile.impl.AddStatusToResponse
-
Class logger.
- log - Variable in class org.opensaml.saml.saml1.profile.impl.AddSubjectConfirmationToSubjects
-
Class logger.
- log - Variable in class org.opensaml.saml.saml1.profile.impl.CopyNameIdentifierFromRequest
-
Class logger.
- log - Variable in class org.opensaml.saml.saml1.profile.impl.ResolveArtifacts
-
Class logger.
- log - Variable in class org.opensaml.saml.saml2.assertion.impl.AbstractSubjectConfirmationValidator
-
Class logger.
- log - Variable in class org.opensaml.saml.saml2.assertion.impl.AudienceRestrictionConditionValidator
-
Logger.
- log - Variable in class org.opensaml.saml.saml2.assertion.impl.AuthnStatementValidator
-
Logger.
- log - Variable in class org.opensaml.saml.saml2.assertion.impl.HolderOfKeySubjectConfirmationValidator
-
Class logger.
- log - Variable in class org.opensaml.saml.saml2.assertion.impl.OneTimeUseConditionValidator
-
Logger.
- log - Variable in class org.opensaml.saml.saml2.assertion.SAML20AssertionValidator
-
Class logger.
- log - Variable in class org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactType0004Builder
-
Class logger.
- log - Variable in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
-
Class logger.
- log - Variable in class org.opensaml.saml.saml2.binding.decoding.impl.HttpClientResponseSOAP11Decoder
-
Class logger.
- log - Variable in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPPostDecoder
-
Class logger.
- log - Variable in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPRedirectDeflateDecoder
-
Class logger.
- log - Variable in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPSOAP11Decoder
-
Class logger.
- log - Variable in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPArtifactEncoder
-
Class logger.
- log - Variable in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPPostEncoder
-
Class logger.
- log - Variable in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPPostSimpleSignEncoder
-
Class logger.
- log - Variable in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPRedirectDeflateEncoder
-
Class logger.
- log - Variable in class org.opensaml.saml.saml2.binding.impl.AddECPResponseHeaderHandler
-
Class logger.
- log - Variable in class org.opensaml.saml.saml2.binding.security.impl.ExtractChannelBindingsExtensionsHandler
-
Class logger.
- log - Variable in class org.opensaml.saml.saml2.binding.security.impl.ExtractChannelBindingsHeadersHandler
-
Class logger.
- log - Variable in class org.opensaml.saml.saml2.binding.security.impl.SAML2AuthnRequestsSignedSecurityHandler
-
Logger.
- log - Variable in class org.opensaml.saml.saml2.binding.security.impl.SAML2HTTPPostSimpleSignSecurityHandler
-
Logger.
- log - Variable in class org.opensaml.saml.saml2.binding.security.impl.SAML2HTTPRedirectDeflateSignatureSecurityHandler
-
Logger.
- log - Variable in class org.opensaml.saml.saml2.core.impl.ExtensionsUnmarshaller
-
Logger.
- log - Variable in class org.opensaml.saml.saml2.encryption.Decrypter
-
Class logger.
- log - Variable in class org.opensaml.saml.saml2.encryption.Encrypter
-
Class logger.
- log - Variable in class org.opensaml.saml.saml2.metadata.impl.ExtensionsUnmarshaller
-
Logger.
- log - Variable in class org.opensaml.saml.saml2.profile.AbstractSAML2NameIDGenerator
-
Class logger.
- log - Variable in class org.opensaml.saml.saml2.profile.impl.AbstractDecryptAction
-
Class logger.
- log - Variable in class org.opensaml.saml.saml2.profile.impl.AbstractEncryptAction
-
Class logger.
- log - Variable in class org.opensaml.saml.saml2.profile.impl.AbstractResponseShellAction
-
Class logger.
- log - Variable in class org.opensaml.saml.saml2.profile.impl.AddChannelBindingsToAssertions
-
Class logger.
- log - Variable in class org.opensaml.saml.saml2.profile.impl.AddGeneratedKeyToAssertions
-
Class logger.
- log - Variable in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects
-
Class logger.
- log - Variable in class org.opensaml.saml.saml2.profile.impl.AddOneTimeUseConditionToAssertions
-
Class logger.
- log - Variable in class org.opensaml.saml.saml2.profile.impl.AddProxyRestrictionToAssertions
-
Class logger.
- log - Variable in class org.opensaml.saml.saml2.profile.impl.AddStatusResponseShell
-
Class logger.
- log - Variable in class org.opensaml.saml.saml2.profile.impl.AddStatusToResponse
-
Class logger.
- log - Variable in class org.opensaml.saml.saml2.profile.impl.AddSubjectConfirmationToSubjects
-
Class logger.
- log - Variable in class org.opensaml.saml.saml2.profile.impl.CopyNameIDFromRequest
-
Class logger.
- log - Variable in class org.opensaml.saml.saml2.profile.impl.DecryptAssertions
-
Class logger.
- log - Variable in class org.opensaml.saml.saml2.profile.impl.DecryptAttributes
-
Class logger.
- log - Variable in class org.opensaml.saml.saml2.profile.impl.DecryptNameIDs
-
Class logger.
- log - Variable in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Logger.
- log - Variable in class org.opensaml.saml.saml2.profile.impl.EncryptAssertions
-
Class logger.
- log - Variable in class org.opensaml.saml.saml2.profile.impl.EncryptAttributes
-
Class logger.
- log - Variable in class org.opensaml.saml.saml2.profile.impl.EncryptNameIDs
-
Class logger.
- log - Variable in class org.opensaml.saml.saml2.profile.impl.PopulateECPContext
-
Class logger.
- log - Variable in class org.opensaml.saml.saml2.profile.impl.ResolveArtifact
-
Class logger.
- log - Variable in class org.opensaml.saml.saml2.profile.impl.ValidateAssertions
-
Class logger.
- log - Variable in class org.opensaml.saml.saml2.wssecurity.messaging.impl.DefaultSAML20AssertionValidationContextBuilder
-
Logger.
- log - Variable in class org.opensaml.saml.saml2.wssecurity.messaging.impl.WSSecuritySAML20AssertionTokenSecurityHandler
-
Class logger.
- log - Variable in class org.opensaml.saml.security.impl.MetadataCredentialResolver
-
Class logger.
- log - Variable in class org.opensaml.saml.security.impl.SAMLMetadataEncryptionParametersResolver
-
Logger.
- log - Variable in class org.opensaml.saml.security.impl.SAMLMetadataSignatureSigningParametersResolver
-
Logger.
- log - Variable in class org.opensaml.saml.security.impl.SAMLSignatureProfileValidator
-
Class logger.
- log - Variable in class org.opensaml.security.config.GlobalNamedCurveRegistryInitializer
-
Logger.
- log - Variable in class org.opensaml.security.credential.criteria.impl.EvaluableEntityIDCredentialCriterion
-
Logger.
- log - Variable in class org.opensaml.security.credential.criteria.impl.EvaluableKeyAlgorithmCredentialCriterion
-
Logger.
- log - Variable in class org.opensaml.security.credential.criteria.impl.EvaluableKeyLengthCredentialCriterion
-
Logger.
- log - Variable in class org.opensaml.security.credential.criteria.impl.EvaluableKeyNameCredentialCriterion
-
Logger.
- log - Variable in class org.opensaml.security.credential.criteria.impl.EvaluablePublicKeyCredentialCriterion
-
Logger.
- log - Variable in class org.opensaml.security.credential.criteria.impl.EvaluableUsageCredentialCriterion
-
Logger.
- log - Variable in class org.opensaml.security.credential.criteria.impl.EvaluableX509CertSelectorCredentialCriterion
-
Logger.
- log - Variable in class org.opensaml.security.credential.criteria.impl.EvaluableX509DigestCredentialCriterion
-
Logger.
- log - Variable in class org.opensaml.security.credential.criteria.impl.EvaluableX509IssuerSerialCredentialCriterion
-
Logger.
- log - Variable in class org.opensaml.security.credential.criteria.impl.EvaluableX509SubjectKeyIdentifierCredentialCriterion
-
Logger.
- log - Variable in class org.opensaml.security.credential.criteria.impl.EvaluableX509SubjectNameCredentialCriterion
-
Logger.
- log - Variable in class org.opensaml.security.credential.impl.AbstractChainingCredentialResolver.CredentialIterator
-
Logger.
- log - Variable in class org.opensaml.security.credential.impl.AbstractChainingCredentialResolver
-
Logger.
- log - Variable in class org.opensaml.security.credential.impl.KeyStoreCredentialResolver
-
Class logger.
- log - Variable in class org.opensaml.security.crypto.ec.curves.AbstractNamedCurve
-
Logger.
- log - Variable in class org.opensaml.security.crypto.ec.NamedCurveRegistry
-
Logger.
- log - Variable in class org.opensaml.security.httpclient.impl.BasicHttpClientSecurityParametersResolver
-
Logger.
- log - Variable in class org.opensaml.security.httpclient.impl.SecurityEnhancedTLSSocketFactory
-
Logger.
- log - Variable in class org.opensaml.security.httpclient.impl.ThreadLocalClientTLSCredentialHandler
-
Logger.
- log - Variable in class org.opensaml.security.httpclient.impl.ThreadLocalServerTLSHandler
-
Logger.
- log - Variable in class org.opensaml.security.messaging.impl.BaseClientCertAuthSecurityHandler
-
Logger.
- log - Variable in class org.opensaml.security.messaging.impl.BaseTrustEngineSecurityHandler
-
Logger.
- log - Variable in class org.opensaml.security.messaging.impl.PopulateHttpClientSecurityParametersHandler
-
Class logger.
- log - Variable in class org.opensaml.security.trust.impl.ChainingTrustEngine
-
Class logger.
- log - Variable in class org.opensaml.security.trust.impl.ExplicitKeyTrustEngine
-
Class logger.
- log - Variable in class org.opensaml.security.trust.impl.ExplicitKeyTrustEvaluator
-
Class logger.
- log - Variable in class org.opensaml.security.trust.impl.ExplicitX509CertificateTrustEngine
-
Class logger.
- log - Variable in class org.opensaml.security.trust.impl.ExplicitX509CertificateTrustEvaluator
-
Class logger.
- log - Variable in class org.opensaml.security.trust.impl.TrustEngineX509TrustManager
-
Class logger.
- log - Variable in class org.opensaml.security.x509.impl.BasicX509CredentialNameEvaluator
-
Class logger.
- log - Variable in class org.opensaml.security.x509.impl.CertPathPKIXTrustEvaluator
-
Class logger.
- log - Variable in class org.opensaml.security.x509.impl.DummyX509CredentialNameEvaluator
-
Class logger.
- log - Variable in class org.opensaml.security.x509.impl.KeyStoreX509CredentialAdapter
-
Class logger.
- log - Variable in class org.opensaml.security.x509.impl.PKIXX509CredentialTrustEngine
-
Class logger.
- log - Variable in class org.opensaml.security.x509.tls.impl.StaticX509CredentialKeyManager
-
Logger.
- log - Variable in class org.opensaml.security.x509.tls.impl.ThreadLocalX509CredentialKeyManager
-
Logger.
- log - Variable in class org.opensaml.security.x509.tls.impl.ThreadLocalX509TrustManager
-
Logger.
- log - Variable in class org.opensaml.soap.client.http.AbstractPipelineHttpSOAPClient
-
Class logger.
- log - Variable in class org.opensaml.soap.client.http.HttpSOAPClient
-
Deprecated.Class logger.
- log - Variable in class org.opensaml.soap.client.http.PipelineFactoryHttpSOAPClient
-
Logger.
- log - Variable in class org.opensaml.soap.client.messaging.SOAPClientPipelineNameMappingFunction
-
Logger.
- log - Variable in class org.opensaml.soap.client.messaging.SOAPClientPipelineNameMappingPredicate
-
Logger.
- log - Variable in class org.opensaml.soap.client.soap11.decoder.http.impl.HttpClientResponseSOAP11Decoder
-
Logger.
- log - Variable in class org.opensaml.soap.client.soap11.encoder.http.impl.HttpClientRequestSOAP11Encoder
-
Class logger.
- log - Variable in class org.opensaml.soap.soap11.decoder.http.impl.HTTPSOAP11Decoder
-
Class logger.
- log - Variable in class org.opensaml.soap.soap11.decoder.http.impl.SimplePayloadBodyHandler
-
Logger.
- log - Variable in class org.opensaml.soap.soap11.encoder.http.impl.HTTPSOAP11Encoder
-
Class logger.
- log - Variable in class org.opensaml.soap.soap11.profile.impl.AddSOAPFault
-
Class logger.
- log - Variable in class org.opensaml.soap.soap11.profile.impl.AddSOAPFault.MessageContextFaultStrategy
-
Logger.
- log - Variable in class org.opensaml.soap.wsaddressing.messaging.impl.AddActionHandler
-
Logger.
- log - Variable in class org.opensaml.soap.wsaddressing.messaging.impl.AddMessageIDHandler
-
Logger.
- log - Variable in class org.opensaml.soap.wsaddressing.messaging.impl.AddRelatesToHandler
-
Logger.
- log - Variable in class org.opensaml.soap.wsaddressing.messaging.impl.ExtractMessageIDHandler
-
Logger.
- log - Variable in class org.opensaml.soap.wsaddressing.messaging.impl.ValidateActionHandler
-
Logger.
- log - Variable in class org.opensaml.soap.wssecurity.messaging.impl.AddTimestampHandler
-
Logger.
- log - Variable in class org.opensaml.soap.wstrust.impl.AbstractWSTrustObjectMarshaller
-
Logger.
- log - Variable in class org.opensaml.spring.credential.AbstractBasicCredentialFactoryBean
-
Log.
- log - Variable in class org.opensaml.spring.credential.AbstractX509CredentialFactoryBean
-
Log.
- log - Variable in class org.opensaml.spring.credential.BasicResourceCredentialFactoryBean
-
log.
- log - Variable in class org.opensaml.spring.credential.BasicX509CredentialFactoryBean
-
log.
- log - Variable in class org.opensaml.spring.credential.X509InlineCredentialFactoryBean
-
log.
- log - Variable in class org.opensaml.spring.trust.PKIXInlineValidationInfoFactoryBean
-
log.
- log - Variable in class org.opensaml.spring.trust.PKIXResourceValidationInfoFactoryBean
-
log.
- log - Variable in class org.opensaml.spring.trust.StaticExplicitKeyFactoryBean
-
Class logger.
- log - Variable in class org.opensaml.spring.trust.StaticPKIXFactoryBean
-
log.
- log - Variable in class org.opensaml.storage.AbstractMapBackedStorageService
-
Class logger.
- log - Variable in class org.opensaml.storage.impl.client.ClientStorageService
-
Class logger.
- log - Variable in class org.opensaml.storage.impl.client.JSONClientStorageServiceStore
-
Class logger.
- log - Variable in class org.opensaml.storage.impl.client.LoadClientStorageServices
-
Class logger.
- log - Variable in class org.opensaml.storage.impl.client.LogLocalStorageSaveResults
-
Class logger.
- log - Variable in class org.opensaml.storage.impl.client.PopulateClientStorageLoadContext
-
Class logger.
- log - Variable in class org.opensaml.storage.impl.client.PopulateClientStorageSaveContext
-
Class logger.
- log - Variable in class org.opensaml.storage.impl.client.SaveCookieBackedClientStorageServices
-
Class logger.
- log - Variable in class org.opensaml.storage.impl.client.XMLClientStorageServiceStore
-
Class logger.
- log - Variable in class org.opensaml.storage.impl.MemoryStorageService
-
Class logger.
- log - Variable in class org.opensaml.storage.impl.StorageServiceReplayCache
-
Logger.
- log - Variable in class org.opensaml.storage.impl.StorageServiceRevocationCache
-
Logger.
- log - Variable in class org.opensaml.xmlsec.agreement.impl.AbstractKeyAgreementProcessor
-
Logger.
- log - Variable in class org.opensaml.xmlsec.agreement.impl.DHWithExplicitKDFKeyAgreementProcessor
-
Logger.
- log - Variable in class org.opensaml.xmlsec.agreement.impl.DHWithLegacyKDFKeyAgreementProcessor
-
Logger.
- log - Variable in class org.opensaml.xmlsec.agreement.impl.ECDHKeyAgreementProcessor
-
Logger.
- log - Variable in class org.opensaml.xmlsec.agreement.impl.KeyAgreementParametersParser
-
Logger.
- log - Variable in class org.opensaml.xmlsec.algorithm.AlgorithmRegistry
-
Logger.
- log - Variable in class org.opensaml.xmlsec.config.GlobalAlgorithmRegistryInitializer
-
Logger.
- log - Variable in class org.opensaml.xmlsec.config.GlobalKeyAgreementProcessorRegistryInitializer
-
Logger.
- log - Variable in class org.opensaml.xmlsec.config.impl.ApacheXMLSecurityInitializer
-
Logger.
- log - Variable in class org.opensaml.xmlsec.config.impl.JavaCryptoValidationInitializer
-
Logger.
- log - Variable in class org.opensaml.xmlsec.derivation.impl.DHLegacyKDF
-
Logger.
- log - Variable in class org.opensaml.xmlsec.encryption.support.ChainingEncryptedKeyResolver.ChainingIterator
-
Class logger.
- log - Variable in class org.opensaml.xmlsec.encryption.support.ChainingEncryptedKeyResolver
-
Class logger.
- log - Variable in class org.opensaml.xmlsec.encryption.support.Decrypter
-
Class logger.
- log - Variable in class org.opensaml.xmlsec.encryption.support.Encrypter
-
Class logger.
- log - Variable in class org.opensaml.xmlsec.encryption.support.SimpleKeyInfoReferenceEncryptedKeyResolver
-
Class logger.
- log - Variable in class org.opensaml.xmlsec.encryption.support.SimpleRetrievalMethodEncryptedKeyResolver
-
Class logger.
- log - Variable in class org.opensaml.xmlsec.impl.AbstractSecurityParametersResolver
-
Logger.
- log - Variable in class org.opensaml.xmlsec.impl.BasicDecryptionParametersResolver
-
Logger.
- log - Variable in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
-
Logger.
- log - Variable in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
-
Logger.
- log - Variable in class org.opensaml.xmlsec.impl.BasicSignatureValidationParametersResolver
-
Logger.
- log - Variable in class org.opensaml.xmlsec.impl.provider.ApacheSantuarioXMLParser
-
Logger.
- log - Variable in class org.opensaml.xmlsec.keyinfo.impl.BasicProviderKeyInfoCredentialResolver
-
Class logger.
- log - Variable in class org.opensaml.xmlsec.keyinfo.impl.KeyAgreementKeyInfoGeneratorFactory.KeyAgreementKeyInfoGenerator
-
Class logger.
- log - Variable in class org.opensaml.xmlsec.keyinfo.impl.LocalKeyInfoCredentialResolver
-
Logger.
- log - Variable in class org.opensaml.xmlsec.keyinfo.impl.provider.AgreementMethodKeyInfoProvider
-
Logger.
- log - Variable in class org.opensaml.xmlsec.keyinfo.impl.provider.DEREncodedKeyValueProvider
-
Class logger.
- log - Variable in class org.opensaml.xmlsec.keyinfo.impl.provider.DSAKeyValueProvider
-
Class logger.
- log - Variable in class org.opensaml.xmlsec.keyinfo.impl.provider.ECKeyValueProvider
-
Class logger.
- log - Variable in class org.opensaml.xmlsec.keyinfo.impl.provider.InlineX509DataProvider
-
Class logger.
- log - Variable in class org.opensaml.xmlsec.keyinfo.impl.provider.KeyInfoReferenceProvider
-
Class logger.
- log - Variable in class org.opensaml.xmlsec.keyinfo.impl.provider.RSAKeyValueProvider
-
Class logger.
- log - Variable in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
-
Class logger.
- log - Variable in class org.opensaml.xmlsec.keyinfo.NamedKeyInfoGeneratorManager
-
Logger.
- log - Variable in class org.opensaml.xmlsec.messaging.impl.PopulateSignatureValidationParametersHandler
-
Class logger.
- log - Variable in class org.opensaml.xmlsec.signature.impl.CryptoBinaryImpl
-
Class logger.
- log - Variable in class org.opensaml.xmlsec.signature.impl.SignatureMarshaller
-
Class logger.
- log - Variable in class org.opensaml.xmlsec.signature.impl.SignatureUnmarshaller
-
Class logger.
- log - Variable in class org.opensaml.xmlsec.signature.support.impl.BaseSignatureTrustEngine
-
Class logger.
- log - Variable in class org.opensaml.xmlsec.signature.support.impl.ChainingSignaturePrevalidator
-
Logger.
- log - Variable in class org.opensaml.xmlsec.signature.support.impl.ChainingSignatureTrustEngine
-
Class logger.
- log - Variable in class org.opensaml.xmlsec.signature.support.impl.ExplicitKeySignatureTrustEngine
-
Class logger.
- log - Variable in class org.opensaml.xmlsec.signature.support.impl.PKIXSignatureTrustEngine
-
Class logger.
- log - Variable in class org.opensaml.xmlsec.signature.support.impl.provider.ApacheSantuarioSignatureValidationProviderImpl
-
Class logger.
- log - Variable in class org.opensaml.xmlsec.signature.support.impl.provider.ApacheSantuarioSignerProviderImpl
-
Logger.
- log - Variable in class org.opensaml.xmlsec.signature.support.impl.SignatureAlgorithmValidator
-
Logger.
- log - Variable in class org.opensaml.xmlsec.signature.support.URIContentReference
-
Logger.
- log(Assertion, ValidationContext) - Method in class org.opensaml.saml.saml2.assertion.SAML20AssertionValidator
-
Log the Assertion which is being validated, along with the supplied validation context parameters.
- LOG - Static variable in class org.opensaml.core.config.ConfigurationService
-
Logger.
- LOG - Static variable in class org.opensaml.core.config.InitializationService
-
Logger.
- LOG - Static variable in class org.opensaml.core.xml.util.XMLObjectSupport
-
Logger.
- LOG - Static variable in class org.opensaml.saml.common.binding.SAMLBindingSupport
-
Logger.
- LOG - Static variable in class org.opensaml.saml.common.SAMLObjectSupport
-
Logger.
- LOG - Static variable in class org.opensaml.saml.metadata.support.SAML2MetadataSupport
-
Logger.
- LOG - Static variable in class org.opensaml.saml.saml1.profile.SAML1ActionSupport
-
Logger.
- LOG - Static variable in class org.opensaml.saml.saml2.assertion.impl.AssertionValidationSupport
-
Logger.
- LOG - Static variable in class org.opensaml.saml.saml2.profile.SAML2ActionSupport
-
Logger.
- LOG - Static variable in class org.opensaml.security.credential.criteria.impl.EvaluableCredentialCriteriaRegistry
-
Logger.
- LOG - Static variable in class org.opensaml.security.crypto.dh.DHSupport
-
Logger.
- LOG - Static variable in class org.opensaml.security.crypto.ec.ECSupport
-
Logger.
- LOG - Static variable in class org.opensaml.security.crypto.KeySupport
-
Logger.
- LOG - Static variable in class org.opensaml.security.crypto.SigningUtil
-
Logger.
- LOG - Static variable in class org.opensaml.security.httpclient.HttpClientSecuritySupport
-
Logger.
- LOG - Static variable in class org.opensaml.security.x509.tls.impl.ThreadLocalX509TrustEngineSupport
-
Logger.
- LOG - Static variable in class org.opensaml.security.x509.X509Support
-
Logger.
- LOG - Static variable in class org.opensaml.xmlsec.algorithm.AlgorithmSupport
-
Logger.
- LOG - Static variable in class org.opensaml.xmlsec.config.impl.DefaultSecurityConfigurationBootstrap
-
Logger.
- LOG - Static variable in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
-
Logger.
- LOG - Static variable in class org.opensaml.xmlsec.signature.support.SignatureSupport
-
Logger.
- LOG - Static variable in class org.opensaml.xmlsec.signature.support.SignatureValidator
-
Logger.
- LOG - Static variable in class org.opensaml.xmlsec.signature.support.Signer
-
Logger.
- logCachedMetadataExpiration(Instant) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
-
Check cached metadata for expiration or pending expiration and log appropriately.
- logCertPathDebug(PKIXCertPathBuilderResult, X509Certificate) - Method in class org.opensaml.security.x509.impl.CertPathPKIXTrustEvaluator
-
Log information from the constructed cert path at level debug.
- logDecodedMessage() - Method in class org.opensaml.messaging.decoder.AbstractMessageDecoder
-
Log the decoded message to the protocol message logger.
- logEncodedMessage() - Method in class org.opensaml.messaging.encoder.AbstractMessageEncoder
-
Log the encoded message to the protocol message logger.
- LogEvent - Class in org.opensaml.profile.action.impl
-
A profile action that logs an event if one is found in the profile request context.
- LogEvent() - Constructor for class org.opensaml.profile.action.impl.LogEvent
-
Constructor.
- logger - Variable in class org.opensaml.storage.impl.memcached.MemcachedStorageService
-
Logger instance.
- LoggerDrivenMetricFilter - Class in org.opensaml.core.metrics
-
MetricFilterthat evaluates a metric by prefixing the name and then evaluating whether the corresponding logging category is enabled at a level corresponding to a map value or at INFO level. - LoggerDrivenMetricFilter(String) - Constructor for class org.opensaml.core.metrics.LoggerDrivenMetricFilter
-
Constructor.
- LoggerDrivenMetricFilter(String, Map<String, LoggerDrivenMetricFilter.Level>) - Constructor for class org.opensaml.core.metrics.LoggerDrivenMetricFilter
-
Constructor.
- LoggerDrivenMetricFilter.Level - Enum Class in org.opensaml.core.metrics
-
Filtering level, corresponding to available logging levels.
- loggerPrefix - Variable in class org.opensaml.core.metrics.LoggerDrivenMetricFilter
-
Prefix to prepend to metric name.
- loggingId - Variable in class org.opensaml.profile.context.ProfileRequestContext
-
Logging label for the profile/operation/function .
- LogLocalStorageSaveResults - Class in org.opensaml.storage.impl.client
-
An action that logs the results of Local Storage-based
ClientStorageServicesave operations. - LogLocalStorageSaveResults() - Constructor for class org.opensaml.storage.impl.client.LogLocalStorageSaveResults
- logMetadataExpiration(EntityDescriptor, Instant, Instant) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Check metadata for expiration or pending expiration and log appropriately.
- Logo - Interface in org.opensaml.saml.ext.saml2mdui
-
Localized logo type.
- LogoBuilder - Class in org.opensaml.saml.ext.saml2mdui.impl
-
Builder of
Logoobjects. - LogoBuilder() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.LogoBuilder
- 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
Logoobjects. - 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
Logoobjects. - LogoUnmarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.LogoUnmarshaller
- LogoutMessage - Interface in org.opensaml.saml.saml2.core
-
Marker interface for
LogoutRequestandLogoutResponse, allowing components to enforce requirements for one or the other. - LogoutRequest - Interface in org.opensaml.saml.saml2.core
-
SAML 2.0 Core LogoutRequest.
- LogoutRequestBuilder - Class in org.opensaml.saml.saml2.core.impl
-
Builder for
LogoutRequest. - LogoutRequestBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.LogoutRequestBuilder
- 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
LogoutRequestobjects. - 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 for
LogoutResponse. - LogoutResponseBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.LogoutResponseBuilder
- 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
LogoutResponseobjects. - 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
LogoutResponseobjects. - LogoutResponseUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.LogoutResponseUnmarshaller
- logPostDecryption(XMLObject) - Method in class org.opensaml.saml.saml2.encryption.Decrypter
-
Log the target object after decryption.
- logPreEncryption(XMLObject, String) - Method in class org.opensaml.saml.saml2.encryption.Encrypter
-
Log the target object prior to encryption.
- logPrefix - Variable in class org.opensaml.profile.action.AbstractProfileAction
-
Cached log prefix.
- logPrefix - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
-
Logging prefix.
- logResponse(String) - Method in class org.opensaml.saml.common.profile.impl.SignAssertions
-
Log the Response with the given message at trace level.
- logResult(HttpClientSecurityParameters) - Method in class org.opensaml.security.httpclient.impl.BasicHttpClientSecurityParametersResolver
-
Log the resolved parameters.
- 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.
- lookAsideMap - Variable in class org.opensaml.messaging.context.BaseContext.DeprecatedContextClassNameLookAside
-
Map of renamed classes.
- 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.
- lookup(String) - Method in class org.opensaml.core.xml.util.IDIndex
-
Lookup and return the XMLObject identified by the specified ID attribute.
- lookup(MetadataIndexKey) - Method in class org.opensaml.saml.metadata.resolver.index.impl.MetadataIndexStore
-
Lookup the instances of data indexed under the supplied
MetadataIndexKey. - lookupByIndexes(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractBatchMetadataResolver
-
Resolve the set up descriptors based on the indexes currently held.
- lookupCriteria(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Lookup and return all EntityDescriptors currently available in the resolver cache which match either entityID or secondary-indexed criteria.
- 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.
- lookupIndexedItems(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.index.impl.MetadataIndexManager
-
Resolve the set of indexed data items based on the indexes currently held.
- lookupKeyInfoGenerator(Credential, NamedKeyInfoGeneratorManager, String) - Method in class org.opensaml.xmlsec.impl.AbstractSecurityParametersResolver
-
Resolve a
KeyInfoGeneratorinstance based on aNamedKeyInfoGeneratorManager,Credentialand 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.
- lookupStrategy - Variable in class org.opensaml.messaging.handler.impl.FunctionMessageHandler
-
The
Functionto run.
M
- Mac - Enum constant in enum class org.opensaml.xmlsec.algorithm.AlgorithmDescriptor.AlgorithmType
-
Message Authentication Code (MAC).
- 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 - Variable in class org.opensaml.saml.common.SAMLVersion
-
Major version number.
- 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 MajorVersion (which must be "1".
- MAJORVERSION_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.ResponseAbstractType
-
Name for the attribute which defines the MajorVersion (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
ManageNameIDRequestobjects. - ManageNameIDRequestBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.ManageNameIDRequestBuilder
- 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
ManageNameIDRequestobjects. - 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
ManageNameIDRequestobjects. - 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
ManageNameIDResponseobjects. - ManageNameIDResponseBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.ManageNameIDResponseBuilder
- ManageNameIDResponseImpl - Class in org.opensaml.saml.saml2.core.impl
-
Concrete implementation for
ManageNameIDResponseobjects. - 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
ManageNameIDResponseobjects. - 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
ManageNameIDResponseobjects. - 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
-
Builder for
ManageNameIDService. - ManageNameIDServiceBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.ManageNameIDServiceBuilder
- ManageNameIDServiceImpl - Class in org.opensaml.saml.saml2.metadata.impl
-
Concrete implementation of
ManageNameIDService. - ManageNameIDServiceImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.metadata.impl.ManageNameIDServiceImpl
-
Constructor.
- manageNameIDServices - Variable in class org.opensaml.saml.saml2.metadata.impl.SSODescriptorImpl
-
Manage NameID services for this entity.
- manageQualifiedAttributeNamespace(QName, boolean) - Method in class org.opensaml.core.xml.AbstractXMLObject
-
A helper function for derived classes.
- managers - Variable in class org.opensaml.xmlsec.keyinfo.NamedKeyInfoGeneratorManager
-
The set of named factory managers.
- map - Variable in class org.opensaml.messaging.context.ScratchContext
-
Map of scratch data.
- 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.
- MapLoadSaveManager<T extends XMLObject> - Class in org.opensaml.core.xml.persist
-
Simple implementation of
XMLObjectLoadSaveManagerwhich uses an in-memory map. - MapLoadSaveManager() - Constructor for class org.opensaml.core.xml.persist.MapLoadSaveManager
-
Constructor.
- MapLoadSaveManager(boolean) - Constructor for class org.opensaml.core.xml.persist.MapLoadSaveManager
-
Constructor.
- MapLoadSaveManager(Map<String, T>) - Constructor for class org.opensaml.core.xml.persist.MapLoadSaveManager
-
Constructor.
- MapLoadSaveManager(Map<String, T>, Map<String, Instant>, boolean) - Constructor for class org.opensaml.core.xml.persist.MapLoadSaveManager
-
Constructor.
- mark() - Method in class org.opensaml.core.metrics.impl.DisabledMeter
- mark(long) - Method in class org.opensaml.core.metrics.impl.DisabledMeter
- 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) - 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) - Static method in class org.opensaml.core.xml.util.XMLObjectSupport
-
Marshall an XMLObject.
- 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, Document) - Method in class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
-
Marshall this element, and its children, into a W3C DOM element.
- 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, Document) - Method in class org.opensaml.saml.common.AbstractSAMLObjectMarshaller
-
Marshall this element, and its children, into a W3C DOM element.
- marshall(XMLObject, Document) - Method in class org.opensaml.xmlsec.signature.impl.SignatureMarshaller
-
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, 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, 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, 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.
- 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.
- 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.
- marshallAttributeIDness(String, String, Element, boolean) - Static method in class org.opensaml.core.xml.util.XMLObjectSupport
-
Marshall the ID-ness of an attribute into the indicated DOM Element.
- marshallAttributeIDness(QName, Element, boolean) - Static method in class org.opensaml.core.xml.util.XMLObjectSupport
-
Marshall the ID-ness of an attribute into the indicated DOM Element.
- marshallAttributeIDness(XMLObject, Element) - Method in class org.opensaml.core.xml.AbstractExtensibleXMLObjectMarshaller
-
Marshalls the IDness of the ID attribute present on the element, if any.
- marshallAttributeIDness(XMLObject, Element) - Method in class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
-
Marshalls the IDness of the ID attribute present on the element, if any.
- marshallAttributeIDness(XMLObject, Element) - Method in class org.opensaml.saml.saml1.core.impl.AssertionMarshaller
-
Marshalls the IDness of the ID attribute present on the element, if any.
- marshallAttributeIDness(XMLObject, Element) - Method in class org.opensaml.saml.saml1.core.impl.RequestAbstractTypeMarshaller
-
Marshalls the IDness of the ID attribute present on the element, if any.
- marshallAttributeIDness(XMLObject, Element) - Method in class org.opensaml.saml.saml1.core.impl.ResponseAbstractTypeMarshaller
-
Marshalls the IDness of the ID attribute present on the element, if any.
- marshallAttributeIDness(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.AssertionMarshaller
-
Marshalls the IDness of the ID attribute present on the element, if any.
- marshallAttributeIDness(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.RequestAbstractTypeMarshaller
-
Marshalls the IDness of the ID attribute present on the element, if any.
- marshallAttributeIDness(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.StatusResponseTypeMarshaller
-
Marshalls the IDness of the ID attribute present on the element, if any.
- marshallAttributeIDness(XMLObject, Element) - Method in class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorMarshaller
-
Marshalls the IDness of the ID attribute present on the element, if any.
- marshallAttributeIDness(XMLObject, Element) - Method in class org.opensaml.saml.saml2.metadata.impl.EntitiesDescriptorMarshaller
-
Marshalls the IDness of the ID attribute present on the element, if any.
- marshallAttributeIDness(XMLObject, Element) - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorMarshaller
-
Marshalls the IDness of the ID attribute present on the element, if any.
- marshallAttributeIDness(XMLObject, Element) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorMarshaller
-
Marshalls the IDness of the ID attribute present on the element, if any.
- marshallAttributeIDness(XMLObject, Element) - Method in class org.opensaml.soap.wspolicy.impl.PolicyMarshaller
-
Marshalls the IDness of the ID attribute present on the element, if any.
- marshallAttributeIDness(XMLObject, Element) - Method in class org.opensaml.soap.wssecurity.impl.AttributedDateTimeMarshaller
-
Marshalls the IDness of the ID attribute present on the element, if any.
- marshallAttributeIDness(XMLObject, Element) - Method in class org.opensaml.soap.wssecurity.impl.AttributedStringMarshaller
-
Marshalls the IDness of the ID attribute present on the element, if any.
- marshallAttributeIDness(XMLObject, Element) - Method in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderMarshaller
-
Marshalls the IDness of the ID attribute present on the element, if any.
- marshallAttributeIDness(XMLObject, Element) - Method in class org.opensaml.soap.wssecurity.impl.SecurityTokenReferenceMarshaller
-
Marshalls the IDness of the ID attribute present on the element, if any.
- marshallAttributeIDness(XMLObject, Element) - Method in class org.opensaml.soap.wssecurity.impl.SignatureConfirmationMarshaller
-
Marshalls the IDness of the ID attribute present on the element, if any.
- marshallAttributeIDness(XMLObject, Element) - Method in class org.opensaml.soap.wssecurity.impl.TimestampMarshaller
-
Marshalls the IDness of the ID attribute present on the element, if any.
- marshallAttributeIDness(XMLObject, Element) - Method in class org.opensaml.soap.wssecurity.impl.UsernameTokenMarshaller
-
Marshalls the IDness of the ID attribute present on the element, if any.
- marshallAttributeIDness(XMLObject, Element) - Method in class org.opensaml.xmlsec.encryption.impl.DerivedKeyMarshaller
-
Marshalls the IDness of the ID attribute present on the element, if any.
- marshallAttributeIDness(XMLObject, Element) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeMarshaller
-
Marshalls the IDness of the ID attribute present on the element, if any.
- marshallAttributeIDness(XMLObject, Element) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertiesMarshaller
-
Marshalls the IDness of the ID attribute present on the element, if any.
- marshallAttributeIDness(XMLObject, Element) - Method in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyMarshaller
-
Marshalls the IDness of the ID attribute present on the element, if any.
- marshallAttributeIDness(XMLObject, Element) - Method in class org.opensaml.xmlsec.signature.impl.DEREncodedKeyValueMarshaller
-
Marshalls the IDness of the ID attribute present on the element, if any.
- marshallAttributeIDness(XMLObject, Element) - Method in class org.opensaml.xmlsec.signature.impl.ECKeyValueMarshaller
-
Marshalls the IDness of the ID attribute present on the element, if any.
- marshallAttributeIDness(XMLObject, Element) - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoMarshaller
-
Marshalls the IDness of the ID attribute present on the element, if any.
- marshallAttributeIDness(XMLObject, Element) - Method in class org.opensaml.xmlsec.signature.impl.KeyInfoReferenceMarshaller
-
Marshalls the IDness of the ID attribute present on the element, if any.
- 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.
- marshallAttributeMapIDness(AttributeMap, Element) - Static method in class org.opensaml.core.xml.util.XMLObjectSupport
-
Marshall the ID-ness of attributes represented by the indicated AttributeMap into the indicated DOM Element.
- marshallAttributes(XMLObject, Element) - Method in class org.opensaml.core.xml.AbstractElementExtensibleXMLObjectMarshaller
-
No
xs:anyAttributeattributes. - marshallAttributes(XMLObject, Element) - Method in class org.opensaml.core.xml.AbstractExtensibleXMLObjectMarshaller
-
Marshalls the
xs:anyAttributeattributes. - 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.mock.SimpleXMLObjectMarshaller
-
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.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
-
Marshalls a given XMLObject into a W3C Element.
- 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
-
Marshalls a given XMLObject into a W3C Element.
- 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
-
Marshalls a given XMLObject into a W3C Element.
- 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.ActionMarshaller
-
Marshalls a given XMLObject into a W3C Element.
- 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.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.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.NameIDTypeMarshaller
-
Marshalls a given XMLObject into a W3C Element.
- 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
-
Marshalls a given XMLObject into a W3C Element.
- 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.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
-
Marshalls a given XMLObject into a W3C Element.
- marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml.saml2.metadata.impl.LocalizedURIMarshaller
-
Marshalls a given XMLObject into a W3C Element.
- 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.ConcatKDFParamsMarshaller
-
Marshalls a given XMLObject into a W3C Element.
- marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xmlsec.encryption.impl.DerivedKeyMarshaller
-
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.KeyDerivationMethodMarshaller
-
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.mock.SimpleXMLObjectMarshaller
-
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.saml2mdui.impl.KeywordsMarshaller
-
No-op method.
- marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.saml2.core.impl.NameIDTypeMarshaller
-
Marshalls data from the XMLObject into content of the DOM Element.
- marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.saml2.metadata.impl.AdditionalMetadataLocationMarshaller
-
Marshalls data from the XMLObject into content of the DOM Element.
- marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.saml2.metadata.impl.LocalizedNameMarshaller
-
Marshalls data from the XMLObject into content of the DOM Element.
- marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml.saml2.metadata.impl.LocalizedURIMarshaller
-
Marshalls data from the XMLObject into content of the DOM Element.
- 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.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
XMLObjectinto a W3C DOM element. - marshallerFactory - Static variable in class org.opensaml.core.testing.XMLObjectBaseTestCase
-
XMLObject marshaller factory.
- marshallerFactory - Variable in class org.opensaml.core.xml.config.XMLObjectProviderRegistry
-
Configured XMLObject marshaller factory.
- marshallerFactory - Variable in class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
-
Factory for XMLObject Marshallers.
- MarshallerFactory - Class in org.opensaml.core.xml.io
-
This thread-safe factory creates
Marshallers that can be used to convertXMLObjects into W3C DOM elements. - MarshallerFactory() - Constructor for class org.opensaml.core.xml.io.MarshallerFactory
-
Constructor.
- marshallers - Variable in class org.opensaml.core.xml.io.MarshallerFactory
-
Map of marshallers to the elements they are for.
- 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(Exception) - Constructor for exception org.opensaml.core.xml.io.MarshallingException
-
Constructor.
- MarshallingException(String) - 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.httpclient.BaseHttpClientRequestXMLMessageEncoder
-
Helper method that marshalls the given message.
- 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.
- marshalSecurityParameters(HttpClientContext, HttpClientSecurityParameters) - Static method in class org.opensaml.security.httpclient.HttpClientSecuritySupport
-
Marshal the supplied
HttpClientSecurityParametersto the suppliedHttpClientContext. - marshalSecurityParameters(HttpClientContext, HttpClientSecurityParameters, boolean) - Static method in class org.opensaml.security.httpclient.HttpClientSecuritySupport
-
Marshal the supplied
HttpClientSecurityParametersto the suppliedHttpClientContext. - maskGenerationFunction - Variable in class org.opensaml.xmlsec.encryption.support.RSAOAEPParameters
-
Mask generation function (MGF) algorithm URI.
- masterKeyName - Variable in class org.opensaml.xmlsec.encryption.impl.DerivedKeyImpl
-
MasterKeyName child element.
- MasterKeyName - Interface in org.opensaml.xmlsec.encryption
-
XMLObject representing XML Encryption 1.1 MasterKeyName element.
- MasterKeyNameBuilder - Class in org.opensaml.xmlsec.encryption.impl
-
Builder of
MasterKeyName. - MasterKeyNameBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.MasterKeyNameBuilder
- MasterKeyNameImpl - Class in org.opensaml.xmlsec.encryption.impl
-
Concrete implementation of
MasterKeyName. - MasterKeyNameImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.MasterKeyNameImpl
-
Constructor.
- 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.
- matchAll - Variable in class org.opensaml.saml.common.profile.logic.EntityAttributesPredicate
-
Whether all the candidates must match.
- 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.
- matches(String, Metric) - Method in class org.opensaml.core.metrics.impl.CoreGaugeSet
- matches(String, Metric) - Method in class org.opensaml.core.metrics.LoggerDrivenMetricFilter
- matchesDEREncodedKeyValue(PublicKey, List<DEREncodedKeyValue>) - Method in class org.opensaml.saml.saml2.assertion.impl.HolderOfKeySubjectConfirmationValidator
-
Checks whether the supplied public key matches one of the supplied
DEREncodedKeyValueelements. - matchesKeyValue(PublicKey, List<KeyValue>) - Method in class org.opensaml.saml.saml2.assertion.impl.HolderOfKeySubjectConfirmationValidator
-
Checks whether the supplied public key matches one of the supplied
KeyValueelements. - matchesKeyValue(PublicKey, KeyInfo) - Method in class org.opensaml.saml.saml2.assertion.impl.HolderOfKeySubjectConfirmationValidator
-
Checks whether the supplied public key matches one of the keys in the given KeyInfo.
- matchesX509Certificate(X509Certificate, KeyInfo) - Method in class org.opensaml.saml.saml2.assertion.impl.HolderOfKeySubjectConfirmationValidator
-
Checks whether the presenter's certificate matches a certificate described by the X509Data within the KeyInfo.
- matchId - Variable in class org.opensaml.xacml.policy.impl.ActionMatchTypeImpl
-
Gets the ID of this match.
- matchId - Variable in class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeImpl
-
Gets the ID of this match.
- matchId - Variable in class org.opensaml.xacml.policy.impl.ResourceMatchTypeImpl
-
Gets the ID of this match.
- matchId - Variable in class org.opensaml.xacml.policy.impl.SubjectMatchTypeImpl
-
Gets the ID of this match.
- matchIfMetadataSilent - Variable in class org.opensaml.saml.common.profile.logic.AbstractRegistrationInfoPredicate
-
What to do if no extension data exists.
- 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, Set<String>) - Method in class org.opensaml.xmlsec.encryption.support.AbstractEncryptedKeyResolver
-
Evaluate whether the specified recipient attribute value matches this resolver's recipient criteria.
- matchStartsWith - Variable in class org.opensaml.saml.criterion.StartsWithLocationCriterion
-
The matchStartsWith criterion value.
- 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_LENGTH - Static variable in class org.opensaml.storage.impl.memcached.MemcachedStorageService
-
Maximum length in bytes of memcached keys.
- MAX_KEY_SIZE_ATTRIB_NAME - Static variable in interface org.opensaml.saml.ext.saml2alg.SigningMethod
-
MaxKeySize attribute name.
- MAX_SIZE - Static variable in class org.opensaml.storage.impl.memcached.StorageRecordTranscoder
-
Max size is maximum default memcached value size, 1MB.
- MAX_SIZE - Static variable in class org.opensaml.storage.impl.memcached.StringTranscoder
-
Max size is maximum default memcached value size, 1MB.
- maxCacheDuration - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Maximum cache duration.
- maxIdleEntityData - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
The maximum idle time for which the resolver will keep data for a given entityID, before it is removed.
- MAXIMUM - Enum constant in enum class org.opensaml.saml.saml2.core.AuthnContextComparisonTypeEnumeration
-
"maximum" comparison type.
- maximumTimeSinceAuthn - Variable in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Function for determining the max allowed time since authentication.
- maxKeySize - Variable in class org.opensaml.saml.ext.saml2alg.impl.SigningMethodImpl
-
MaxKeySize attribute value.
- maxRefreshDelay - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
-
Refresh interval used when metadata does not contain any validUntil or cacheDuration information.
- maxValidityInterval - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.RequiredValidUntilFilter
-
The maximum interval between now and the
validUntildate. - MDC_ATTRIB_CURRENT_REQUEST_URI - Static variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver
-
MDC attribute representing the current request URI.
- mdFilter - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
-
Filter applied to all metadata.
- members - Variable in class org.opensaml.messaging.handler.impl.BasicMessageHandlerChain
-
The list of members of the handler chain.
- members - Variable in class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorImpl
-
Members of this affiliation.
- memcacheClient - Variable in class org.opensaml.storage.impl.memcached.MemcachedStorageService
-
Memcached client instance.
- memcachedKey(String...) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
-
Creates a memcached key from one or more parts.
- MemcachedStorageCapabilities - Class in org.opensaml.storage.impl.memcached
-
Provides a description of memcached capabilities.
- MemcachedStorageCapabilities() - Constructor for class org.opensaml.storage.impl.memcached.MemcachedStorageCapabilities
-
Constructor.
- MemcachedStorageCapabilities(long) - Constructor for class org.opensaml.storage.impl.memcached.MemcachedStorageCapabilities
-
Constructor.
- MemcachedStorageRecord<T> - 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
AbstractMapBackedStorageServicethat stores data in-memory in a shared data structure with no persistence. - MemoryStorageService() - Constructor for class org.opensaml.storage.impl.MemoryStorageService
- mergeMetadataRSAOAEPParametersWithConfig - Variable in class org.opensaml.saml.security.impl.SAMLMetadataEncryptionParametersResolver
-
Flag indicating whether the resolver should attempt to merge RSAOAEPParameters values resolved from metadata with additional parameters from supplied instances of
EncryptionConfiguration. - mergeNamespaceCollections(Collection<Namespace>...) - Method in class org.opensaml.core.xml.NamespaceManager
-
Merge 2 or more Namespace collections into a single set.
- message - Variable in class org.opensaml.saml.common.binding.artifact.BasicSAMLArtifactMapEntry
-
SAML message mapped to the artifact.
- message - Variable in class org.opensaml.saml.saml2.profile.impl.AbstractDecryptAction
-
Message to operate on.
- message - Variable in class org.opensaml.saml.saml2.profile.impl.EncryptNameIDs
-
The message to operate on.
- message - Variable in class org.opensaml.soap.soap11.impl.FaultImpl
-
Fault message.
- message - Variable in class org.opensaml.xacml.ctx.impl.StatusMessageTypeImpl
-
Message.
- 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 - Variable in class org.opensaml.messaging.decoder.AbstractMessageDecoder
-
Message context.
- messageContext - Variable in class org.opensaml.messaging.encoder.AbstractMessageEncoder
-
The message context.
- messageContext - Variable in class org.opensaml.saml.saml2.wssecurity.messaging.impl.SAML20AssertionTokenValidationInput
-
The message context input.
- MessageContext - 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
- MessageContextFaultStrategy() - Constructor for class org.opensaml.soap.soap11.profile.impl.AddSOAPFault.MessageContextFaultStrategy
- messageContextLookup - Variable in class org.opensaml.profile.action.AbstractHandlerDelegatingProfileAction
-
Lookup function for the message context on which to operate.
- MessageContextLookup<StartContext extends BaseContext> - Class in org.opensaml.messaging.context.navigate
-
A lookup function for resolving either the inbound or outbound
MessageContextrelative to a particularBaseContext. - MessageContextLookup(MessageContextLookup.Direction) - Constructor for class org.opensaml.messaging.context.navigate.MessageContextLookup
-
Constructor.
- MessageContextLookup(MessageContextLookup.Direction, Function<BaseContext, InOutOperationContext>) - Constructor for class org.opensaml.messaging.context.navigate.MessageContextLookup
-
Constructor.
- MessageContextLookup.Direction - Enum Class in org.opensaml.messaging.context.navigate
-
Used to indicate the target message context.
- MessageContextPredicateAdapter - Class in org.opensaml.profile.logic
-
A
Predicatewhich adapts an existingProfileRequestContextpredicate for use as aMessageContextpredicate. - MessageContextPredicateAdapter(Predicate<ProfileRequestContext>) - Constructor for class org.opensaml.profile.logic.MessageContextPredicateAdapter
-
Constructor.
- MessageContextPredicateAdapter(Predicate<ProfileRequestContext>, boolean) - Constructor for class org.opensaml.profile.logic.MessageContextPredicateAdapter
-
Constructor.
- MessageDecoder - 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(Exception) - Constructor for exception org.opensaml.messaging.decoder.MessageDecodingException
-
Constructor.
- MessageDecodingException(String) - Constructor for exception org.opensaml.messaging.decoder.MessageDecodingException
-
Constructor.
- MessageDecodingException(String, Exception) - Constructor for exception org.opensaml.messaging.decoder.MessageDecodingException
-
Constructor.
- MessageDigest - Enum constant in enum class org.opensaml.xmlsec.algorithm.AlgorithmDescriptor.AlgorithmType
-
Message Digest.
- MessageEncoder - Interface in org.opensaml.messaging.encoder
-
Interface for component that encodes message data from a
MessageContextto a sink. - 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(Exception) - Constructor for exception org.opensaml.messaging.encoder.MessageEncodingException
-
Constructor.
- MessageEncodingException(String) - Constructor for exception org.opensaml.messaging.encoder.MessageEncodingException
-
Constructor.
- MessageEncodingException(String, Exception) - Constructor for exception org.opensaml.messaging.encoder.MessageEncodingException
-
Constructor.
- MessageErrorHandler - 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(Exception) - Constructor for exception org.opensaml.messaging.MessageException
-
Constructor.
- MessageException(String) - Constructor for exception org.opensaml.messaging.MessageException
-
Constructor.
- MessageException(String, Exception) - Constructor for exception org.opensaml.messaging.MessageException
-
Constructor.
- messageHandle - Variable in class org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactType0004
-
20 byte message handle.
- messageHandler - Variable in class org.opensaml.profile.action.impl.EncodeMessage
-
An optional
MessageHandlerinstance to be invoked afterMessageEncoder.prepareContext()and prior toMessageEncoder.encode(). - MessageHandler - Interface in org.opensaml.messaging.handler
-
A message handler represents some reusable logic that may be invoked on a message context.
- MessageHandlerChain - Interface in org.opensaml.messaging.handler
-
A specialization of
MessageHandlerwhich represents an ordered list of message handlers which may be invoked in order. - MessageHandlerErrorStrategyAdapter - Class in org.opensaml.messaging.handler.impl
-
A
MessageHandlerwhich wraps and invokes another handler, catches anyThrowablewhich is thrown by the wrapped handler'sMessageHandler.invoke(MessageContext), and applies a list of configuredTypedMessageErrorHandlerstrategies. - MessageHandlerErrorStrategyAdapter(MessageHandler, List<TypedMessageErrorHandler>) - Constructor for class org.opensaml.messaging.handler.impl.MessageHandlerErrorStrategyAdapter
-
Constructor.
- 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(Exception) - Constructor for exception org.opensaml.messaging.handler.MessageHandlerException
-
Constructor.
- MessageHandlerException(String) - Constructor for exception org.opensaml.messaging.handler.MessageHandlerException
-
Constructor.
- MessageHandlerException(String, Exception) - Constructor for exception org.opensaml.messaging.handler.MessageHandlerException
-
Constructor.
- messageId - Variable in class org.opensaml.saml.common.messaging.context.SAMLMessageInfoContext
-
The ID of the message.
- 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
MessageIDelement. - 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
- messageIDURI - Variable in class org.opensaml.soap.wsaddressing.messaging.WSAddressingContext
-
The MessageID URI value.
- messageLifetime - Variable in class org.opensaml.saml.common.binding.security.impl.MessageLifetimeSecurityHandler
-
Amount of time for which a message is valid after it is issued (Default value: 3 minutes).
- 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
ContextDataLookupFunctionthat returns the message from aMessageContext. - MessageLookup(Class<T>) - Constructor for class org.opensaml.messaging.context.navigate.MessageLookup
-
Constructor.
- messageLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.AbstractDecryptAction
-
Strategy used to locate the SAML message to operate on.
- messageLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.EncryptNameIDs
-
Strategy used to locate the message to operate on.
- MessagePipeline - Interface in org.opensaml.messaging.pipeline
-
Interface representing the basic components of a message processing pipeline.
- 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(Exception) - Constructor for exception org.opensaml.messaging.MessageRuntimeException
-
Constructor.
- MessageRuntimeException(String) - Constructor for exception org.opensaml.messaging.MessageRuntimeException
-
Constructor.
- MessageRuntimeException(String, Exception) - Constructor for exception org.opensaml.messaging.MessageRuntimeException
-
Constructor.
- messageType - Variable in class org.opensaml.messaging.context.navigate.MessageLookup
-
Child context type to look up.
- messageType - Variable in class org.opensaml.profile.action.impl.DecodeMessage
-
Optional message type to enforce.
- messageType - Variable in class org.opensaml.saml.saml2.profile.impl.AddStatusResponseShell
-
Message type to create.
- metadata - Variable in class org.opensaml.soap.wsaddressing.impl.EndpointReferenceTypeImpl
-
Optional
Metadatachild element. - Metadata - Interface in org.opensaml.soap.wsaddressing
-
The optional <wsa:Metadata> element.
- metadataBackupFile - Variable in class org.opensaml.saml.metadata.resolver.impl.FileBackedHTTPMetadataResolver
-
File containing the backup of the metadata.
- MetadataBuilder - Class in org.opensaml.soap.wsaddressing.impl
-
MetadataBuilder.
- MetadataBuilder() - Constructor for class org.opensaml.soap.wsaddressing.impl.MetadataBuilder
- metadataContextLookupStrategy - Variable in class org.opensaml.saml.common.binding.impl.PopulateSignatureSigningParametersHandler
-
Strategy used to look up a SAML metadata context.
- metadataContextLookupStrategy - Variable in class org.opensaml.saml.common.binding.impl.SAMLAddAttributeConsumingServiceHandler
-
Lookup strategy for
SAMLMetadataContext. - metadataContextLookupStrategy - Variable in class org.opensaml.saml.common.profile.impl.PopulateSignatureSigningParameters
-
Strategy used to look up a SAML metadata context.
- 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
- metadataElement - Variable in class org.opensaml.saml.metadata.resolver.impl.DOMMetadataResolver
-
Root metadata element exposed by this provider.
- metadataFile - Variable in class org.opensaml.saml.metadata.resolver.impl.FilesystemMetadataResolver
-
The metadata file.
- 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 anEntityDescriptoror anEntitiesDescriptor. - MetadataFilterChain - Class in org.opensaml.saml.metadata.resolver.filter
-
A filter that allows the composition of
MetadataFilters. - MetadataFilterChain() - Constructor for class org.opensaml.saml.metadata.resolver.filter.MetadataFilterChain
-
Constructor.
- MetadataFilterContext - Class in org.opensaml.saml.metadata.resolver.filter
-
Class used to provide contextual information at runtime to
MetadataFilterimplementations. - MetadataFilterContext() - Constructor for class org.opensaml.saml.metadata.resolver.filter.MetadataFilterContext
- MetadataFilterContext.Data - Interface in org.opensaml.saml.metadata.resolver.filter
-
Marker interface for data classes to be used with
MetadataFilterContext. - MetadataGenerator - Interface in org.opensaml.saml.metadata.generator.impl
-
Interface to a component that generates SAML metadata.
- MetadataGeneratorParameters - Interface in org.opensaml.saml.metadata.generator.impl
-
Inputs to metadata generation.
- MetadataImpl - Class in org.opensaml.soap.wsaddressing.impl
-
MetadataImpl.
- MetadataImpl(String, String, String) - Constructor for class org.opensaml.soap.wsaddressing.impl.MetadataImpl
-
Constructor.
- MetadataIndex - Interface in org.opensaml.saml.metadata.resolver.index
-
A component which defines and supports indexing an
EntityDescriptor, and corresponding lookup via aCriteriaSet, using one or more (possibly implementation-specific) instances ofMetadataIndexKey. - MetadataIndexKey - Interface in org.opensaml.saml.metadata.resolver.index
-
Marker interface for a component which represents a key for an index defined by a
MetadataIndex. - MetadataIndexManager<T> - Class in org.opensaml.saml.metadata.resolver.index.impl
-
High-level component which handles index and lookup of instances of particular type of data item, for example
EntityDescriptor, based on a set ofMetadataIndexinstances currently held. - MetadataIndexManager(Set<MetadataIndex>, Function<EntityDescriptor, T>) - Constructor for class org.opensaml.saml.metadata.resolver.index.impl.MetadataIndexManager
-
Constructor.
- MetadataIndexManager.EntityIDExtractionFunction - Class in org.opensaml.saml.metadata.resolver.index.impl
-
Extraction function which returns the entityID of the input
EntityDescriptor. - MetadataIndexManager.IdentityExtractionFunction - Class in org.opensaml.saml.metadata.resolver.index.impl
-
Extraction function which simply returns the input
EntityDescriptor. - MetadataIndexStore<T> - Class in org.opensaml.saml.metadata.resolver.index.impl
-
Component which stores indexed instances of a particular type of data, for example
EntityDescriptor, under one or more instances ofMetadataIndexKey. - MetadataIndexStore() - Constructor for class org.opensaml.saml.metadata.resolver.index.impl.MetadataIndexStore
-
Constructor.
- MetadataIndexSupport - Class in org.opensaml.saml.metadata.resolver.index.impl
-
Support methods for metadata indexing.
- MetadataIndexSupport() - Constructor for class org.opensaml.saml.metadata.resolver.index.impl.MetadataIndexSupport
-
Constructor.
- MetadataLookupStrategy() - Constructor for class org.opensaml.saml.common.profile.logic.MetadataNameIdentifierFormatStrategy.MetadataLookupStrategy
- 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.
- MetadataNameIdentifierFormatStrategy.MetadataLookupStrategy - Class in org.opensaml.saml.common.profile.logic
-
Default lookup strategy for metadata, relies on the inbound message context.
- 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 to the Metadata Query Protocol (MDQ) 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.
- MetadataQueryProtocolRequestURLBuilder(String, Function<String, String>, List<MetadataQueryProtocolRequestURLBuilder.MetadataQueryProtocolURLBuilder>) - Constructor for class org.opensaml.saml.metadata.resolver.impl.MetadataQueryProtocolRequestURLBuilder
-
Constructor.
- MetadataQueryProtocolRequestURLBuilder(String, List<MetadataQueryProtocolRequestURLBuilder.MetadataQueryProtocolURLBuilder>) - Constructor for class org.opensaml.saml.metadata.resolver.impl.MetadataQueryProtocolRequestURLBuilder
-
Constructor.
- MetadataQueryProtocolRequestURLBuilder.MetadataQueryProtocolURLBuilder - Interface in org.opensaml.saml.metadata.resolver.impl
-
Interface for a component which builds a Metadata Query Protocol request URL from a base URL and criteria.
- metadataResolver - Variable in class org.opensaml.saml.common.binding.impl.SAMLMetadataLookupHandler
-
Resolver used to look up SAML metadata.
- metadataResolver - Variable in class org.opensaml.saml.common.profile.logic.AffiliationNameIDPolicyPredicate
-
Metadata resolver to use.
- metadataResolver - Variable in class org.opensaml.saml.common.profile.logic.EntityGroupNamePredicate
-
A supplemental resolver to allow for
AffiliationDescriptorlookup. - MetadataResolver - Interface in org.opensaml.saml.metadata.resolver
-
A resolver that is capable of resolving
EntityDescriptorinstances which meet certain supplied criteria. - metadataResource - Variable in class org.opensaml.saml.metadata.resolver.impl.ResourceBackedMetadataResolver
-
Resource from which metadata is read.
- MetadataSource - Class in org.opensaml.saml.metadata.resolver.filter.data.impl
-
Data object for
MetadataFilterContextintended to hold information about the source of the metadata currently being processed. - MetadataSource() - Constructor for class org.opensaml.saml.metadata.resolver.filter.data.impl.MetadataSource
- MetadataUnmarshaller - Class in org.opensaml.soap.wsaddressing.impl
-
MetadataUnmarshaller.
- MetadataUnmarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.MetadataUnmarshaller
- metadataURI - Variable in class org.opensaml.saml.metadata.resolver.impl.HTTPMetadataResolver
-
URL to the Metadata.
- metadataUseKeyWrap - Variable in class org.opensaml.saml.security.SAMLMetadataKeyAgreementEncryptionConfiguration
-
Option which determines whether symmetric key wrap is to be used with metadata credentials.
- meter(String) - Method in class org.opensaml.core.metrics.impl.FilteredMetricRegistry
- method - Variable in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationImpl
-
Method of the Confirmation.
- method - Variable in class org.opensaml.saml.saml2.ecp.impl.SubjectConfirmationImpl
-
Method of the Confirmation.
- 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".
- METRIC_GAUGE_NUM_LIVE_ENTITYIDS - Static variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Metric name for the gauge of the number of live entityIDs.
- METRIC_GAUGE_PERSISTENT_CACHE_INIT - Static variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Metric name for the gauge of the persistent cache initialization metrics.
- METRIC_RATIOGAUGE_FETCH_TO_RESOLVE - Static variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Metric name for the ratio gauge of fetches to resolve requests.
- METRIC_TIMER_FETCH_FROM_ORIGIN_SOURCE - Static variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Metric name for the timer for
AbstractDynamicMetadataResolver.fetchFromOriginSource(CriteriaSet). - METRIC_TIMER_REFRESH - Static variable in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
-
Metric name for the timer for
AbstractReloadingMetadataResolver.refresh(). - METRIC_TIMER_RESOLVE - Static variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Metric name for the timer for
AbstractMetadataResolver.resolve(CriteriaSet). - MetricContext - Class in org.opensaml.profile.context
-
Child context that supplies instructions to the runtime actions about timers to start and stop to measure performance.
- MetricContext() - Constructor for class org.opensaml.profile.context.MetricContext
-
Constructor.
- metricFilter - Variable in class org.opensaml.core.metrics.impl.FilteredMetricRegistry
-
Filter to apply.
- metricFilter - Variable in class org.opensaml.core.metrics.impl.HTTPReporter
-
Filter to apply.
- metricRegistry - Variable in class org.opensaml.core.metrics.impl.HTTPReporter
-
Registry of metrics.
- MetricRegistryInitializer - Class in org.opensaml.core.metrics.impl
-
An initializer for the
MetricRegistryheld by theConfigurationService. - MetricRegistryInitializer() - Constructor for class org.opensaml.core.metrics.impl.MetricRegistryInitializer
- metricsBaseName - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
-
Base name for Metrics instrumentation names.
- MetricsSupport - Class in org.opensaml.core.metrics
-
Support code for use of metrics.
- MetricsSupport() - Constructor for class org.opensaml.core.metrics.MetricsSupport
-
Private constructor.
- metricStrategy - Variable in class org.opensaml.profile.action.impl.PopulateMetricContext
-
Strategy function for establishing metric mappings to apply.
- 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
- 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
MGFobjects. - MGFMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.MGFMarshaller
- MGFUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
-
A thread-safe Unmarshaller for
MGFobjects. - 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
- 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.
- mgmtDataMap - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.DynamicEntityBackingStore
-
Map holding management data for each entityID.
- mimeType - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
-
MimeType attribute value.
- 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.
- minCacheDuration - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Minimum cache duration.
- MINIMUM - Enum constant in enum class org.opensaml.saml.saml2.core.AuthnContextComparisonTypeEnumeration
-
"minimum" comparison type.
- minKeySize - Variable in class org.opensaml.saml.ext.saml2alg.impl.SigningMethodImpl
-
MinKeySize attribute value.
- minorVersion - Variable in class org.opensaml.saml.common.SAMLVersion
-
Minor version number.
- 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 MinorVersion.
- MINORVERSION_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.ResponseAbstractType
-
Name for the attribute which defines the MinorVersion.
- minRefreshDelay - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
-
Floor for the refresh interval.
- 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
MissingAttributeDetailTypeobjects. - MissingAttributeDetailTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeImplBuilder
-
Constructor.
- MissingAttributeDetailTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
-
Marshaller for
MissingAttributeDetailTypeobjects. - MissingAttributeDetailTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeMarshaller
-
Constructor.
- MissingAttributeDetailTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
-
Unmarshaller for
MissingAttributeDetailTypeobjects. - MissingAttributeDetailTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeUnmarshaller
-
Constructor.
- MockTrustEngine<TokenType> - Class in org.opensaml.security.testing
-
Mock trust engine.
- MockTrustEngine(boolean) - Constructor for class org.opensaml.security.testing.MockTrustEngine
-
Constructor.
- MockTrustEngine(Throwable) - Constructor for class org.opensaml.security.testing.MockTrustEngine
-
Constructor.
- mode - Variable in class org.opensaml.xmlsec.keyinfo.KeyInfoCredentialResolutionMode
-
Resolution mode.
- Mode() - Constructor for enum class org.opensaml.xmlsec.keyinfo.KeyInfoCredentialResolutionMode.Mode
- modulus - Variable in class org.opensaml.xmlsec.signature.impl.RSAKeyValueImpl
-
Modulus child element value.
- 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
- ModulusImpl - Class in org.opensaml.xmlsec.signature.impl
-
Concrete implementation of
Modulus. - 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_2007_05_NS - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Algorithm URI prefix used by RFC 4051 and RFC 9231.
- MORE_ALGO_NS - Static variable in class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Algorithm URI prefix used by RFC 4051.
- msg - Variable in class org.opensaml.messaging.context.MessageContext
-
The message represented.
- msgContext - Variable in class org.opensaml.profile.action.impl.EncodeMessage
-
The outbound MessageContext to encode.
- 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. - mustBePresentXS - Variable in class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImpl
-
Must be present.
- mustBePresentXS - Variable in class org.opensaml.xacml.policy.impl.AttributeSelectorTypeImpl
-
Must be present.
- mustUnderstand - Variable in class org.opensaml.soap.messaging.AbstractHeaderGeneratingMessageHandler
-
The statically configured value for mustUnderstand.
- MustUnderstandBearing - Interface in org.opensaml.soap.soap11
-
Interface for element having a
@soap11:mustUnderstandattribute. - MustUnderstandBearing - Interface in org.opensaml.soap.soap12
-
Interface for element having a
@soap12:mustUnderstandattribute. - mustUnderstandStrategy - Variable in class org.opensaml.soap.messaging.AbstractHeaderGeneratingMessageHandler
-
Predicate strategy for evaluating mustUnderstand from the message context.
- MutableChildrenIterator(Iterator<E>) - Constructor for class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList.MutableChildrenIterator
-
Constructor.
- MutableChildrenList(List<T>) - Constructor for class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList
-
Constructor.
- MutableChildrenListIterator(ListIterator<E>) - Constructor for class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList.MutableChildrenListIterator
-
Constructor.
- MutableCredential - Interface in org.opensaml.security.credential
-
A specialization of
Credentialwhich supports mutation of its properties. - MutableStorageRecord<T> - Class in org.opensaml.storage
-
Exposes mutation of
StorageRecordproperties. - MutableStorageRecord(String, Long) - Constructor for class org.opensaml.storage.MutableStorageRecord
-
Constructor.
N
- nam - Variable in class org.opensaml.saml.common.profile.logic.EntityAttributesPredicate.Candidate
-
Attribute Name.
- name - Variable in class org.opensaml.saml.metadata.EntityGroupName
-
The entities descriptor group name.
- name - Variable in class org.opensaml.saml.saml2.core.impl.AttributeImpl
-
Name of the attribute.
- name - Variable in class org.opensaml.saml.saml2.core.impl.IDPEntryImpl
-
Human-readable name for the IdP.
- name - Variable in class org.opensaml.saml.saml2.metadata.impl.EntitiesDescriptorImpl
-
Name of this descriptor group.
- name - Variable in class org.opensaml.security.crypto.ec.curves.BasicNamedCurve
-
Curve name.
- name - Variable in class org.opensaml.soap.wspolicy.impl.PolicyImpl
-
The Name attribute value.
- name - Variable in class org.opensaml.xacml.policy.impl.CombinerParameterTypeImpl
-
Parameter name.
- name - Variable in class org.opensaml.xmlsec.criterion.KeyInfoGenerationProfileCriterion
-
The KeyInfo generation "profile" name.
- 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.
- nameBuilder - Variable in class org.opensaml.saml.saml1.profile.AbstractSAML1NameIdentifierGenerator
-
Builder for objects.
- nameBuilder - Variable in class org.opensaml.saml.saml2.profile.AbstractSAML2NameIDGenerator
-
Builder for objects.
- namedCurve - Variable in class org.opensaml.xmlsec.signature.impl.ECKeyValueImpl
-
NamedCurve child element value.
- NamedCurve - Interface in org.opensaml.security.crypto.ec
-
Descriptor for an EC named curve.
- 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
- 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
NamedCurveobjects. - NamedCurveMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.NamedCurveMarshaller
- NamedCurveRegistry - Class in org.opensaml.security.crypto.ec
-
A registry of
NamedCurvedescriptors. - NamedCurveRegistry() - Constructor for class org.opensaml.security.crypto.ec.NamedCurveRegistry
-
Constructor.
- NamedCurveUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
-
A thread-safe Unmarshaller for
NamedCurveobjects. - NamedCurveUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.NamedCurveUnmarshaller
- NamedKeyInfoGeneratorManager - Class in org.opensaml.xmlsec.keyinfo
-
A manager for named sets of
KeyInfoGeneratorFactoryinstances. - NamedKeyInfoGeneratorManager() - Constructor for class org.opensaml.xmlsec.keyinfo.NamedKeyInfoGeneratorManager
-
Constructor.
- nameFormat - Variable in class org.opensaml.saml.common.profile.logic.EntityAttributesPredicate.Candidate
-
Attribute NameFormat.
- nameFormat - Variable in class org.opensaml.saml.saml2.core.impl.AttributeImpl
-
Format of the name of the attribute.
- nameFormats - Variable in class org.opensaml.saml.saml2.metadata.impl.AttributeAuthorityDescriptorImpl
-
Supported NameID formats.
- nameId - Variable in class org.opensaml.saml.saml2.profile.impl.CopyNameIDFromRequest
-
NameID to copy.
- nameID - Variable in class org.opensaml.saml.common.messaging.context.SAMLSubjectNameIdentifierContext
-
The SAML name identifier represented by this context.
- nameID - Variable in class org.opensaml.saml.ext.saml2delrestrict.impl.DelegateImpl
-
NameID child element.
- nameID - Variable in class org.opensaml.saml.saml2.core.impl.LogoutRequestImpl
-
NameID child element.
- nameID - Variable in class org.opensaml.saml.saml2.core.impl.ManageNameIDRequestImpl
-
NameID child element.
- nameID - Variable in class org.opensaml.saml.saml2.core.impl.NameIDMappingRequestImpl
-
NameID child element.
- nameID - Variable in class org.opensaml.saml.saml2.core.impl.NameIDMappingResponseImpl
-
NameID child element.
- nameID - Variable in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationImpl
-
NameID child element.
- nameID - Variable in class org.opensaml.saml.saml2.core.impl.SubjectImpl
-
NameID child element.
- NameID - Interface in org.opensaml.saml.saml2.core
-
SAML 2.0 Core NameID.
- nameIdBuilder - Variable in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects
-
Builder for NameID objects.
- nameIdBuilder - Variable in class org.opensaml.saml.saml2.profile.impl.CopyNameIDFromRequest
-
Builder for NameID objects.
- NameIDBuilder - Class in org.opensaml.saml.saml2.core.impl
-
Builder for
NameIDobjects. - NameIDBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.NameIDBuilder
- nameIdentifier - Variable in class org.opensaml.saml.saml1.core.impl.SubjectImpl
-
Contains the NameIdentifier inside the Subject.
- nameIdentifier - Variable in class org.opensaml.saml.saml1.profile.impl.CopyNameIdentifierFromRequest
-
NameIdentifier to copy.
- NameIdentifier - Interface in org.opensaml.saml.saml1.core
-
Interface to define how a NameIdentifier element behaves.
- nameIdentifierBuilder - Variable in class org.opensaml.saml.saml1.profile.impl.AddNameIdentifierToSubjects
-
Builder for NameIdentifier objects.
- nameIdentifierBuilder - Variable in class org.opensaml.saml.saml1.profile.impl.CopyNameIdentifierFromRequest
-
Builder for NameIdentifier objects.
- NameIdentifierBuilder - Class in org.opensaml.saml.saml1.core.impl
-
Builder of
NameIdentifierobjects. - NameIdentifierBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.NameIdentifierBuilder
- nameIdentifierContextLookupStrategy - Variable in class org.opensaml.saml.saml1.profile.impl.CopyNameIdentifierFromRequest
-
Strategy used to locate the name identifier context to copy from.
- nameIdentifierContextLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.CopyNameIDFromRequest
-
Strategy used to locate the name identifier context to copy from.
- NameIdentifierGenerator<NameIdType extends SAMLObject> - Interface in org.opensaml.saml.common.profile
-
Interface for a component that produces SAML
NameIdentifierand/orNameIDobjects 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
NameIdentifierobjects. - 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
NameIdentifierobjects. - 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 for
NameIDFormat. - NameIDFormatBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.NameIDFormatBuilder
- NameIDFormatFilter - Class in org.opensaml.saml.metadata.resolver.filter.impl
-
A filter that adds
NameIDFormatcontent to entities in order to drive software behavior based on them. - NameIDFormatFilter() - Constructor for class org.opensaml.saml.metadata.resolver.filter.impl.NameIDFormatFilter
-
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.
- nameIDFormats - Variable in class org.opensaml.saml.ext.saml2mdquery.impl.QueryDescriptorTypeImpl
-
Supported NameID formats.
- nameIDFormats - Variable in class org.opensaml.saml.saml2.metadata.impl.AuthnAuthorityDescriptorImpl
-
NameID formats supported by this descriptor.
- nameIDFormats - Variable in class org.opensaml.saml.saml2.metadata.impl.PDPDescriptorImpl
-
NameIDFormat children.
- nameIDFormats - Variable in class org.opensaml.saml.saml2.metadata.impl.SSODescriptorImpl
-
NameID formats supported by this entity.
- nameIdGeneratorMap - Variable in class org.opensaml.saml.common.profile.impl.ChainingNameIdentifierGenerator
-
Map of formats to generators.
- 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
-
Builder for
NameIDMappingRequest. - NameIDMappingRequestBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.NameIDMappingRequestBuilder
- 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
NameIDMappingRequestobjects. - 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
-
Builder for
NameIDMappingResponse. - NameIDMappingResponseBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.NameIDMappingResponseBuilder
- 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
NameIDMappingResponseobjects. - 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
NameIDMappingResponseobjects. - 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 NameIDMappingService}.
- NameIDMappingServiceBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.NameIDMappingServiceBuilder
- 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.
- nameIDMappingServices - Variable in class org.opensaml.saml.saml2.metadata.impl.IDPSSODescriptorImpl
-
NameID mapping services for this entity.
- nameIDPolicy - Variable in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
-
NameIDPolicy child element.
- nameIDPolicy - Variable in class org.opensaml.saml.saml2.core.impl.NameIDMappingRequestImpl
-
NameIDPolicy child element.
- NameIDPolicy - Interface in org.opensaml.saml.saml2.core
-
SAML 2.0 Core NameIDPolicy.
- NameIDPolicyBuilder - Class in org.opensaml.saml.saml2.core.impl
-
Builder for
NameIDPolicy. - NameIDPolicyBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.NameIDPolicyBuilder
- 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
NameIDPolicyobjects. - NameIDPolicyMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.NameIDPolicyMarshaller
- nameIDPolicyPredicate - Variable in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects
-
Predicate to validate
NameIDPolicy. - NameIDPolicyUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Unmarshaller for
NameIDPolicyobjects. - 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.
- NameIDTypeMarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread safe Marshaller for
NameIDTypeobjects. - NameIDTypeMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.NameIDTypeMarshaller
- NameIDTypeUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Unmarshaller for
NameIDTypeobjects. - NameIDTypeUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.NameIDTypeUnmarshaller
- NAMEPSACE_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.Action
-
Name of the Namespace attribute.
- nameQualifier - Variable in class org.opensaml.saml.saml1.core.impl.NameIdentifierImpl
-
Contents of the NameQualifierAttribute.
- nameQualifier - Variable in class org.opensaml.saml.saml2.core.impl.AbstractNameIDType
-
Name Qualifier of the Name ID.
- nameQualifier - Variable in class org.opensaml.saml.saml2.core.impl.BaseIDImpl
-
Name Qualifier of BaseID.
- NAMEQUALIFIER_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.NameIdentifier
-
Name for the attribute which defines Name Qualifier.
- names - Variable in class org.opensaml.saml.saml2.metadata.impl.OrganizationImpl
-
OrganizationName children.
- namespace - Variable in class org.opensaml.saml.saml1.core.impl.ActionImpl
-
Place to store the namespace.
- namespace - Variable in class org.opensaml.saml.saml2.core.impl.ActionImpl
-
URI of the Namespace of this Action.
- namespace - Variable in class org.opensaml.saml.saml2.metadata.impl.AdditionalMetadataLocationImpl
-
Namespace scope of the root metadata element at the location.
- 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 - Static variable in class org.opensaml.core.xml.mock.SimpleXMLObject
-
Default namespace.
- 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.
- NAMESPACE_PREFIX - Static variable in class org.opensaml.core.xml.mock.SimpleXMLObject
-
Default namespace prefix.
- 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.
- namespacePrefix - Variable in class org.opensaml.core.xml.Namespace
-
Prefix of the namespace.
- namespaceURI - Variable in class org.opensaml.core.xml.Namespace
-
URI of the namespace.
- 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.
- negativeLookupCacheDuration - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Negative lookup cache duration.
- negativeLookupCacheExpiration - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.EntityManagementData
-
The time at which the negative lookup cache flag expires, if set.
- Never - Enum constant in enum class org.opensaml.saml.security.SAMLMetadataKeyAgreementEncryptionConfiguration.KeyWrap
-
Never use key wrap for metadata credentials.
- newEncryptedID - Variable in class org.opensaml.saml.saml2.core.impl.ManageNameIDRequestImpl
-
NameID child element.
- NewEncryptedID - Interface in org.opensaml.saml.saml2.core
-
SAML 2.0 Core NewEncryptedID.
- NewEncryptedIDBuilder - Class in org.opensaml.saml.saml2.core.impl
-
Builder for
NewEncryptedIDobjects. - NewEncryptedIDBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.NewEncryptedIDBuilder
- 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
NewEncryptedID. - 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. - newFilterContext() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
-
Get a new instance of
MetadataFilterContextto be used when filtering metadata. - newFilterContext() - Method in class org.opensaml.saml.metadata.resolver.impl.FileBackedHTTPMetadataResolver
-
Get a new instance of
MetadataFilterContextto be used when filtering metadata. - newID - Variable in class org.opensaml.saml.saml2.core.impl.ManageNameIDRequestImpl
-
NewID child element.
- 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
NewIDobjects. - NewIDBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.NewIDBuilder
- 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.
- newInstance() - Method in interface org.opensaml.messaging.pipeline.httpclient.HttpClientMessagePipelineFactory
-
Return a new instance of
HttpClientMessagePipeline. - newInstance() - Method in interface org.opensaml.messaging.pipeline.servlet.HttpServletMessagePipelineFactory
-
Return a new instance of
HttpServletMessagePipelineFactory. - 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.KeyAgreementKeyInfoGeneratorFactory
-
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.
- newInstance(Class<? extends KeyInfo>) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory
-
Get a new instance of the generator type produced by the factory, and which generates
KeyInfoinstances of the specified type, for exampleOriginatorKeyInfoorRecipientKeyInfo. - newInstance(Class<? extends KeyInfo>) - Method in class org.opensaml.xmlsec.keyinfo.impl.KeyAgreementKeyInfoGeneratorFactory
-
Get a new instance of the generator type produced by the factory, and which generates
KeyInfoinstances of the specified type, for exampleOriginatorKeyInfoorRecipientKeyInfo. - newInstance(Class<? extends KeyInfo>) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
-
Get a new instance of the generator type produced by the factory, and which generates
KeyInfoinstances of the specified type, for exampleOriginatorKeyInfoorRecipientKeyInfo. - newInstance(Class<? extends KeyInfo>) - Method in interface org.opensaml.xmlsec.keyinfo.KeyInfoGeneratorFactory
-
Get a new instance of the generator type produced by the factory, and which generates
KeyInfoinstances of the specified type, for exampleOriginatorKeyInfoorRecipientKeyInfo. - newInstance(String) - Method in interface org.opensaml.messaging.pipeline.httpclient.HttpClientMessagePipelineFactory
-
Return a new instance of
HttpClientMessagePipeline. - newInstance(String) - Method in interface org.opensaml.messaging.pipeline.servlet.HttpServletMessagePipelineFactory
-
Return a new instance of
HttpServletMessagePipelineFactory. - 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.KeyAgreementKeyInfoGeneratorFactory
-
Get a new instance to hold options.
- newOptions() - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
-
Get a new instance to hold options.
- newPipeline() - Method in class org.opensaml.soap.client.http.AbstractPipelineHttpSOAPClient
-
Get a new instance of the
HttpClientMessagePipelineto be processed. - newPipeline() - Method in class org.opensaml.soap.client.http.PipelineFactoryHttpSOAPClient
-
Get a new instance of the
HttpClientMessagePipelineto be processed. - newPipeline(String) - Method in class org.opensaml.soap.client.http.PipelineFactoryHttpSOAPClient
-
Get a new instance of the
HttpClientMessagePipelineto be processed. - next() - Method in class org.opensaml.core.xml.persist.FilesystemLoadSaveManager.FileIterator
- next() - Method in class org.opensaml.messaging.context.BaseContext.ContextSetNoRemoveIteratorDecorator
- next() - Method in class org.opensaml.saml.metadata.resolver.impl.CompositeMetadataResolver.CompositeMetadataResolverIterable.CompositeMetadataResolverIterator
- next() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList.MutableChildrenIterator
- next() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList.MutableChildrenListIterator
- next() - Method in class org.opensaml.security.credential.impl.AbstractChainingCredentialResolver.CredentialIterator
- next() - Method in class org.opensaml.xmlsec.encryption.support.ChainingEncryptedKeyResolver.ChainingIterator
- nextCredential - Variable in class org.opensaml.security.credential.impl.AbstractChainingCredentialResolver.CredentialIterator
-
The next credential that is safe to return.
- nextDestination - Variable in class org.opensaml.saml.saml2.binding.security.impl.ExtractChannelBindingsHeadersHandler
-
Include header blocks targeted at the next destination node?
- nextIndex() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList.MutableChildrenListIterator
- nextKey - Variable in class org.opensaml.xmlsec.encryption.support.ChainingEncryptedKeyResolver.ChainingIterator
-
The next encrypted key that is safe to return.
- nextRefresh - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
-
Next time a refresh cycle will occur.
- nil - Variable in class org.opensaml.core.xml.AbstractXMLObject
-
The value of the
xsi:nilattribute. - 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.
- NO_VAL - Variable in class org.opensaml.profile.testing.RequestContextBuilder
-
Value used to represent a string value that has not be set.
- NoConfidentialityMessageChannelPredicate - Class in org.opensaml.messaging.logic
-
A predicate implementation that indicates whether the message channel does NOT support confidentiality end-to-end.
- 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.messaging.logic.NoConfidentialityMessageChannelPredicate
- NoConfidentialityMessageChannelPredicate() - Constructor for class org.opensaml.profile.logic.NoConfidentialityMessageChannelPredicate
- nodeActors - Variable in class org.opensaml.soap.messaging.context.InboundSOAPContext
-
The set of actor URI's under which this SOAP node is operating.
- NodeProcessingMetadataFilter - Class in org.opensaml.saml.metadata.resolver.filter.impl
-
An implementation of
MetadataFilterwhich applies aMetadataNodeProcessorto 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.messaging.logic
-
A predicate implementation that indicates whether the message channel does NOT support integrity end-to-end.
- 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.messaging.logic.NoIntegrityMessageChannelPredicate
- 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.
- noNamespaceSchemaLocation - Variable in class org.opensaml.core.xml.AbstractXMLObject
-
No-namespace schema locations for this XML object.
- nonce - Variable in class org.opensaml.xmlsec.derivation.impl.DHLegacyKDF
-
Nonce.
- 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 - Enum constant in enum class org.opensaml.saml.metadata.resolver.impl.TemplateRequestURLBuilder.EncodingStyle
-
No encoding.
- NONE - Static variable in interface org.opensaml.soap.wsaddressing.Address
-
None address URI.
- noPRCSatisfies - Variable in class org.opensaml.profile.logic.MessageContextPredicateAdapter
-
Flag indicating whether failure to resolve a parent ProfileRequestContext satisfies the predicate.
- noResultIsError - Variable in class org.opensaml.saml.common.binding.impl.PopulateSignatureSigningParametersHandler
-
Whether failure to resolve parameters should be raised as an error.
- noResultIsError - Variable in class org.opensaml.saml.common.profile.impl.PopulateSignatureSigningParameters
-
Whether failure to resolve parameters should be raised as an error.
- 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_BEFORE_ATTRIB_QNAME - Static variable in interface org.opensaml.saml.saml2.core.Conditions
-
QName for the NotBefore attribute.
- NOT_BEFORE_ATTRIB_QNAME - Static variable in interface org.opensaml.saml.saml2.core.SubjectConfirmationData
-
QName for the NotBefore attribute.
- NOT_ON_OR_AFTER_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.Conditions
-
Name for the NotOnOrAfter attribute.
- 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
-
Name for the NotOnOrAfter attribute.
- NOT_ON_OR_AFTER_ATTRIB_QNAME - Static variable in interface org.opensaml.saml.saml2.core.Conditions
-
QName for the NotOnOrAfter attribute.
- NOT_ON_OR_AFTER_ATTRIB_QNAME - Static variable in interface org.opensaml.saml.saml2.core.LogoutRequest
-
QName for the NotOnOrAfter attribute.
- NOT_ON_OR_AFTER_ATTRIB_QNAME - Static variable in interface org.opensaml.saml.saml2.core.SubjectConfirmationData
-
QName for the NotOnOrAfter attribute.
- NotApplicable - Enum constant in enum class org.opensaml.xacml.ctx.DecisionType.DECISION
-
Not applicable.
- notBefore - Variable in class org.opensaml.saml.saml1.core.impl.ConditionsImpl
-
Value saved in the NotBefore attribute.
- notBefore - Variable in class org.opensaml.saml.saml2.core.impl.ConditionsImpl
-
Not Before conditions.
- notBefore - Variable in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationDataImpl
-
NotBefore of the Confirmation Data.
- NOTBEFORE_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.Conditions
-
Name for the NotBefore attribute.
- NOTBEFORE_ATTRIB_QNAME - Static variable in interface org.opensaml.saml.saml1.core.Conditions
-
QName for the NotBefore attribute.
- notBeforeRequired - Variable in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Predicate for determining whether an Assertion SubjectConfirmationData NotBefore is required.
- notOnOrAfter - Variable in class org.opensaml.saml.saml1.core.impl.ConditionsImpl
-
Value saved in the NotOnOrAfter attribute.
- notOnOrAfter - Variable in class org.opensaml.saml.saml2.core.impl.ConditionsImpl
-
Not On Or After conditions.
- notOnOrAfter - Variable in class org.opensaml.saml.saml2.core.impl.LogoutRequestImpl
-
NotOnOrAfter attribute.
- notOnOrAfter - Variable in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationDataImpl
-
NotOnOrAfter of the Confirmation Data.
- NOTONORAFTER_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml1.core.Conditions
-
Name for the NotOnOrAfter attribute.
- NOTONORAFTER_ATTRIB_QNAME - Static variable in interface org.opensaml.saml.saml1.core.Conditions
-
QName for the NotOnOrAfter attribute.
- notOnOrAfterRequired - Variable in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Predicate for determining whether an Assertion SubjectConfirmationData NotOnOrAfter is required.
- NoWrapAutoEndDeflaterOutputStream(OutputStream, int) - Constructor for class org.opensaml.saml.saml2.binding.encoding.impl.HTTPRedirectDeflateEncoder.NoWrapAutoEndDeflaterOutputStream
-
Creates a new output stream with a default no-wrap compressor and buffer size, and the specified compression level.
- NoWrapAutoEndInflaterInputStream(InputStream) - Constructor for class org.opensaml.saml.saml2.binding.decoding.impl.HTTPRedirectDeflateDecoder.NoWrapAutoEndInflaterInputStream
-
Creates a new input stream with a default no-wrap decompressor and buffer size.
- nsManager - Variable in class org.opensaml.core.xml.AbstractXMLObject
-
The namespace manager for this XML object.
- nsStr - Variable in class org.opensaml.core.xml.Namespace
-
String representation of this namespace.
- NullFunction() - Constructor for class org.opensaml.profile.action.impl.PopulateMetricContext.NullFunction
- nullifyOutboundMessage - Variable in class org.opensaml.soap.soap11.profile.impl.AddSOAPFault
-
Whether to set the outbound message context's message property to null.
- numeric - Variable in class org.opensaml.core.xml.schema.XSBooleanValue
-
Whether to use the numeric representation of the lexical one.
O
- oaepParams - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptionMethodImpl
-
OAEPparams child element value.
- oaepParams - Variable in class org.opensaml.xmlsec.encryption.support.RSAOAEPParameters
-
Base64-encoded OAEPParams value.
- 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
- 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.
- objectIndex - Variable in class org.opensaml.core.xml.util.IndexedXMLObjectChildrenList
-
Index of objects by type and name.
- objectLookupStrategy - Variable in class org.opensaml.saml.common.profile.logic.AbstractNameIDPolicyPredicate
-
Object lookup function.
- objectMetadata - Variable in class org.opensaml.core.xml.AbstractXMLObject
-
The multimap holding class-indexed instances of additional info associated with this XML object.
- objects() - Method in class org.opensaml.storage.testing.StorageServiceTest
-
Test object handling.
- OBLIGATION_ID_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.ObligationType
-
ObligationId attribute name.
- ObligationHandlerComparator() - Constructor for class org.opensaml.xacml.ctx.provider.impl.ObligationService.ObligationHandlerComparator
- obligationHandlers - Variable in class org.opensaml.xacml.ctx.provider.impl.ObligationService
-
Registered obligation handlers.
- obligationId - Variable in class org.opensaml.xacml.policy.impl.ObligationTypeImpl
-
Obligation Id.
- ObligationProcessingContext - Class in org.opensaml.xacml.ctx.provider.impl
-
A context for processing obligations.
- ObligationProcessingContext(ResultType) - Constructor for class org.opensaml.xacml.ctx.provider.impl.ObligationProcessingContext
-
Constructor.
- ObligationProcessingException - Exception in org.opensaml.xacml.ctx.provider.impl
-
Exception thrown if there is a problem evaluating an obligation.
- ObligationProcessingException() - Constructor for exception org.opensaml.xacml.ctx.provider.impl.ObligationProcessingException
-
Constructor.
- ObligationProcessingException(Exception) - Constructor for exception org.opensaml.xacml.ctx.provider.impl.ObligationProcessingException
-
Constructor.
- ObligationProcessingException(String) - Constructor for exception org.opensaml.xacml.ctx.provider.impl.ObligationProcessingException
-
Constructor.
- ObligationProcessingException(String, Exception) - Constructor for exception org.opensaml.xacml.ctx.provider.impl.ObligationProcessingException
-
Constructor.
- obligations - Variable in class org.opensaml.xacml.ctx.impl.ResultTypeImpl
-
The obligations in this Result.
- obligations - Variable in class org.opensaml.xacml.policy.impl.ObligationsTypeImpl
-
A list of the obligations.
- obligations - Variable in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
-
Policy obligations.
- obligations - Variable in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
-
Policy obligations.
- ObligationService - Class in org.opensaml.xacml.ctx.provider.impl
-
A service for evaluating the obligations within a context.
- ObligationService() - Constructor for class org.opensaml.xacml.ctx.provider.impl.ObligationService
-
Constructor.
- ObligationService.ObligationHandlerComparator - Class in org.opensaml.xacml.ctx.provider.impl
-
Comparator used to order obligation handlers by precedence.
- 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.
- obtainPrivateCredential(Credential, KeyAgreementParameters) - Method in class org.opensaml.xmlsec.agreement.impl.AbstractKeyAgreementProcessor
-
Obtain the private credential which is compatible with the given public credential.
- obtainPrivateCredential(Credential, KeyAgreementParameters) - Method in class org.opensaml.xmlsec.agreement.impl.DHWithExplicitKDFKeyAgreementProcessor
-
Obtain the private credential which is compatible with the given public credential.
- obtainPrivateCredential(Credential, KeyAgreementParameters) - Method in class org.opensaml.xmlsec.agreement.impl.DHWithLegacyKDFKeyAgreementProcessor
-
Obtain the private credential which is compatible with the given public credential.
- obtainPrivateCredential(Credential, KeyAgreementParameters) - Method in class org.opensaml.xmlsec.agreement.impl.ECDHKeyAgreementProcessor
-
Obtain the private credential which is compatible with the given public credential.
- Off - Enum constant in enum class org.opensaml.saml.metadata.resolver.DetectDuplicateEntityIDs
-
No duplicate detection.
- oid - Variable in class org.opensaml.security.crypto.ec.curves.BasicNamedCurve
-
Curve OID.
- ok - Variable in class org.opensaml.soap.wstrust.impl.RenewingImpl
-
The OK attribute value.
- OK_ATTRIB_NAME - Static variable in interface org.opensaml.soap.wstrust.Renewing
-
The wst:Renewing/@OK attribute local name.
- omitQualifiers - Variable in class org.opensaml.saml.common.profile.AbstractNameIdentifierGenerator
-
Flag allowing qualifier(s) to be omitted when they would match defaults or are not set.
- onBadIndexUseDefault - Variable in class org.opensaml.saml.metadata.support.AttributeConsumingServiceSelector
-
Flag which determines whether, in the case of an invalid index, to return the default AttributeConsumingService.
- 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
OneTimeUseobjects. - OneTimeUseBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.OneTimeUseBuilder
- OneTimeUseConditionValidator - Class in org.opensaml.saml.saml2.assertion.impl
-
ConditionValidatorused forOneTimeUseconditions. - OneTimeUseConditionValidator(ReplayCache, Duration) - Constructor for class org.opensaml.saml.saml2.assertion.impl.OneTimeUseConditionValidator
-
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
OneTimeUseobjects. - 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
OneTimeUseobjects. - OneTimeUseUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.OneTimeUseUnmarshaller
- opContextLookup - Variable in class org.opensaml.messaging.context.navigate.MessageContextLookup
-
The operation context lookup.
- OpenSAMLInitBaseTestCase - Class in org.opensaml.core.testing
-
Base test class for code that needs OpenSAML initialized before any tests are run.
- OpenSAMLInitBaseTestCase() - Constructor for class org.opensaml.core.testing.OpenSAMLInitBaseTestCase
- operation - Variable in class org.opensaml.profile.context.AccessControlContext
-
The operation.
- OperationContextEntityIDLookup - Class in org.opensaml.saml.common.binding.security.impl
-
Function for resolving the SAML entity ID from the parent
InOutOperationContext. - OperationContextEntityIDLookup() - Constructor for class org.opensaml.saml.common.binding.security.impl.OperationContextEntityIDLookup
-
Constructor.
- OperationContextEntityIDLookup(Class<? extends AbstractAuthenticatableSAMLEntityContext>) - Constructor for class org.opensaml.saml.common.binding.security.impl.OperationContextEntityIDLookup
-
Constructor.
- operationLookupStrategy - Variable in class org.opensaml.profile.action.impl.CheckAccess
-
Lookup strategy for operation.
- operationTimeout - Variable in class org.opensaml.storage.impl.memcached.MemcachedStorageService
-
Memcached asynchronous operation timeout in seconds.
- 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:Optionalattribute. - options - Variable in class org.opensaml.security.x509.impl.CertPathPKIXTrustEvaluator
-
Options influencing processing behavior.
- options - Variable in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory.BasicKeyInfoGenerator
-
The set of options to be used by the generator.
- options - Variable in class org.opensaml.xmlsec.keyinfo.impl.BasicKeyInfoGeneratorFactory
-
The set of options configured for the factory.
- options - Variable in class org.opensaml.xmlsec.keyinfo.impl.KeyAgreementKeyInfoGeneratorFactory.KeyAgreementKeyInfoGenerator
-
The set of options to be used by the generator.
- options - Variable in class org.opensaml.xmlsec.keyinfo.impl.KeyAgreementKeyInfoGeneratorFactory
-
The set of options configured for the factory.
- options - Variable in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
-
The set of options configured for the factory.
- options - Variable in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
-
The set of options to be used by the generator.
- orderedDescriptors - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver.EntityBackingStore
-
Ordered list of entity descriptors.
- orderedDescriptors - Variable in class org.opensaml.saml.saml2.metadata.impl.EntitiesDescriptorImpl
-
Ordered set of child Entity/Entities Descriptors.
- 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
Criterionsubclasses. - org.opensaml.core.metrics - package org.opensaml.core.metrics
-
Classes supporting code instrumentation.
- org.opensaml.core.metrics.impl - package org.opensaml.core.metrics.impl
-
Implementation classes supporting code instrumentation.
- org.opensaml.core.testing - package org.opensaml.core.testing
- 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.mock - package org.opensaml.core.xml.mock
- org.opensaml.core.xml.persist - package org.opensaml.core.xml.persist
-
Components for persisting XMLObjects.
- org.opensaml.core.xml.persist.impl - package org.opensaml.core.xml.persist.impl
-
Implementations of XML persistence interfaces.
- 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.httpclient - package org.opensaml.messaging.context.httpclient
-
Interfaces and classes for tracking HTTP 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.httpclient - package org.opensaml.messaging.decoder.httpclient
-
Interfaces and classes for decoding HTTP 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.httpclient - package org.opensaml.messaging.encoder.httpclient
-
Interfaces and classes for encoding HTTP 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.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.messaging.logic - package org.opensaml.messaging.logic
-
Interfaces and classes for messaging logic.
- org.opensaml.messaging.pipeline - package org.opensaml.messaging.pipeline
-
Interfaces and classes for message processing pipelines.
- org.opensaml.messaging.pipeline.httpclient - package org.opensaml.messaging.pipeline.httpclient
-
Interfaces and classes for HTTP message processing pipelines.
- org.opensaml.messaging.pipeline.servlet - package org.opensaml.messaging.pipeline.servlet
-
Interfaces and classes for HTTP Servlet message processing pipelines.
- 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.criterion - package org.opensaml.profile.criterion
-
Profile
Criterionimplementations. - org.opensaml.profile.logic - package org.opensaml.profile.logic
-
First order logic predicates and functions used for working with profile request data.
- org.opensaml.profile.testing - package org.opensaml.profile.testing
- org.opensaml.saml.common - package org.opensaml.saml.common
-
Base classes for working with SAML as Java objects.
- org.opensaml.saml.common.assertion - package org.opensaml.saml.common.assertion
-
Common classes for validating SAML Assertions.
- 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.messaging.logic - package org.opensaml.saml.common.messaging.logic
-
Predicates related to SAML message contexts.
- org.opensaml.saml.common.messaging.soap - package org.opensaml.saml.common.messaging.soap
-
Support classes for SAML SOAP message operations.
- 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 library configuration.
- org.opensaml.saml.config.impl - package org.opensaml.saml.config.impl
-
SAML configuration initializers.
- org.opensaml.saml.criterion - package org.opensaml.saml.criterion
-
Criterionbased 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.reqattr - package org.opensaml.saml.ext.reqattr
-
Interface for SAML V2.0 Protocol Extension For Requesting Attributes Per Request.
- org.opensaml.saml.ext.reqattr.impl - package org.opensaml.saml.ext.reqattr.impl
-
Implementations for SAML V2.0 Protocol Extension For Requesting Attributes Per Request.
- 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.criteria.entity - package org.opensaml.saml.metadata.criteria.entity
-
Classes for SAML metadata entity criteria.
- org.opensaml.saml.metadata.criteria.entity.impl - package org.opensaml.saml.metadata.criteria.entity.impl
-
Implementation classes related to
EntityDescriptorcriteria, particularly evaluable (predicate) criteria. - org.opensaml.saml.metadata.criteria.role - package org.opensaml.saml.metadata.criteria.role
-
Classes for SAML metadata role criteria.
- org.opensaml.saml.metadata.criteria.role.impl - package org.opensaml.saml.metadata.criteria.role.impl
-
Implementation classes related to
RoleDescriptorcriteria, particularly evaluable (predicate) criteria. - org.opensaml.saml.metadata.generator.impl - package org.opensaml.saml.metadata.generator.impl
-
Implementation of Velocity-based metadata generation.
- 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.data.impl - package org.opensaml.saml.metadata.resolver.filter.data.impl
-
Data classes for use with
MetadataFilterContext. - org.opensaml.saml.metadata.resolver.filter.impl - package org.opensaml.saml.metadata.resolver.filter.impl
-
Implementation of Metadata Filters.
- org.opensaml.saml.metadata.resolver.impl - package org.opensaml.saml.metadata.resolver.impl
-
Classes for retrieving, filtering, and querying metadata.
- org.opensaml.saml.metadata.resolver.index - package org.opensaml.saml.metadata.resolver.index
-
Classes for SAML metadata indexing.
- org.opensaml.saml.metadata.resolver.index.impl - package org.opensaml.saml.metadata.resolver.index.impl
-
Implementation of the metadata resolver indexes.
- 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.saml1.testing - package org.opensaml.saml.saml1.testing
- org.opensaml.saml.saml2.assertion - package org.opensaml.saml.saml2.assertion
-
Interfaces and API classes for validating SAML 2 Assertions.
- org.opensaml.saml.saml2.assertion.impl - package org.opensaml.saml.saml2.assertion.impl
-
Implementation classes for validating SAML 2 Assertions.
- 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 2.0 message encoders.
- org.opensaml.saml.saml2.binding.impl - package org.opensaml.saml.saml2.binding.impl
-
General message handlers for SAML 2.0.
- org.opensaml.saml.saml2.binding.security.impl - package org.opensaml.saml.saml2.binding.security.impl
-
Security-related message handlers for SAML 2.0.
- 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 SAML 2.0 metadata objects.
- 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 profiles.
- org.opensaml.saml.saml2.profile.impl - package org.opensaml.saml.saml2.profile.impl
-
Implementations of SAML 2.0 profile behavior.
- org.opensaml.saml.saml2.testing - package org.opensaml.saml.saml2.testing
- org.opensaml.saml.saml2.wssecurity - package org.opensaml.saml.saml2.wssecurity
-
Classes for SAML WS-Security.
- org.opensaml.saml.saml2.wssecurity.messaging.impl - package org.opensaml.saml.saml2.wssecurity.messaging.impl
-
Implementation of SAML WS-Security message handler functionality.
- org.opensaml.saml.security - package org.opensaml.saml.security
-
Classes related to general security components within a SAML system.
- 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
-
OpenSAML configuration classes.
- org.opensaml.security.config.impl - package org.opensaml.security.config.impl
-
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
Criterionwhere the parameterized evaluation target type isCredential. - org.opensaml.security.credential.impl - package org.opensaml.security.credential.impl
-
CredentialResolverimplementation 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.crypto.dh - package org.opensaml.security.crypto.dh
-
Support for Diffie-Hellman cryptography.
- org.opensaml.security.crypto.ec - package org.opensaml.security.crypto.ec
-
Support for Elliptic-Curve cryptography.
- org.opensaml.security.crypto.ec.curves - package org.opensaml.security.crypto.ec.curves
-
Implementations of
NamedCurveused with Elliptic-Curve cryptography. - org.opensaml.security.httpclient - package org.opensaml.security.httpclient
-
Security API support for Apache HttpClient.
- org.opensaml.security.httpclient.impl - package org.opensaml.security.httpclient.impl
-
Security implementation support for Apache HttpClient.
- 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.testing - package org.opensaml.security.testing
- 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
-
TrustEngineimplementation 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
-
TrustEngineimplementation 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.client.messaging - package org.opensaml.soap.client.messaging
-
SOAP HTTP client messaging functionality.
- org.opensaml.soap.client.security - package org.opensaml.soap.client.security
-
Classes related to SOAP client security.
- org.opensaml.soap.client.soap11.decoder.http.impl - package org.opensaml.soap.client.soap11.decoder.http.impl
-
SOAP 1.1 client message decoding support implementations.
- org.opensaml.soap.client.soap11.encoder.http.impl - package org.opensaml.soap.client.soap11.encoder.http.impl
-
SOAP 1.1 client message encoding support implementations.
- org.opensaml.soap.common - package org.opensaml.soap.common
-
Common classes shared across SOAP versions, clients, and transports.
- org.opensaml.soap.config.impl - package org.opensaml.soap.config.impl
-
Configuration and initialization of SOAP XMLObject providers.
- org.opensaml.soap.messaging - package org.opensaml.soap.messaging
-
SOAP messaging support components.
- 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.messaging.impl - package org.opensaml.soap.soap11.messaging.impl
-
SOAP messaging support implementations.
- 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.messaging - package org.opensaml.soap.wsaddressing.messaging
-
WS-Addressing messaging support components.
- org.opensaml.soap.wsaddressing.messaging.impl - package org.opensaml.soap.wsaddressing.messaging.impl
-
WS-Addressing message handling components.
- 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.messaging - package org.opensaml.soap.wssecurity.messaging
-
WS-Security messaging support components.
- org.opensaml.soap.wssecurity.messaging.impl - package org.opensaml.soap.wssecurity.messaging.impl
-
WS-Security message handling components.
- 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.spring.config - package org.opensaml.spring.config
-
Beans for configuration classes.
- org.opensaml.spring.credential - package org.opensaml.spring.credential
-
Factory beans for various credential classes.
- org.opensaml.spring.httpclient - package org.opensaml.spring.httpclient
-
Factory beans for various classes related to use of HttpClient.
- org.opensaml.spring.tls - package org.opensaml.spring.tls
-
Spring support for TLS configuration.
- org.opensaml.spring.trust - package org.opensaml.spring.trust
-
Factory beans for trust engines.
- 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
StorageServiceuse by custom objects. - org.opensaml.storage.impl - package org.opensaml.storage.impl
-
Storage-related implementation classes.
- org.opensaml.storage.impl.client - package org.opensaml.storage.impl.client
-
Implementation of
StorageServicethat unifies cookie and HTML Local Storage. - org.opensaml.storage.impl.memcached - package org.opensaml.storage.impl.memcached
-
Implementation of memcached
StorageService. - org.opensaml.storage.testing - package org.opensaml.storage.testing
- org.opensaml.xacml - package org.opensaml.xacml
-
General XACML classes.
- org.opensaml.xacml.config.impl - package org.opensaml.xacml.config.impl
-
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.impl - package org.opensaml.xacml.ctx.provider.impl
-
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.impl - package org.opensaml.xacml.profile.saml.config.impl
-
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.agreement - package org.opensaml.xmlsec.agreement
-
API components related to key agreement operations.
- org.opensaml.xmlsec.agreement.impl - package org.opensaml.xmlsec.agreement.impl
-
Implementation components related to key agreement operations.
- 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
-
OpenSAML configuration classes.
- org.opensaml.xmlsec.config.impl - package org.opensaml.xmlsec.config.impl
-
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.derivation - package org.opensaml.xmlsec.derivation
-
API components related to key derivation operations.
- org.opensaml.xmlsec.derivation.impl - package org.opensaml.xmlsec.derivation.impl
-
Implementation components related to key derivation 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.impl.provider - package org.opensaml.xmlsec.impl.provider
-
Provides implementation of Santuario-specific components.
- 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.messaging.impl - package org.opensaml.xmlsec.messaging.impl
-
Message handlers for XML Security functionality.
- 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.impl.provider - package org.opensaml.xmlsec.signature.support.impl.provider
-
Provides Santuario-specific implementation of signing and validation.
- organization - Variable in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
-
Organization the administers this entity.
- organization - Variable in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorImpl
-
Organization administering this role.
- organization - Variable in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter
-
Organization child.
- Organization - Interface in org.opensaml.saml.saml2.metadata
-
SAML 2.0 Metadata Organization.
- OrganizationBuilder - Class in org.opensaml.saml.saml2.metadata.impl
-
Builder for
Organization. - OrganizationBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.OrganizationBuilder
- OrganizationDisplayName - Interface in org.opensaml.saml.saml2.metadata
-
SAML 2.0 Metadata OrganizationDisplayName.
- OrganizationDisplayNameBuilder - Class in org.opensaml.saml.saml2.metadata.impl
-
Builder for
OrganizationDisplayName. - OrganizationDisplayNameBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.OrganizationDisplayNameBuilder
- 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.
- 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
Organizationobjects. - 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
-
Builder for
OrganizationName. - OrganizationNameBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.OrganizationNameBuilder
- 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.
- OrganizationUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
-
A thread-safe Unmarshaller for
Organizationobjects. - 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
-
Builder for
OrganizationURL. - OrganizationURLBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.OrganizationURLBuilder
- 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.
- original - Variable in class org.opensaml.security.crypto.ec.EnhancedECParameterSpec
-
The original instance.
- originatorCredential - Variable in class org.opensaml.xmlsec.agreement.impl.BasicKeyAgreementCredential
-
Originator credential.
- originatorKeyInfo - Variable in class org.opensaml.xmlsec.encryption.impl.AgreementMethodImpl
-
OriginatorKeyInfo child element value.
- 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
- originatorKeyInfoGeneratorManager - Variable in class org.opensaml.xmlsec.keyinfo.impl.KeyAgreementKeyInfoGeneratorFactory.KeyAgreementOptions
-
KeyInfo generator manager for OriginatorKeyInfo elements.
- 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
OriginatorKeyInfoobjects. - OriginatorKeyInfoMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.OriginatorKeyInfoMarshaller
- OriginatorKeyInfoUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
-
A thread-safe Unmarshaller for
OriginatorKeyInfoobjects. - OriginatorKeyInfoUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.OriginatorKeyInfoUnmarshaller
- OTHER - Enum constant in enum 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.
- otherSource - Variable in class org.opensaml.xmlsec.encryption.impl.SaltImpl
-
OtherSource child element value.
- OtherSource - Interface in org.opensaml.xmlsec.encryption
-
XMLObject representing XML Encryption 1.1 OtherSource element.
- OtherSourceBuilder - Class in org.opensaml.xmlsec.encryption.impl
-
Builder of
OtherSource. - OtherSourceBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.OtherSourceBuilder
- OtherSourceImpl - Class in org.opensaml.xmlsec.encryption.impl
-
Abstract implementation of
OtherSource. - OtherSourceImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.OtherSourceImpl
-
Constructor.
- OtherSourceMarshaller - Class in org.opensaml.xmlsec.encryption.impl
-
A thread-safe Marshaller for
OtherSourceobjects. - OtherSourceMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.OtherSourceMarshaller
- OtherSourceUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
-
A thread-safe Unmarshaller for
OtherSourceobjects. - OtherSourceUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.OtherSourceUnmarshaller
- OUTBOUND - Enum constant in enum class org.opensaml.messaging.context.navigate.MessageContextLookup.Direction
-
Indicates to use the outbound message context, obtained via
InOutOperationContext.getOutboundMessageContext(). - OUTBOUND_MSG_ID - Static variable in class org.opensaml.profile.testing.ActionTestingSupport
-
ID of the outbound message.
- OUTBOUND_MSG_ISSUER - Static variable in class org.opensaml.profile.testing.ActionTestingSupport
-
Issuer of the outbound message.
- outboundContext - Variable in class org.opensaml.messaging.context.InOutOperationContext
-
The outbound message context.
- outboundMessage - Variable in class org.opensaml.profile.testing.RequestContextBuilder
-
The outbound message.
- outboundMessage - Variable in class org.opensaml.saml.common.messaging.soap.SAMLSOAPClientContextBuilder
-
The outbound message.
- OutboundMessageContextLookup - Class in org.opensaml.profile.context.navigate
- OutboundMessageContextLookup() - Constructor for class org.opensaml.profile.context.navigate.OutboundMessageContextLookup
- outboundMessageId - Variable in class org.opensaml.profile.testing.RequestContextBuilder
-
The ID of the outbound message.
- outboundMessageIssueInstant - Variable in class org.opensaml.profile.testing.RequestContextBuilder
-
The issue instant of the outbound message.
- outboundMessageIssuer - Variable in class org.opensaml.profile.testing.RequestContextBuilder
-
The issuer of the outbound message.
- outboundPayloadHandler - Variable in class org.opensaml.messaging.pipeline.BasicMessagePipeline
-
Outbound payload message handler.
- outboundTransportHandler - Variable in class org.opensaml.messaging.pipeline.BasicMessagePipeline
-
Outbound transport message handler.
- overwriteExisting - Variable in class org.opensaml.saml.saml1.profile.impl.AddNameIdentifierToSubjects
-
Flag controlling whether to overwrite an existing NameIdentifier.
- overwriteExisting - Variable in class org.opensaml.saml.saml1.profile.impl.AddResponseShell
-
Overwrite an existing message?
- overwriteExisting - Variable in class org.opensaml.saml.saml1.profile.impl.AddSubjectConfirmationToSubjects
-
Flag controlling whether to overwrite an existing confirmation.
- overwriteExisting - Variable in class org.opensaml.saml.saml1.profile.impl.CopyNameIdentifierFromRequest
-
Flag controlling whether to overwrite an existing NameIdentifier.
- overwriteExisting - Variable in class org.opensaml.saml.saml2.profile.impl.AbstractResponseShellAction
-
Overwrite an existing message?
- overwriteExisting - Variable in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects
-
Flag controlling whether to overwrite an existing NameID.
- overwriteExisting - Variable in class org.opensaml.saml.saml2.profile.impl.AddStatusResponseShell
-
Overwrite an existing message?
- overwriteExisting - Variable in class org.opensaml.saml.saml2.profile.impl.AddSubjectConfirmationToSubjects
-
Flag controlling whether to overwrite existing confirmations.
- overwriteExisting - Variable in class org.opensaml.saml.saml2.profile.impl.CopyNameIDFromRequest
-
Flag controlling whether to overwrite an existing NameID.
- owner - Variable in class org.opensaml.core.xml.NamespaceManager
-
The owning XMLObject.
- owner - Variable in class org.opensaml.core.xml.util.IDIndex
-
The XMLObject which owns this ID index.
- OWNER_ID_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.AffiliationDescriptor
-
"affiliationOwnerID" attribute's local name.
- ownerID - Variable in class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorImpl
-
ID of the owner of this affiliation.
P
- p - Variable in class org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
-
P child element.
- p - Variable in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
-
P child element.
- 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.
- padParam(String) - Static method in class org.opensaml.xmlsec.derivation.impl.ConcatKDF
-
Pad the specified concatenation parameter value for output in the formed required by XML Encryption 1.1.
- 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 - Variable in class org.opensaml.spring.httpclient.HttpClientSecurityParametersMergingFactoryBean
-
The list of input parameters to merge.
- parameters - Variable in class org.opensaml.xmlsec.agreement.impl.BasicKeyAgreementCredential
-
Parameters.
- parameters - Variable in class org.opensaml.xmlsec.encryption.impl.AlgorithmIdentifierTypeImpl
-
Parameters child element.
- parameters - Variable in class org.opensaml.xmlsec.encryption.support.KeyAgreementEncryptionConfiguration
-
The collection of
KeyAgreementParameter. - Parameters - Interface in org.opensaml.xmlsec.encryption
-
XMLObject representing XML Encryption, version 1.1, Parameters element.
- parametersParser - Variable in class org.opensaml.xmlsec.keyinfo.impl.provider.AgreementMethodKeyInfoProvider
-
Parser for AgreementMethod parameters.
- params - Variable in class org.opensaml.security.crypto.ec.curves.BasicNamedCurve
-
Curve's parameters as an instance of
ECParameterSpec. - params - Variable in class org.opensaml.xmlsec.impl.StaticDecryptionParametersResolver
-
Static parameters.
- params - Variable in class org.opensaml.xmlsec.impl.StaticEncryptionParametersResolver
-
Static parameters.
- params - Variable in class org.opensaml.xmlsec.impl.StaticSignatureSigningParametersResolver
-
Static parameters.
- params - Variable in class org.opensaml.xmlsec.impl.StaticSignatureValidationParametersResolver
-
Static parameters.
- params - Variable in class org.opensaml.xmlsec.signature.support.SignatureValidationParametersCriterion
-
The SignatureValidationParameters instance.
- paramSpec - Variable in class org.opensaml.security.crypto.ec.curves.AbstractNamedCurve
-
Instance of
ECParameterSpeccorresponding to the curve. - parent - Variable in class org.opensaml.core.xml.AbstractXMLObject
-
Parent of this element.
- parent - Variable in class org.opensaml.core.xml.util.XMLObjectChildrenList
-
Parent to the elements in this list.
- parent - Variable in class org.opensaml.messaging.context.BaseContext
-
The owning parent context.
- parent - Variable in class org.opensaml.security.credential.impl.AbstractChainingCredentialResolver.CredentialIterable
-
The chaining credential resolver which owns this instance.
- parent - Variable in class org.opensaml.security.credential.impl.AbstractChainingCredentialResolver.CredentialIterator
-
The chaining credential resolver which owns this instance.
- parent - Variable in class org.opensaml.xmlsec.encryption.support.ChainingEncryptedKeyResolver.ChainingIterable
-
The chaining encrypted key resolver which owns this instance.
- parent - Variable in class org.opensaml.xmlsec.encryption.support.ChainingEncryptedKeyResolver.ChainingIterator
-
The chaining encrypted key resolver which owns this instance.
- parentClass - Variable in class org.opensaml.messaging.context.navigate.RecursiveTypedParentContextLookup
-
The target parent class.
- parentContext - Variable in class org.opensaml.messaging.handler.impl.AbstractMessageChannelSecurity
-
Parent for eventual context.
- parentContext - Variable in class org.opensaml.profile.action.impl.AbstractMessageChannelSecurity
-
Parent for eventual context.
- ParentContextLookup<StartContext extends BaseContext,
ParentContext extends BaseContext> - Class in org.opensaml.messaging.context.navigate -
A
ContextDataLookupFunctionthat gets the parent of a given context. - ParentContextLookup(Class<ParentContext>) - Constructor for class org.opensaml.messaging.context.navigate.ParentContextLookup
-
Constructor.
- parentContextLookupStrategy - Variable in class org.opensaml.messaging.handler.impl.AbstractMessageChannelSecurity
-
Strategy used to look up the parent
BaseContexton which theMessageChannelSecurityContextwill be populated. - parentContextLookupStrategy - Variable in class org.opensaml.profile.action.impl.AbstractMessageChannelSecurity
-
Strategy used to look up the parent
BaseContexton which theMessageChannelSecurityContextwill be populated. - parentLookup - Variable in class org.opensaml.saml.common.binding.security.impl.OperationContextEntityIDLookup
-
Parent operation context lookup function.
- ParentProfileRequestContextLookup<StartContext extends BaseContext> - Class in org.opensaml.profile.context.navigate
-
A convenience subtype of
RecursiveTypedParentContextLookupwhich returns theProfileRequestContextparent of the targetBaseContext. - ParentProfileRequestContextLookup() - Constructor for class org.opensaml.profile.context.navigate.ParentProfileRequestContextLookup
-
Constructor.
- parentType - Variable in class org.opensaml.messaging.context.navigate.ParentContextLookup
-
Parent type.
- 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(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.
- parse(InputStream, boolean) - Method in class org.opensaml.xmlsec.impl.provider.ApacheSantuarioXMLParser
- parse(String) - Method in class org.opensaml.security.x509.InternalX500DNHandler
-
Parse the string 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(XMLObject) - Method in class org.opensaml.xmlsec.agreement.impl.DigestMethod.Parser
-
Parse the specified
XMLObjectinto aKeyAgreementParameter. - parse(XMLObject) - Method in class org.opensaml.xmlsec.agreement.impl.KANonce.Parser
-
Parse the specified
XMLObjectinto aKeyAgreementParameter. - parse(XMLObject) - Method in interface org.opensaml.xmlsec.agreement.impl.KeyAgreementParameterParser
-
Parse the specified
XMLObjectinto aKeyAgreementParameter. - parse(XMLObject) - Method in class org.opensaml.xmlsec.derivation.impl.ConcatKDF.Parser
-
Parse the specified
XMLObjectinto aKeyAgreementParameter. - parse(XMLObject) - Method in class org.opensaml.xmlsec.derivation.impl.PBKDF2.Parser
-
Parse the specified
XMLObjectinto aKeyAgreementParameter. - parse(AgreementMethod) - Method in class org.opensaml.xmlsec.agreement.impl.KeyAgreementParametersParser
-
Parse the specified
AgreementMethodinto an instance ofKeyAgreementParameters. - 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.
- parseArtifact(String) - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
-
Parse and decode the supplied encoded artifact string into a
SAML2Artifactinstance. - parseInputStream(InputStream, Document) - Method in class org.opensaml.xmlsec.encryption.support.Decrypter
-
Parse the specified input stream in a DOM DocumentFragment, owned by the specified Document.
- parseKeyType(byte[]) - Static method in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
-
Parse the JCA key algorithm type from the ASN.1 encoded form of the public key.
- parser - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
-
Pool of parsers used to process XML.
- Parser() - Constructor for class org.opensaml.xmlsec.agreement.impl.DigestMethod.Parser
- Parser() - Constructor for class org.opensaml.xmlsec.agreement.impl.KANonce.Parser
- Parser() - Constructor for class org.opensaml.xmlsec.derivation.impl.ConcatKDF.Parser
- Parser() - Constructor for class org.opensaml.xmlsec.derivation.impl.PBKDF2.Parser
- parserPool - Static variable in class org.opensaml.core.testing.XMLObjectBaseTestCase
-
Parser pool.
- parserPool - Variable in class org.opensaml.core.xml.config.XMLConfigurator
-
Pool of parsers used to read and validate configurations.
- parserPool - Variable in class org.opensaml.core.xml.config.XMLObjectProviderRegistry
-
Configured parser pool.
- parserPool - Variable in class org.opensaml.core.xml.persist.FilesystemLoadSaveManager
-
Parser pool instance for deserializing XML from the filesystem.
- parserPool - Variable in class org.opensaml.messaging.decoder.httpclient.BaseHttpClientResponseXMLMessageDecoder
-
Parser pool used to deserialize the message.
- parserPool - Variable in class org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder
-
Parser pool used to deserialize the message.
- parserPool - Variable in class org.opensaml.saml.common.binding.artifact.impl.StorageServiceSAMLArtifactMapEntryFactory
-
XML parsing component.
- parserPool - Variable in class org.opensaml.saml.saml2.binding.security.impl.SAML2HTTPPostSimpleSignSecurityHandler
-
Parser pool to use to process KeyInfo request parameter.
- parserPool - Variable in class org.opensaml.soap.client.http.HttpSOAPClient
-
Deprecated.Pool of XML parsers used to parser incoming responses.
- parserPool - Variable in class org.opensaml.storage.impl.client.XMLClientStorageServiceStore
-
Parser machinery.
- parserPool - Variable in class org.opensaml.storage.impl.client.XMLClientStorageServiceStore.XMLClientStorageServiceStoreFactory
-
ParserPool to pass into stores.
- parserPool - Variable in class org.opensaml.xmlsec.config.DecryptionParserPool
-
The wrapped parser pool instance.
- parserPool - Variable in class org.opensaml.xmlsec.encryption.support.Decrypter
-
ParserPool used in parsing decrypted data.
- parserPool - Variable in class org.opensaml.xmlsec.impl.provider.ApacheSantuarioXMLParser
-
Wrapped instance of
ParserPool. - parseSAMLVersion(Attr) - Method in class org.opensaml.saml.common.AbstractSAMLObjectUnmarshaller
-
Parse
SAMLVersioninstance from the specified DOM attribute. - parseValue(String) - Static method in enum class org.opensaml.core.xml.SpaceBearing.XMLSpaceEnum
-
Parse a string value into an XMLSpaceEnum.
- parseXMLDocument(String) - Method in class org.opensaml.core.testing.XMLObjectBaseTestCase
-
Parse an XML file as a classpath resource.
- 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 - Variable in class org.opensaml.soap.wstrust.impl.ParticipantsImpl
-
The list of
Participantchild elements. - 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
- PARTY_U_INFO_ATTRIBUTE_NAME - Static variable in interface org.opensaml.xmlsec.encryption.ConcatKDFParams
-
PartyUInfo attribute name.
- PARTY_V_INFO_ATTRIBUTE_NAME - Static variable in interface org.opensaml.xmlsec.encryption.ConcatKDFParams
-
PartyVInfo attribute name.
- partyUInfo - Variable in class org.opensaml.xmlsec.derivation.impl.ConcatKDF
-
PartyUInfo.
- partyUInfo - Variable in class org.opensaml.xmlsec.encryption.impl.ConcatKDFParamsImpl
-
PartyUInfo.
- partyVInfo - Variable in class org.opensaml.xmlsec.derivation.impl.ConcatKDF
-
PartyVInfo.
- partyVInfo - Variable in class org.opensaml.xmlsec.encryption.impl.ConcatKDFParamsImpl
-
PartyVInfo.
- PassthroughSourceStrategy - Class in org.opensaml.core.xml.persist.impl
-
Pass-through source strategy function.
- PassthroughSourceStrategy() - Constructor for class org.opensaml.core.xml.persist.impl.PassthroughSourceStrategy
- Password - Interface in org.opensaml.soap.wssecurity
-
The
Passwordelement. - 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
- path - Enum constant in enum class org.opensaml.saml.metadata.resolver.impl.TemplateRequestURLBuilder.EncodingStyle
-
URL path encoding.
- pathEscaper - Variable in class org.opensaml.saml.metadata.resolver.impl.MetadataQueryProtocolRequestURLBuilder
-
Path escaper for escaping the input value inserted into the URL path.
- pattern - Variable in class org.opensaml.saml.common.profile.logic.EntityRegexPredicate
-
Regular expression to test.
- pattern - Variable in class org.opensaml.saml.metadata.resolver.impl.RegexRequestURLBuilder
-
The compiled pattern.
- PBKDF2 - Class in org.opensaml.xmlsec.derivation.impl
-
Implementation of PBKDF2 key derivation as defined in XML Encryption 1.1.
- PBKDF2 - Static variable in class org.opensaml.xmlsec.config.impl.DefaultSecurityConfigurationBootstrap
-
Config property value for default KDF: PBKDF2.
- PBKDF2() - Constructor for class org.opensaml.xmlsec.derivation.impl.PBKDF2
- PBKDF2_JCA_ALGORITHM_BASE - Static variable in class org.opensaml.xmlsec.derivation.impl.PBKDF2
-
Base algorithm ID for PBKDF2 SecretKeyFactory.
- PBKDF2.Parser - Class in org.opensaml.xmlsec.derivation.impl
-
Implementation of
KeyAgreementParameterParser. - PBKDF2Params - Interface in org.opensaml.xmlsec.encryption
-
XMLObject representing XML Encryption 1.1 PBKDF2-params element.
- PBKDF2ParamsBuilder - Class in org.opensaml.xmlsec.encryption.impl
-
Builder of
PBKDF2Params. - PBKDF2ParamsBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.PBKDF2ParamsBuilder
- PBKDF2ParamsImpl - Class in org.opensaml.xmlsec.encryption.impl
-
Concrete implementation of
PBKDF2Params. - PBKDF2ParamsImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.PBKDF2ParamsImpl
-
Constructor.
- PBKDF2ParamsMarshaller - Class in org.opensaml.xmlsec.encryption.impl
-
A thread-safe Marshaller for
PBKDF2Paramsobjects. - PBKDF2ParamsMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.PBKDF2ParamsMarshaller
- PBKDF2ParamsUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
-
A thread-safe Unmarshaller for
PBKDF2Paramsobjects. - PBKDF2ParamsUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.PBKDF2ParamsUnmarshaller
- PBuilder - Class in org.opensaml.xmlsec.encryption.impl
-
Builder of
P. - PBuilder - Class in org.opensaml.xmlsec.signature.impl
-
Builder of
P. - PBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.PBuilder
- PBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.PBuilder
- PDPDescriptor - Interface in org.opensaml.saml.saml2.metadata
-
SAML 2.0 Metadata PDPDescriptor.
- PDPDescriptorBuilder - Class in org.opensaml.saml.saml2.metadata.impl
-
Builder for
PDPDescriptor. - PDPDescriptorBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.PDPDescriptorBuilder
- 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
PDPDescriptorobjects. - 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
PDPDescriptorobjects. - PDPDescriptorUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.PDPDescriptorUnmarshaller
- PEER - Enum constant in enum class org.opensaml.saml.saml2.encryption.Encrypter.KeyPlacement
-
Place the EncryptedKey element(s) as a peer to the EncryptedData inside the EncryptedElementType.
- peerContext - Variable in class org.opensaml.saml.common.binding.security.impl.BaseSAMLSimpleSignatureSecurityHandler
-
The context representing the SAML peer entity.
- peerContext - Variable in class org.opensaml.saml.common.binding.security.impl.BaseSAMLXMLSignatureSecurityHandler
-
The context representing the SAML peer entity.
- peerEntityDescriptor - Variable in class org.opensaml.saml.common.messaging.soap.SAMLSOAPClientContextBuilder
-
The SAML peer EntityDescriptor.
- peerEntityID - Variable in class org.opensaml.saml.common.messaging.soap.SAMLSOAPClientContextBuilder
-
The SAML peer entityID.
- PeerEntityIDCriterion - Class in org.opensaml.security.criteria
-
An implementation of
Criterionwhich specifies criteria pertaining to peer entity IDs. - PeerEntityIDCriterion(String) - Constructor for class org.opensaml.security.criteria.PeerEntityIDCriterion
-
Constructor.
- peerEntityRole - Variable in class org.opensaml.saml.common.messaging.soap.SAMLSOAPClientContextBuilder
-
The SAML peer entity role.
- peerEntityRole - Variable in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
-
The peer entity role QName.
- peerID - Variable in class org.opensaml.security.criteria.PeerEntityIDCriterion
-
Peer entity ID criteria.
- peerRole - Variable in class org.opensaml.saml.common.binding.impl.SAMLProtocolAndRoleHandler
-
Role type to add to context.
- peerRoleDescriptor - Variable in class org.opensaml.saml.common.messaging.soap.SAMLSOAPClientContextBuilder
-
The SAML peer RoleDescriptor.
- performCommonValidation(EncryptedType) - Method in class org.opensaml.xmlsec.encryption.support.DefaultPreDecryptionValidator
-
Perform validation common to both
EncryptedDataandEncryptedKey. - performKeyAgreement(ECPublicKey, ECPrivateKey, String) - Static method in class org.opensaml.security.crypto.ec.ECSupport
-
Perform ECDH key agreement between the given public and private keys.
- performKeyAgreement(DHPublicKey, DHPrivateKey, String) - Static method in class org.opensaml.security.crypto.dh.DHSupport
-
Perform DH key agreement between the given public and private keys.
- 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.
- performSignatureValidation(Assertion, ValidationContext) - Method in class org.opensaml.saml.saml2.assertion.SAML20AssertionValidator
-
Handle the actual signature validation.
- performTrustEval(X509Certificate[], String) - Method in class org.opensaml.security.x509.tls.impl.ThreadLocalX509TrustManager
-
Perform trust evaluation on the specified certificate chain using the trust engine and criteria available from
ThreadLocalX509TrustEngineContext. - performTrustEval(X509Certificate[], TrustEngine<? super X509Credential>, CriteriaSet) - Static method in class org.opensaml.security.x509.tls.impl.ThreadLocalX509TrustEngineSupport
-
Perform trust evaluation on the specified certificate chain using the supplied trust engine and criteria.
- Permit - Enum constant in enum class org.opensaml.xacml.ctx.DecisionType.DECISION
-
Permitted.
- Permit - Enum constant in enum class org.opensaml.xacml.policy.EffectType
-
"Permit" effect type.
- PERMIT - Enum constant in enum class org.opensaml.saml.saml1.core.DecisionTypeEnumeration
-
Permit decision type.
- PERMIT - Enum constant in enum 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.
- PersistentCacheInitializationMetrics() - Constructor for class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.PersistentCacheInitializationMetrics
- persistentCacheInitMetrics - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Object tracking metrics related to the persistent cache initialization.
- persistentCacheKeyGenerator - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Function for generating the String key used with the cache manager.
- persistentCacheManager - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
The manager for the persistent cache store for resolved metadata.
- PERSONAL_TELEPHONY_AUTHN_CTX - Static variable in interface org.opensaml.saml.saml2.core.AuthnContext
-
URI for Personalized Telephony authentication context.
- pgenCounter - Variable in class org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
-
pgenCounter child element.
- pgenCounter - Variable in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
-
PgenCounter child element.
- 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 - Class in org.opensaml.xmlsec.signature.impl
-
Builder of
PgenCounter. - PgenCounterBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.PgenCounterBuilder
- PgenCounterBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.PgenCounterBuilder
- PgenCounterImpl - Class in org.opensaml.xmlsec.encryption.impl
-
Concrete implementation of
PgenCounter. - PgenCounterImpl - Class in org.opensaml.xmlsec.signature.impl
-
Concrete implementation of
PgenCounter. - PgenCounterImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.PgenCounterImpl
-
Constructor.
- 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
- 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
PGPDataobjects. - PGPDataMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.PGPDataMarshaller
- PGPDataUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
-
A thread-safe Unmarshaller for
PGPDataobjects. - PGPDataUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.PGPDataUnmarshaller
- pgpKeyID - Variable in class org.opensaml.xmlsec.signature.impl.PGPDataImpl
-
PGPKeyID child element value.
- 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
- 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 - Variable in class org.opensaml.xmlsec.signature.impl.PGPDataImpl
-
PGPKeyPacket child element value.
- 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
- 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 - Class in org.opensaml.xmlsec.signature.impl
-
Concrete implementation of
P. - PImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.PImpl
-
Constructor.
- PImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.PImpl
-
Constructor.
- pipelineFactory - Variable in class org.opensaml.soap.client.http.PipelineFactoryHttpSOAPClient
-
Factory for the client message pipeline.
- PipelineFactoryHttpSOAPClient - Class in org.opensaml.soap.client.http
-
SOAP client that is based on
HttpClientMessagePipeline, produced at runtime from an instance ofHttpClientMessagePipelineFactory. - PipelineFactoryHttpSOAPClient() - Constructor for class org.opensaml.soap.client.http.PipelineFactoryHttpSOAPClient
- PipelineFactoryHttpSOAPClient.DefaultPipelineNameStrategy - Class in org.opensaml.soap.client.http
-
Default strategy for resolving SOAP client message pipeline name from the
SOAPClientContext.getPipelineName()which is a direct child of the input operation context. - PipelineMessageErrorHandler - Interface in org.opensaml.messaging.error
-
Deprecated, for removal: This API element is subject to removal in a future version.
- pipelineName - Variable in class org.opensaml.messaging.pipeline.StaticPipelineNameStrategy
-
The static pipeline name.
- pipelineName - Variable in class org.opensaml.saml.common.messaging.soap.SAMLSOAPClientContextBuilder
-
SOAP client message pipeline name.
- pipelineName - Variable in class org.opensaml.soap.client.SOAPClientContext
-
Name of the specific SOAP client pipeline to use, for example with
PipelineFactoryHttpSOAPClient. - pipelineNameStrategy - Variable in class org.opensaml.soap.client.http.PipelineFactoryHttpSOAPClient
-
Strategy function used to resolve the pipeline name to execute.
- pkixInfo - Variable in class org.opensaml.security.x509.impl.StaticPKIXValidationInformationResolver
-
The PKIX validation information to return.
- PKIXInlineValidationInfoFactoryBean - Class in org.opensaml.spring.trust
-
File system specific bean for PKIXValidationInfo.
- PKIXInlineValidationInfoFactoryBean() - Constructor for class org.opensaml.spring.trust.PKIXInlineValidationInfoFactoryBean
- pkixResolver - Variable in class org.opensaml.security.x509.impl.PKIXX509CredentialTrustEngine
-
Resolver used for resolving trusted credentials.
- pkixResolver - Variable in class org.opensaml.xmlsec.signature.support.impl.PKIXSignatureTrustEngine
-
Resolver used for resolving trusted credentials.
- PKIXResourceValidationInfoFactoryBean - Class in org.opensaml.spring.trust
-
File system specific bean for PKIXValidationInfo.
- PKIXResourceValidationInfoFactoryBean() - Constructor for class org.opensaml.spring.trust.PKIXResourceValidationInfoFactoryBean
- PKIXSignatureTrustEngine - Class in org.opensaml.xmlsec.signature.support.impl
-
An implementation of
SignatureTrustEnginewhich 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 - Variable in class org.opensaml.security.x509.impl.PKIXX509CredentialTrustEngine
-
The external PKIX trust evaluator used to establish trust.
- pkixTrustEvaluator - Variable in class org.opensaml.xmlsec.signature.support.impl.PKIXSignatureTrustEngine
-
The external PKIX trust evaluator used to establish trust.
- PKIXTrustEvaluator - Interface in org.opensaml.security.x509
-
An interface for classes which evaluate an
X509Credentialagainst a set of trustedPKIXValidationInformation, 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
Criterionto resolvePKIXValidationInformation, 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
X509Credentialtoken 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, X509CredentialNameEvaluator) - 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.
- policies - Variable in class org.opensaml.xacml.profile.saml.impl.ReferencedPoliciesTypeImpl
-
List of policies.
- policies - Variable in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
-
Policy children.
- policiesAndReferences - Variable in class org.opensaml.soap.wspolicy.impl.PolicyAttachmentImpl
-
Policy and PolicyReference children.
- policieSets - Variable in class org.opensaml.xacml.profile.saml.impl.ReferencedPoliciesTypeImpl
-
List of policieSets.
- 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
-
Implementation of
PolicyCombinerParametersTypeUnmarshaller. - PolicyCombinerParametersTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.PolicyCombinerParametersTypeImpl
-
Constructor.
- PolicyCombinerParametersTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
-
Builder for
PolicyCombinerParametersType. - PolicyCombinerParametersTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.PolicyCombinerParametersTypeImplBuilder
- PolicyCombinerParametersTypeMarshaller - Class in org.opensaml.xacml.policy.impl
-
Marshaller for
PolicyCombinerParametersType. - PolicyCombinerParametersTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.PolicyCombinerParametersTypeMarshaller
- PolicyCombinerParametersTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
-
Unmarshaller for
PolicyCombinerParametersType. - PolicyCombinerParametersTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.PolicyCombinerParametersTypeUnmarshaller
- policyDefaults - Variable in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
-
Policy defaults.
- policyId - Variable in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
-
ID of this policy.
- policyIdRef - Variable in class org.opensaml.xacml.policy.impl.PolicyCombinerParametersTypeImpl
-
Policy indentity reference.
- PolicyImpl - Class in org.opensaml.soap.wspolicy.impl
-
PolicyImpl.
- PolicyImpl(String, String, String) - Constructor for class org.opensaml.soap.wspolicy.impl.PolicyImpl
-
Constructor.
- policyMappingInhibit - Variable in class org.opensaml.security.x509.impl.CertPathPKIXValidationOptions
-
Disable policy mapping flag.
- PolicyMarshaller - Class in org.opensaml.soap.wspolicy.impl
-
Marshaller for the wsp:Policy element.
- PolicyMarshaller() - Constructor for class org.opensaml.soap.wspolicy.impl.PolicyMarshaller
- policyNameLookupStrategy - Variable in class org.opensaml.profile.action.impl.CheckAccess
-
Lookup strategy for policy to apply.
- 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
- policySet - Variable in class org.opensaml.saml.common.profile.logic.RegistrationPolicyPredicate
-
Policies to match on.
- PolicySetCombinerParametersType - Interface in org.opensaml.xacml.policy
-
XACML PolicySetCombineParameters schema type.
- PolicySetCombinerParametersTypeImpl - Class in org.opensaml.xacml.policy.impl
-
Implementation of
PolicySetCombinerParametersType. - PolicySetCombinerParametersTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.PolicySetCombinerParametersTypeImpl
-
Constructor.
- PolicySetCombinerParametersTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
-
Builder for
PolicySetCombinerParametersType. - PolicySetCombinerParametersTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.PolicySetCombinerParametersTypeImplBuilder
- PolicySetCombinerParametersTypeMarshaller - Class in org.opensaml.xacml.policy.impl
-
Marshaller for
PolicySetCombinerParametersType. - PolicySetCombinerParametersTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.PolicySetCombinerParametersTypeMarshaller
- PolicySetCombinerParametersTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
-
Unmarshaller for
PolicySetCombinerParametersType. - PolicySetCombinerParametersTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.PolicySetCombinerParametersTypeUnmarshaller
- policySetDefaults - Variable in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
-
Policy set defaults.
- policySetId - Variable in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
-
ID of this policy set.
- policySetIdRef - Variable in class org.opensaml.xacml.policy.impl.PolicySetCombinerParametersTypeImpl
-
Policy identity reference.
- policySets - Variable in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
-
PolicySet children.
- 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
PolicySetTypeobjects. - PolicySetTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.PolicySetTypeImplBuilder
- PolicySetTypeMarshaller - Class in org.opensaml.xacml.policy.impl
-
Marshaller for
PolicySetTypeobjects. - PolicySetTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.PolicySetTypeMarshaller
- PolicySetTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
-
Unmarshaller for
PolicySetTypeobjects. - 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
PolicyTypeobjects. - PolicyTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.PolicyTypeImplBuilder
- PolicyTypeMarshaller - Class in org.opensaml.xacml.policy.impl
-
Marshaller for
PolicyTypeobjects. - PolicyTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.PolicyTypeMarshaller
- PolicyTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
-
Unmarshaller for
PolicyTypeobjects. - 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:PolicyURIsattribute. - populateBindingContext(MessageContext) - Method in class org.opensaml.saml.saml1.binding.decoding.impl.HTTPArtifactDecoder
-
Populate the context which carries information specific to this binding.
- populateBindingContext(MessageContext) - Method in class org.opensaml.saml.saml1.binding.decoding.impl.HttpClientResponseSOAP11Decoder
-
Populate the context which carries information specific to this binding.
- populateBindingContext(MessageContext) - Method in class org.opensaml.saml.saml1.binding.decoding.impl.HTTPPostDecoder
-
Populate the context which carries information specific to this binding.
- populateBindingContext(MessageContext) - Method in class org.opensaml.saml.saml1.binding.decoding.impl.HTTPSOAP11Decoder
-
Populate the context which carries information specific to this binding.
- populateBindingContext(MessageContext) - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
-
Populate the context which carries information specific to this binding.
- populateBindingContext(MessageContext) - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HttpClientResponseSOAP11Decoder
-
Populate the context which carries information specific to this binding.
- populateBindingContext(MessageContext) - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPPostDecoder
-
Populate the context which carries information specific to this binding.
- populateBindingContext(MessageContext) - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPPostSimpleSignDecoder
-
Populate the context which carries information specific to this binding.
- populateBindingContext(MessageContext) - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPRedirectDeflateDecoder
-
Populate the context which carries information specific to this binding.
- populateBindingContext(MessageContext) - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPSOAP11Decoder
-
Populate the context which carries information specific to this binding.
- PopulateClientStorageLoadContext - Class in org.opensaml.storage.impl.client
-
An action that creates and populates a
ClientStorageLoadContextwith any storage keys identified as missing from the current session and in need of loading. - PopulateClientStorageLoadContext() - Constructor for class org.opensaml.storage.impl.client.PopulateClientStorageLoadContext
-
Constructor.
- PopulateClientStorageSaveContext - Class in org.opensaml.storage.impl.client
-
An action that creates and populates a
ClientStorageSaveContextwith any storage operations identified as required from the current session and in need of saving. - PopulateClientStorageSaveContext() - Constructor for class org.opensaml.storage.impl.client.PopulateClientStorageSaveContext
-
Constructor.
- PopulateClientTLSValidationParameters - Class in org.opensaml.profile.action.impl
-
Action that resolves and populates
ClientTLSValidationParameterson aClientTLSSecurityParametersContextcreated/accessed via a lookup function, by default on the inbound message context. - PopulateClientTLSValidationParameters() - Constructor for class org.opensaml.profile.action.impl.PopulateClientTLSValidationParameters
-
Constructor.
- populateConditionsParameters(Map<String, Object>, ValidateAssertions.AssertionValidationInput) - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Populate the static Conditions parameters.
- PopulateDecryptionParameters - Class in org.opensaml.profile.action.impl
-
Action that resolves and populates
DecryptionParameterson aSecurityParametersContextcreated/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
ECPContextbased 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.
- PopulateHttpClientSecurityParametersHandler - Class in org.opensaml.security.messaging.impl
-
Handler that resolves and populates
HttpClientSecurityParameterson aHttpClientSecurityContextcreated/accessed via a lookup function, by default as an immediate child context of the targetMessageContext. - PopulateHttpClientSecurityParametersHandler() - Constructor for class org.opensaml.security.messaging.impl.PopulateHttpClientSecurityParametersHandler
-
Constructor.
- PopulateMetricContext - Class in org.opensaml.profile.action.impl
-
An action that populates a
MetricContextchild of theProfileRequestContextwith a set of rules for activating timer measurements and counters on associated objects during the execution of a profile request. - PopulateMetricContext() - Constructor for class org.opensaml.profile.action.impl.PopulateMetricContext
- PopulateMetricContext.NullFunction - Class in org.opensaml.profile.action.impl
-
Default function to remove the context from the tree when no metrics are installed.
- populateNamespacePrefixes(Set<String>, XMLObject) - Method in class org.opensaml.saml.common.SAMLObjectContentReference
-
Populates the given set with the non-visibly used namespace prefixes used by the given XMLObject and all of its descendants, as determined by the signature content object's namespace manager.
- populateRSAOAEPParams(RSAOAEPParameters, CriteriaSet, Predicate<String>) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
-
Populate an instance of
RSAOAEPParametersbased on data from the supplied instances ofEncryptionConfiguration. - populateRSAOAEPParamsFromEncryptionMethod(RSAOAEPParameters, EncryptionMethod, Predicate<String>) - Method in class org.opensaml.saml.security.impl.SAMLMetadataEncryptionParametersResolver
-
Extract
DigestMethod,MGFandOAEPparamsdata present on the supplied instance ofEncryptionMethodand populate it on the supplied instance of ofRSAOAEPParameters. - populateSignatureCriteriaFromInboundContext(CriteriaSet, MessageContext) - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Populate signature criteria from the specified
MessageContext. - populateSignatureParameters(Map<String, Object>, ValidateAssertions.AssertionValidationInput) - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Populate the static signature parameters.
- PopulateSignatureSigningParameters - Class in org.opensaml.saml.common.profile.impl
-
Action that resolves and populates
SignatureSigningParameterson aSecurityParametersContextcreated/accessed via a lookup function, by default on the outbound message context. - PopulateSignatureSigningParameters() - Constructor for class org.opensaml.saml.common.profile.impl.PopulateSignatureSigningParameters
-
Constructor.
- PopulateSignatureSigningParametersHandler - Class in org.opensaml.saml.common.binding.impl
-
Handler that resolves and populates
SignatureSigningParameterson aSecurityParametersContextcreated/accessed via a lookup function, by default as an immediate child context of the targetMessageContext. - PopulateSignatureSigningParametersHandler() - Constructor for class org.opensaml.saml.common.binding.impl.PopulateSignatureSigningParametersHandler
-
Constructor.
- PopulateSignatureValidationParameters - Class in org.opensaml.profile.action.impl
-
Action that resolves and populates
SignatureValidationParameterson aSecurityParametersContextcreated/accessed via a lookup function, by default on the inbound message context. - PopulateSignatureValidationParameters() - Constructor for class org.opensaml.profile.action.impl.PopulateSignatureValidationParameters
-
Constructor.
- PopulateSignatureValidationParametersHandler - Class in org.opensaml.xmlsec.messaging.impl
-
Handler that resolves and populates
SignatureValidationParameterson aSecurityParametersContextcreated/accessed via a lookup function, by default as an immediate child context of the targetMessageContext. - PopulateSignatureValidationParametersHandler() - Constructor for class org.opensaml.xmlsec.messaging.impl.PopulateSignatureValidationParametersHandler
-
Constructor.
- populateStatementParams(Map<String, Object>, ValidateAssertions.AssertionValidationInput, Set<InetAddress>, Boolean) - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Populate the static Statement params.
- populateSubjectConfirmationParameters(Map<String, Object>, ValidateAssertions.AssertionValidationInput, Set<InetAddress>, Boolean) - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Populate the static SubjectConfirmation parameters.
- populateVelocityContext(VelocityContext, MessageContext, 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, 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() - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPArtifactEncoder
-
Performs HTTP POST based encoding.
- postEncode(MessageContext, 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(MessageContext, 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.
- postEncoding - Variable in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPArtifactEncoder
-
Whether the POST encoding should be used, instead of GET.
- 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. - postProcessParams(MessageContext, HttpClientSecurityParameters) - Method in class org.opensaml.security.messaging.impl.PopulateHttpClientSecurityParametersHandler
-
Post-process the resolved parameters.
- PPT_AUTHN_CTX - Static variable in interface org.opensaml.saml.saml2.core.AuthnContext
-
URI for Password Protected Transport authentication context.
- PRC_LOOKUP - Static variable in class org.opensaml.profile.action.AbstractHandlerDelegatingProfileAction
-
Lookup function for parent ProfileRequestContext.
- PRC_LOOKUP - Static variable in class org.opensaml.profile.logic.MessageContextPredicateAdapter
-
The lookup function for the ProfileRequestContext.
- precedence - Variable in class org.opensaml.xacml.ctx.provider.impl.BaseObligationHandler
-
Precedence of this handler.
- precedence - Variable in class org.opensaml.xmlsec.impl.BasicAlgorithmPolicyConfiguration
-
Precedence flag.
- Precedence() - Constructor for enum class org.opensaml.xmlsec.AlgorithmPolicyConfiguration.Precedence
- PreDecryptionValidationException - Exception in org.opensaml.xmlsec.encryption.support
-
Exception thrown when an error occurs during pre-decryption validation.
- PreDecryptionValidationException() - Constructor for exception org.opensaml.xmlsec.encryption.support.PreDecryptionValidationException
-
Constructor.
- PreDecryptionValidationException(Exception) - Constructor for exception org.opensaml.xmlsec.encryption.support.PreDecryptionValidationException
-
Constructor.
- PreDecryptionValidationException(String) - Constructor for exception org.opensaml.xmlsec.encryption.support.PreDecryptionValidationException
-
Constructor.
- PreDecryptionValidationException(String, Exception) - Constructor for exception org.opensaml.xmlsec.encryption.support.PreDecryptionValidationException
-
Constructor.
- preDecryptionValidator - Variable in class org.opensaml.xmlsec.encryption.support.Decrypter
-
The pre-decryption validator instance.
- PreDecryptionValidator - Interface in org.opensaml.xmlsec.encryption.support
-
Component which performs validation of encrypted types prior to decryption.
- predicate - Variable in class org.opensaml.profile.logic.PredicateAccessControl
-
The predicate to use.
- PredicateAccessControl - Class in org.opensaml.profile.logic
-
Access control implementation based on a predicate over a
ProfileRequestContext. - PredicateAccessControl(Predicate<ProfileRequestContext>) - Constructor for class org.opensaml.profile.logic.PredicateAccessControl
-
Constructor.
- PredicateFilter - Class in org.opensaml.saml.metadata.resolver.filter.impl
-
A filter that removes any
EntityDescriptorthat does or does not match aPredicate, thus an include or exclude policy. - PredicateFilter(PredicateFilter.Direction, Predicate<EntityDescriptor>) - Constructor for class org.opensaml.saml.metadata.resolver.filter.impl.PredicateFilter
-
Constructor.
- PredicateFilter.Direction - Enum Class in org.opensaml.saml.metadata.resolver.filter.impl
-
Whether matching means to include or exclude an entity.
- predicateFilterCandidates(Iterable<EntityDescriptor>, CriteriaSet, boolean) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
-
Filter the supplied candidates by resolving predicates from the supplied criteria and applying the predicates to return a filtered
Iterable. - predicateFilterCandidates(Iterable<RoleDescriptor>, CriteriaSet, boolean) - Method in class org.opensaml.saml.metadata.resolver.impl.PredicateRoleDescriptorResolver
-
Filter the supplied candidates by resolving predicates from the supplied criteria and applying the predicates to return a filtered
Iterable. - PredicateRoleDescriptorResolver - Class in org.opensaml.saml.metadata.resolver.impl
-
Implementation of
RoleDescriptorResolverwhich wraps an instance ofMetadataResolverto support basic EntityDescriptor resolution, and then performs further role-related filtering over the returned EntityDescriptor. - PredicateRoleDescriptorResolver(MetadataResolver) - Constructor for class org.opensaml.saml.metadata.resolver.impl.PredicateRoleDescriptorResolver
-
Constructor.
- preemptiveBasicAuthMap - Variable in class org.opensaml.security.httpclient.HttpClientSecurityParameters
-
Map of host specifications to basic-auth credentials to be applied preemptively.
- preemptiveBasicAuthMap - Variable in class org.opensaml.security.httpclient.impl.BasicHttpClientSecurityConfiguration
-
Map of host specifications to basic-auth credentials to be applied preemptively.
- preExecuted - Variable in class org.opensaml.profile.action.AbstractProfileAction
-
Has
AbstractProfileAction.doPreExecute(ProfileRequestContext)been called?. - prefix - Variable in class org.opensaml.saml.metadata.resolver.impl.EntityIDDigestGenerator
-
Prefix to prepend to the digested value.
- preInvokeCalled - Variable in class org.opensaml.messaging.handler.AbstractMessageHandler
-
Has
AbstractMessageHandler.doPostInvoke(MessageContext)been called?. - 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.client.soap11.encoder.http.impl.HttpClientRequestSOAP11Encoder
-
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.
- prepareContext(ScriptContext, Object...) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.ScriptedTrustedNamesFunction
- prepareElementContentForAssignment(QName, QName) - Method in class org.opensaml.core.xml.AbstractXMLObject
-
A helper function for derived classes.
- prepareForAdoption(XMLObject) - Method in class org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
-
Prepares the given DOM caching XMLObject for adoption into another document.
- prepareForAssignment(String, String) - Method in class org.opensaml.core.xml.AbstractXMLObject
-
A helper function for derived classes.
- prepareForAssignment(String, String, boolean) - 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.
- prepareForFiltering(XMLObject) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Prepare the object for filtering: If persistent caching is enabled, return a clone of the object in case the configured filter mutates the object.
- prepareHttpRequest() - Method in class org.opensaml.soap.client.soap11.encoder.http.impl.HttpClientRequestSOAP11Encoder
-
This implementation performs the following actions on the context's
ClassicHttpRequest: - prepareHttpServletResponse() - Method in class org.opensaml.soap.soap11.encoder.http.impl.HTTPSOAP11Encoder
-
This implementation performs the following actions on the context's
HttpServletResponse: - prepareSignatureParams(Signature, SignatureSigningParameters) - Static method in class org.opensaml.xmlsec.signature.support.SignatureSupport
-
Prepare a
Signaturewith necessary additional information prior to signing. - preProcessEncryptedData(EncryptedData, Key) - Method in class org.opensaml.xmlsec.encryption.support.Decrypter
-
Preprocess the EncryptedData.
- 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.impl.ObligationService
-
Preprocesses the obligations returned within the result.
- presenceSatisfies - Variable in class org.opensaml.saml.common.profile.logic.InboundMessageSignedPredicate
-
Flag indicating whether the presence of a non-null
Signaturemember satisfies the evaluation. - PRESERVE - Enum constant in enum class org.opensaml.core.xml.SpaceBearing.XMLSpaceEnum
-
xml:space value "preserve".
- previous() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList.MutableChildrenListIterator
- 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
- previousIndex() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList.MutableChildrenListIterator
- prf - Variable in class org.opensaml.xmlsec.derivation.impl.PBKDF2
-
Pseudo-random function algorithm.
- prf - Variable in class org.opensaml.xmlsec.encryption.impl.PBKDF2ParamsImpl
-
PRF child element.
- PRF - Interface in org.opensaml.xmlsec.encryption
-
XMLObject representing XML Encryption, version 1.1, PRF element.
- PRFBuilder - Class in org.opensaml.xmlsec.encryption.impl
-
Builder of
PRF. - PRFBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.PRFBuilder
- PRFImpl - Class in org.opensaml.xmlsec.encryption.impl
-
Abstract implementation of
PRF. - PRFImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.PRFImpl
-
Constructor.
- PRFMarshaller - Class in org.opensaml.xmlsec.encryption.impl
-
A thread-safe Marshaller for
PRFobjects. - PRFMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.PRFMarshaller
- PRFUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
-
A thread-safe Unmarshaller for
PRFobjects. - PRFUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.PRFUnmarshaller
- primary - Variable in class org.opensaml.soap.wstrust.impl.ParticipantsImpl
-
The
Primarychild element. - 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
- printXML(XMLObject, String) - Method in class org.opensaml.core.testing.XMLObjectBaseTestCase
-
For convenience when testing, pretty-print the specified XMLObject to a file, or to the console if filename is null.
- printXML(Node, String) - Method in class org.opensaml.core.testing.XMLObjectBaseTestCase
-
For convenience when testing, pretty-print the specified DOM node to a file, or to the console if filename is null.
- 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
PrivacyStatementURLobjects. - PrivacyStatementURLBuilder() - Constructor for class org.opensaml.saml.ext.saml2mdui.impl.PrivacyStatementURLBuilder
- 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.
- PrivateCredential - Class in org.opensaml.xmlsec.agreement.impl
-
Key agreement parameter used to pass a Credential holding a required private key.
- PrivateCredential(Credential) - Constructor for class org.opensaml.xmlsec.agreement.impl.PrivateCredential
-
Constructor.
- privateKey - Variable in class org.opensaml.security.credential.AbstractCredential
-
Private key of this credential.
- privateKey - Variable in class org.opensaml.security.x509.tls.impl.StaticX509CredentialKeyManager
-
The private key instance.
- privateKey - Variable in class org.opensaml.spring.credential.X509InlineCredentialFactoryBean
-
The private key.
- privateKeyInfo - Variable in class org.opensaml.spring.credential.BasicInlineCredentialFactoryBean
-
Configured private key Info.
- privateKeyInfo - Variable in class org.opensaml.spring.credential.BasicResourceCredentialFactoryBean
-
Configured private key Info.
- privateKeyPassword - Variable in class org.opensaml.spring.credential.AbstractCredentialFactoryBean
-
The privateKey Password (if any).
- privateKeyResource - Variable in class org.opensaml.spring.credential.BasicX509CredentialFactoryBean
-
Where the private key is to be found.
- 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
ProblemHeaderQNameelement. - 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.
- proceedToNextResolverIterator() - Method in class org.opensaml.saml.metadata.resolver.impl.CompositeMetadataResolver.CompositeMetadataResolverIterable.CompositeMetadataResolverIterator
-
Proceed to the next composed resolvers that has a response to the resolution query.
- 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.AgreementMethodKeyInfoProvider
-
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.ECKeyValueProvider
-
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.
- processAgreementParameters(KeyInfo, AgreementMethod, KeyAgreementCredential) - Method in class org.opensaml.xmlsec.keyinfo.impl.KeyAgreementKeyInfoGeneratorFactory.KeyAgreementKeyInfoGenerator
- 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.
- processAssertion(ProfileRequestContext, Assertion) - Method in class org.opensaml.saml.saml2.profile.impl.DecryptAttributes
-
Decrypt any
EncryptedAttributefound in an assertion and replace it with the result. - processAssertion(ProfileRequestContext, Assertion) - Method in class org.opensaml.saml.saml2.profile.impl.DecryptNameIDs
-
Decrypt any
EncryptedIDfound in an assertion and replace it with the result. - processAssertion(Assertion) - Method in class org.opensaml.saml.saml2.profile.impl.EncryptNameIDs
-
Decrypt any
EncryptedIDfound in an assertion and replace it with the result. - processAttribute(XMLObject, Attr) - Method in class org.opensaml.core.xml.AbstractExtensibleXMLObjectUnmarshaller
-
Unmarshalls the
xs:anyAttributeattributes. - 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.mock.SimpleXMLObjectUnmarshaller
-
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.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.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.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.NameIDTypeUnmarshaller
-
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.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.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.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.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.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.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.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.ConcatKDFParamsUnmarshaller
-
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.DerivedKeyUnmarshaller
-
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.KeyDerivationMethodUnmarshaller
-
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.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, Instant) - 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:anylist. - 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.mock.SimpleXMLObjectUnmarshaller
-
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.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.saml.ext.reqattr.impl.RequestedAttributesUnmarshaller
-
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.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.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.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.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.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.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.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.ConcatKDFParamsUnmarshaller
-
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.DerivedKeyUnmarshaller
-
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.KeyDerivationMethodUnmarshaller
-
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.PBKDF2ParamsUnmarshaller
-
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.SaltUnmarshaller
-
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.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(ClassicHttpResponse) - Method in class org.opensaml.saml.metadata.resolver.impl.HTTPMetadataResolver
-
Records the ETag and Last-Modified headers, from the response, if they are present.
- processContentReferences(Signature, SignatureSigningParameters) - Static method in class org.opensaml.xmlsec.signature.support.SignatureSupport
-
Prepare the content references.
- processCredentialCRLs - Variable in class org.opensaml.security.x509.PKIXValidationOptions
-
Flag as to whether CRLs supplied in the untrusted credential being evaluated will be processed.
- processCriteria(CriteriaSet, QName, Endpoint) - Method in class org.opensaml.saml.metadata.resolver.index.impl.EndpointMetadataIndex
-
Process the specified role and endpoint.
- 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.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.mock.SimpleXMLObjectUnmarshaller
-
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.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.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.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.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.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.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.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.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.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.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.
- processEmptyCRLs - Variable in class org.opensaml.security.x509.PKIXValidationOptions
-
Flag as to whether empty CRLs will be processed.
- processEncryptedAssertion(ProfileRequestContext, EncryptedAssertion) - Method in class org.opensaml.saml.saml2.profile.impl.DecryptAssertions
-
Decrypt an
EncryptedAssertionand return the result. - processEncryptedAttribute(ProfileRequestContext, EncryptedAttribute) - Method in class org.opensaml.saml.saml2.profile.impl.DecryptAttributes
-
Decrypt an
EncryptedAttributeand return the result. - processEncryptedID(ProfileRequestContext, EncryptedID) - Method in class org.opensaml.saml.saml2.profile.impl.DecryptNameIDs
-
Decrypt an
EncryptedIDand return the result. - processEntityCertificate(KeyInfo, X509Data, X509Credential) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
-
Process the value of
X509Credential.getEntityCertificate(). - processEntityCertificateChain(KeyInfo, X509Data, X509Credential) - Method in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
-
Process the value of
X509Credential.getEntityCertificateChain(). - processEntityDescriptor(EntityDescriptor, MetadataFilterContext, boolean) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.SignatureValidationFilter
-
Process the signatures on the specified EntityDescriptor and any signed children.
- processEntityGroup(EntitiesDescriptor, MetadataFilterContext, boolean) - 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(). - processExclusiveTransform(XMLSignature, Transform) - Method in class org.opensaml.saml.common.SAMLObjectContentReference
-
Populate the inclusive namspace prefixes on the specified Apache (exclusive) transform object.
- processExpiredCRLs - Variable in class org.opensaml.security.x509.PKIXValidationOptions
-
Flag as to whether expired CRLs will be processed.
- processFaultResponse(ClassicHttpResponse, InOutOperationContext) - Method in class org.opensaml.soap.client.http.HttpSOAPClient
-
Deprecated.Process a SOAP fault, as determined by an HTTP 500 status code, response.
- processingTime - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.PersistentCacheInitializationMetrics
-
Total processing time for the persistent cache, in nanoseconds.
- processKeyInfo(KeyInfo, KeyInfoResolutionContext, CriteriaSet, List<Credential>) - Method in class org.opensaml.xmlsec.keyinfo.impl.BasicProviderKeyInfoCredentialResolver
-
The main processing logic implemented by this resolver.
- processKeyInfo(Signature, SignatureSigningParameters) - Static method in class org.opensaml.xmlsec.signature.support.SignatureSupport
-
Prepare the content references.
- 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(). - processLocation(CriteriaSet, String) - Method in class org.opensaml.saml.metadata.resolver.index.impl.EndpointMetadataIndex
-
Process the specified location.
- processLogoutRequest(ProfileRequestContext, LogoutRequest) - Method in class org.opensaml.saml.saml2.profile.impl.DecryptNameIDs
-
Decrypt any
EncryptedIDfound in a LogoutRequest and replace it with the result. - processLogoutRequest(LogoutRequest) - Method in class org.opensaml.saml.saml2.profile.impl.EncryptNameIDs
-
Encrypt a
NameIDfound in a LogoutRequest and replace it with the result. - processManageNameIDRequest(ProfileRequestContext, ManageNameIDRequest) - Method in class org.opensaml.saml.saml2.profile.impl.DecryptNameIDs
-
Decrypt any
EncryptedIDfound in a ManageNameIDRequest and replace it with the result. - processManageNameIDRequest(ManageNameIDRequest) - Method in class org.opensaml.saml.saml2.profile.impl.EncryptNameIDs
-
Encrypt a
NameIDfound in a ManageNameIDRequest and replace it with the result. - processNameChecks(X509Credential, Set<String>) - Method in class org.opensaml.security.x509.impl.BasicX509CredentialNameEvaluator
-
Process any name checks that are enabled.
- processNameIDMappingRequest(ProfileRequestContext, NameIDMappingRequest) - Method in class org.opensaml.saml.saml2.profile.impl.DecryptNameIDs
-
Decrypt any
EncryptedIDfound in a NameIDMappingRequest and replace it with the result. - processNameIDMappingRequest(NameIDMappingRequest) - Method in class org.opensaml.saml.saml2.profile.impl.EncryptNameIDs
-
Encrypt a
NameIDfound in a NameIDMappingRequest and replace it with the result. - processNameIDMappingResponse(ProfileRequestContext, NameIDMappingResponse) - Method in class org.opensaml.saml.saml2.profile.impl.DecryptNameIDs
-
Decrypt any
EncryptedIDfound in a NameIDMappingResponse and replace it with the result. - processNameIDMappingResponse(NameIDMappingResponse) - Method in class org.opensaml.saml.saml2.profile.impl.EncryptNameIDs
-
Encrypt a
NameIDfound in a NameIDMappingResponse and replace it with the result. - processNames(Set<String>) - Method in class org.opensaml.security.x509.TrustedNamesCriterion
-
Sanitize input names.
- processNewEncryptedID(ProfileRequestContext, NewEncryptedID) - Method in class org.opensaml.saml.saml2.profile.impl.DecryptNameIDs
-
Decrypt a
NewEncryptedIDand return the result. - processNewMetadata(String, Instant, byte[]) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
-
Process a new metadata document.
- 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(XMLObject, String, boolean) - 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.
- processNode(XMLObject) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.NodeProcessingMetadataFilter
-
Process an individual metadata node.
- processNonEntityIDFetchedEntittiesDescriptor(EntitiesDescriptor) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Process an EntitiesDescriptor received from a non-entityID-based fetch.
- processNonEntityIDFetchedEntityDescriptor(EntityDescriptor) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Process an EntityDescriptor received from a non-entityID-based fetch.
- processNonExpiredMetadata(String, Instant, 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.impl.ObligationService
-
Processes the obligations within the effective XACML policy.
- processOriginatorKeyInfo(KeyInfo, AgreementMethod, KeyAgreementCredential) - Method in class org.opensaml.xmlsec.keyinfo.impl.KeyAgreementKeyInfoGeneratorFactory.KeyAgreementKeyInfoGenerator
-
Process the
KeyAgreementCredential.getOriginatorCredential(). - processors - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.NodeProcessingMetadataFilter
-
The ordered list of metadata node processors.
- processors - Variable in class org.opensaml.xmlsec.agreement.KeyAgreementProcessorRegistry
-
The registered processors.
- processPersistentCacheEntry(String, EntityDescriptor) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Process an entry loaded from the persistent cache.
- processPreExpiredMetadata(String, Instant, 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(). - processRecipientKeyInfo(KeyInfo, AgreementMethod, KeyAgreementCredential) - Method in class org.opensaml.xmlsec.keyinfo.impl.KeyAgreementKeyInfoGeneratorFactory.KeyAgreementKeyInfoGenerator
- processResponse(ProfileRequestContext, Response) - Method in class org.opensaml.saml.saml2.profile.impl.DecryptAssertions
-
Decrypt any
EncryptedAssertionfound in a response and replace it with the result. - processResult(ValidationContext, ValidationResult, Assertion, ProfileRequestContext) - Method in class org.opensaml.saml.saml2.profile.impl.ValidateAssertions
-
Process the result of the assertion validation.
- processResult(ValidationContext, ValidationResult, SAML20AssertionToken, MessageContext) - Method in class org.opensaml.saml.saml2.wssecurity.messaging.impl.WSSecuritySAML20AssertionTokenSecurityHandler
-
Process the result of the token validation.
- processRoleDescriptor(Collection<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.
- processSaml2ResponseAssertions(Response) - Method in class org.opensaml.saml.common.messaging.context.SAMLPeerEntityContext
-
Resolve the SAML entity ID from the Assertions of 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.
- processSubject(ProfileRequestContext, Subject) - Method in class org.opensaml.saml.saml2.profile.impl.DecryptNameIDs
-
Decrypt any
EncryptedIDfound in a subject and replace it with the result. - processSubject(Subject) - Method in class org.opensaml.saml.saml2.profile.impl.EncryptNameIDs
-
Encrypt any
NameIDs found in a subject and replace them with the result. - 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(ClassicHttpResponse, InOutOperationContext) - Method in class org.opensaml.soap.client.http.HttpSOAPClient
-
Deprecated.Process a successful, as determined by an HTTP 200 status code, response.
- processSuccessResponse(ClassicHttpResponse, SOAP11Context) - Method in class org.opensaml.soap.client.soap11.decoder.http.impl.HttpClientResponseSOAP11Decoder
-
Process a successful response, i.e.
- 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.
- processValues(Set<String>) - Method in class org.opensaml.xmlsec.criterion.DecryptionRecipientsCriterion
-
Sanitize input values.
- ProfileAction - Interface in org.opensaml.profile.action
-
Interface for actions that operate on a
ProfileRequestContext. - profileContext - Variable in class org.opensaml.saml.saml2.profile.impl.ValidateAssertions.AssertionValidationInput
-
The profile request context input.
- profileId - Variable in class org.opensaml.profile.action.impl.SetProfileId
-
ID of the profile in use.
- profileId - Variable in class org.opensaml.profile.context.ProfileRequestContext
-
Unique identifier for the profile/operation/function of the current request.
- profileId - Variable in class org.opensaml.profile.logic.ProfileIdPredicate
-
Profile ID to test for.
- ProfileIdLookup - Class in org.opensaml.profile.context.navigate
-
A
ContextDataLookupFunctionthat returns the profile ID for aProfileRequestContext. - 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 - Variable in class org.opensaml.profile.criterion.ProfileRequestContextCriterion
- ProfileRequestContext - 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.
- ProfileRequestContextCriterion - Class in org.opensaml.profile.criterion
-
Criterionrepresenting aProfileRequestContext. - ProfileRequestContextCriterion(ProfileRequestContext) - Constructor for class org.opensaml.profile.criterion.ProfileRequestContextCriterion
-
Constructor.
- profileRequestContextLookupStrategy - Variable in class org.opensaml.saml.common.binding.impl.SAMLMetadataLookupHandler
-
Optional but defaulted strategy for locating a PRC.
- 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
- properties - Variable in class org.opensaml.core.config.provider.PropertiesAdapter
-
The wrapped properties instance.
- properties - Variable in class org.opensaml.xmlsec.keyinfo.impl.KeyInfoResolutionContext
-
Extensible map of properties used to share state amongst providers and/or resolver logic.
- PROPERTIES - Static variable in class org.opensaml.core.config.provider.ThreadLocalConfigurationPropertiesHolder
-
ThreadLocal storage for the properties set.
- PropertiesAdapter - Class in org.opensaml.core.config.provider
-
An implementation of
ConfigurationPropertieswhich wraps an instance of JavaProperties. - PropertiesAdapter(Properties) - Constructor for class org.opensaml.core.config.provider.PropertiesAdapter
-
Constructor.
- 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.
- propertyResolver - Variable in class org.opensaml.spring.config.SpringConfigurationPropertiesSource
-
The supplied property resolver.
- propertyResolver - Variable in class org.opensaml.spring.config.SpringPropertiesAdapter
-
The wrapped properties instance.
- protocol - Variable in class org.opensaml.saml.common.messaging.context.SAMLProtocolContext
-
The SAML protocol in use.
- protocol - Variable in class org.opensaml.saml.common.messaging.soap.SAMLSOAPClientContextBuilder
-
The SAML protocol in use.
- protocol - Variable in class org.opensaml.saml.criterion.ProtocolCriterion
-
The SAML protocol.
- protocol - Variable in class org.opensaml.saml.metadata.criteria.role.impl.EvaluableProtocolRoleDescriptorCriterion
-
The SAML URI protocol being evaluated.
- 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.
- protocolBinding - Variable in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
-
ProtocolBinding attribute.
- ProtocolCriterion - Class in org.opensaml.saml.criterion
-
Criterionrepresenting a protocolSupportEnumeration value. - ProtocolCriterion(String) - Constructor for class org.opensaml.saml.criterion.ProtocolCriterion
-
Constructor.
- protocolMessage - Variable in class org.opensaml.saml.saml2.core.impl.ArtifactResponseImpl
-
Protocol message.
- protocolMessageLog - Variable in class org.opensaml.messaging.decoder.AbstractMessageDecoder
-
Used to log protocol messages.
- protocolMessageLog - Variable in class org.opensaml.messaging.encoder.AbstractMessageEncoder
-
Used to log protocol messages.
- protocolMessageLog - Variable in class org.opensaml.messaging.encoder.httpclient.BaseHttpClientRequestXMLMessageEncoder
-
Used to log protocol messages.
- protocolMessageLog - Variable in class org.opensaml.messaging.encoder.servlet.BaseHttpServletResponseXMLMessageEncoder
-
Used to log protocol messages.
- protocolMessageLog - Variable in class org.opensaml.saml.saml2.profile.impl.EncryptAssertions
-
Used to log protocol messages.
- protocolMessageLoggerSubCategory - Variable in class org.opensaml.messaging.decoder.AbstractMessageDecoder
-
The configured logging sub-category for protocol messages.
- protocolMessageLoggerSubCategory - Variable in class org.opensaml.messaging.encoder.AbstractMessageEncoder
-
The configured logging sub-category for protocol messages.
- 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.
- providerID - Variable in class org.opensaml.saml.saml2.core.impl.IDPEntryImpl
-
The unique identifier of the IdP.
- providerName - Variable in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
-
ProviderName attribute.
- providerName - Variable in class org.opensaml.saml.saml2.ecp.impl.RequestImpl
-
ProviderName attribute.
- providers - Variable in class org.opensaml.xmlsec.keyinfo.impl.BasicProviderKeyInfoCredentialResolver
-
List of KeyInfo providers that are registered on this instance.
- proxiedContextCreationStrategy - Variable in class org.opensaml.saml.saml2.binding.impl.ExtractProxiedRequestersHandler
-
Strategy for creating
ProxiedRequesterContext. - ProxiedRequesterContext - Class in org.opensaml.profile.context
-
A context which expresses one or more requesters on whose behalf a request is being handled.
- ProxiedRequesterContext() - Constructor for class org.opensaml.profile.context.ProxiedRequesterContext
-
Constructor.
- ProxiedRequesterPredicate - Class in org.opensaml.saml.common.messaging.logic
-
Predicate that determines whether one of a set of candidates is contained in a a
ProxiedRequesterContextsubcontext. - ProxiedRequesterPredicate(Collection<String>) - Constructor for class org.opensaml.saml.common.messaging.logic.ProxiedRequesterPredicate
-
Constructor.
- 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.
- proxyCount - Variable in class org.opensaml.saml.saml2.core.impl.ProxyRestrictionImpl
-
Count of the Restriction.
- proxyCount - Variable in class org.opensaml.saml.saml2.core.impl.ScopingImpl
-
ProxyCount attribute.
- proxyCount - Variable in class org.opensaml.saml.saml2.profile.impl.AddProxyRestrictionToAssertions
-
ProxyCount to add.
- ProxyRestriction - Interface in org.opensaml.saml.saml2.core
-
SAML 2.0 Core ProxyRestriction.
- ProxyRestrictionBuilder - Class in org.opensaml.saml.saml2.core.impl
-
Builder for
ProxyRestrictionobjects. - ProxyRestrictionBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.ProxyRestrictionBuilder
- ProxyRestrictionConditionValidator - Class in org.opensaml.saml.saml2.assertion.impl
-
ConditionValidatorimplementation forProxyRestrictionstyle conditions. - ProxyRestrictionConditionValidator() - Constructor for class org.opensaml.saml.saml2.assertion.impl.ProxyRestrictionConditionValidator
- 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.
- proxyRestrictionLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.AddProxyRestrictionToAssertions
-
Strategy used to obtain the material to add.
- ProxyRestrictionMarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Marshaller for
ProxyRestrictionobjects. - 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
ProxyRestrictionobjects. - 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 - Enum constant in enum class org.opensaml.xmlsec.keyinfo.KeyInfoCredentialResolutionMode.Mode
-
Public credential mode.
- 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
-
Builder for
Publication. - PublicationBuilder() - Constructor for class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationBuilder
- publicationId - Variable in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationImpl
-
The publicationId.
- publicationId - Variable in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationInfoImpl
-
The publicationId.
- 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
-
Builder for
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
-
Builder for
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
- publications - Variable in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationPathImpl
-
The policies.
- 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
- publicChild - Variable in class org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
-
Public element.
- 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 - Variable in class org.opensaml.security.credential.AbstractCredential
-
Public key of this credential.
- publicKey - Variable in class org.opensaml.security.credential.criteria.impl.EvaluablePublicKeyCredentialCriterion
-
Base criteria.
- publicKey - Variable in class org.opensaml.security.criteria.PublicKeyCriterion
-
Specifier of public key associated with resolved credentials.
- publicKey - Variable in class org.opensaml.xmlsec.signature.impl.ECKeyValueImpl
-
PublicKey child element value.
- 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
- PublicKeyCriterion - Class in org.opensaml.security.criteria
-
An implementation of
Criterionwhich 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.
- publicKeyInfo - Variable in class org.opensaml.spring.credential.BasicInlineCredentialFactoryBean
-
Configured public key Info.
- publicKeyInfo - Variable in class org.opensaml.spring.credential.BasicResourceCredentialFactoryBean
-
Configured public key Info.
- publisher - Variable in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationImpl
-
The publisher.
- publisher - Variable in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationInfoImpl
-
The publisher.
- 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(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.
- 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.
- putAll(Map<? extends QName, ? extends String>) - Method in class org.opensaml.core.xml.util.AttributeMap
Q
- q - Variable in class org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
-
Q child element.
- q - Variable in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
-
Q child element.
- 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 - Class in org.opensaml.xmlsec.signature.impl
-
Builder of
Q. - QBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.QBuilder
- QBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.QBuilder
- QImpl - Class in org.opensaml.xmlsec.encryption.impl
-
Concrete implementation of
Q. - QImpl - Class in org.opensaml.xmlsec.signature.impl
-
Concrete implementation of
Q. - QImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.QImpl
-
Constructor.
- QImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.QImpl
-
Constructor.
- qnameAttribNames - Variable in class org.opensaml.core.xml.util.AttributeMap
-
Set of attribute QNames which have been locally registered as having an QName value type within this AttributeMap instance.
- query - Variable in class org.opensaml.saml.saml1.core.impl.RequestImpl
-
Saves the query (one of Query, SubjectQuery, AuthenticationQuery, AttributeQuery, AuthorizationDecisionQuery.
- Query - Interface in org.opensaml.saml.saml1.core
-
This interface is for the SAML1
Queryextention 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
QueryDescriptorTypeobjects. - QueryDescriptorTypeMarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdquery.impl.QueryDescriptorTypeMarshaller
- QueryDescriptorTypeUnmarshaller - Class in org.opensaml.saml.ext.saml2mdquery.impl
-
Unmarshaller for
QueryDescriptorTypeobjects. - QueryDescriptorTypeUnmarshaller() - Constructor for class org.opensaml.saml.ext.saml2mdquery.impl.QueryDescriptorTypeUnmarshaller
R
- random - Variable in class org.opensaml.storage.testing.StorageServiceTest
-
Random source.
- randomGenerator - Variable in class org.opensaml.saml.saml2.profile.impl.PopulateECPContext
-
Random number generator.
- rateUnit - Variable in class org.opensaml.core.metrics.impl.HTTPReporter
-
Rate unit.
- ratioGaugeFetchToResolve - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Metrics RatioGauge for count of origin fetches to resolves.
- 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(Object) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
-
Returns an existing record from the store, if one exists, and uses it to update the annotated fields of a target object.
- 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) - Method in class org.opensaml.storage.AbstractMapBackedStorageService
-
Returns an existing record from the store, if one exists.
- read(String, String) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
-
Returns an existing record from the store, if one exists.
- read(String, String) - Method in interface org.opensaml.storage.StorageService
-
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(String, String, long) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
-
Returns an existing record from the store, along with its version.
- 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.
- readImpl(String, String, Long) - Method in class org.opensaml.storage.AbstractMapBackedStorageService
-
Internal method to implement read functions.
- readWriteLock - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.EntityManagementData
-
Read-write lock instance which governs access to the entity's backing store data.
- readWriteLock - Variable in class org.opensaml.saml.metadata.resolver.index.impl.LockableMetadataIndexManager
-
The manager's read write lock.
- 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.memcached.MemcachedStorageService
-
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 - Variable in class org.opensaml.saml.saml2.core.impl.LogoutRequestImpl
-
Reason attribute.
- reason - Variable in class org.opensaml.soap.wstrust.impl.StatusImpl
-
The Reason child element.
- 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 - Variable in class org.opensaml.saml.saml1.core.impl.ResponseAbstractTypeImpl
-
Contents of the Recipient attribute.
- recipient - Variable in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationDataImpl
-
Recipient of the Confirmation Data.
- recipient - Variable in class org.opensaml.xmlsec.encryption.impl.DerivedKeyImpl
-
Recipient attribute.
- recipient - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptedKeyImpl
-
Recipient value.
- recipient - Variable in class org.opensaml.xmlsec.encryption.support.KeyEncryptionParameters
-
Recipient of the key.
- 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.
- RECIPIENT_ATTRIBUTE_NAME - Static variable in interface org.opensaml.xmlsec.encryption.DerivedKey
-
Recipient attribute name.
- recipientCredential - Variable in class org.opensaml.xmlsec.agreement.impl.BasicKeyAgreementCredential
-
Recipient credential.
- recipientKeyInfo - Variable in class org.opensaml.xmlsec.encryption.impl.AgreementMethodImpl
-
RecipientKeyInfo child element value.
- 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
RecipientKeyInfo. - RecipientKeyInfoBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.RecipientKeyInfoBuilder
- recipientKeyInfoGeneratorManager - Variable in class org.opensaml.xmlsec.keyinfo.impl.KeyAgreementKeyInfoGeneratorFactory.KeyAgreementOptions
-
KeyInfo generator manager for RecipientKeyInfo elements.
- 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
RecipientKeyInfoobjects. - RecipientKeyInfoMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.RecipientKeyInfoMarshaller
- RecipientKeyInfoUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
-
A thread-safe Unmarshaller for
RecipientKeyInfoobjects. - RecipientKeyInfoUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.RecipientKeyInfoUnmarshaller
- recipientLookupStrategy - Variable in class org.opensaml.profile.action.impl.PopulateDecryptionParameters
-
Strategy used to look up the
SecurityParametersContextto set the parameters for. - recipientLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.AbstractEncryptAction
-
Strategy used to locate the encryption recipient.
- recipientLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.AddSubjectConfirmationToSubjects
-
Optional strategy to obtain value for
SubjectConfirmationData.getRecipient(). - recipientRequired - Variable in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Predicate for determining whether an Assertion SubjectConfirmationData Recipient is required.
- recipients - Variable in class org.opensaml.xmlsec.criterion.DecryptionRecipientsCriterion
-
The set of recipients.
- recipients - Variable in class org.opensaml.xmlsec.DecryptionParameters
-
The set of recipients against which to evaluate candidate EncryptedKey elements.
- recipients - Variable in class org.opensaml.xmlsec.encryption.support.AbstractEncryptedKeyResolver
-
Recipient attribute criteria against which to match.
- recipients - Variable in class org.opensaml.xmlsec.encryption.support.ChainingEncryptedKeyResolver.ChainingIterable
-
The recipients for resolution.
- recipients - Variable in class org.opensaml.xmlsec.encryption.support.Decrypter
-
The set of recipients against which to evaluate candidate EncryptedKey elements.
- recipients - Variable in class org.opensaml.xmlsec.impl.BasicDecryptionConfiguration
-
The set of recipients against which to evaluate candidate EncryptedKey elements.
- recordEntityAccess() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.EntityManagementData
-
Record access of the entity's backing store data.
- RecursiveTypedParentContextLookup<StartContext extends BaseContext,
ParentContext extends BaseContext> - Class in org.opensaml.messaging.context.navigate -
A
ContextDataLookupFunctionthat recurses up the parent chain of the input viaBaseContext.getParent(), and returns the first parent context that is an instance of the specified type. - RecursiveTypedParentContextLookup(Class<ParentContext>) - Constructor for class org.opensaml.messaging.context.navigate.RecursiveTypedParentContextLookup
-
Constructor.
- 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
- referencedPolicies - Variable in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
-
ReeferencedPolicies child.
- referencedPolicies - Variable in class org.opensaml.xacml.profile.saml.impl.XACMLPolicyStatementTypeImpl
-
ReferencedPolicie child.
- 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
-
Builder for
ReferencedPoliciesType. - 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
- referenceID - Variable in class org.opensaml.xmlsec.signature.support.URIContentReference
-
Element reference ID.
- ReferenceImpl - Class in org.opensaml.soap.wssecurity.impl
-
ReferenceImpl.
- ReferenceImpl(String, String, String) - Constructor for class org.opensaml.soap.wssecurity.impl.ReferenceImpl
-
Constructor.
- referenceList - Variable in class org.opensaml.xmlsec.encryption.impl.DerivedKeyImpl
-
ReferenceList child element.
- referenceList - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptedKeyImpl
-
ReferenceList value.
- ReferenceList - Interface in org.opensaml.xmlsec.encryption
-
XMLObject representing XML Encryption, version 20021210, ReferenceList element.
- referenceListBuilder - Variable in class org.opensaml.saml.saml2.encryption.Encrypter
-
Builder for ReferenceList objects.
- ReferenceListBuilder - Class in org.opensaml.xmlsec.encryption.impl
-
Builder of
ReferenceList. - ReferenceListBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.ReferenceListBuilder
- 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
ReferenceListobjects. - ReferenceListMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.ReferenceListMarshaller
- ReferenceListUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
-
A thread-safe Unmarshaller for
ReferenceListobjects. - 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 - Variable in class org.opensaml.soap.wsaddressing.impl.EndpointReferenceTypeImpl
-
Optional
ReferenceParameterschild element. - 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
ReferenceTypeobjects. - ReferenceTypeMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.ReferenceTypeMarshaller
- ReferenceTypeUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
-
A thread-safe Unmarshaller for
ReferenceTypeobjects. - 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
MetadataResolverthat supports on-demand refresh. - refreshDelayFactor - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Factor used to compute when the next refresh interval will occur.
- refreshDelayFactor - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
-
Factor used to compute when the next refresh interval will occur.
- refreshMetadataTask - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
-
Current task to refresh metadata.
- RefreshMetadataTask() - Constructor for class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver.RefreshMetadataTask
- refreshTriggerTime - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.EntityManagementData
-
Time at which should start attempting to refresh the metadata.
- regexps - Variable in class org.opensaml.saml.common.profile.logic.EntityAttributesPredicate.Candidate
-
Regular expressions that must be satisfied.
- RegexRequestURLBuilder - Class in org.opensaml.saml.metadata.resolver.impl
-
Function which produces a URL by evaluating a supplied regular expression against the criteria 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<? 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(Class<T>, I) - Static method in class org.opensaml.core.config.ConfigurationService
-
Register a configuration instance.
- register(Class<T>, I, String) - Method in interface org.opensaml.core.config.Configuration
-
Register a configuration instance.
- register(Class<T>, I, String) - Method in class org.opensaml.core.config.provider.MapBasedConfiguration
-
Register a configuration instance.
- register(String, T) - Static method in class org.opensaml.core.metrics.MetricsSupport
-
Register a metric instance under the given name.
- register(String, T, boolean) - Static method in class org.opensaml.core.metrics.MetricsSupport
-
Register a metric instance under the given name.
- register(String, T, boolean, MetricRegistry) - Static method in class org.opensaml.core.metrics.MetricsSupport
-
Register a metric instance under the given name.
- register(NamedCurve) - Method in class org.opensaml.security.crypto.ec.NamedCurveRegistry
-
Register a curve.
- register(KeyAgreementProcessor) - Method in class org.opensaml.xmlsec.agreement.KeyAgreementProcessorRegistry
-
Register a processor.
- 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(String, KeyInfoGeneratorFactory) - Method in class org.opensaml.xmlsec.keyinfo.NamedKeyInfoGeneratorManager
-
Register a factory within the specified named manager.
- registerFactory(KeyInfoGeneratorFactory) - Method in class org.opensaml.xmlsec.keyinfo.KeyInfoGeneratorManager
-
Register a factory within this manager instance.
- 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.
- registerMultiple(Collection<MetricSet>) - Method in class org.opensaml.core.metrics.impl.FilteredMetricRegistry
-
Given multiple metric sets, registers them.
- 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.
- registerQNameValue(QName, QName) - Method in class org.opensaml.core.xml.util.AttributeMap
-
Register a QName attribute value with the owner's namespace manger.
- registerSOAP11Fault(MessageContext, QName, String, String, List<XMLObject>, Map<QName, String>) - Static method in class org.opensaml.soap.messaging.SOAPMessagingSupport
-
Register a SOAP 1.1.
- registerSOAP11Fault(MessageContext, Fault) - Static method in class org.opensaml.soap.messaging.SOAPMessagingSupport
-
Register a SOAP 1.1 fault.
- registerUnderstoodHeader(MessageContext, XMLObject) - Static method in class org.opensaml.soap.messaging.SOAPMessagingSupport
-
Register a header as understood.
- 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
-
registrationAuthority attribute name.
- REGISTRATION_INSTANT_ATTRIB_NAME - Static variable in interface org.opensaml.saml.ext.saml2mdrpi.RegistrationInfo
-
registrationInstant attribute name.
- REGISTRATION_INSTANT_ATTRIB_QNAME - Static variable in interface org.opensaml.saml.ext.saml2mdrpi.RegistrationInfo
-
QName of the registrationInstant attribute.
- registrationAuthority - Variable in class org.opensaml.saml.ext.saml2mdrpi.impl.RegistrationInfoImpl
-
The authority.
- 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
-
Builder for
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
- registrationInstant - Variable in class org.opensaml.saml.ext.saml2mdrpi.impl.RegistrationInfoImpl
-
The registration instant.
- registrationPolicies - Variable in class org.opensaml.saml.ext.saml2mdrpi.impl.RegistrationInfoImpl
-
The policies.
- RegistrationPolicy - Interface in org.opensaml.saml.ext.saml2mdrpi
-
Representation of the
<mdrpi:RegistrationPolicy>element. - RegistrationPolicyBuilder - Class in org.opensaml.saml.ext.saml2mdrpi.impl
-
Builder for
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.
- 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.
- registry - Variable in class org.opensaml.core.xml.config.XMLConfigurator
-
The provider registry instance to use.
- registry - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.AlgorithmFilter
-
Registry for sanity checking algorithms.
- registry - Static variable in class org.opensaml.security.credential.criteria.impl.EvaluableCredentialCriteriaRegistry
-
Storage for the registry mappings.
- registry - Variable in class org.opensaml.xmlsec.impl.AlgorithmRuntimeSupportedPredicate
-
The algorithm registry instance.
- 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
- relatesToRelationshipType - Variable in class org.opensaml.soap.wsaddressing.messaging.WSAddressingContext
-
The RelatesTo RelationshipType attribute value.
- RelatesToUnmarshaller - Class in org.opensaml.soap.wsaddressing.impl
-
Unmarshaller for instances of
RelatesTo. - RelatesToUnmarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.RelatesToUnmarshaller
- relatesToURI - Variable in class org.opensaml.soap.wsaddressing.messaging.impl.AddRelatesToHandler
-
The effective RelatesTo URI value to use.
- relatesToURI - Variable in class org.opensaml.soap.wsaddressing.messaging.WSAddressingContext
-
The RelatesTo URI value.
- relatesToURILookup - Variable in class org.opensaml.soap.wsaddressing.messaging.impl.AddRelatesToHandler
-
Optional lookup function for obtaining the RelatesTo URI value.
- 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.
- relationshipType - Variable in class org.opensaml.soap.wsaddressing.impl.RelatesToImpl
-
RelationshipType attribute value.
- relationshipType - Variable in class org.opensaml.soap.wsaddressing.messaging.impl.AddRelatesToHandler
-
The effective RelatesTo RelationshipType attribute value to use.
- RelayBearing - Interface in org.opensaml.soap.soap12
-
Interface for element having a
@soap12:relayattribute. - relayState - Variable in class org.opensaml.saml.common.messaging.context.SAMLBindingContext
-
The relay state associated with the message.
- relayState - Variable in class org.opensaml.saml.saml2.binding.impl.AddRelayStateHeaderHandler
-
The state to record in the header.
- 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
RelayStateobjects. - RelayStateBuilder() - Constructor for class org.opensaml.saml.saml2.ecp.impl.RelayStateBuilder
- 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
- releaseChildrenDOM(boolean) - Method in class org.opensaml.core.xml.AbstractXMLObject
-
Releases the DOM representation of this XMLObject's children.
- releaseChildrenDOM(boolean) - Method in class org.opensaml.core.xml.AbstractXSAnyAdapter
-
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 class org.opensaml.core.xml.AbstractXSAnyAdapter
-
Releases the DOM representation of this XMLObject, if there is one.
- releaseDOM() - Method in class org.opensaml.core.xml.util.AttributeMap
-
Releases the DOM caching associated XMLObject and its ancestors.
- 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 class org.opensaml.core.xml.AbstractXSAnyAdapter
-
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()thenAbstractXMLObject.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()thenAbstractXMLObject.releaseParentDOM(boolean)with the release being propagated. - relyingParty - Variable in class org.opensaml.saml.common.binding.artifact.BasicSAMLArtifactMapEntry
-
EntityID of the intended recipient of the artifact.
- RemoteAddressStrategy() - Constructor for class org.opensaml.saml.saml2.profile.impl.AddSubjectConfirmationToSubjects.RemoteAddressStrategy
- RemoteMetadataResolver - Interface in org.opensaml.saml.metadata.resolver
-
A
MetadataResolverthat obtains metadata from a remote source. - remove() - Method in class org.opensaml.core.xml.persist.FilesystemLoadSaveManager.FileIterator
- remove() - Method in class org.opensaml.messaging.context.BaseContext.ContextSetNoRemoveIteratorDecorator
- remove() - Method in class org.opensaml.saml.metadata.resolver.impl.CompositeMetadataResolver.CompositeMetadataResolverIterable.CompositeMetadataResolverIterator
- remove() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList.MutableChildrenIterator
- remove() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList.MutableChildrenListIterator
- remove() - Method in class org.opensaml.security.credential.impl.AbstractChainingCredentialResolver.CredentialIterator
- remove() - Method in class org.opensaml.xmlsec.encryption.support.ChainingEncryptedKeyResolver.ChainingIterator
- remove(int) - Method in class org.opensaml.core.xml.util.IndexedXMLObjectChildrenList
- remove(int) - Method in class org.opensaml.core.xml.util.ListView
- remove(int) - Method in class org.opensaml.core.xml.util.XMLObjectChildrenList
- remove(int) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList
- remove(ElementType) - Method in class org.opensaml.core.xml.util.IndexedXMLObjectChildrenList
-
Removes a given element from the list and index.
- remove(ElementType) - Method in class org.opensaml.core.xml.util.XMLObjectChildrenList
-
Removes the element from the list.
- remove(Object) - Method in class org.opensaml.core.xml.util.AttributeMap
- remove(Object) - Method in class org.opensaml.core.xml.util.ListView
- remove(Object) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList
- remove(String) - Static method in class org.opensaml.core.metrics.MetricsSupport
-
Remove a metric instance registered under the given name.
- remove(String) - Method in class org.opensaml.core.xml.persist.FilesystemLoadSaveManager
-
Remove the object indexed by the specified key.
- remove(String) - Method in class org.opensaml.core.xml.persist.MapLoadSaveManager
-
Remove the object indexed by the specified key.
- remove(String) - Method in interface org.opensaml.core.xml.persist.XMLObjectLoadSaveManager
-
Remove the object indexed by the specified key.
- 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(String, Metric) - Static method in class org.opensaml.core.metrics.MetricsSupport
-
Remove a metric instance registered under the given name.
- remove(String, Metric, MetricRegistry) - Static method in class org.opensaml.core.metrics.MetricsSupport
-
Remove a metric instance registered under the given name.
- remove(MetadataIndexKey, T) - Method in class org.opensaml.saml.metadata.resolver.index.impl.MetadataIndexStore
-
Remove the supplied data item from the index under the supplied
MetadataIndexKey. - removeAll(Collection<?>) - Method in class org.opensaml.core.xml.util.ListView
- removeAll(Collection<?>) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList
- removeAllSupportedProtocols() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorImpl
-
Removes all the supported protocols from this role.
- removeAllSupportedProtocols() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter
-
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.AbstractDynamicMetadataResolver
-
Remove from the backing store all metadata for the entity with the given entity ID.
- 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.
- removeByEntityID(String, AbstractMetadataResolver.EntityBackingStore) - Method in class org.opensaml.saml.metadata.resolver.impl.LocalDynamicMetadataResolver
-
Remove from the backing store all metadata for the entity with the given entity ID.
- removeDisallowedQueryParams(List<Pair<String, String>>) - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPRedirectDeflateEncoder
-
Remove disallowed query params from the supplied list.
- 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.
- removeEmptyEntitiesDescriptors - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.EntityRoleFilter
-
Whether to keep entities descriptors that contain no entity descriptors; default value: true.
- removeEmptyEntitiesDescriptors - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.PredicateFilter
-
Whether to keep entities descriptors that contain no entity descriptors; default value: true.
- removeExistingFormats - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.NameIDFormatFilter
-
Whether to strip any existing Formats when adding new ones.
- removeExpiredAndIdleMetadata() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.BackingStoreCleanupSweeper
-
Purge metadata which is either 1) expired or 2) (if
AbstractDynamicMetadataResolver.isRemoveIdleEntityData()is true) which hasn't been accessed within the lastAbstractDynamicMetadataResolver.getMaxIdleEntityData()duration. - removeFromParent() - Method in class org.opensaml.messaging.context.BaseContext
-
Remove from our parent (if there is one).
- removeIdleEntityData - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Flag indicating whether idle entity data should be removed.
- removeIf(Predicate<? super T>) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList
- 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.
- removeNamespace(Set<Namespace>, Namespace) - Method in class org.opensaml.core.xml.NamespaceManager
-
Remove a Namespace from a set of Namespaces.
- removeObligationHandler(BaseObligationHandler) - Method in class org.opensaml.xacml.ctx.provider.impl.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.
- removeRolelessEntityDescriptors - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.EntityRoleFilter
-
Whether to keep entity descriptors that contain no roles; default value: true.
- removeSignature(SAMLObject) - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPRedirectDeflateEncoder
-
Removes the signature from the protocol message.
- removeSubcontext(Class<T>) - Method in class org.opensaml.messaging.context.BaseContext
-
Remove the subcontext from the current context which corresponds to the supplied class.
- removeSubcontext(BaseContext) - Method in class org.opensaml.messaging.context.BaseContext
-
Remove a subcontext from the current context.
- 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 class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter
-
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 class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter
-
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
- replaceAll(UnaryOperator<T>) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList
- replayCache - Variable in class org.opensaml.saml.common.binding.security.impl.MessageReplaySecurityHandler
-
Message replay cache instance to use.
- replayCache - Variable in class org.opensaml.saml.saml2.assertion.impl.OneTimeUseConditionValidator
-
Replay cache used to track which assertions have been used.
- ReplayCache - Interface in org.opensaml.storage
-
Interface to a component that checks for replay of a value.
- replayCacheExpires - Variable in class org.opensaml.saml.saml2.assertion.impl.OneTimeUseConditionValidator
-
Time for disposal of value from cache.
- ReplyTo - Interface in org.opensaml.soap.wsaddressing
-
The <wsa:ReplyTo> element.
- ReplyToBuilder - Class in org.opensaml.soap.wsaddressing.impl
-
Builder for the
ReplyToelement. - 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
- report() - Method in class org.opensaml.core.metrics.impl.HTTPReporter
- report(SortedMap<String, Gauge>, SortedMap<String, Counter>, SortedMap<String, Histogram>, SortedMap<String, Meter>, SortedMap<String, Timer>) - Method in class org.opensaml.core.metrics.impl.HTTPReporter
- request - Variable in class org.opensaml.messaging.encoder.httpclient.AbstractHttpClientRequestMessageEncoder
-
The HTTP client request.
- request - Variable in class org.opensaml.saml.saml1.profile.impl.ResolveArtifacts
-
Request to process.
- request - Variable in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects
-
Request to examine.
- request - Variable in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
-
The xacml-context:Request.
- request - Variable in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionStatementTypeImpl
-
The request of the authorization request.
- Request - Interface in org.opensaml.saml.saml1.core
-
This interface defines how the SAML1
Requestobjects 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_ID - Static variable in class org.opensaml.saml.saml1.testing.SAML1ActionTestingSupport
-
ID used for all generated
Responseobjects. - REQUEST_ID - Static variable in class org.opensaml.saml.saml2.testing.SAML2ActionTestingSupport
-
ID used for all generated
Responseobjects. - 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 - Class in org.opensaml.saml.saml2.core.impl
-
Concrete implementation of
RequestAbstractType. - RequestAbstractTypeImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.RequestAbstractTypeImpl
-
Constructor.
- 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
RequestAbstractTypeobjects. - RequestAbstractTypeMarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread safe Marshaller for
RequestAbstractTypeobjects. - RequestAbstractTypeMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.RequestAbstractTypeMarshaller
- 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
RequestAbstractTypeobjects. - RequestAbstractTypeUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Unmarshaller for
RequestAbstractTypeobjects. - RequestAbstractTypeUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.RequestAbstractTypeUnmarshaller
- RequestAbstractTypeUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.RequestAbstractTypeUnmarshaller
- requestAuthenticated - Variable in class org.opensaml.saml.common.messaging.context.ECPContext
-
Whether the request was authenticated.
- 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
RequestAuthenticatedobjects. - RequestAuthenticatedBuilder() - Constructor for class org.opensaml.saml.saml2.ecp.impl.RequestAuthenticatedBuilder
- 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
Requestobjects. - RequestBuilder - Class in org.opensaml.saml.saml2.ecp.impl
-
A Builder for
Requestobjects. - RequestBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.RequestBuilder
- RequestBuilder() - Constructor for class org.opensaml.saml.saml2.ecp.impl.RequestBuilder
- RequestContextBuilder - Class in org.opensaml.profile.testing
-
Builder used to construct
ProfileRequestContextused inProfileActionexecutions. - RequestContextBuilder() - Constructor for class org.opensaml.profile.testing.RequestContextBuilder
-
Constructor.
- RequestContextBuilder(RequestContextBuilder) - Constructor for class org.opensaml.profile.testing.RequestContextBuilder
-
Constructor.
- requestContextPath - Variable in class org.opensaml.xacml.policy.impl.AttributeSelectorTypeImpl
-
Issuer.
- 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
-
Builder for
RequestedAttribute. - RequestedAttributeBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.RequestedAttributeBuilder
- 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
RequestedAttributeobjects. - RequestedAttributeMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.RequestedAttributeMarshaller
- requestedAttributes - Variable in class org.opensaml.saml.common.binding.impl.SAMLAddAttributeConsumingServiceHandler
-
RequestedAttributelist - if specified. - requestedAttributes - Variable in class org.opensaml.saml.ext.reqattr.impl.RequestedAttributesImpl
-
The policies.
- requestedAttributes - Variable in class org.opensaml.saml.saml2.metadata.impl.AttributeConsumingServiceImpl
-
RequestedAttribute children.
- RequestedAttributes - Interface in org.opensaml.saml.ext.reqattr
-
SAML V2.0 Protocol Extension For Requesting Attributes Per Request.
- RequestedAttributesBuilder - Class in org.opensaml.saml.ext.reqattr.impl
-
Summon up a new
RequestedAttributes. - RequestedAttributesBuilder() - Constructor for class org.opensaml.saml.ext.reqattr.impl.RequestedAttributesBuilder
- RequestedAttributesImpl - Class in org.opensaml.saml.ext.reqattr.impl
-
A concrete
RequestedAttributes. - RequestedAttributesImpl(String, String, String) - Constructor for class org.opensaml.saml.ext.reqattr.impl.RequestedAttributesImpl
-
Constructor.
- RequestedAttributesMarshaller - Class in org.opensaml.saml.ext.reqattr.impl
-
A marshaller for
RequestedAttributes. - RequestedAttributesMarshaller() - Constructor for class org.opensaml.saml.ext.reqattr.impl.RequestedAttributesMarshaller
- RequestedAttributesUnmarshaller - Class in org.opensaml.saml.ext.reqattr.impl
-
An unmarshaller for
RequestedAttributes. - RequestedAttributesUnmarshaller() - Constructor for class org.opensaml.saml.ext.reqattr.impl.RequestedAttributesUnmarshaller
- RequestedAttributeUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
-
A thread-safe Unmarshaller for
RequestedAttributeobjects. - RequestedAttributeUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.RequestedAttributeUnmarshaller
- requestedAuthnContext - Variable in class org.opensaml.saml.saml2.core.impl.AuthnQueryImpl
-
RequestedAuthnContext child element.
- requestedAuthnContext - Variable in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
-
RequestedAuthnContext child element.
- 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
RequestedAuthnContextobjects. - RequestedAuthnContextBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.RequestedAuthnContextBuilder
- 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
RequestedAuthnContextobjects. - 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
RequestedAuthnContextobjects. - 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
RequestedSecurityTokenelement behaves. - RequestedSecurityToken - Interface in org.opensaml.soap.wstrust
-
The wst:RequestedSecurityToken element.
- RequestedSecurityTokenBuilder - Class in org.opensaml.soap.wsfed.impl
-
Builder of
RequestedSecurityTokenImplobjects. - RequestedSecurityTokenBuilder - Class in org.opensaml.soap.wstrust.impl
-
Builder for the RequestedSecurityToken element.
- RequestedSecurityTokenBuilder() - Constructor for class org.opensaml.soap.wsfed.impl.RequestedSecurityTokenBuilder
- RequestedSecurityTokenBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.RequestedSecurityTokenBuilder
- RequestedSecurityTokenImpl - Class in org.opensaml.soap.wsfed.impl
-
Implementation of the
RequestedSecurityTokenobject. - RequestedSecurityTokenImpl - Class in org.opensaml.soap.wstrust.impl
-
RequestedSecurityTokenImpl.
- RequestedSecurityTokenImpl(String, String, String) - Constructor for class org.opensaml.soap.wsfed.impl.RequestedSecurityTokenImpl
-
Constructor.
- 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
RequestedSecurityTokenobjects. - RequestedSecurityTokenMarshaller - Class in org.opensaml.soap.wstrust.impl
-
Marshaller for the RequestedSecurityToken element.
- RequestedSecurityTokenMarshaller() - Constructor for class org.opensaml.soap.wsfed.impl.RequestedSecurityTokenMarshaller
- RequestedSecurityTokenMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.RequestedSecurityTokenMarshaller
- requestedSecurityTokens - Variable in class org.opensaml.soap.wsfed.impl.RequestSecurityTokenResponseImpl
-
List of all the request security tokens.
- RequestedSecurityTokenUnmarshaller - Class in org.opensaml.soap.wsfed.impl
-
A thread-safe unmarshaller for
RequestedSecurityTokenobjects. - RequestedSecurityTokenUnmarshaller - Class in org.opensaml.soap.wstrust.impl
-
Unmarshaller for the <wst:RequestedSecurityToken> element.
- RequestedSecurityTokenUnmarshaller() - Constructor for class org.opensaml.soap.wsfed.impl.RequestedSecurityTokenUnmarshaller
- 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 - Variable in class org.opensaml.saml.saml1.profile.impl.ResolveArtifacts
-
Identity of requester.
- requesterId - Variable in class org.opensaml.saml.saml2.profile.impl.ResolveArtifact
-
Identity of requester.
- RequesterID - Interface in org.opensaml.saml.saml2.core
-
SAML 2.0 Core RequesterID.
- RequesterIDBuilder - Class in org.opensaml.saml.saml2.core.impl
-
Builder for
RequesterID. - RequesterIDBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.RequesterIDBuilder
- 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.
- requesterIdLookupStrategy - Variable in class org.opensaml.saml.common.profile.logic.AbstractNameIDPolicyPredicate
-
Requester ID lookup function.
- requesterIDs - Variable in class org.opensaml.saml.saml2.core.impl.ScopingImpl
-
List of RequesterID child elements.
- requesterLookupStrategy - Variable in class org.opensaml.saml.saml1.profile.impl.ResolveArtifacts
-
Strategy used to locate the requester identity to validate against artifact entries.
- requesterLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.ResolveArtifact
-
Strategy used to locate the requester identity to validate against artifact entries.
- requesters - Variable in class org.opensaml.profile.context.ProxiedRequesterContext
-
The resource.
- requestId - Variable in class org.opensaml.saml.common.profile.impl.AddInResponseToToResponse
-
Request ID to populate from.
- requestIdLookupStrategy - Variable in class org.opensaml.saml.common.profile.impl.AddInResponseToToResponse
-
Strategy used to locate request ID to correlate.
- RequestImpl - Class in org.opensaml.saml.saml1.core.impl
-
Concrete implementation of
Request. - RequestImpl - Class in org.opensaml.saml.saml2.ecp.impl
-
A concrete implementation of
Request. - RequestImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.RequestImpl
-
Constructor.
- 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
- 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.
- 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
- requestLookupStrategy - Variable in class org.opensaml.saml.saml1.profile.impl.ResolveArtifacts
-
Strategy used to locate the
Requestto operate on. - requestLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.AbstractSAML2NameIDGenerator
-
Strategy used to locate an
AuthnRequestto check. - requestLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects.NameIDPolicyLookupFunction
-
Strategy used to locate the
AuthnRequestto operate on. - requestLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects.RequesterIdFromIssuerFunction
-
Strategy used to locate the
AuthnRequestto operate on. - requestLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects
-
Strategy used to locate the
AuthnRequestto operate on, if any. - requestLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.ResolveArtifact
-
Strategy used to locate the
ArtifactResolveto operate on. - RequestMarshaller - Class in org.opensaml.saml.saml1.core.impl
-
A thread safe Marshaller for
Requestobjects. - RequestMarshaller - Class in org.opensaml.saml.saml2.ecp.impl
-
Marshaller for instances of
Request. - RequestMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.RequestMarshaller
- RequestMarshaller() - Constructor for class org.opensaml.saml.saml2.ecp.impl.RequestMarshaller
- requestParameters - Variable in class org.opensaml.soap.client.SOAPClientContext
-
Binding/transport-specific SOAP request parameters.
- 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
RequestedSecurityTokenResponseelement behaves. - RequestSecurityTokenResponse - Interface in org.opensaml.soap.wstrust
-
The wst:RequestSecurityTokenResponse element.
- RequestSecurityTokenResponseBuilder - Class in org.opensaml.soap.wsfed.impl
-
Builder of
RequestSecurityTokenResponseImplobjects. - RequestSecurityTokenResponseBuilder - Class in org.opensaml.soap.wstrust.impl
-
Builder for the RequestSecurityTokenResponse element.
- RequestSecurityTokenResponseBuilder() - Constructor for class org.opensaml.soap.wsfed.impl.RequestSecurityTokenResponseBuilder
-
Constructor.
- 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
RequestSecurityTokenResponseobject. - RequestSecurityTokenResponseImpl - Class in org.opensaml.soap.wstrust.impl
-
RequestSecurityTokenResponseImpl.
- RequestSecurityTokenResponseImpl(String, String, String) - Constructor for class org.opensaml.soap.wsfed.impl.RequestSecurityTokenResponseImpl
-
Constructor.
- 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
RequestSecurityTokenResponseobjects. - RequestSecurityTokenResponseMarshaller - Class in org.opensaml.soap.wstrust.impl
-
Marshaller for the RequestSecurityTokenResponse element.
- RequestSecurityTokenResponseMarshaller() - Constructor for class org.opensaml.soap.wsfed.impl.RequestSecurityTokenResponseMarshaller
- RequestSecurityTokenResponseMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.RequestSecurityTokenResponseMarshaller
- requestSecurityTokenResponses - Variable in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenResponseCollectionImpl
-
The list of wst:RequestSecurityTokenResponse child elements.
- RequestSecurityTokenResponseUnmarshaller - Class in org.opensaml.soap.wsfed.impl
-
A thread-safe unmarshaller for
RequestSecurityTokenResponseobjects. - RequestSecurityTokenResponseUnmarshaller - Class in org.opensaml.soap.wstrust.impl
-
RequestSecurityTokenResponseUnmarshaller.
- RequestSecurityTokenResponseUnmarshaller() - Constructor for class org.opensaml.soap.wsfed.impl.RequestSecurityTokenResponseUnmarshaller
- RequestSecurityTokenResponseUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.RequestSecurityTokenResponseUnmarshaller
- requestSecurityTokens - Variable in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenCollectionImpl
-
The list of wst:RequestSecurityToken child elements.
- 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 - Class in org.opensaml.xacml.ctx.impl
-
Concrete implementation of
RequestType. - RequestTypeImpl(String, String, String) - Constructor for class org.opensaml.soap.wstrust.impl.RequestTypeImpl
-
Constructor.
- RequestTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.ctx.impl.RequestTypeImpl
-
Constructor.
- RequestTypeImplBuilder - Class in org.opensaml.xacml.ctx.impl
-
Builder for
RequestTypeobjects. - 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 - Class in org.opensaml.xacml.ctx.impl
-
Marshaller for
RequestTypeobjects. - RequestTypeMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.RequestTypeMarshaller
- 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 - Class in org.opensaml.xacml.ctx.impl
-
Unmarshaller for
EnvironmentTypeobjects. - RequestTypeUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.RequestTypeUnmarshaller
- 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
Requestobjects. - RequestUnmarshaller - Class in org.opensaml.saml.saml2.ecp.impl
-
Unmarshaller for instances of
Request. - RequestUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.RequestUnmarshaller
- RequestUnmarshaller() - Constructor for class org.opensaml.saml.saml2.ecp.impl.RequestUnmarshaller
- requestURL - Variable in class org.opensaml.saml.common.messaging.context.SAMLMessageReceivedEndpointContext
-
The request URL.
- requestURLBuilder - Variable in class org.opensaml.saml.metadata.resolver.impl.FunctionDrivenDynamicHTTPMetadataResolver
-
Function for building the request URL.
- 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.
- requiredConditions - Variable in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
The set of required Conditions.
- requiredFormat - Variable in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects
-
Format required by requested
NameIDPolicy. - requiredRule - Variable in class org.opensaml.saml.common.binding.security.impl.MessageLifetimeSecurityHandler
-
Whether this rule is required to be met.
- requiredRule - Variable in class org.opensaml.saml.common.binding.security.impl.MessageReplaySecurityHandler
-
Whether this rule is required to be met.
- RequiredValidUntilFilter - Class in org.opensaml.saml.metadata.resolver.filter.impl
-
A metadata filter that requires the presence of a
validUntilattribute on the root element of the metadata document. - RequiredValidUntilFilter() - Constructor for class org.opensaml.saml.metadata.resolver.filter.impl.RequiredValidUntilFilter
-
Constructor.
- requireEncryption - Variable in class org.opensaml.saml.saml2.profile.impl.PopulateECPContext
-
Only generate a key if encryption is expected.
- requireSignedRoot - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.SignatureValidationFilter
-
Indicates whether the metadata root element is required to be signed.
- requireValidMetadata - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
-
Whether metadata is required to be valid.
- requireValidMetadata - Variable in class org.opensaml.saml.metadata.resolver.impl.PredicateRoleDescriptorResolver
-
Whether metadata is required to be valid.
- 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.AbstractMetadataResolver
- resolve(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.CompositeMetadataResolver
- resolve(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.PredicateRoleDescriptorResolver
- 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.httpclient.impl.BasicHttpClientSecurityParametersResolver
- resolve(CriteriaSet) - Method in class org.opensaml.security.x509.impl.StaticPKIXValidationInformationResolver
- resolve(CriteriaSet) - Method in class org.opensaml.security.x509.tls.impl.BasicClientTLSValidationParametersResolver
- 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
- 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, Set<String>) - 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(EncryptedData, Set<String>) - 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, Set<String>) - 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, Set<String>) - 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, Set<String>) - 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, Set<String>) - 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.
- 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.
- resolveAndPopulateIncludesExcludes(AlgorithmPolicyParameters, CriteriaSet, List<? extends AlgorithmPolicyConfiguration>) - Method in class org.opensaml.xmlsec.impl.AbstractSecurityParametersResolver
-
Resolve and populate the effective includes or excludes on the supplied instance of
AlgorithmPolicyParameters. - resolveAndPopulateParams(HttpClientSecurityParameters, CriteriaSet) - Method in class org.opensaml.security.httpclient.impl.BasicHttpClientSecurityParametersResolver
-
Resolve and populate all parameters.
- 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. - 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. - ResolveArtifact - Class in org.opensaml.saml.saml2.profile.impl
-
Action that resolves a SAML 2.0 artifact inside an
ArtifactResolverequest 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.
- resolveArtifactEndpoint(SAML2Artifact, RoleDescriptor) - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
-
Resolve the artifact resolution endpoint of the peer who issued the artifact.
- ResolveArtifacts - Class in org.opensaml.saml.saml1.profile.impl
-
Action that resolves SAML 1.x artifacts inside a
Requestlocated 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.
- resolveAssertions(MessageContext) - Method in class org.opensaml.saml.saml2.wssecurity.messaging.impl.WSSecuritySAML20AssertionTokenSecurityHandler
-
Resolve the SAML 2.0 Assertions token from the SOAP envelope.
- 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.
- resolveClientContext(InOutOperationContext) - Method in class org.opensaml.soap.client.http.AbstractPipelineHttpSOAPClient
-
Resolve the effective
HttpClientContextinstance to use for the current request. - resolveContextFault(ProfileRequestContext) - Method in class org.opensaml.soap.soap11.profile.impl.AddSOAPFault
-
Resolve a
Faultinstance stored in theProfileRequestContext. - resolveContextSecurityParameters(InOutOperationContext) - Method in class org.opensaml.soap.client.http.AbstractPipelineHttpSOAPClient
-
Resolve the
HttpClientSecurityParametersinstance present in the current operation context. - 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
EncryptionMethodfrom 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
KeyInfoCredentialResolverused withEncryptedDatainstances. - resolveDataKeyInfoGenerator(CriteriaSet, Credential) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
-
Resolve and return the
KeyInfoGeneratorinstance to use with the specified data encryption credential. - resolvedCredentials - Variable in class org.opensaml.xmlsec.keyinfo.impl.KeyInfoResolutionContext
-
This list provides KeyInfo resolvers and providers in a particular processing environment access to credentials that may have already been previously resolved.
- resolveEffectiveExcludes(CriteriaSet, List<? extends AlgorithmPolicyConfiguration>) - Method in class org.opensaml.xmlsec.impl.AbstractSecurityParametersResolver
-
Resolve and return the effective algorithm excludes based on supplied configuration.
- resolveEffectiveIncludes(CriteriaSet, List<? extends AlgorithmPolicyConfiguration>) - Method in class org.opensaml.xmlsec.impl.AbstractSecurityParametersResolver
-
Resolve and return the effective algorithm includes 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(). - resolveEntityID(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Attempt to resolve the single entityID for the operation from the criteria set.
- resolveEntityIDs(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Attempt to resolve all the entityIDs represented by the criteria set.
- resolveExisting(MessageContext, String, QName) - Method in class org.opensaml.saml.common.binding.impl.SAMLMetadataLookupHandler
-
Attempt to resolve an existing
SAMLMetadataContextfrom which to copy. - 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, String) - 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.
- resolveFromOriginSourceWithEntityID(CriteriaSet, String) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Fetch metadata from an origin source based on the input criteria when the entityID is known, store it in the backing store and then return it.
- resolveFromOriginSourceWithoutEntityID(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Fetch metadata from an origin source based on the input criteria when the entityID is not known, 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 class org.opensaml.core.xml.AbstractXSAnyAdapter
-
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 class org.opensaml.core.xml.AbstractXSAnyAdapter
-
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.
- resolveInboundInResponseTo(MessageContext) - Method in class org.opensaml.saml.common.binding.security.impl.InResponseToSecurityHandler
-
Resolve the inbound inResponseTo ID.
- resolveIncludeExcludePrecedence(CriteriaSet, List<? extends AlgorithmPolicyConfiguration>) - Method in class org.opensaml.xmlsec.impl.AbstractSecurityParametersResolver
-
Resolve and return the effective algorithm include/exclude precedence based on supplied configuration.
- resolveIncludeExcludePredicate(CriteriaSet, List<? extends AlgorithmPolicyConfiguration>) - Method in class org.opensaml.xmlsec.impl.AbstractSecurityParametersResolver
-
Get a predicate which operates according to the effective configured include and exclude policy.
- 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
KeyInfoCredentialResolverused withEncryptedKeyinstances. - resolveKeyAlgorithm(AgreementMethod) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.AgreementMethodKeyInfoProvider
-
Resolve the encryption algorithm URI to be used with the derived key.
- resolveKeyInfo(KeyInfo, int, Set<String>) - 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
KeyInfoGeneratorinstance to use with the specified credential. - 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.
- 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
EncryptionMethodfrom metadata if relevant. - resolveKeyTransportAlgorithmPredicate(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
-
Resolve the optional effectively configured instance of
KeyTransportAlgorithmPredicateto use. - resolveKeyTransportKeyInfoGenerator(CriteriaSet, Credential) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
-
Resolve and return the
KeyInfoGeneratorinstance 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. - resolveOriginatorCredential(AgreementMethod, KeyInfoCredentialResolver) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.AgreementMethodKeyInfoProvider
-
Resolve the originator
Credentialfrom theOriginatorKeyInfoelement. - resolveOutboundRequestID(MessageContext) - Method in class org.opensaml.saml.common.binding.security.impl.InResponseToSecurityHandler
-
Resolve the outbound request ID.
- resolvePeerRoleDescriptor(SAML2Artifact) - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
-
Resolve the role descriptor of the SAML peer who issued the supplied artifact.
- resolvePipeline(InOutOperationContext) - Method in class org.opensaml.soap.client.http.AbstractPipelineHttpSOAPClient
-
Resolve and return a new instance of the
HttpClientMessagePipelineto be processed. - resolvePipeline(InOutOperationContext) - Method in class org.opensaml.soap.client.http.PipelineFactoryHttpSOAPClient
-
Resolve and return a new instance of the
HttpClientMessagePipelineto be processed. - resolvePipelineName(InOutOperationContext) - Method in class org.opensaml.soap.client.http.PipelineFactoryHttpSOAPClient
-
Resolve the name of the pipeline to use.
- resolveQName(String, boolean) - Method in class org.opensaml.core.xml.util.AttributeMap
-
Attempt to resolve the specified attribute value into a QName.
- resolver - Variable in class org.opensaml.profile.action.impl.PopulateClientTLSValidationParameters
-
Resolver for parameters to store into context.
- resolver - Variable in class org.opensaml.profile.action.impl.PopulateDecryptionParameters
-
Resolver for parameters to store into context.
- resolver - Variable in class org.opensaml.profile.action.impl.PopulateSignatureValidationParameters
-
Resolver for parameters to store into context.
- resolver - Variable in class org.opensaml.saml.common.binding.impl.PopulateSignatureSigningParametersHandler
-
Resolver for parameters to store into context.
- resolver - Variable in class org.opensaml.saml.common.profile.impl.PopulateSignatureSigningParameters
-
Resolver for parameters to store into context.
- resolver - Variable in class org.opensaml.security.messaging.impl.PopulateHttpClientSecurityParametersHandler
-
Resolver for parameters to store into context.
- resolver - Variable in class org.opensaml.xmlsec.encryption.support.Decrypter
-
Resolver for data encryption keys.
- resolver - Variable in class org.opensaml.xmlsec.messaging.impl.PopulateSignatureValidationParametersHandler
-
Resolver for parameters to store into context.
- resolverCriteria - Variable in class org.opensaml.xmlsec.encryption.support.Decrypter
-
Additional criteria to use when resolving credentials based on an EncryptedData's KeyInfo.
- resolveRecipientCredential(AgreementMethod, KeyInfoCredentialResolver) - Method in class org.opensaml.xmlsec.keyinfo.impl.provider.AgreementMethodKeyInfoProvider
-
Resolve the recipient
Credentialfrom theRecipientKeyInfoelement. - resolveRecipients(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicDecryptionParametersResolver
-
Resolve the effective set of recipients against which to evaluate candidate EncryptedKey elements.
- resolveReferenceCanonicalizationAlgorithm(CriteriaSet) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
-
Resolve and return the reference canonicalization algorithm URI to use.
- 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 include/exclude 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 include/exclude policy.
- resolverIterator - Variable in class org.opensaml.saml.metadata.resolver.impl.CompositeMetadataResolver.CompositeMetadataResolverIterable.CompositeMetadataResolverIterator
-
Iterator over the composed resolvers.
- resolverIterator - Variable in class org.opensaml.security.credential.impl.AbstractChainingCredentialResolver.CredentialIterator
-
The iterator over resolvers in the chain.
- resolverIterator - Variable in class org.opensaml.xmlsec.encryption.support.ChainingEncryptedKeyResolver.ChainingIterator
-
The iterator over resolvers in the chain.
- resolvers - Variable in class org.opensaml.saml.metadata.resolver.ChainingMetadataResolver
-
Registered resolvers.
- resolvers - Variable in class org.opensaml.saml.metadata.resolver.impl.CompositeMetadataResolver.CompositeMetadataResolverIterable
-
Resolvers over which to iterate.
- resolvers - Variable in class org.opensaml.saml.metadata.resolver.impl.CompositeMetadataResolver
-
Resolvers composed by this resolver.
- resolvers - Variable in class org.opensaml.security.credential.impl.AbstractChainingCredentialResolver
-
List of credential resolvers in the chain.
- resolvers - Variable in class org.opensaml.xmlsec.encryption.support.ChainingEncryptedKeyResolver
-
The list of resolvers which form the resolution chain.
- resolverType - Variable in class org.opensaml.saml.metadata.resolver.ChainingMetadataResolver
-
Resolver type.
- resolverType - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
-
Resolver type.
- resolverType - Variable in class org.opensaml.saml.metadata.resolver.impl.CompositeMetadataResolver
-
Resolver type.
- 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.
- resolveSelfEntityID(RoleDescriptor) - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
-
Resolve the self entityID, used as the issuer of the protocol message by this entity.
- 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.CompositeMetadataResolver
- resolveSingle(CriteriaSet) - Method in class org.opensaml.saml.metadata.resolver.impl.PredicateRoleDescriptorResolver
- resolveSingle(CriteriaSet) - Method in class org.opensaml.security.credential.impl.AbstractCredentialResolver
- resolveSingle(CriteriaSet) - Method in class org.opensaml.security.httpclient.impl.BasicHttpClientSecurityParametersResolver
- 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(CriteriaSet) - Method in class org.opensaml.security.x509.tls.impl.BasicClientTLSValidationParametersResolver
- 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.
- resolveValidationInfo(CriteriaSet) - Method in class org.opensaml.xmlsec.signature.support.impl.PKIXSignatureTrustEngine
-
Resolve and return a set of trusted validation information.
- resolveViaPredicatesOnly - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractBatchMetadataResolver
-
Flag indicating whether resolution may be performed solely by applying predicates to the entire metadata collection.
- resolveViaPredicatesOnly - Variable in class org.opensaml.saml.metadata.resolver.impl.PredicateRoleDescriptorResolver
-
Flag indicating whether resolution may be performed solely by applying predicates to the entire metadata collection.
- resource - Variable in class org.opensaml.profile.context.AccessControlContext
-
The resource.
- resource - Variable in class org.opensaml.saml.saml1.core.impl.AttributeQueryImpl
-
Contains the resource attribute.
- resource - Variable in class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionQueryImpl
-
Contains the resource attribute.
- resource - Variable in class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionStatementImpl
-
Contains the Resource attribute.
- resource - Variable in class org.opensaml.saml.saml2.core.impl.AuthzDecisionQueryImpl
-
Resource attribute value.
- resource - Variable in class org.opensaml.saml.saml2.core.impl.AuthzDecisionStatementImpl
-
URI of the resource to which authorization is sought.
- resource - Variable in class org.opensaml.xacml.policy.impl.ResourcesTypeImpl
-
List of resource matches.
- 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_NAME - Static variable in class org.opensaml.core.config.provider.ClasspathConfigurationPropertiesSource
-
Configuration properties resource 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.
- resourceContent - Variable in class org.opensaml.xacml.ctx.impl.ResourceTypeImpl
-
Resources content.
- 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
ResourceContentTypeobjects. - ResourceContentTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.ResourceContentTypeImplBuilder
-
Constructor.
- ResourceContentTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
-
Marshaller for
ResourceContentTypeobjects. - ResourceContentTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.ResourceContentTypeMarshaller
-
Constructor.
- ResourceContentTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
-
Unmarshaller for
ResourceContentTypeobjects. - ResourceContentTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.ResourceContentTypeUnmarshaller
-
Constructor.
- resourceId - Variable in class org.opensaml.xacml.ctx.impl.ResultTypeImpl
-
Attribute resource id.
- resourceLookupStrategy - Variable in class org.opensaml.profile.action.impl.CheckAccess
-
Lookup strategy for resource.
- resourceMatch - Variable in class org.opensaml.xacml.policy.impl.ResourceTypeImpl
-
List of resource matches.
- 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
ResourceMatchTypeobjects. - ResourceMatchTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.ResourceMatchTypeImplBuilder
- ResourceMatchTypeMarshaller - Class in org.opensaml.xacml.policy.impl
-
Marshaller of
ResourceMatchTypeobjects. - ResourceMatchTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ResourceMatchTypeMarshaller
- ResourceMatchTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
-
Unmarshaller of
ResourceMatchTypeobjects. - ResourceMatchTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ResourceMatchTypeUnmarshaller
- resources - Variable in class org.opensaml.xacml.ctx.impl.RequestTypeImpl
-
The resources of the request.
- resources - Variable in class org.opensaml.xacml.policy.impl.TargetTypeImpl
-
The resourcese in the policy.
- resourceScript(String, Resource) - Static method in class org.opensaml.saml.metadata.resolver.filter.impl.ScriptedTrustedNamesFunction
- resourceScript(Resource) - Static method in class org.opensaml.saml.metadata.resolver.filter.impl.ScriptedTrustedNamesFunction
-
Factory to create
ScriptedTrustedNamesFunctionfrom aResource. - 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 - Class in org.opensaml.xacml.policy.impl
-
Implementation of
ResourceType. - ResourceTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.ctx.impl.ResourceTypeImpl
-
Constructor.
- ResourceTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.ResourceTypeImpl
-
Constructor.
- ResourceTypeImplBuilder - Class in org.opensaml.xacml.ctx.impl
-
Builder for
ResourceTypeobjects. - ResourceTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
-
Builder for
ResourceType. - ResourceTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.ResourceTypeImplBuilder
-
Constructor.
- ResourceTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.ResourceTypeImplBuilder
- ResourceTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
-
Marshaller for
RequestTypeobjects. - ResourceTypeMarshaller - Class in org.opensaml.xacml.policy.impl
-
Marshaller for
ResourceType. - ResourceTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.ResourceTypeMarshaller
-
Constructor.
- ResourceTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ResourceTypeMarshaller
- ResourceTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
-
Unmarshaller for
ResourceTypeobjects. - ResourceTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
-
Unmarshaller for
ResourceType. - ResourceTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.ResourceTypeUnmarshaller
-
Constructor.
- 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.
- responderIdLookupStrategy - Variable in class org.opensaml.saml.common.profile.logic.AbstractNameIDPolicyPredicate
-
Responder ID lookup function.
- 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
RespondToobjects. - RespondToBuilder() - Constructor for class org.opensaml.saml.ext.samlpthrpty.impl.RespondToBuilder
- RespondToImpl - Class in org.opensaml.saml.ext.samlpthrpty.impl
-
Concrete implementation of
RespondTo. - RespondToImpl(String, String, String) - Constructor for class org.opensaml.saml.ext.samlpthrpty.impl.RespondToImpl
-
Constructor.
- 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
RespondWithobjects. - 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.
- respondWiths - Variable in class org.opensaml.saml.saml1.core.impl.RequestAbstractTypeImpl
-
Contains the respondWiths.
- response - Variable in class org.opensaml.messaging.decoder.httpclient.AbstractHttpClientResponseMessageDecoder
-
The HTTP client response.
- response - Variable in class org.opensaml.saml.common.profile.impl.AddAudienceRestrictionToAssertions
-
Response to modify.
- response - Variable in class org.opensaml.saml.common.profile.impl.AddInResponseToToResponse
-
Message to modify.
- response - Variable in class org.opensaml.saml.common.profile.impl.AddNotBeforeConditionToAssertions
-
Response to modify.
- response - Variable in class org.opensaml.saml.common.profile.impl.AddNotOnOrAfterConditionToAssertions
-
Response to modify.
- response - Variable in class org.opensaml.saml.common.profile.impl.SignAssertions
-
The response containing the assertions to be signed.
- response - Variable in class org.opensaml.saml.metadata.resolver.index.impl.EndpointMetadataIndex.EndpointMetadataIndexKey
-
Respone location flag.
- response - Variable in class org.opensaml.saml.saml1.profile.impl.AddDoNotCacheConditionToAssertions
-
Response to modify.
- response - Variable in class org.opensaml.saml.saml1.profile.impl.AddStatusToResponse
-
Response to modify.
- response - Variable in class org.opensaml.saml.saml1.profile.impl.AddSubjectConfirmationToSubjects
-
Response to modify.
- response - Variable in class org.opensaml.saml.saml1.profile.impl.CopyNameIdentifierFromRequest
-
Response to modify.
- response - Variable in class org.opensaml.saml.saml1.profile.impl.ResolveArtifacts
-
Response to populate.
- response - Variable in class org.opensaml.saml.saml2.profile.impl.AddChannelBindingsToAssertions
-
Response to modify.
- response - Variable in class org.opensaml.saml.saml2.profile.impl.AddGeneratedKeyToAssertions
-
Response to modify.
- response - Variable in class org.opensaml.saml.saml2.profile.impl.AddOneTimeUseConditionToAssertions
-
Response to modify.
- response - Variable in class org.opensaml.saml.saml2.profile.impl.AddProxyRestrictionToAssertions
-
Response to modify.
- response - Variable in class org.opensaml.saml.saml2.profile.impl.AddStatusToResponse
-
Response to modify.
- response - Variable in class org.opensaml.saml.saml2.profile.impl.AddSubjectConfirmationToSubjects
-
Response to modify.
- response - Variable in class org.opensaml.saml.saml2.profile.impl.CopyNameIDFromRequest
-
Response to modify.
- response - Variable in class org.opensaml.saml.saml2.profile.impl.EncryptAssertions
-
The message to operate on.
- response - Variable in class org.opensaml.saml.saml2.profile.impl.EncryptAttributes
-
The message to operate on.
- response - Variable in class org.opensaml.saml.saml2.profile.impl.ResolveArtifact
-
Response to populate.
- response - Variable in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionStatementTypeImpl
-
The response of the authorization request.
- Response - Interface in org.opensaml.saml.saml1.core
-
This interface defines how the object representing a SAML1
Responseelement 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_ID - Static variable in class org.opensaml.saml.saml1.testing.SAML1ActionTestingSupport
-
ID used for all generated
Responseobjects. - RESPONSE_ID - Static variable in class org.opensaml.saml.saml2.testing.SAML2ActionTestingSupport
-
ID used for all generated
Responseobjects. - 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
ResponseAbstractTypeObject. - 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
ResponseAbstractTypeobjects. - 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
ResponseAbstractTypeobjects. - ResponseAbstractTypeUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.ResponseAbstractTypeUnmarshaller
- ResponseBuilder - Class in org.opensaml.saml.saml1.core.impl
-
Builder of
Responseobjects. - ResponseBuilder - Class in org.opensaml.saml.saml2.core.impl
-
Builder for
Response. - ResponseBuilder - Class in org.opensaml.saml.saml2.ecp.impl
-
A Builder for
Responseobjects. - ResponseBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.ResponseBuilder
- ResponseBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.ResponseBuilder
- ResponseBuilder() - Constructor for class org.opensaml.saml.saml2.ecp.impl.ResponseBuilder
- responseHandler - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver
-
HttpClient ResponseHandler instance to use.
- ResponseImpl - Class in org.opensaml.saml.saml1.core.impl
-
Implementation of the
ResponseObject. - ResponseImpl - Class in org.opensaml.saml.saml2.core.impl
-
Concrete implementation of
Response. - ResponseImpl - Class in org.opensaml.saml.saml2.ecp.impl
-
A concrete implementation of
Response. - ResponseImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.ResponseImpl
-
Constructor.
- ResponseImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.ResponseImpl
-
Constructor.
- ResponseImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.ecp.impl.ResponseImpl
-
Constructor.
- responseLocation - Variable in class org.opensaml.saml.saml2.metadata.impl.EndpointImpl
-
Response location URI.
- responseLookupStrategy - Variable in class org.opensaml.saml.common.profile.impl.AddAudienceRestrictionToAssertions
-
Strategy used to locate the Response to operate on.
- responseLookupStrategy - Variable in class org.opensaml.saml.common.profile.impl.AddInResponseToToResponse
-
Strategy used to locate the message to operate on.
- responseLookupStrategy - Variable in class org.opensaml.saml.common.profile.impl.AddNotBeforeConditionToAssertions
-
Strategy used to locate the response to operate on.
- responseLookupStrategy - Variable in class org.opensaml.saml.common.profile.impl.AddNotOnOrAfterConditionToAssertions
-
Strategy used to locate the Response to operate on.
- responseLookupStrategy - Variable in class org.opensaml.saml.common.profile.impl.SignAssertions
-
Strategy used to locate the response to operate on.
- responseLookupStrategy - Variable in class org.opensaml.saml.saml1.profile.impl.AddDoNotCacheConditionToAssertions
-
Strategy used to locate the
Responseto operate on. - responseLookupStrategy - Variable in class org.opensaml.saml.saml1.profile.impl.AddStatusToResponse
-
Strategy used to locate the
Responseto operate on. - responseLookupStrategy - Variable in class org.opensaml.saml.saml1.profile.impl.AddSubjectConfirmationToSubjects
-
Strategy used to locate the
Responseto operate on. - responseLookupStrategy - Variable in class org.opensaml.saml.saml1.profile.impl.CopyNameIdentifierFromRequest
-
Strategy used to locate the
Responseto operate on. - responseLookupStrategy - Variable in class org.opensaml.saml.saml1.profile.impl.ResolveArtifacts
-
Strategy used to locate the
Responseto operate on. - responseLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.AddChannelBindingsToAssertions
-
Strategy used to locate the
Responseto operate on. - responseLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.AddGeneratedKeyToAssertions
-
Strategy used to locate the
Responseto operate on. - responseLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.AddOneTimeUseConditionToAssertions
-
Strategy used to locate the
Responseto operate on. - responseLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.AddProxyRestrictionToAssertions
-
Strategy used to locate the Response to operate on.
- responseLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.AddStatusToResponse
-
Strategy used to locate the
StatusResponseTypeto operate on. - responseLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.AddSubjectConfirmationToSubjects
-
Strategy used to locate the
Responseto operate on. - responseLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.CopyNameIDFromRequest
-
Strategy used to locate the
Responseto operate on. - responseLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.EncryptAssertions
-
Strategy used to locate the
Responseto operate on. - responseLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.EncryptAttributes
-
Strategy used to locate the
StatusResponseTypeto operate on. - responseLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.ResolveArtifact
-
Strategy used to locate the
ArtifactResponseto operate on. - ResponseMarshaller - Class in org.opensaml.saml.saml1.core.impl
-
A thread safe Marshaller for
Responseobjects. - ResponseMarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread safe Marshaller for
Responseobjects. - ResponseMarshaller - Class in org.opensaml.saml.saml2.ecp.impl
-
Marshaller for instances of
Response. - ResponseMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.ResponseMarshaller
- ResponseMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.ResponseMarshaller
- 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
ResponseTypeobjects. - ResponseTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.ResponseTypeImplBuilder
-
Constructor.
- ResponseTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
-
Marshaller for
ResponseTypeobjects. - ResponseTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.ResponseTypeMarshaller
-
Constructor.
- ResponseTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
-
Unmarshaller for
ResponseTypeobjects. - ResponseTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.ResponseTypeUnmarshaller
-
Constructor.
- ResponseUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
-
A thread-safe
UnmarshallerforResponseobjects. - ResponseUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Unmarshaller for
Responseobjects. - ResponseUnmarshaller - Class in org.opensaml.saml.saml2.ecp.impl
-
Unmarshaller for instances of
Response. - ResponseUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.ResponseUnmarshaller
- ResponseUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.ResponseUnmarshaller
- ResponseUnmarshaller() - Constructor for class org.opensaml.saml.saml2.ecp.impl.ResponseUnmarshaller
- result - Variable in class org.opensaml.saml.common.assertion.ValidationProcessingData
-
The validation result.
- result - Variable in class org.opensaml.xacml.ctx.provider.impl.ObligationProcessingContext
-
Result of a XACML authorization request.
- results - Variable in class org.opensaml.xacml.ctx.impl.ResponseTypeImpl
-
The results of the response.
- 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
ResultTypeobjects. - ResultTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.ResultTypeImplBuilder
-
Constructor.
- ResultTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
-
Marshaller for
ResultTypeobjects. - ResultTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.ResultTypeMarshaller
-
Constructor.
- ResultTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
-
Unmarshaller for
ResultTypeobjects. - ResultTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.ResultTypeUnmarshaller
-
Constructor.
- retainAll(Collection<?>) - Method in class org.opensaml.core.xml.util.ListView
- retainAll(Collection<?>) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList
- retainedRoles - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.EntityRoleFilter
-
List of roles that are NOT removed by this filter.
- rethrowIfHandled - Variable in class org.opensaml.messaging.handler.impl.MessageHandlerErrorStrategyAdapter
-
Flag indicating whether the wrapped handler's exception should be rethrown after being handled successfully.
- rethrowIfNotHandled - Variable in class org.opensaml.messaging.handler.impl.MessageHandlerErrorStrategyAdapter
-
Flag indicating whether the wrapped handler's exception should be rethrown if not handled successfully by any configured error handler.
- RetrievalMethod - Interface in org.opensaml.xmlsec.signature
-
XMLObject representing XML Digital Signature, version 20020212, RetrievalMethod element.
- retrievalMethodBuilder - Variable in class org.opensaml.saml.saml2.encryption.Encrypter
-
Builder for RetrievalMethod objects.
- RetrievalMethodBuilder - Class in org.opensaml.xmlsec.signature.impl
-
Builder of
RetrievalMethod. - RetrievalMethodBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.RetrievalMethodBuilder
- 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
RetrievalMethodobjects. - RetrievalMethodMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.RetrievalMethodMarshaller
- RetrievalMethodUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
-
A thread-safe Unmarshaller for
RetrievalMethodobjects. - 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 - Variable in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
-
ReturnContext attribute value.Default = false.
- RETURNCONTEXT_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
-
ReturnContext attribute name.
- RevocationCache - Interface in org.opensaml.storage
-
Interface to a cache that tracks revoked information.
- revocationEnabled - Variable in class org.opensaml.security.x509.impl.CertPathPKIXValidationOptions
-
Value for RevocationEnabled when forced.
- revoke(String, String) - Method in interface org.opensaml.storage.RevocationCache
-
Invokes
RevocationCache.revoke(String, String, Duration)with a default expiration parameter. - revoke(String, String, String) - Method in class org.opensaml.storage.impl.StorageServiceRevocationCache
-
Invokes
RevocationCache.revoke(String, String, String, Duration)with a default expiration parameter. - revoke(String, String, String) - Method in interface org.opensaml.storage.RevocationCache
-
Invokes
RevocationCache.revoke(String, String, String, Duration)with a default expiration parameter. - revoke(String, String, String, Duration) - Method in class org.opensaml.storage.impl.StorageServiceRevocationCache
-
Returns true if the value is successfully revoked.
- revoke(String, String, String, Duration) - Method in interface org.opensaml.storage.RevocationCache
-
Returns true if the value is successfully revoked.
- revoke(String, String, Duration) - Method in interface org.opensaml.storage.RevocationCache
-
Invokes
RevocationCache.revoke(String, String, String, Duration)with a placeholder value parameter. - 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.
- role - Variable in class org.opensaml.saml.common.messaging.context.AbstractSAMLEntityContext
-
The role under which the SAML entity is currently operating.
- role - Variable in class org.opensaml.saml.criterion.EntityRoleCriterion
-
The entity role.
- role - Variable in class org.opensaml.saml.criterion.RoleDescriptorCriterion
-
The entity role.
- role - Variable in class org.opensaml.saml.metadata.criteria.entity.impl.EvaluableEntityRoleEntityDescriptorCriterion
-
Entity role.
- role - Variable in class org.opensaml.saml.metadata.criteria.role.impl.EvaluableEntityRoleDescriptorCriterion
-
The entity role QName being evaluated.
- role - Variable in class org.opensaml.saml.metadata.resolver.index.impl.EndpointMetadataIndex.EndpointMetadataIndexKey
-
The role type.
- role - Variable in class org.opensaml.saml.metadata.resolver.index.impl.RoleMetadataIndex.RoleMetadataIndexKey
-
The entity role.
- role - Variable in class org.opensaml.saml.security.impl.SAMLMDCredentialContext
-
Role in which credential was resolved.
- RoleBearing - Interface in org.opensaml.soap.soap12
-
Interface for element having a
@soap12:roleattribute. - roleDescriptor - Variable in class org.opensaml.saml.common.messaging.context.SAMLMetadataContext
-
The role descriptor of the SAML entity.
- roleDescriptor - Variable in class org.opensaml.saml.metadata.support.AttributeConsumingServiceSelector
-
The AttributeConsumingService's parent role descriptor.
- RoleDescriptor - Interface in org.opensaml.saml.saml2.metadata
-
SAML 2.0 Metadata RoleDescriptor.
- RoleDescriptorCriterion - Class in org.opensaml.saml.criterion
-
Criterionrepresenting an entity role. - RoleDescriptorCriterion(RoleDescriptor) - Constructor for class org.opensaml.saml.criterion.RoleDescriptorCriterion
-
Constructor.
- RoleDescriptorCriterionPredicateRegistry - Class in org.opensaml.saml.metadata.criteria.role.impl
-
Default
CriterionPredicateRegistryforRoleDescriptor. - RoleDescriptorCriterionPredicateRegistry() - Constructor for class org.opensaml.saml.metadata.criteria.role.impl.RoleDescriptorCriterionPredicateRegistry
-
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
RoleDescriptorobjects. - RoleDescriptorMarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorMarshaller
- roleDescriptorResolver - Variable in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
-
Role descriptor resolver.
- roleDescriptorResolver - Variable in class org.opensaml.saml.security.impl.MetadataCredentialResolver
-
Metadata RoleDescriptor resolver which is the source of credentials.
- RoleDescriptorResolver - Interface in org.opensaml.saml.metadata.resolver
-
A resolver that is capable of resolving
RoleDescriptorinstances which meet certain supplied criteria. - roleDescriptors - Variable in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
-
Role descriptors for this entity.
- RoleDescriptorUnmarshaller - Class in org.opensaml.saml.saml2.metadata.impl
-
A thread safe Unmarshaller for
RoleDescriptorobjects. - RoleDescriptorUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorUnmarshaller
- RoleDescriptorXSAnyAdapter - Class in org.opensaml.saml.saml2.metadata.impl
-
Component that adapts an instance of
XSAnyto the interfaceRoleDescriptor. - RoleDescriptorXSAnyAdapter(XSAny) - Constructor for class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter
-
Constructor.
- RoleDescriptorXSAnyAdapter.MutableChildrenList<T extends XMLObject> - Class in org.opensaml.saml.saml2.metadata.impl
-
Array implementation which causes all XMLObject children of the owning instance to be synced back to the underlying adapted
XSAnyon any list mutation operations. - RoleDescriptorXSAnyAdapter.MutableChildrenList.MutableChildrenIterator<E> - Class in org.opensaml.saml.saml2.metadata.impl
-
Iterator for mutable children which disallows removal.
- RoleDescriptorXSAnyAdapter.MutableChildrenList.MutableChildrenListIterator<E> - Class in org.opensaml.saml.saml2.metadata.impl
-
ListIterator for mutable children which disallows removal.
- RoleMetadataIndex - Class in org.opensaml.saml.metadata.resolver.index.impl
-
An implementation of
MetadataIndexwhich indexes entities by their roles. - RoleMetadataIndex() - Constructor for class org.opensaml.saml.metadata.resolver.index.impl.RoleMetadataIndex
- RoleMetadataIndex.RoleMetadataIndexKey - Class in org.opensaml.saml.metadata.resolver.index.impl
-
An implementation of
MetadataIndexKeyrepresenting a single SAML metadata role. - RoleMetadataIndexKey(QName) - Constructor for class org.opensaml.saml.metadata.resolver.index.impl.RoleMetadataIndex.RoleMetadataIndexKey
-
Constructor.
- RootContextLookup<StartContext extends BaseContext,
RootContext extends BaseContext> - Class in org.opensaml.messaging.context.navigate -
A
ContextDataLookupFunctionthat gets the root of context tree. - RootContextLookup() - Constructor for class org.opensaml.messaging.context.navigate.RootContextLookup
-
Constructor.
- RootContextLookup(Class<RootContext>) - Constructor for class org.opensaml.messaging.context.navigate.RootContextLookup
-
Constructor.
- RootDOMInNewDocument - Enum constant in enum class org.opensaml.core.xml.util.XMLObjectSupport.CloneOutputOption
-
The cloned XMLObject's DOM will be the root document element of a new
Document, that is it will be theElementreturned byDocument.getDocumentElement(). - rsaKeyValue - Variable in class org.opensaml.xmlsec.signature.impl.KeyValueImpl
-
RSAKeyValue child element.
- 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
- 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
RSAKeyValueobjects. - RSAKeyValueMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.RSAKeyValueMarshaller
- RSAKeyValueProvider - Class in org.opensaml.xmlsec.keyinfo.impl.provider
-
Implementation of
KeyInfoProviderwhich supportsRSAKeyValue. - RSAKeyValueProvider() - Constructor for class org.opensaml.xmlsec.keyinfo.impl.provider.RSAKeyValueProvider
- RSAKeyValueUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
-
A thread-safe Unmarshaller for
RSAKeyValueobjects. - RSAKeyValueUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.RSAKeyValueUnmarshaller
- rsaOAEPParameters - Variable in class org.opensaml.xmlsec.encryption.support.KeyEncryptionParameters
-
RSA OAEP parameters.
- rsaOAEPParameters - Variable in class org.opensaml.xmlsec.EncryptionParameters
-
RSA OAEP parameters.
- rsaOAEPParameters - Variable in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
-
RSA OAEP parameters.
- 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.
- rsaOAEPParametersMerge - Variable in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
-
Flag whether to merge RSA OAEP parameters.
- 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
-
Implementation for
RuleCombinerParametersTypeImplBuilder. - RuleCombinerParametersTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.RuleCombinerParametersTypeImpl
-
Constructor.
- RuleCombinerParametersTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
-
Builder for
RuleCombinerParametersType. - RuleCombinerParametersTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.RuleCombinerParametersTypeImplBuilder
- RuleCombinerParametersTypeMarshaller - Class in org.opensaml.xacml.policy.impl
-
Marshaller for
RuleCombinerParametersType. - 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
- ruleCombiningAlgo - Variable in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
-
Rule combinging algorithm ID.
- 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.
- ruleId - Variable in class org.opensaml.xacml.policy.impl.RuleTypeImpl
-
The id of the rule.
- ruleIdRef - Variable in class org.opensaml.xacml.policy.impl.RuleCombinerParametersTypeImpl
-
Rule identity reference.
- 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
- run() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver.RefreshMetadataTask
- run() - Method in class org.opensaml.xmlsec.signature.impl.X509CertificateImpl.CleanerState
- run() - Method in class org.opensaml.xmlsec.signature.impl.X509CRLImpl.CleanerState
- RUNTIME_EXCEPTION - Static variable in class org.opensaml.profile.action.EventIds
-
ID of the event returned if a runtime exception is caught.
- runtimeSupported - Variable in class org.opensaml.xmlsec.algorithm.AlgorithmRegistry
-
Set containing algorithms which are supported by the runtime environment.
- 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.
- rwLock - Variable in class org.opensaml.xacml.ctx.provider.impl.ObligationService
-
Read/write lock around the registered obligation handlers.
S
- salt - Variable in class org.opensaml.xmlsec.derivation.impl.PBKDF2
-
Base64-encoded salt value.
- salt - Variable in class org.opensaml.xmlsec.encryption.impl.PBKDF2ParamsImpl
-
Salt child element.
- Salt - Interface in org.opensaml.soap.wssecurity
-
The <wsse11:Salt> element within the <wsse:UsernameToken> element.
- Salt - Interface in org.opensaml.xmlsec.encryption
-
XMLObject representing XML Encryption 1.1 Salt element.
- SaltBuilder - Class in org.opensaml.soap.wssecurity.impl
-
SaltBuilder.
- SaltBuilder - Class in org.opensaml.xmlsec.encryption.impl
-
Builder of
Salt. - SaltBuilder() - Constructor for class org.opensaml.soap.wssecurity.impl.SaltBuilder
- SaltBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.SaltBuilder
- SaltImpl - Class in org.opensaml.soap.wssecurity.impl
-
SaltImpl.
- SaltImpl - Class in org.opensaml.xmlsec.encryption.impl
-
Concrete implementation of
Salt. - SaltImpl(String, String, String) - Constructor for class org.opensaml.soap.wssecurity.impl.SaltImpl
-
Constructor.
- SaltImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.SaltImpl
-
Constructor.
- SaltMarshaller - Class in org.opensaml.soap.wssecurity.impl
-
SaltMarshaller.
- SaltMarshaller - Class in org.opensaml.xmlsec.encryption.impl
-
A thread-safe Marshaller for
Saltobjects. - SaltMarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.SaltMarshaller
- SaltMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.SaltMarshaller
- SaltUnmarshaller - Class in org.opensaml.soap.wssecurity.impl
-
SaltUnmarshaller.
- SaltUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
-
A thread-safe Unmarshaller for
Saltobjects. - SaltUnmarshaller() - Constructor for class org.opensaml.soap.wssecurity.impl.SaltUnmarshaller
- SaltUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.SaltUnmarshaller
- SAML_10 - Enum constant in enum class org.opensaml.saml.common.xml.SAMLSchemaBuilder.SAML1Version
-
SAML 1.0.
- SAML_11 - Enum constant in enum class org.opensaml.saml.common.xml.SAMLSchemaBuilder.SAML1Version
-
SAML 1.1.
- 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.
- 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.
- 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.
- saml10Schemas - Static variable in class org.opensaml.saml.common.xml.SAMLSchemaBuilder
-
Classpath relative location of SAML 1_0 schemas.
- 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.
- saml11Schemas - Static variable in class org.opensaml.saml.common.xml.SAMLSchemaBuilder
-
Classpath relative location of SAML 1_1 schemas.
- SAML1ActionSupport - Class in org.opensaml.saml.saml1.profile
-
Helper methods for SAML 1 profile actions.
- SAML1ActionSupport() - Constructor for class org.opensaml.saml.saml1.profile.SAML1ActionSupport
-
Constructor.
- SAML1ActionTestingSupport - Class in org.opensaml.saml.saml1.testing
-
Helper methods for creating/testing SAML 1 objects within profile action tests.
- SAML1ActionTestingSupport() - Constructor for class org.opensaml.saml.saml1.testing.SAML1ActionTestingSupport
- SAML1Artifact - Interface in org.opensaml.saml.saml1.binding.artifact
-
Interface marker for SAML 1 artifacts.
- SAML1ArtifactBuilder<ArtifactType extends SAML1Artifact> - Interface in org.opensaml.saml.saml1.binding.artifact
-
Builder of typed SAML 1 artifacts.
- saml1ArtifactBuilderFactory - Variable in class org.opensaml.saml.config.SAMLConfiguration
-
SAML 1 Artifact factory.
- 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
MessageHandlerthat 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
NameIdentifierGeneratorfor SAML 1.x. - SAML1ObjectSupport - Class in org.opensaml.saml.saml1.profile
-
A helper class for working with SAMLObjects.
- SAML1ObjectSupport() - Constructor for class org.opensaml.saml.saml1.profile.SAML1ObjectSupport
-
Constructor.
- SAML1P_PREFIX - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
-
SAML 1.X Protocol QName prefix.
- SAML1Version() - Constructor for enum class org.opensaml.saml.common.xml.SAMLSchemaBuilder.SAML1Version
- saml1xSchemas - Variable in class org.opensaml.saml.common.xml.SAMLSchemaBuilder
-
Reference to SAML 1.x schemas to apply.
- SAML2_ARTIFACT_BINDING_URI - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
-
URI for SAML 2 Artifact binding.
- SAML2_BINDING_URL_ENCODING_DEFLATE_URI - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
-
URI for SAML 2 binding URL encoding DEFLATE method.
- 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.
- 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.
- SAML20AssertionToken - Class in org.opensaml.saml.saml2.wssecurity
-
Implementation of SAML 2.0 Assertion token.
- SAML20AssertionToken(Assertion) - Constructor for class org.opensaml.saml.saml2.wssecurity.SAML20AssertionToken
-
Constructor.
- SAML20AssertionTokenValidationInput - Class in org.opensaml.saml.saml2.wssecurity.messaging.impl
-
Class which holds messaging data relevant to validating a WS-Security SAML 2.0 Assertion token.
- SAML20AssertionTokenValidationInput(MessageContext, HttpServletRequest, Assertion) - Constructor for class org.opensaml.saml.saml2.wssecurity.messaging.impl.SAML20AssertionTokenValidationInput
-
Constructor.
- SAML20AssertionValidator - Class in org.opensaml.saml.saml2.assertion
-
A component capable of performing core validation of SAML version 2.0
Assertioninstances. - SAML20AssertionValidator(Collection<ConditionValidator>, Collection<SubjectConfirmationValidator>, Collection<StatementValidator>, AssertionValidator, SignatureTrustEngine, SignaturePrevalidator) - Constructor for class org.opensaml.saml.saml2.assertion.SAML20AssertionValidator
-
Constructor.
- 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.
- saml20CommonSchemas - Static variable in class org.opensaml.saml.common.xml.SAMLSchemaBuilder
-
Classpath relative location of the invariant SAML 2.0 schemas.
- 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.
- SAML20PREQ_ATTR_NS - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
-
SAML SAML V2.0 "Protocol Extension For Requesting Attributes Per Request" namespace.
- SAML20PREQ_ATTRR_PREFIX - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
-
SAML SAML V2.0 "Protocol Extension For Requesting Attributes Per Request" prefix.
- 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.
- saml20Schemas - Static variable in class org.opensaml.saml.common.xml.SAMLSchemaBuilder
-
Classpath relative location of SAML 2_0 schemas.
- saml20StrictSchemas - Static variable in class org.opensaml.saml.common.xml.SAMLSchemaBuilder
-
Classpath relative location of SAML 2_0 schemas with strict string/anyURI types.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- SAML2ActionSupport - Class in org.opensaml.saml.saml2.profile
-
Helper methods for SAML 2 IdP actions.
- SAML2ActionSupport() - Constructor for class org.opensaml.saml.saml2.profile.SAML2ActionSupport
-
Constructor.
- SAML2ActionTestingSupport - Class in org.opensaml.saml.saml2.testing
-
Helper methods for creating/testing SAML 2 objects within profile action tests.
- SAML2ActionTestingSupport() - Constructor for class org.opensaml.saml.saml2.testing.SAML2ActionTestingSupport
- SAML2Artifact - Interface in org.opensaml.saml.saml2.binding.artifact
-
Interface for SAML 2 artifacts.
- SAML2ArtifactBuilder<ArtifactType extends SAML2Artifact> - Interface in org.opensaml.saml.saml2.binding.artifact
-
Builder of typed SAML 2 artifacts.
- saml2ArtifactBuilderFactory - Variable in class org.opensaml.saml.config.SAMLConfiguration
-
SAML 2 Artifact factory.
- 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
- SAML2AssertionValidationParameters - Class in org.opensaml.saml.saml2.assertion
-
Parameter keys used to store and retrieve static and dynamic parameters within a
ValidationContext. - SAML2AssertionValidationParameters() - Constructor for class org.opensaml.saml.saml2.assertion.SAML2AssertionValidationParameters
-
Constructor.
- 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.
- SAML2MetadataSupport() - Constructor for class org.opensaml.saml.metadata.support.SAML2MetadataSupport
-
Constructor.
- SAML2NameIDGenerator - Interface in org.opensaml.saml.saml2.profile
-
Specialization of
NameIdentifierGeneratorfor SAML 2.0. - SAML2ObjectSupport - Class in org.opensaml.saml.saml2.profile
-
A helper class for working with SAMLObjects.
- SAML2ObjectSupport() - Constructor for class org.opensaml.saml.saml2.profile.SAML2ObjectSupport
-
Constructor.
- saml2Schemas - Variable in class org.opensaml.saml.common.xml.SAMLSchemaBuilder
-
Reference to SAML 2.0 schemas to apply.
- SAML2Support - Class in org.opensaml.saml.saml2.common
-
Utility class for common SAML 2 operations.
- SAML2Support() - Constructor for class org.opensaml.saml.saml2.common.SAML2Support
-
Private constructor to disallow instantiation.
- SAMLAddAttributeConsumingServiceHandler - Class in org.opensaml.saml.common.binding.impl
-
SAML
MessageHandlerthat attaches anAttributeConsumingServiceContextto theSAMLMetadataContextbased on the content of anAuthnRequestin the message context. - SAMLAddAttributeConsumingServiceHandler() - Constructor for class org.opensaml.saml.common.binding.impl.SAMLAddAttributeConsumingServiceHandler
-
Constructor.
- SAMLAddAttributeConsumingServiceHandler.AuthnRequestLookup - Class in org.opensaml.saml.common.binding.impl
-
Default lookup function that find a SAML 2
AuthnRequest. - SAMLArtifact - Interface in org.opensaml.saml.common.binding.artifact
-
Interface for all SAML artifacts.
- 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.
- SAMLArtifactMetadataIndex - Class in org.opensaml.saml.metadata.resolver.index.impl
-
An implementation of
MetadataIndexwhich indexes entities by their artifact SourceID values. - SAMLArtifactMetadataIndex() - Constructor for class org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex
-
Constructor.
- SAMLArtifactMetadataIndex(List<Function<EntityDescriptor, Set<MetadataIndexKey>>>) - Constructor for class org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex
-
Constructor.
- SAMLArtifactMetadataIndex.ArtifactSourceIDMetadataIndexKey - Class in org.opensaml.saml.metadata.resolver.index.impl
-
An implementation of
MetadataIndexKeyrepresenting a SAML artifact SourceID value. - SAMLArtifactMetadataIndex.ArtifactSourceLocationMetadataIndexKey - Class in org.opensaml.saml.metadata.resolver.index.impl
-
An implementation of
MetadataIndexKeyrepresenting a SAML artifact source location value. - SAMLArtifactMetadataIndex.EntityIDToSHA1SourceIDIndexingFunction - Class in org.opensaml.saml.metadata.resolver.index.impl
-
Entity descriptor indexing function which produces a single
SAMLArtifactMetadataIndex.ArtifactSourceIDMetadataIndexKeybased on the SHA-1 digest of the UTF-8 encoding of the value ofEntityDescriptor.getEntityID(). - SAMLArtifactMetadataIndex.SourceIDExtensionIndexingFunction - Class in org.opensaml.saml.metadata.resolver.index.impl
-
Descriptor indexing function which produces 0 to many
SAMLArtifactMetadataIndex.ArtifactSourceIDMetadataIndexKeyinstances based on the values of allSourceIDextension elements present in the descriptor'sRoleDescriptors. - SAMLArtifactMetadataIndex.SourceLocationIndexingFunction - Class in org.opensaml.saml.metadata.resolver.index.impl
-
Descriptor indexing function which produces 0 to many
SAMLArtifactMetadataIndex.ArtifactSourceLocationMetadataIndexKeyinstances based on the location values of allArtifactResolutionServiceelements present in the descriptor'sRoleDescriptors. - SAMLArtifactURLBuilder - Class in org.opensaml.saml.metadata.resolver.impl
-
Implementation of
MetadataQueryProtocolRequestURLBuilder.MetadataQueryProtocolURLBuilderwhich understandsArtifactCriterion. - SAMLArtifactURLBuilder() - Constructor for class org.opensaml.saml.metadata.resolver.impl.SAMLArtifactURLBuilder
- 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
-
ContextDataLookupFunctionthat returns the SAML binding from aSAMLBindingContext. - 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.
- SAMLBindingSupport() - Constructor for class org.opensaml.saml.common.binding.SAMLBindingSupport
-
Constructor.
- 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.impl
-
An initializer which initializes the
SAMLConfigurationinstance held by theConfigurationService. - SAMLConfigurationInitializer() - Constructor for class org.opensaml.saml.config.impl.SAMLConfigurationInitializer
- SAMLConfigurationSupport - Class in org.opensaml.saml.config
-
Helper class for working with the registered instance of
SAMLConfiguration, as obtained from theConfigurationService. - SAMLConfigurationSupport() - Constructor for class org.opensaml.saml.config.SAMLConfigurationSupport
-
Constructor.
- 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.
- SAMLConstants() - Constructor for class org.opensaml.saml.common.xml.SAMLConstants
-
Constructor.
- 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
- SAMLEntityIDFunction - Class in org.opensaml.saml.common.messaging.context.navigate
-
A
ContextDataLookupFunctionthat returnsAbstractSAMLEntityContext.getEntityId(). - SAMLEntityIDFunction() - Constructor for class org.opensaml.saml.common.messaging.context.navigate.SAMLEntityIDFunction
- SAMLEventIds - Class in org.opensaml.saml.common.profile
-
SAML-specific constants to use for
ProfileActionEventContexts. - SAMLEventIds() - Constructor for class org.opensaml.saml.common.profile.SAMLEventIds
-
Constructor.
- SAMLException - Exception in org.opensaml.saml.common
-
Base exception for SAML related exception.
- SAMLException() - Constructor for exception org.opensaml.saml.common.SAMLException
-
Constructor.
- SAMLException(Exception) - Constructor for exception org.opensaml.saml.common.SAMLException
-
Constructor.
- SAMLException(String) - 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
BaseClientCertAuthSecurityHandlerwhich provides support for X509Credential trust engine validation based on SAML metadata. - SAMLMDClientCertAuthSecurityHandler() - Constructor for class org.opensaml.saml.common.binding.security.impl.SAMLMDClientCertAuthSecurityHandler
-
Constructor.
- SAMLMDCredentialContext - Class in org.opensaml.saml.security.impl
-
A credential context for credentials resolved from a
KeyInfothat 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 configured
AbstractAuthenticatableSAMLEntityContext, defaulting toSAMLPeerEntityContext. - 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
SAMLPeerEntityContextorSAMLSelfEntityContext. - 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
MessageContextthat 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
- SAMLMessageReceivedEndpointContext - Class in org.opensaml.saml.common.messaging.context
-
A context intended to be used as a subcontext of a
MessageContextthat carries some basic information about the SAML message. - SAMLMessageReceivedEndpointContext() - Constructor for class org.opensaml.saml.common.messaging.context.SAMLMessageReceivedEndpointContext
-
Constructor.
- SAMLMessageReceivedEndpointContext(HttpServletRequest) - Constructor for class org.opensaml.saml.common.messaging.context.SAMLMessageReceivedEndpointContext
-
Constructor.
- SAMLMessageSecuritySupport - Class in org.opensaml.saml.common.messaging
-
A support class for SAML security-related message handler operations.
- SAMLMessageSecuritySupport() - Constructor for class org.opensaml.saml.common.messaging.SAMLMessageSecuritySupport
-
Constructor.
- 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
BasicEncryptionParametersResolverwhich resolves credentials and algorithm preferences against SAML metadata via aMetadataCredentialResolver. - SAMLMetadataEncryptionParametersResolver(MetadataCredentialResolver) - Constructor for class org.opensaml.saml.security.impl.SAMLMetadataEncryptionParametersResolver
-
Constructor.
- SAMLMetadataKeyAgreementEncryptionConfiguration - Class in org.opensaml.saml.security
-
A specialization of
KeyAgreementEncryptionConfigurationthat can hold configuration specific to the user of SAML metadata. - SAMLMetadataKeyAgreementEncryptionConfiguration() - Constructor for class org.opensaml.saml.security.SAMLMetadataKeyAgreementEncryptionConfiguration
- SAMLMetadataKeyAgreementEncryptionConfiguration.KeyWrap - Enum Class in org.opensaml.saml.security
-
Options for whether to use symmetric key wrap with credentials from SAML metadata.
- SAMLMetadataLookupHandler - Class in org.opensaml.saml.common.binding.impl
-
Handler for inbound SAML protocol messages that attempts to locate SAML metadata for a SAML entity, and attaches it as a
SAMLMetadataContextchild of a pre-existing concrete instance ofAbstractSAMLEntityContext. - SAMLMetadataLookupHandler() - Constructor for class org.opensaml.saml.common.binding.impl.SAMLMetadataLookupHandler
-
Constructor.
- SAMLMetadataLookupParametersContext - Class in org.opensaml.saml.common.messaging.context
-
Context for operational parameters that influence the lookup of SAML metadata.
- SAMLMetadataLookupParametersContext() - Constructor for class org.opensaml.saml.common.messaging.context.SAMLMetadataLookupParametersContext
- SAMLMetadataSignatureSigningParametersResolver - Class in org.opensaml.saml.security.impl
-
A specialization of
BasicSignatureSigningParametersResolverwhich also supports input of SAML metadata, specifically theSigningMethodandDigestMethodextension 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.
- SAMLObjectSupport() - Constructor for class org.opensaml.saml.common.SAMLObjectSupport
-
Constructor.
- 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
ResponseAbstractTypemessages, or as the 'destination' attribute toRequestAbstractTypeandStatusResponseTypemessages. - 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
SignatureSigningParametersas determined bySAMLMessageSecuritySupport.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.
- SAMLPresenterEntityContext - Class in org.opensaml.saml.common.messaging.context
-
Deprecated, for removal: This API element is subject to removal in a future version.
- SAMLPresenterEntityContext() - Constructor for class org.opensaml.saml.common.messaging.context.SAMLPresenterEntityContext
-
Deprecated.
- SAMLProfileConstants - Class in org.opensaml.xacml.profile.saml
-
Defines the constants for this XACML SAML2.0 profile.
- SAMLProfileConstants() - Constructor for class org.opensaml.xacml.profile.saml.SAMLProfileConstants
-
Constructor.
- samlProtocol - Variable in class org.opensaml.saml.common.binding.impl.SAMLProtocolAndRoleHandler
-
Protocol value to add to context.
- samlProtocol - Variable in class org.opensaml.saml.common.binding.security.impl.BaseSAMLSimpleSignatureSecurityHandler
-
The SAML protocol in use.
- samlProtocol - Variable in class org.opensaml.saml.common.binding.security.impl.BaseSAMLXMLSignatureSecurityHandler
-
The SAML protocol in use.
- SAMLProtocolAndRoleHandler - Class in org.opensaml.saml.common.binding.impl
-
SAML
MessageHandlerthat attaches protocol and role information to a message context viaSAMLProtocolContextand an instance ofAbstractSAMLEntityContextobjects. - SAMLProtocolAndRoleHandler() - Constructor for class org.opensaml.saml.common.binding.impl.SAMLProtocolAndRoleHandler
- samlProtocolContext - Variable in class org.opensaml.saml.common.binding.security.impl.BaseSAMLXMLSignatureSecurityHandler
-
The SAML protocol context in operation.
- 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
-
ContextDataLookupFunctionthat returns the protocol from aSAMLProtocolContext. - 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
SAMLObjectwhich represents the SAML protocol message being processed. - SAMLProtocolMessageXMLSignatureSecurityHandler() - Constructor for class org.opensaml.saml.common.binding.security.impl.SAMLProtocolMessageXMLSignatureSecurityHandler
-
Constructor.
- samlRole - Variable in class org.opensaml.saml.common.binding.security.impl.BaseSAMLSimpleSignatureSecurityHandler
-
The SAML role in use.
- samlRole - Variable in class org.opensaml.saml.common.binding.security.impl.BaseSAMLXMLSignatureSecurityHandler
-
The SAML role in use.
- SAMLRuntimeException - Exception in org.opensaml.saml.common
-
Base class for runtime exceptions.
- SAMLRuntimeException() - Constructor for exception org.opensaml.saml.common.SAMLRuntimeException
-
Constructor.
- SAMLRuntimeException(Exception) - Constructor for exception org.opensaml.saml.common.SAMLRuntimeException
-
Constructor.
- SAMLRuntimeException(String) - Constructor for exception org.opensaml.saml.common.SAMLRuntimeException
-
Constructor.
- SAMLRuntimeException(String, Exception) - Constructor for exception org.opensaml.saml.common.SAMLRuntimeException
-
Constructor.
- samlSchemaBuilder - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.SchemaValidationFilter
-
SAML schema source.
- 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(SAMLSchemaBuilder.SAML1Version, boolean) - Constructor for class org.opensaml.saml.common.xml.SAMLSchemaBuilder
-
Constructor.
- SAMLSchemaBuilder.SAML1Version - Enum Class 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
- SAMLSOAPClientContextBuilder<InboundMessageType extends SAMLObject,
OutboundMessageType extends SAMLObject> - Class in org.opensaml.saml.common.messaging.soap -
Builder
InOutOperationContextinstances for SAML SOAP client use cases. - SAMLSOAPClientContextBuilder() - Constructor for class org.opensaml.saml.common.messaging.soap.SAMLSOAPClientContextBuilder
- SAMLSOAPClientContextBuilder.DefaultTLSCriteriaSetStrategy - Class in org.opensaml.saml.common.messaging.soap
-
Default TLS CriteriaSet strategy function.
- 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
- SAMLSourceIDArtifact - Interface in org.opensaml.saml.common.binding.artifact
-
A specialization of
SAMLArtifactwhich exposes a source ID. - SAMLSourceLocationArtifact - Interface in org.opensaml.saml.common.binding.artifact
-
A specialization of
SAMLArtifactwhich exposes a source location URI. - SAMLSubjectNameIdentifierContext - Class in org.opensaml.saml.common.messaging.context
-
A context implementation which represents a SAML 1
NameIdentifieror a SAML 2NameID. - SAMLSubjectNameIdentifierContext() - Constructor for class org.opensaml.saml.common.messaging.context.SAMLSubjectNameIdentifierContext
- SAMLVersion - Class in org.opensaml.saml.common
-
A type safe SAML version enumeration.
- SAMLVersion(int, int) - Constructor for class org.opensaml.saml.common.SAMLVersion
-
Constructor.
- satisfyAllPredicates - Variable in class org.opensaml.security.credential.impl.AbstractCriteriaFilteringCredentialResolver
-
Flag which determines whether predicates used in filtering are connected by a logical 'AND' or by logical 'OR'.
- satisfyAny - Variable in class org.opensaml.core.criterion.SatisfyAnyCriterion
-
The satisfyAny criterion value.
- SatisfyAnyCriterion - Class in org.opensaml.core.criterion
-
A criterion which allows to specify at runtime whether candidates being evaluated must satisfy all other specified criteria, or may satisfy any criteria.
- SatisfyAnyCriterion() - Constructor for class org.opensaml.core.criterion.SatisfyAnyCriterion
-
Constructor.
- SatisfyAnyCriterion(boolean) - Constructor for class org.opensaml.core.criterion.SatisfyAnyCriterion
-
Constructor.
- satisfyAnyPredicates - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
-
Flag which determines whether predicates used in filtering are connected by a logical 'OR' (true) or by logical 'AND' (false).
- satisfyAnyPredicates - Variable in class org.opensaml.saml.metadata.resolver.impl.PredicateRoleDescriptorResolver
-
Flag which determines whether predicates used in filtering are connected by a logical 'OR' (true) or by logical 'AND' (false).
- save() - Method in class org.opensaml.storage.impl.client.ClientStorageService
-
Serialize the stored data if it's in a "modified/dirty" state.
- save(String, T) - Method in class org.opensaml.core.xml.persist.FilesystemLoadSaveManager
-
Save a particular object, indexed by the supplied key.
- save(String, T) - Method in class org.opensaml.core.xml.persist.MapLoadSaveManager
-
Save a particular object, indexed by the supplied key.
- save(String, T) - Method in interface org.opensaml.core.xml.persist.XMLObjectLoadSaveManager
-
Save a particular object, indexed by the supplied key.
- save(String, T, boolean) - Method in class org.opensaml.core.xml.persist.FilesystemLoadSaveManager
-
Save a particular object, indexed by the supplied key.
- save(String, T, boolean) - Method in class org.opensaml.core.xml.persist.MapLoadSaveManager
-
Save a particular object, indexed by the supplied key.
- save(String, T, boolean) - Method in interface org.opensaml.core.xml.persist.XMLObjectLoadSaveManager
-
Save a particular object, indexed by the supplied key.
- save(ClientStorageService) - Method in class org.opensaml.storage.impl.client.AbstractClientStorageServiceStore
-
Serialize current state of stored data into a storage operation.
- save(ClientStorageService) - Method in interface org.opensaml.storage.impl.client.ClientStorageServiceStore
-
Serialize current state of stored data into a storage operation.
- save(ClientStorageService) - Method in class org.opensaml.storage.impl.client.JSONClientStorageServiceStore
-
Serialize current state of stored data into a storage operation.
- save(ClientStorageService) - Method in class org.opensaml.storage.impl.client.XMLClientStorageServiceStore
-
Serialize current state of stored data into a storage operation.
- SAVE_NOT_NEEDED - Static variable in class org.opensaml.storage.impl.client.PopulateClientStorageSaveContext
-
Event signaling that no load step is necessary.
- SaveCookieBackedClientStorageServices - Class in org.opensaml.storage.impl.client
-
An action that performs any number of
ClientStorageServiceOperationinstances sourced from cookies by issuing the necessary Set-Cookie headers. - SaveCookieBackedClientStorageServices() - Constructor for class org.opensaml.storage.impl.client.SaveCookieBackedClientStorageServices
-
Constructor.
- SC_ADDRESS_REQUIRED - Static variable in class org.opensaml.saml.saml2.assertion.SAML2AssertionValidationParameters
-
Carries a
Booleanflag which indicates whether theSubjectConfirmationDataAddress is required. - SC_CHECK_ADDRESS - Static variable in class org.opensaml.saml.saml2.assertion.SAML2AssertionValidationParameters
-
Carries a
Booleanflag which indicates whether theSubjectConfirmationDataaddress should be checked. - SC_HOK_CONFIRMED_KEYINFO - Static variable in class org.opensaml.saml.saml2.assertion.SAML2AssertionValidationParameters
-
Carries the
KeyInfothat successfully confirmed the subject via holder-of-key subject confirmation. - SC_HOK_PRESENTER_CERT - Static variable in class org.opensaml.saml.saml2.assertion.SAML2AssertionValidationParameters
-
Carries the
X509Certificateused by the presenter. - SC_HOK_PRESENTER_KEY - Static variable in class org.opensaml.saml.saml2.assertion.SAML2AssertionValidationParameters
-
Carries the
PublicKeyused by the presenter. - SC_IN_RESPONSE_TO_REQUIRED - Static variable in class org.opensaml.saml.saml2.assertion.SAML2AssertionValidationParameters
-
Carries a
Booleanflag which indicates whetherSubjectConfirmationDataInResponseTo is required. - SC_INFIX - Static variable in class org.opensaml.saml.saml2.assertion.SAML2AssertionValidationParameters
-
The standard infix for parameters concerned with subject confirmation.
- SC_MISSING_ATTRIBUTE - Static variable in interface org.opensaml.xacml.ctx.StatusCodeType
-
Missing attribute status code.
- SC_NOT_BEFORE_REQUIRED - Static variable in class org.opensaml.saml.saml2.assertion.SAML2AssertionValidationParameters
-
Carries a
Booleanflag which indicates whetherSubjectConfirmationDataNotBefore is required. - SC_NOT_ON_OR_AFTER_REQUIRED - Static variable in class org.opensaml.saml.saml2.assertion.SAML2AssertionValidationParameters
-
Carries a
Booleanflag which indicates whetherSubjectConfirmationDataNotOnOrAfter is required. - 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_RECIPIENT_REQUIRED - Static variable in class org.opensaml.saml.saml2.assertion.SAML2AssertionValidationParameters
-
Carries a
Booleanflag which indicates whetherSubjectConfirmationDataRecipient is required. - SC_SYNTAX_ERROR - Static variable in interface org.opensaml.xacml.ctx.StatusCodeType
-
Syntax error status code.
- SC_VALID_ADDRESSES - Static variable in class org.opensaml.saml.saml2.assertion.SAML2AssertionValidationParameters
- SC_VALID_IN_RESPONSE_TO - Static variable in class org.opensaml.saml.saml2.assertion.SAML2AssertionValidationParameters
-
Carries a
Stringwhose value is the acceptableSubjectConfirmationDataInResponseTo. - SC_VALID_RECIPIENTS - Static variable in class org.opensaml.saml.saml2.assertion.SAML2AssertionValidationParameters
- 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.
- schemaBuilder - Variable in class org.opensaml.saml.common.xml.SAMLSchemaBuilder
-
The builder to use.
- schemaLocation - Variable in class org.opensaml.core.xml.AbstractXMLObject
-
Schema locations for this XML object.
- SchemaValidateXMLMessage - 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.
- scoping - Variable in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
-
Scoping child element.
- Scoping - Interface in org.opensaml.saml.saml2.core
-
SAML 2.0 Core Scoping.
- ScopingBuilder - Class in org.opensaml.saml.saml2.core.impl
-
Builder for
Scoping. - ScopingBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.ScopingBuilder
- 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
Scopingobjects. - 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
Scopingobjects. - ScopingUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.ScopingUnmarshaller
- ScratchContext - Class in org.opensaml.messaging.context
-
A context subclass for holding arbitrary data in a map.
- ScratchContext() - Constructor for class org.opensaml.messaging.context.ScratchContext
-
Constructor.
- ScriptedTrustedNamesFunction - Class in org.opensaml.saml.metadata.resolver.filter.impl
-
A scripted
Functionwhich can be injected intoSignatureValidationFilter.setDynamicTrustedNamesStrategy(Function). - ScriptedTrustedNamesFunction(EvaluableScript) - Constructor for class org.opensaml.saml.metadata.resolver.filter.impl.ScriptedTrustedNamesFunction
-
Constructor.
- ScriptedTrustedNamesFunction(EvaluableScript, String) - Constructor for class org.opensaml.saml.metadata.resolver.filter.impl.ScriptedTrustedNamesFunction
-
Constructor.
- secondaryIndexManager - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractBatchMetadataResolver.BatchEntityBackingStore
-
Manager for secondary indexes.
- secondaryIndexManager - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.DynamicEntityBackingStore
-
Manager for secondary indexes.
- Secp112r1 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'secp112r1', OID: 1.3.132.0.6.
- Secp112r1() - Constructor for class org.opensaml.security.crypto.ec.curves.Secp112r1
- Secp112r2 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'secp112r2', OID: 1.3.132.0.7.
- Secp112r2() - Constructor for class org.opensaml.security.crypto.ec.curves.Secp112r2
- Secp128r1 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'secp128r1', OID: 1.3.132.0.28.
- Secp128r1() - Constructor for class org.opensaml.security.crypto.ec.curves.Secp128r1
- Secp128r2 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'secp128r2', OID: 1.3.132.0.29.
- Secp128r2() - Constructor for class org.opensaml.security.crypto.ec.curves.Secp128r2
- Secp160k1 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'secp160k1', OID: 1.3.132.0.9.
- Secp160k1() - Constructor for class org.opensaml.security.crypto.ec.curves.Secp160k1
- Secp160r1 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'secp160r1', OID: 1.3.132.0.8.
- Secp160r1() - Constructor for class org.opensaml.security.crypto.ec.curves.Secp160r1
- Secp160r2 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'secp160r2', OID: 1.3.132.0.30.
- Secp160r2() - Constructor for class org.opensaml.security.crypto.ec.curves.Secp160r2
- Secp192k1 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'secp192k1', OID: 1.3.132.0.31.
- Secp192k1() - Constructor for class org.opensaml.security.crypto.ec.curves.Secp192k1
- Secp192r1 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'secp192r1', OID: 1.2.840.10045.3.1.1.
- Secp192r1() - Constructor for class org.opensaml.security.crypto.ec.curves.Secp192r1
- Secp224k1 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'secp224k1', OID: 1.3.132.0.32.
- Secp224k1() - Constructor for class org.opensaml.security.crypto.ec.curves.Secp224k1
- Secp224r1 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'secp224r1', OID: 1.3.132.0.33.
- Secp224r1() - Constructor for class org.opensaml.security.crypto.ec.curves.Secp224r1
- Secp256k1 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'secp256k1', OID: 1.3.132.0.10.
- Secp256k1() - Constructor for class org.opensaml.security.crypto.ec.curves.Secp256k1
- Secp256r1 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'secp256r1', OID: 1.2.840.10045.3.1.7.
- Secp256r1() - Constructor for class org.opensaml.security.crypto.ec.curves.Secp256r1
- Secp384r1 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'secp384r1', OID: 1.3.132.0.34.
- Secp384r1() - Constructor for class org.opensaml.security.crypto.ec.curves.Secp384r1
- Secp521r1 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'secp521r1', OID: 1.3.132.0.35.
- Secp521r1() - Constructor for class org.opensaml.security.crypto.ec.curves.Secp521r1
- secretKey - Variable in class org.opensaml.security.credential.AbstractCredential
-
Secret key for this credential.
- secretKeyAlgorithm - Variable in class org.opensaml.spring.credential.AbstractBasicCredentialFactoryBean
-
The SecretKey algorithm.
- secretKeyEncoding - Variable in class org.opensaml.spring.credential.AbstractBasicCredentialFactoryBean
-
The SecretKey encoding used.
- SecretKeyEncoding() - Constructor for enum class org.opensaml.spring.credential.AbstractBasicCredentialFactoryBean.SecretKeyEncoding
- secretKeyInfo - Variable in class org.opensaml.spring.credential.BasicInlineCredentialFactoryBean
-
Configured secret key Info.
- secretKeyInfo - Variable in class org.opensaml.spring.credential.BasicResourceCredentialFactoryBean
-
Configured secret key Info.
- Sect113r1 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'sect113r1', OID: 1.3.132.0.4.
- Sect113r1() - Constructor for class org.opensaml.security.crypto.ec.curves.Sect113r1
- Sect113r2 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'sect113r2', OID: 1.3.132.0.5.
- Sect113r2() - Constructor for class org.opensaml.security.crypto.ec.curves.Sect113r2
- Sect131r1 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'sect131r1', OID: 1.3.132.0.22.
- Sect131r1() - Constructor for class org.opensaml.security.crypto.ec.curves.Sect131r1
- Sect131r2 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'sect131r2', OID: 1.3.132.0.23.
- Sect131r2() - Constructor for class org.opensaml.security.crypto.ec.curves.Sect131r2
- Sect163k1 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'sect163k1', OID: 1.3.132.0.1.
- Sect163k1() - Constructor for class org.opensaml.security.crypto.ec.curves.Sect163k1
- Sect163r1 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'sect163r1', OID: 1.3.132.0.2.
- Sect163r1() - Constructor for class org.opensaml.security.crypto.ec.curves.Sect163r1
- Sect163r2 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'sect163r2', OID: 1.3.132.0.15.
- Sect163r2() - Constructor for class org.opensaml.security.crypto.ec.curves.Sect163r2
- Sect193r1 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'sect193r1', OID: 1.3.132.0.24.
- Sect193r1() - Constructor for class org.opensaml.security.crypto.ec.curves.Sect193r1
- Sect193r2 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'sect193r2', OID: 1.3.132.0.25.
- Sect193r2() - Constructor for class org.opensaml.security.crypto.ec.curves.Sect193r2
- Sect233k1 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'sect233k1', OID: 1.3.132.0.26.
- Sect233k1() - Constructor for class org.opensaml.security.crypto.ec.curves.Sect233k1
- Sect233r1 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'sect233r1', OID: 1.3.132.0.27.
- Sect233r1() - Constructor for class org.opensaml.security.crypto.ec.curves.Sect233r1
- Sect239k1 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'sect239k1', OID: 1.3.132.0.3.
- Sect239k1() - Constructor for class org.opensaml.security.crypto.ec.curves.Sect239k1
- Sect283k1 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'sect283k1', OID: 1.3.132.0.16.
- Sect283k1() - Constructor for class org.opensaml.security.crypto.ec.curves.Sect283k1
- Sect283r1 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'sect283r1', OID: 1.3.132.0.17.
- Sect283r1() - Constructor for class org.opensaml.security.crypto.ec.curves.Sect283r1
- Sect409k1 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'sect409k1', OID: 1.3.132.0.36.
- Sect409k1() - Constructor for class org.opensaml.security.crypto.ec.curves.Sect409k1
- Sect409r1 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'sect409r1', OID: 1.3.132.0.37.
- Sect409r1() - Constructor for class org.opensaml.security.crypto.ec.curves.Sect409r1
- Sect571k1 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'sect571k1', OID: 1.3.132.0.38.
- Sect571k1() - Constructor for class org.opensaml.security.crypto.ec.curves.Sect571k1
- Sect571r1 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'sect571r1', OID: 1.3.132.0.39.
- Sect571r1() - Constructor for class org.opensaml.security.crypto.ec.curves.Sect571r1
- secureRandom - Variable in class org.opensaml.xmlsec.agreement.impl.KANonce
-
SecureRandom generator for salt.
- secureRandom - Variable in class org.opensaml.xmlsec.derivation.impl.PBKDF2
-
SecureRandom generator for salt.
- 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
- SecurityConfiguration - Interface in org.opensaml.security.config
-
General security settings for profiles.
- securityConfigurationProfileId - Variable in class org.opensaml.saml.common.messaging.soap.SAMLSOAPClientContextBuilder
-
SOAP client security configuration profile ID.
- securityConfigurationProfileId - Variable in class org.opensaml.soap.client.security.SOAPClientSecurityContext
-
Security configuration profile ID.
- SecurityConfigurationSupport - Class in org.opensaml.xmlsec
-
Helper methods for working with security configuration.
- SecurityConfigurationSupport() - Constructor for class org.opensaml.xmlsec.SecurityConfigurationSupport
-
Constructor.
- SecurityEnhancedHttpClientSupport - Class in org.opensaml.security.httpclient.impl
-
Support class for working with security-enhanced components related to use of
HttpClient. - SecurityEnhancedHttpClientSupport() - Constructor for class org.opensaml.security.httpclient.impl.SecurityEnhancedHttpClientSupport
-
Constructor.
- SecurityEnhancedTLSSocketFactory - Class in org.opensaml.security.httpclient.impl
-
An security-enhanced implementation of HttpClient's TLS-capable
LayeredConnectionSocketFactory. - SecurityEnhancedTLSSocketFactory(LayeredConnectionSocketFactory) - Constructor for class org.opensaml.security.httpclient.impl.SecurityEnhancedTLSSocketFactory
-
Constructor.
- SecurityException - Exception in org.opensaml.security
-
Base exception for security related errors.
- SecurityException() - Constructor for exception org.opensaml.security.SecurityException
-
Constructor.
- SecurityException(Exception) - Constructor for exception org.opensaml.security.SecurityException
-
Constructor.
- SecurityException(String) - 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
- securityParameters - Variable in class org.opensaml.security.messaging.HttpClientSecurityContext
-
The HttpClient security parameters instance.
- 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
- securityParametersContextLookupStrategy - Variable in class org.opensaml.profile.action.impl.PopulateClientTLSValidationParameters
-
Strategy used to look up the
ClientTLSSecurityParametersContextto set the parameters for. - securityParametersContextLookupStrategy - Variable in class org.opensaml.profile.action.impl.PopulateDecryptionParameters
-
Strategy used to look up the
SecurityParametersContextto set the parameters for. - securityParametersContextLookupStrategy - Variable in class org.opensaml.profile.action.impl.PopulateSignatureValidationParameters
-
Strategy used to look up the
SecurityParametersContextto set the parameters for. - securityParametersContextLookupStrategy - Variable in class org.opensaml.saml.common.binding.impl.PopulateSignatureSigningParametersHandler
-
Strategy used to look up the
SecurityParametersContextto set the parameters for. - securityParametersContextLookupStrategy - Variable in class org.opensaml.saml.common.profile.impl.PopulateSignatureSigningParameters
-
Strategy used to look up the
SecurityParametersContextto set the parameters for. - securityParametersContextLookupStrategy - Variable in class org.opensaml.security.messaging.impl.PopulateHttpClientSecurityParametersHandler
-
Strategy used to look up the
HttpClientSecurityContextto set the parameters for. - securityParametersContextLookupStrategy - Variable in class org.opensaml.xmlsec.messaging.impl.PopulateSignatureValidationParametersHandler
-
Strategy used to look up the
SecurityParametersContextto set the parameters for. - securityParametersLookupStrategy - Variable in class org.opensaml.saml.common.profile.impl.SignAssertions
-
Strategy used to locate the
SecurityParametersContextto use for signing. - securityParametersLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Resolver for security parameters context.
- securityParamsLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.AbstractDecryptAction
-
Strategy used to locate the
SecurityParametersContext. - SecurityProviderTestSupport - Class in org.opensaml.security.testing
-
Testing utility class which providers various support functionality related to security providers and Java version, useful for testing cryptographic components.
- SecurityProviderTestSupport() - Constructor for class org.opensaml.security.testing.SecurityProviderTestSupport
-
Constructor.
- securityTokenReference - Variable in class org.opensaml.soap.wstrust.impl.RequestedReferenceTypeImpl
-
SecurityTokenReference child element.
- 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 - Variable in class org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
-
seed child element.
- seed - Variable in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
-
Seed child element.
- 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 - Class in org.opensaml.xmlsec.signature.impl
-
Builder of
Seed. - SeedBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.SeedBuilder
- SeedBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.SeedBuilder
- SeedImpl - Class in org.opensaml.xmlsec.encryption.impl
-
Concrete implementation of
Seed. - SeedImpl - Class in org.opensaml.xmlsec.signature.impl
-
Concrete implementation of
Seed. - SeedImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.SeedImpl
-
Constructor.
- SeedImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.signature.impl.SeedImpl
-
Constructor.
- SegmentingIntermediateDirectoryStrategy - Class in org.opensaml.core.xml.persist.impl
-
Strategy function for producing intermediate directories from an input key.
- SegmentingIntermediateDirectoryStrategy(int, int, Function<String, String>) - Constructor for class org.opensaml.core.xml.persist.impl.SegmentingIntermediateDirectoryStrategy
-
Constructor.
- segmentLength - Variable in class org.opensaml.core.xml.persist.impl.SegmentingIntermediateDirectoryStrategy
-
The length of each produced segment.
- segmentNumber - Variable in class org.opensaml.core.xml.persist.impl.SegmentingIntermediateDirectoryStrategy
-
The number of segments to produce.
- selectActionURIForFault(Fault) - Method in class org.opensaml.soap.wsaddressing.messaging.impl.AddActionHandler
-
Select the Action URI value to return for the given
Fault. - selectByIndex(List<AttributeConsumingService>) - Method in class org.opensaml.saml.metadata.support.AttributeConsumingServiceSelector
-
Select the service based on the index value.
- selectDefault(List<AttributeConsumingService>) - Method in class org.opensaml.saml.metadata.support.AttributeConsumingServiceSelector
-
Select the default service.
- 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.
- selfEntityID - Variable in class org.opensaml.saml.common.messaging.soap.SAMLSOAPClientContextBuilder
-
The SAML self entityID.
- selfEntityIDResolver - Variable in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
-
Resolver for the self entityID, based on the peer entity data.
- selfRecipientLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.AbstractEncryptAction
-
Strategy used to obtain the self recipient value.
- send(String, InOutOperationContext) - Method in class org.opensaml.soap.client.http.AbstractPipelineHttpSOAPClient
-
Sends a message and waits for a response.
- send(String, InOutOperationContext) - Method in class org.opensaml.soap.client.http.HttpSOAPClient
-
Deprecated.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.
- SenderVouchersSubjectConfirmationValidator - Class in org.opensaml.saml.saml2.assertion.impl
-
Validates a Sender Vouches subject confirmation.
- SenderVouchersSubjectConfirmationValidator() - Constructor for class org.opensaml.saml.saml2.assertion.impl.SenderVouchersSubjectConfirmationValidator
- sendURI - Variable in class org.opensaml.soap.wsaddressing.messaging.impl.AddActionHandler
-
The actual calculated Action URI to send.
- separator - Variable in class org.opensaml.saml.metadata.resolver.impl.EntityIDDigestGenerator
-
Common separator between prefix, digested and suffix values.
- 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.
- serializeMessageForLogging(Object) - Method in class org.opensaml.messaging.decoder.AbstractMessageDecoder
-
Serialize the message for logging purposes.
- serializeMessageForLogging(Object) - Method in class org.opensaml.messaging.decoder.httpclient.BaseHttpClientResponseXMLMessageDecoder
-
Serialize the message for logging purposes.
- serializeMessageForLogging(Object) - Method in class org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder
-
Serialize the message for logging purposes.
- serializeMessageForLogging(Object) - Method in class org.opensaml.messaging.encoder.AbstractMessageEncoder
-
Serialize the message for logging purposes.
- serializeMessageForLogging(Object) - Method in class org.opensaml.messaging.encoder.httpclient.BaseHttpClientRequestXMLMessageEncoder
-
Serialize the message for logging purposes.
- serializeMessageForLogging(Object) - Method in class org.opensaml.messaging.encoder.servlet.BaseHttpServletResponseXMLMessageEncoder
-
Serialize the message for logging purposes.
- serialNumber - Variable in class org.opensaml.security.credential.criteria.impl.EvaluableX509IssuerSerialCredentialCriterion
-
Base criteria.
- serialNumber - Variable in class org.opensaml.security.x509.X509IssuerSerialCriterion
-
X.509 certificate serial number.
- serialNumber - Variable in class org.opensaml.xmlsec.signature.impl.X509IssuerSerialImpl
-
X509SerialNumber child element.
- serialVersionUID - Static variable in exception org.opensaml.core.config.InitializationException
-
Serial version UID.
- serialVersionUID - Static variable in exception org.opensaml.core.xml.config.XMLConfigurationException
-
Serial version UID.
- serialVersionUID - Static variable in exception org.opensaml.core.xml.io.MarshallingException
-
Serial version UID.
- serialVersionUID - Static variable in exception org.opensaml.core.xml.io.UnmarshallingException
-
Serial version UID.
- serialVersionUID - Static variable in exception org.opensaml.core.xml.XMLRuntimeException
-
Serial version UID.
- serialVersionUID - Static variable in exception org.opensaml.messaging.decoder.MessageDecodingException
-
Serial version UID.
- serialVersionUID - Static variable in exception org.opensaml.messaging.encoder.MessageEncodingException
-
Serial version UID.
- serialVersionUID - Static variable in exception org.opensaml.messaging.handler.MessageHandlerException
-
Serial version UID.
- serialVersionUID - Static variable in exception org.opensaml.messaging.MessageException
-
Serial version UID.
- serialVersionUID - Static variable in exception org.opensaml.messaging.MessageRuntimeException
-
Serial version UID.
- serialVersionUID - Static variable in exception org.opensaml.profile.action.EventException
-
Serial version UID.
- serialVersionUID - Static variable in exception org.opensaml.saml.common.assertion.AssertionValidationException
-
Serial version UID.
- serialVersionUID - Static variable in exception org.opensaml.saml.common.binding.BindingException
-
Serial version UID.
- serialVersionUID - Static variable in exception org.opensaml.saml.common.SAMLException
-
Serial version UID.
- serialVersionUID - Static variable in exception org.opensaml.saml.common.SAMLRuntimeException
-
Serial version UID.
- serialVersionUID - Static variable in exception org.opensaml.saml.metadata.resolver.filter.FilterException
-
Serial version UID.
- serialVersionUID - Static variable in exception org.opensaml.security.SecurityException
-
Serial version UID.
- serialVersionUID - Static variable in exception org.opensaml.soap.client.SOAPClientException
-
Serial version UID.
- serialVersionUID - Static variable in exception org.opensaml.soap.client.SOAPFaultException
-
Serial version UID.
- serialVersionUID - Static variable in exception org.opensaml.soap.common.SOAP11FaultDecodingException
-
Serial version UID.
- serialVersionUID - Static variable in exception org.opensaml.soap.common.SOAPException
-
Serial version UID.
- serialVersionUID - Static variable in exception org.opensaml.storage.VersionMismatchException
-
Serial version UID.
- serialVersionUID - Static variable in exception org.opensaml.xacml.ctx.provider.impl.ObligationProcessingException
-
Serial version UID.
- serialVersionUID - Static variable in exception org.opensaml.xmlsec.agreement.KeyAgreementException
-
Serial version UID.
- serialVersionUID - Static variable in exception org.opensaml.xmlsec.derivation.KeyDerivationException
-
Serial version UID.
- serialVersionUID - Static variable in exception org.opensaml.xmlsec.encryption.support.DecryptionException
-
Serial version UID.
- serialVersionUID - Static variable in exception org.opensaml.xmlsec.encryption.support.EncryptionException
-
Serial version UID.
- serialVersionUID - Static variable in exception org.opensaml.xmlsec.encryption.support.PreDecryptionValidationException
-
Serial version UID.
- serialVersionUID - Static variable in exception org.opensaml.xmlsec.signature.support.SignatureException
-
Serial version UID.
- SERVER - Static variable in interface org.opensaml.soap.soap11.FaultCode
-
FaultCode value
Server. - SERVER_TLS_HANDLER - Static variable in class org.opensaml.security.httpclient.impl.SecurityEnhancedTLSSocketFactory
-
Instance of
ThreadLocalClientTLSCredentialHandlerto use. - serverTLSFailureFatal - Variable in class org.opensaml.security.httpclient.HttpClientSecurityParameters
-
Flag indicating whether failure of server TLS trust engine evaluation should be treated as a fatal error.
- serverTLSFailureFatal - Variable in class org.opensaml.security.httpclient.impl.BasicHttpClientSecurityConfiguration
-
Flag indicating whether failure of server TLS trust engine evaluation should be treated as a fatal error.
- service - Variable in class org.opensaml.profile.action.impl.CheckAccess
-
Access control service.
- ServiceDescription - Interface in org.opensaml.saml.saml2.metadata
-
SAML 2.0 Metadata ServiceDescription.
- ServiceDescriptionBuilder - Class in org.opensaml.saml.saml2.metadata.impl
-
Builder for
ServiceDescription. - ServiceDescriptionBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.ServiceDescriptionBuilder
- 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.
- serviceDescriptions - Variable in class org.opensaml.saml.saml2.metadata.impl.AttributeConsumingServiceImpl
-
ServiceDescription children.
- ServiceName - Interface in org.opensaml.saml.saml2.metadata
-
SAML 2.0 Metadata ServiceName.
- ServiceNameBuilder - Class in org.opensaml.saml.saml2.metadata.impl
-
Builder for
ServiceName. - ServiceNameBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.ServiceNameBuilder
- 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.
- serviceNames - Variable in class org.opensaml.saml.saml2.metadata.impl.AttributeConsumingServiceImpl
-
ServiceName children.
- 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_FOUND - Static variable in class org.opensaml.saml.common.profile.SAMLEventIds
-
ID of event returned upon an inability to locate any matching session for a LogoutRequest.
- SESSION_NOT_ON_OR_AFTER_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.AuthnStatement
-
SessionNoOnOrAfter attribute name.
- SESSION_NOT_ON_OR_AFTER_ATTRIB_QNAME - Static variable in interface org.opensaml.saml.saml2.core.AuthnStatement
-
SessionNotOnOrAfter attribute QName.
- sessionIndex - Variable in class org.opensaml.saml.saml2.core.impl.AuthnQueryImpl
-
SessionIndex attribute.
- sessionIndex - Variable in class org.opensaml.saml.saml2.core.impl.AuthnStatementImpl
-
Index of the session.
- 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
SessionIndexobjects. - SessionIndexBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.SessionIndexBuilder
- sessionIndexes - Variable in class org.opensaml.saml.saml2.core.impl.LogoutRequestImpl
-
SessionIndex child elements.
- 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.
- sessionKey - Variable in class org.opensaml.saml.common.messaging.context.ECPContext
-
Generated session key.
- sessionKey - Variable in class org.opensaml.saml.saml2.binding.impl.AddGeneratedKeyHeaderHandler
-
Session key to encode and include.
- 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
SessionKeyobjects. - SessionKeyBuilder() - Constructor for class org.opensaml.saml.ext.samlec.impl.SessionKeyBuilder
- 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
SessionKeyobjects. - 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
SessionKeyobjects. - SessionKeyUnmarshaller() - Constructor for class org.opensaml.saml.ext.samlec.impl.SessionKeyUnmarshaller
- sessionNotOnOrAfter - Variable in class org.opensaml.saml.saml2.core.impl.AuthnStatementImpl
-
Time at which the session ends.
- 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.ListView
- set(int, ElementType) - Method in class org.opensaml.core.xml.util.XMLObjectChildrenList
-
Replaces the XMLObject at the specified index with the given element.
- set(int, T) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList
- set(E) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList.MutableChildrenListIterator
- setAccessControlService(AccessControlService) - Method in class org.opensaml.profile.action.impl.CheckAccess
-
Set the service to use.
- 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.
- setActionURI(String) - Method in class org.opensaml.soap.wsaddressing.messaging.impl.AddActionHandler
-
Set the expected Action URI value.
- setActionURI(String) - Method in class org.opensaml.soap.wsaddressing.messaging.WSAddressingContext
-
Set the Action URI value.
- setActivationCondition(Predicate<MessageContext>) - Method in class org.opensaml.messaging.handler.AbstractMessageHandler
-
Set activation condition indicating whether the handler should be invoked.
- 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
Predicatesuch 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.
- setActivationCondition(Predicate<ProfileRequestContext>) - Method in class org.opensaml.saml.metadata.resolver.ChainingMetadataResolver
-
Set an activation condition for this resolver.
- setActivationCondition(Predicate<ProfileRequestContext>) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
-
Set an activation condition for this resolver.
- 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.
- setAdditionalAudiences(Function<ProfileRequestContext, Set<String>>) - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Set the function for determining additional audience values.
- 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(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(). - setAddressRequired(Predicate<ProfileRequestContext>) - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Set the predicate which determines whether an Assertion SubjectConfirmationData Address is required.
- setAdvice(Advice) - Method in interface org.opensaml.saml.saml1.core.Assertion
-
Set the Object representing the
Advicesub element. - setAdvice(Advice) - Method in class org.opensaml.saml.saml1.core.impl.AssertionImpl
-
Set the Object representing the
Advicesub 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 class org.opensaml.xmlsec.agreement.impl.DigestMethod
-
Set the algorithm URI.
- 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.impl.KeyDerivationMethodImpl
-
Sets the algorithm URI attribute.
- setAlgorithm(String) - Method in interface org.opensaml.xmlsec.encryption.KeyDerivationMethod
-
Sets the algorithm URI attribute.
- setAlgorithm(String) - Method in class org.opensaml.xmlsec.encryption.support.DataEncryptionParameters
-
Sets the XML Encryption algorithm URI used to encrypt.
- setAlgorithm(String) - Method in class org.opensaml.xmlsec.encryption.support.KeyAgreementEncryptionConfiguration
-
Set the algorithm URI.
- 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.
- setAlgorithmID(String) - Method in class org.opensaml.xmlsec.derivation.impl.ConcatKDF
-
Set the AlgorithmID in its unpadded hex-encoded form.
- setAlgorithmID(String) - Method in interface org.opensaml.xmlsec.encryption.ConcatKDFParams
-
Sets the AlgorithmID attribute.
- setAlgorithmID(String) - Method in class org.opensaml.xmlsec.encryption.impl.ConcatKDFParamsImpl
-
Sets the AlgorithmID attribute.
- setAlgorithmIDBytes(byte[]) - Method in interface org.opensaml.xmlsec.encryption.ConcatKDFParams
-
Sets the AlgorithmID attribute.
- setAlgorithmIDBytes(byte[]) - Method in class org.opensaml.xmlsec.encryption.impl.ConcatKDFParamsImpl
-
Sets the AlgorithmID attribute.
- setAlgorithmRegistry(AlgorithmRegistry) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
-
Set the
AlgorithmRegistryinstance used when resolving algorithm URIs. - setAlgorithmRegistry(AlgorithmRegistry) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
-
Set the
AlgorithmRegistryinstance used when resolving algorithm URIs. - setAllow(Boolean) - 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 class org.opensaml.soap.wstrust.impl.RenewingImpl
-
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(Boolean) - Method in interface org.opensaml.saml.saml2.core.NameIDPolicy
-
Sets the AllowCreate value.
- setAllowCreate(XSBooleanValue) - Method in class org.opensaml.saml.saml2.core.impl.NameIDPolicyImpl
-
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.
- setAlwaysVerifyTrustedSource(boolean) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.SignatureValidationFilter
-
Set the flag indicating whether the root signature of a trusted source should always be verified.
- 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(Artifact) - Method in interface org.opensaml.saml.saml2.core.ArtifactResolve
-
Set Artifact child element.
- setArtifact(Artifact) - Method in class org.opensaml.saml.saml2.core.impl.ArtifactResolveImpl
-
Set Artifact child element.
- setArtifactBuilderFactory(SAML2ArtifactBuilderFactory) - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
-
Set the SAML 2 artifact builder factory.
- setArtifactEndpointResolver(EndpointResolver<ArtifactResolutionService>) - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
-
Set the artifact endpoint resolver.
- setArtifactLifetime(Duration) - Method in class org.opensaml.saml.common.binding.artifact.impl.BasicSAMLArtifactMap
-
Set the artifact entry lifetime.
- setArtifactLifetime(Duration) - Method in class org.opensaml.saml.common.binding.artifact.impl.StorageServiceSAMLArtifactMap
-
Set the artifact entry lifetime.
- 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.
- 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.
- setAssertionLifetimeStrategy(Function<ProfileRequestContext, Duration>) - Method in class org.opensaml.saml.common.profile.impl.AddNotOnOrAfterConditionToAssertions
-
Set strategy function to obtain assertion lifetime.
- setAssertionResolver(Function<ProfileRequestContext, List<Assertion>>) - Method in class org.opensaml.saml.saml2.profile.impl.ValidateAssertions
-
Set the function which resolves the list of assertions to validate.
- 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. - setAssertionValidator(SAML20AssertionValidator) - Method in class org.opensaml.saml.saml2.profile.impl.ValidateAssertions
-
Set the locally-configured Assertion validator.
- setAssertionValidator(SAML20AssertionValidator) - Method in class org.opensaml.saml.saml2.wssecurity.messaging.impl.WSSecuritySAML20AssertionTokenSecurityHandler
-
Set a locally-configured Assertion validator.
- setAssertionValidatorLookup(Function<Pair<MessageContext, Assertion>, SAML20AssertionValidator>) - Method in class org.opensaml.saml.saml2.wssecurity.messaging.impl.WSSecuritySAML20AssertionTokenSecurityHandler
-
Set the Assertion validator lookup function.
- setAssertionValidatorLookup(Function<Pair<ProfileRequestContext, Assertion>, SAML20AssertionValidator>) - Method in class org.opensaml.saml.saml2.profile.impl.ValidateAssertions
-
Set the Assertion validator lookup function.
- 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
Responsemessage. - 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
Responsemessage. - setAttributeEncryptionParameters(EncryptionParameters) - Method in class org.opensaml.saml.saml2.profile.context.EncryptionContext
-
Set the encryption parameters to use for encryption of attributes.
- setAttributeFilter(Predicate<Attribute>) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.EntityAttributesFilter
-
Set a condition to apply to any pre-existing extension attributes, such that failure causes their removal.
- 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.
- 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.
- 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.
- setAuthCache(AuthCache) - Method in class org.opensaml.security.httpclient.HttpClientSecurityParameters
-
Deprecated.
- 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(Instant) - Method in interface org.opensaml.saml.saml1.core.AuthenticationStatement
-
Set the contents of the AuthenticationInstant attribute.
- setAuthenticationInstant(Instant) - 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(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(AuthnContextDeclRef) - Method in class org.opensaml.saml.saml2.core.impl.AuthnContextImpl
-
Sets the URI of the Declaration of this Authentication Context.
- setAuthnInstant(Instant) - Method in interface org.opensaml.saml.saml2.core.AuthnStatement
-
Sets the time when the authentication took place.
- setAuthnInstant(Instant) - 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(Boolean) - Method in interface org.opensaml.saml.saml2.metadata.SPSSODescriptor
-
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(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.
- setAutoGenerateDataEncryptionCredential(boolean) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
-
Set whether an this resolver should auto-generate data encryption credentials.
- setBackgroundInitializationFromCacheDelay(Duration) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Set the delay after which to schedule the background initialization from the persistent cache.
- 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.
- setBackupFileInitNextRefreshDelay(Duration) - Method in class org.opensaml.saml.metadata.resolver.impl.FileBackedHTTPMetadataResolver
-
Set the duration after which to schedule next refresh, when initialized from backup file.
- 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.security.httpclient.HttpClientSecurityParameters
- setBasicCredentials(UsernamePasswordCredentials) - Method in class org.opensaml.security.httpclient.impl.BasicHttpClientSecurityConfiguration
-
A convenience method to set a (single) username and password used for BASIC authentication.
- setBasicCredentialsWithScope(UsernamePasswordCredentials, AuthScope) - Method in class org.opensaml.security.httpclient.HttpClientSecurityParameters
- setBasicCredentialsWithScope(UsernamePasswordCredentials, AuthScope) - Method in class org.opensaml.security.httpclient.impl.BasicHttpClientSecurityConfiguration
-
A convenience method to set a (single) username and password used for BASIC authentication.
- 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
SAMLBindingContextto check. - setBindingDescriptor(BindingDescriptor) - Method in class org.opensaml.saml.common.messaging.context.SAMLBindingContext
-
Set the SAML binding descriptor.
- setBindingDescriptor(BindingDescriptor) - Method in class org.opensaml.saml.saml1.binding.decoding.impl.HTTPArtifactDecoder
-
Set an optional
BindingDescriptorto inject intoSAMLBindingContextcreated. - setBindingDescriptor(BindingDescriptor) - Method in class org.opensaml.saml.saml1.binding.decoding.impl.HttpClientResponseSOAP11Decoder
-
Set an optional
BindingDescriptorto inject intoSAMLBindingContextcreated. - setBindingDescriptor(BindingDescriptor) - Method in class org.opensaml.saml.saml1.binding.decoding.impl.HTTPPostDecoder
-
Set an optional
BindingDescriptorto inject intoSAMLBindingContextcreated. - setBindingDescriptor(BindingDescriptor) - Method in class org.opensaml.saml.saml1.binding.decoding.impl.HTTPSOAP11Decoder
-
Set an optional
BindingDescriptorto inject intoSAMLBindingContextcreated. - setBindingDescriptor(BindingDescriptor) - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
-
Set an optional
BindingDescriptorto inject intoSAMLBindingContextcreated. - setBindingDescriptor(BindingDescriptor) - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HttpClientResponseSOAP11Decoder
-
Set an optional
BindingDescriptorto inject intoSAMLBindingContextcreated. - setBindingDescriptor(BindingDescriptor) - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPPostDecoder
-
Set an optional
BindingDescriptorto inject intoSAMLBindingContextcreated. - setBindingDescriptor(BindingDescriptor) - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPRedirectDeflateDecoder
-
Set an optional
BindingDescriptorto inject intoSAMLBindingContextcreated. - setBindingDescriptor(BindingDescriptor) - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPSOAP11Decoder
-
Set an optional
BindingDescriptorto inject intoSAMLBindingContextcreated. - setBindingUri(String) - Method in class org.opensaml.saml.common.messaging.context.SAMLBindingContext
-
Set the SAML binding URI.
- 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) - Method in class org.opensaml.soap.client.soap11.decoder.http.impl.HttpClientResponseSOAP11Decoder
-
Set the configured body handler MessageHandler.
- setBodyHandler(MessageHandler) - 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(Duration) - Method in interface org.opensaml.saml.saml2.common.CacheableSAMLObject
-
Sets the maximum time that this descriptor should be cached.
- setCacheDuration(Duration) - Method in class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorImpl
-
Sets the maximum time that this descriptor should be cached.
- setCacheDuration(Duration) - Method in class org.opensaml.saml.saml2.metadata.impl.EntitiesDescriptorImpl
-
Sets the maximum time that this descriptor should be cached.
- setCacheDuration(Duration) - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
-
Sets the maximum time that this descriptor should be cached.
- setCacheDuration(Duration) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorImpl
-
Sets the maximum time that this descriptor should be cached.
- setCacheDuration(Duration) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter
-
Sets the maximum time 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.
- setCapabilityMap(Map<ClientStorageService.ClientStorageSource, Integer>) - Method in class org.opensaml.storage.impl.client.ClientStorageService
-
Set the map of storage sources to capability/size limits.
- 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
CertificateNameOptionsinstance to use when evaluating a client TLSX509Credential. - setCertificateNameOptions(CertificateNameOptions) - Method in class org.opensaml.security.x509.tls.impl.BasicClientTLSValidationConfiguration
-
Set a
CertificateNameOptionsinstance to use when evaluating a client TLSX509Credential. - setCertificateResource(Resource) - Method in class org.opensaml.spring.credential.BasicX509CredentialFactoryBean
-
Set the certificate resource.
- setCertificates(List<String>) - Method in class org.opensaml.spring.credential.X509InlineCredentialFactoryBean
-
Sets the certificates.
- setCertificates(List<String>) - Method in class org.opensaml.spring.trust.PKIXInlineValidationInfoFactoryBean
-
Set the file names which we will convert into certificates.
- setCertificates(List<Resource>) - Method in class org.opensaml.spring.credential.BasicX509CredentialFactoryBean
-
Sets the Resources which contain the certificates.
- setCertificates(List<Resource>) - Method in class org.opensaml.spring.trust.PKIXResourceValidationInfoFactoryBean
-
Set the file names which we will convert into certificates.
- setCertificates(List<Resource>) - Method in class org.opensaml.spring.trust.StaticExplicitKeyFactoryBean
-
Set the resources which we will convert into certificates.
- setCertificates(List<Resource>) - Method in class org.opensaml.spring.trust.StaticPKIXFactoryBean
-
Set the resources which we will convert into certificates.
- 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
ChannelBindingsContextto operate on. - setChannelBindingsContextLookupStrategy(Function<ProfileRequestContext, ChannelBindingsContext>) - Method in class org.opensaml.saml.saml2.profile.impl.AddChannelBindingsToAssertions
-
Set the strategy used to locate the
ChannelBindingsContextto 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
ChannelBindingsContextto 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
ChannelBindingsContextto operate on. - setChannelBindingsLookupStrategy2(Function<ProfileRequestContext, ChannelBindingsContext>) - Method in class org.opensaml.saml.common.profile.impl.VerifyChannelBindings
-
Set the strategy used to locate the second
ChannelBindingsContextto operate on. - setCheckAddress(Predicate<ProfileRequestContext>) - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Set the predicate which determines whether an Assertion's network address(es) should be checked.
- setCheckNames(boolean) - Method in class org.opensaml.spring.trust.StaticPKIXFactoryBean
-
Set whether the perform name checking in the PKIX layer.
- 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 encrypted form of the plaintext data.
- setCipherValue(CipherValue) - Method in class org.opensaml.xmlsec.encryption.impl.CipherDataImpl
-
Set the base64-encoded data representing the encrypted form of the plaintext data.
- setCleanupInterval(Duration) - Method in class org.opensaml.saml.common.binding.artifact.impl.BasicSAMLArtifactMap
-
Set the cleanup interval, or 0 for none.
- setCleanupInterval(Duration) - Method in class org.opensaml.storage.AbstractStorageService
-
Sets the time between one cleanup and another.
- setCleanupInterval(Duration) - Method in class org.opensaml.storage.impl.client.ClientStorageService
-
Sets the time between one cleanup and another.
- setCleanupTaskInterval(Duration) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Set the interval at which the cleanup task should run.
- setCleanupTaskTimer(Timer) - Method in class org.opensaml.storage.AbstractStorageService
-
Sets the timer used to schedule cleanup tasks.
- setClientStorageServiceStoreFactory(ClientStorageServiceStore.Factory) - Method in class org.opensaml.storage.impl.client.ClientStorageService
-
Set the backing store
ClientStorageServiceStore.Factoryto use. - setClientTLSCredential(X509Credential) - Method in class org.opensaml.security.httpclient.HttpClientSecurityParameters
-
Set the optional client TLS credential.
- setClientTLSCredential(X509Credential) - Method in class org.opensaml.security.httpclient.impl.BasicHttpClientSecurityConfiguration
-
Set the optional client TLS credential.
- setClientTLSPredicate(Predicate<MessageContext>) - Method in class org.opensaml.security.messaging.impl.PopulateHttpClientSecurityParametersHandler
-
Set the predicate which determines whether clientTLS credentials should be included in the resolved parameters.
- setClientTLSValidationConfiguration(ClientTLSValidationConfiguration) - Method in class org.opensaml.security.config.BasicSecurityConfiguration
-
Set the configuration used when validating client TLS X509Credentials.
- 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(Duration) - Method in class org.opensaml.saml.common.binding.security.impl.MessageLifetimeSecurityHandler
-
Set the clock skew.
- setClockSkew(Duration) - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Set the clock skew.
- setClockSkewLookupStrategy(Function<ProfileRequestContext, Duration>) - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Set the strategy by which to resolve 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.
- setCollectorURL(String) - Method in class org.opensaml.core.metrics.impl.HTTPReporter
-
Set the collection point to supply the data to.
- 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(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 class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
-
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 condition for this rule.
- setCondition(ConditionType) - Method in interface org.opensaml.xacml.policy.RuleType
-
Sets the condition for this rule.
- setConditions(Conditions) - Method in interface org.opensaml.saml.saml1.core.Assertion
-
Set the Object representing the
ConditionsSub element. - setConditions(Conditions) - Method in class org.opensaml.saml.saml1.core.impl.AssertionImpl
-
Set the Object representing the
ConditionsSub 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
Conditionsof 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
Conditionsof 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.messaging.handler.impl.StaticMessageChannelSecurity
-
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.
- setConfigDescription(String) - Method in class org.opensaml.spring.credential.AbstractCredentialFactoryBean
-
For logging, set the description of the resource that defined this bean.
- setConfigDescription(String) - Method in class org.opensaml.spring.trust.AbstractBasicPKIXValidationInfoFactoryBean
-
For logging, set the description of the resource that defined this bean.
- setConfiguration(Configuration) - Static method in class org.opensaml.core.config.ConfigurationService
-
Set the
Configurationinstance to use. - setConfigurationLookupStrategy(Function<MessageContext, List<HttpClientSecurityConfiguration>>) - Method in class org.opensaml.security.messaging.impl.PopulateHttpClientSecurityParametersHandler
-
Set the strategy used to look up a per-request
HttpClientSecurityConfigurationlist. - setConfigurationLookupStrategy(Function<MessageContext, List<SignatureSigningConfiguration>>) - Method in class org.opensaml.saml.common.binding.impl.PopulateSignatureSigningParametersHandler
-
Set the strategy used to look up a per-request
SignatureSigningConfigurationlist. - setConfigurationLookupStrategy(Function<MessageContext, List<SignatureValidationConfiguration>>) - Method in class org.opensaml.xmlsec.messaging.impl.PopulateSignatureValidationParametersHandler
-
Set the strategy used to look up a per-request
SignatureValidationConfigurationlist. - setConfigurationLookupStrategy(Function<ProfileRequestContext, List<ClientTLSValidationConfiguration>>) - Method in class org.opensaml.profile.action.impl.PopulateClientTLSValidationParameters
-
Set the strategy used to look up a per-request
ClientTLSValidationConfigurationlist. - setConfigurationLookupStrategy(Function<ProfileRequestContext, List<DecryptionConfiguration>>) - Method in class org.opensaml.profile.action.impl.PopulateDecryptionParameters
-
Set the strategy used to look up a per-request
DecryptionConfigurationlist. - 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
SignatureSigningConfigurationlist. - setConfigurationLookupStrategy(Function<ProfileRequestContext, List<SignatureValidationConfiguration>>) - Method in class org.opensaml.profile.action.impl.PopulateSignatureValidationParameters
-
Set the strategy used to look up a per-request
SignatureValidationConfigurationlist. - 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.
- setConnectionDisregardTLSCertificate(boolean) - Method in class org.opensaml.spring.tls.TLSSocketFactoryFactoryBean
-
Sets whether the responder's SSL/TLS certificate should be ignored.
- 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. - setContext(Object, String) - Static method in class org.opensaml.storage.annotation.AnnotationSupport
-
Sets the value of the field indicated by the
Contextannotation on the given object. - 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(String) - Method in class org.opensaml.storage.testing.StorageServiceTest.AnnotatedObject
- setContextFaultStrategy(Function<ProfileRequestContext, Fault>) - Method in class org.opensaml.soap.soap11.profile.impl.AddSOAPFault
-
Set the optional strategy used to resolve a
Faultinstance directly from the request context. - setContextSize(int) - Method in class org.opensaml.storage.AbstractStorageService
-
Set the context size limit.
- setContextValue(HttpClientContext, String, Object, boolean) - Static method in class org.opensaml.security.httpclient.HttpClientSecuritySupport
-
Set the supplied attribute value in the client context.
- setCookieManager(CookieManager) - Method in class org.opensaml.storage.impl.client.ClientStorageService
-
Set the
CookieManagerto use. - setCopyContextLookup(ContextDataLookupFunction<MessageContext, ? extends BaseContext>) - Method in class org.opensaml.saml.common.binding.impl.SAMLProtocolAndRoleHandler
-
Set the optional lookup function for a context from which to copy the protocol and role data, for example from a parent operation context.
- setCopyContextStrategy(Function<MessageContext, SAMLMetadataContext>) - Method in class org.opensaml.saml.common.binding.impl.SAMLMetadataLookupHandler
-
Set the optional strategy for resolving an existing metadata context from which to copy data.
- setCounterName(String) - Method in class org.opensaml.profile.action.impl.PopulateMetricContext
-
Set a counter name to increment.
- 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.
- setCreatedLookup(Function<MessageContext, Instant>) - Method in class org.opensaml.soap.wssecurity.messaging.impl.AddTimestampHandler
-
Set the context lookup function for the Created time.
- setCreationInstant(Instant) - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationImpl
-
Set the creation instant.
- setCreationInstant(Instant) - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationInfoImpl
-
Set the creation instant.
- setCreationInstant(Instant) - Method in interface org.opensaml.saml.ext.saml2mdrpi.Publication
-
Set the creation instant.
- setCreationInstant(Instant) - Method in interface org.opensaml.saml.ext.saml2mdrpi.PublicationInfo
-
Set the creation instant.
- setCredentialNameEvaluator(X509CredentialNameEvaluator) - Method in class org.opensaml.spring.trust.StaticPKIXFactoryBean
-
Set the custom instance of
X509CredentialNameEvaluatorto use. - setCredentialsProvider(CredentialsProvider) - Method in class org.opensaml.security.httpclient.HttpClientSecurityParameters
-
Set an instance of
CredentialsProviderused for authentication by the HttpClient instance. - setCredentialsProvider(CredentialsProvider) - Method in class org.opensaml.security.httpclient.impl.BasicHttpClientSecurityConfiguration
-
Set an instance of
CredentialsProviderused for authentication by the HttpClient instance. - setCriteriaExtender(BiConsumer<MessageContext, CriteriaSet>) - Method in class org.opensaml.saml.common.messaging.context.SAMLMetadataLookupParametersContext
-
Set a callable hook for extending the
CriteriaSetused for metadata resolution. - setCriterionPredicateRegistry(CriterionPredicateRegistry<EntityDescriptor>) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
-
Set the registry used in resolving predicates from criteria.
- setCriterionPredicateRegistry(CriterionPredicateRegistry<RoleDescriptor>) - Method in class org.opensaml.saml.metadata.resolver.impl.PredicateRoleDescriptorResolver
-
Set the registry used in resolving predicates from criteria.
- setCRLs(Collection<X509CRL>) - Method in class org.opensaml.security.x509.BasicX509Credential
-
Sets the CRLs for this credential.
- setCRLs(List<String>) - Method in class org.opensaml.spring.credential.X509InlineCredentialFactoryBean
-
Sets the files which contain the crls.
- setCRLs(List<String>) - Method in class org.opensaml.spring.trust.PKIXInlineValidationInfoFactoryBean
-
Set the file names which we will convert into crls.
- setCRLs(List<Resource>) - Method in class org.opensaml.spring.credential.BasicX509CredentialFactoryBean
-
Sets the Resources which contain the crls.
- setCRLs(List<Resource>) - Method in class org.opensaml.spring.trust.PKIXResourceValidationInfoFactoryBean
-
Set the file names which we will convert into crls.
- setCRLs(List<Resource>) - Method in class org.opensaml.spring.trust.StaticPKIXFactoryBean
-
Set the resources which we will convert into CRLs.
- setCSPDigester(StringDigester) - Method in interface org.opensaml.messaging.encoder.HTMLMessageEncoder
-
Set a
StringDigesterto use to generate CSP hashes. - setCSPDigester(StringDigester) - Method in class org.opensaml.saml.saml1.binding.encoding.impl.HTTPPostEncoder
-
Set a
StringDigesterto use to generate CSP hashes. - setCSPDigester(StringDigester) - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPArtifactEncoder
-
Set a
StringDigesterto use to generate CSP hashes. - setCSPDigester(StringDigester) - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPPostEncoder
-
Set a
StringDigesterto use to generate CSP hashes. - setCSPNonceGenerator(IdentifierGenerationStrategy) - Method in interface org.opensaml.messaging.encoder.HTMLMessageEncoder
-
Set a
IdentifierGenerationStrategyto use to generate CSP nonces. - setCSPNonceGenerator(IdentifierGenerationStrategy) - Method in class org.opensaml.saml.saml1.binding.encoding.impl.HTTPPostEncoder
-
Set a
IdentifierGenerationStrategyto use to generate CSP nonces. - setCSPNonceGenerator(IdentifierGenerationStrategy) - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPArtifactEncoder
-
Set a
IdentifierGenerationStrategyto use to generate CSP nonces. - setCSPNonceGenerator(IdentifierGenerationStrategy) - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPPostEncoder
-
Set a
IdentifierGenerationStrategyto use to generate CSP nonces. - 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.client.ClientStorageService
-
Set the
DataSealerto 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(Instant) - Method in interface org.opensaml.soap.wssecurity.AttributedDateTime
-
Sets the Instant content or attribute value.
- setDateTime(Instant) - Method in class org.opensaml.soap.wssecurity.impl.AttributedDateTimeImpl
-
Sets the Instant content or attribute value.
- setDateTimeFormat(String) - Method in class org.opensaml.core.metrics.impl.HTTPReporter
-
Set the
DateFormatformatting string to apply when writingDateFormat-valued fields. - setDecision(DecisionTypeEnumeration) - Method in interface org.opensaml.saml.saml1.core.AuthorizationDecisionStatement
-
Set the decision.
- setDecision(DecisionTypeEnumeration) - Method in class org.opensaml.saml.saml1.core.impl.AuthorizationDecisionStatementImpl
-
Set the decision.
- 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) - 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.
- 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.
- setDecoder(MessageDecoder) - Method in class org.opensaml.messaging.pipeline.BasicMessagePipeline
-
Set the message decoder instance.
- setDecoder(MessageDecoder) - Method in class org.opensaml.messaging.pipeline.httpclient.BasicHttpClientMessagePipeline
-
Set the message decoder instance.
- setDecoder(MessageDecoder) - Method in class org.opensaml.messaging.pipeline.servlet.BasicHttpServletMessagePipeline
-
Set the message decoder instance.
- setDecryptionConfiguration(DecryptionConfiguration) - Method in class org.opensaml.xmlsec.config.BasicXMLSecurityConfiguration
-
Set the configuration used when decrypting protocol message information.
- 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(Duration) - Method in class org.opensaml.saml.common.profile.impl.AddNotOnOrAfterConditionToAssertions
-
Set the default assertion lifetime.
- setDefaultConfigurationPropertiesSource(ConfigurationPropertiesSource) - Static method in class org.opensaml.core.config.ConfigurationService
-
Set the default
ConfigurationPropertiesSourceinstance to use. - 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.
- setDefaultKeyAgreementUseKeyWrap(SAMLMetadataKeyAgreementEncryptionConfiguration.KeyWrap) - Method in class org.opensaml.saml.security.impl.SAMLMetadataEncryptionParametersResolver
-
Set the default for usage of key wrapping with key agreement if not otherwise configured.
- setDefaultPortInsecure(boolean) - Method in class org.opensaml.messaging.handler.impl.URLEvaluatingMessageChannelSecurity
-
Set whether traffic on the default TLS port is "secure" for the purposes of this action.
- 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(int) - Method in class org.opensaml.security.x509.PKIXValidationOptions
-
The default PKIX maximum path verification depth, if not supplied in the
PKIXValidationInformationbeing evaluated. - setDelegationInstant(Instant) - Method in interface org.opensaml.saml.ext.saml2delrestrict.Delegate
-
Set the delegation instant attribute value.
- setDelegationInstant(Instant) - 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.
- setDerivedKeyName(DerivedKeyName) - Method in interface org.opensaml.xmlsec.encryption.DerivedKey
-
Set the DerivedKeyName child element.
- setDerivedKeyName(DerivedKeyName) - Method in class org.opensaml.xmlsec.encryption.impl.DerivedKeyImpl
-
Set the DerivedKeyName child element.
- 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.
- setDestinationURI(String) - Method in class org.opensaml.soap.client.SOAPClientContext
-
Set the destination URI for the SOAP message being sent.
- 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.
- setDetectDuplicateEntityIDs(DetectDuplicateEntityIDs) - Method in class org.opensaml.saml.common.messaging.context.SAMLMetadataLookupParametersContext
-
Set the strategy for duplicate entityID detection.
- setDetectDuplicateEntityIDs(DetectDuplicateEntityIDs) - Method in class org.opensaml.saml.metadata.resolver.ChainingMetadataResolver
-
Set the strategy for detecting duplicate entityIDs across resolvers.
- setDHKeyValue(DHKeyValue) - Method in class org.opensaml.xmlsec.signature.impl.KeyValueImpl
-
Set the DHKeyValue child element.
- setDHKeyValue(DHKeyValue) - Method in interface org.opensaml.xmlsec.signature.KeyValue
-
Set the DHKeyValue child element.
- 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.derivation.impl.ConcatKDF
-
Set the digest method algorithm URI.
- setDigestMethod(String) - Method in class org.opensaml.xmlsec.derivation.impl.DHLegacyKDF
-
Set the digest method algorithm URI.
- setDigestMethod(String) - Method in class org.opensaml.xmlsec.encryption.support.RSAOAEPParameters
-
Set the digest method algorithm URI.
- setDigestMethod(DigestMethod) - Method in interface org.opensaml.xmlsec.encryption.ConcatKDFParams
-
Sets the digest method.
- setDigestMethod(DigestMethod) - Method in class org.opensaml.xmlsec.encryption.impl.ConcatKDFParamsImpl
-
Sets the digest method.
- setDirty() - Method in class org.opensaml.storage.AbstractMapBackedStorageService
-
A callback to indicate that data has been modified.
- setDirty() - Method in class org.opensaml.storage.impl.client.ClientStorageService
-
A callback to indicate that data has been modified.
- setDirty(boolean) - Method in class org.opensaml.storage.impl.client.AbstractClientStorageServiceStore
-
Set the dirty bit for the current data.
- setDirty(boolean) - Method in interface org.opensaml.storage.impl.client.ClientStorageServiceStore
-
Set the dirty bit for the current data.
- 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 class org.opensaml.core.xml.AbstractXSAnyAdapter
-
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
ECPContextto operate on. - setECPContextLookupStrategy(Function<ProfileRequestContext, ECPContext>) - Method in class org.opensaml.saml.saml2.profile.impl.AddGeneratedKeyToAssertions
-
Set the strategy used to locate the
ECPContextto 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.
- setEmitOriginatorKeyInfo(boolean) - Method in class org.opensaml.xmlsec.keyinfo.impl.KeyAgreementKeyInfoGeneratorFactory
-
Set the option to emit the OriginatorKeyInfo element within the AgreementMethod element.
- 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. - setEmitRecipientKeyInfo(boolean) - Method in class org.opensaml.xmlsec.keyinfo.impl.KeyAgreementKeyInfoGeneratorFactory
-
Set the option to emit the RecipientKeyInfo element within the AgreementMethod 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.
- setEncoder(MessageEncoder) - Method in class org.opensaml.messaging.pipeline.BasicMessagePipeline
-
Set the message encoder instance.
- setEncoder(MessageEncoder) - Method in class org.opensaml.messaging.pipeline.httpclient.BasicHttpClientMessagePipeline
-
Set the message encoder instance.
- setEncoder(MessageEncoder) - Method in class org.opensaml.messaging.pipeline.servlet.BasicHttpServletMessagePipeline
-
Set the message encoder instance.
- 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.
- setEncryptionConfiguration(EncryptionConfiguration) - Method in class org.opensaml.xmlsec.config.BasicXMLSecurityConfiguration
-
Set the configuration used when encrypting protocol message information.
- setEncryptionContextLookupStrategy(Function<ProfileRequestContext, EncryptionContext>) - Method in class org.opensaml.saml.saml2.profile.impl.AbstractEncryptAction
-
Set the strategy used to locate the
EncryptionContextassociated with a givenProfileRequestContext. - 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.
- setEncryptToSelf(Predicate<ProfileRequestContext>) - Method in class org.opensaml.saml.saml2.profile.impl.AbstractEncryptAction
-
Set the predicate used to determine whether to perform encrypt-to-self.
- setEncryptToSelfParametersStrategy(Function<Pair<ProfileRequestContext, EncryptionParameters>, List<EncryptionParameters>>) - Method in class org.opensaml.saml.saml2.profile.impl.AbstractEncryptAction
-
Set the strategy used to resolve the encrypt-to-self parameters.
- 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
SAMLEndpointContextto 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.
- setEntity(String) - Method in class org.opensaml.spring.credential.X509InlineCredentialFactoryBean
-
Set the file with the entity certificate.
- setEntity(Resource) - Method in class org.opensaml.spring.credential.BasicX509CredentialFactoryBean
-
Set the Resource with the entity certificate.
- 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.
- setEntityContextClass(Class<? extends AbstractAuthenticatableSAMLEntityContext>) - Method in class org.opensaml.saml.common.binding.security.impl.CheckAndRecordServerTLSEntityAuthenticationtHandler
-
Set the class type holding the authenticatable SAML entity data.
- setEntityContextClass(Class<? extends AbstractAuthenticatableSAMLEntityContext>) - Method in class org.opensaml.saml.common.binding.security.impl.SAMLMDClientCertAuthSecurityHandler
-
Set the class type holding the authenticatable SAML entity data.
- setEntityContextClass(Class<? extends AbstractAuthenticatableSAMLEntityContext>) - Method in class org.opensaml.saml.common.messaging.context.navigate.SAMLMessageContextAuthenticationFunction
-
Set the class type holding the authenticatable SAML entity data.
- setEntityContextClass(Class<? extends AbstractSAMLEntityContext>) - Method in class org.opensaml.saml.common.binding.impl.SAMLMetadataLookupHandler
-
Set the class type holding the SAML entity data.
- setEntityContextClass(Class<? extends AbstractSAMLEntityContext>) - Method in class org.opensaml.saml.common.binding.impl.SAMLProtocolAndRoleHandler
-
Set the class type holding the SAML entity data.
- 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 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.
- setEntityId(String) - Method in class org.opensaml.spring.credential.BasicX509CredentialFactoryBean
-
Set the entityID for the credential.
- 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.spring.credential.AbstractCredentialFactoryBean
-
Set the entity ID of the credential.
- setEntityIDLookup(ContextDataLookupFunction<MessageContext, String>) - Method in class org.opensaml.saml.common.binding.security.impl.CheckAndRecordServerTLSEntityAuthenticationtHandler
-
Set the strategy function for resolving the authenticated entityID.
- setEntryExpiration(Duration) - Method in class org.opensaml.storage.impl.StorageServiceRevocationCache
-
Set the default revocation entry expiration.
- 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.
- setErrorEvent(String) - Method in class org.opensaml.profile.action.AbstractHandlerDelegatingProfileAction
-
Set the event to signal in the event of a handler exception.
- 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 class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter
-
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(Object) - Method in class org.opensaml.profile.context.EventContext
-
Set the event represented by the context.
- setEventContextLookupStrategy(Function<ProfileRequestContext, EventContext>) - Method in class org.opensaml.profile.action.impl.LogEvent
-
Set lookup strategy for
EventContextto check. - setEventContextLookupStrategy(Function<ProfileRequestContext, EventContext>) - Method in class org.opensaml.saml.common.profile.logic.DefaultLocalErrorPredicate
-
Set lookup strategy for
EventContextto check. - setEventContextLookupStrategy(Function<ProfileRequestContext, EventContext>) - Method in class org.opensaml.saml.saml1.profile.impl.AddStatusToResponse.StatusCodeMappingFunction
-
Set lookup strategy for
EventContextto check. - setEventContextLookupStrategy(Function<ProfileRequestContext, EventContext>) - Method in class org.opensaml.saml.saml2.profile.impl.AddStatusToResponse.StatusCodeMappingFunction
-
Set lookup strategy for
EventContextto check. - setEventContextLookupStrategy(Function<ProfileRequestContext, EventContext>) - Method in class org.opensaml.soap.soap11.profile.impl.AddSOAPFault.FaultCodeMappingFunction
-
Set lookup strategy for
EventContextto 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.
- 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.
- 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.
- setExcludedAlgorithms(Collection<String>) - Method in class org.opensaml.xmlsec.AlgorithmPolicyParameters
-
Set the excluded algorithm URIs.
- setExcludedAlgorithms(Collection<String>) - Method in class org.opensaml.xmlsec.impl.BasicAlgorithmPolicyConfiguration
-
Set the list of excluded algorithm URIs.
- setExcludedFormats(Collection<String>) - Method in class org.opensaml.saml.saml2.profile.impl.EncryptNameIDs
-
Set the
NameIDformats to ignore and leave unencrypted. - setExcludeMerge(boolean) - Method in class org.opensaml.xmlsec.impl.BasicAlgorithmPolicyConfiguration
-
Set the flag indicating whether to merge this configuration's excludes with one of a lower order of precedence, or to treat these excludes as authoritative.
- setExistingParametersContextLookupStrategy(Function<MessageContext, HttpClientSecurityContext>) - Method in class org.opensaml.security.messaging.impl.PopulateHttpClientSecurityParametersHandler
-
Set the strategy used to look up an existing
HttpClientSecurityContextto copy instead of actually resolving the parameters to set. - setExistingParametersContextLookupStrategy(Function<MessageContext, SecurityParametersContext>) - Method in class org.opensaml.saml.common.binding.impl.PopulateSignatureSigningParametersHandler
-
Set the strategy used to look up an existing
SecurityParametersContextto copy instead of actually resolving the parameters to set. - setExistingParametersContextLookupStrategy(Function<ProfileRequestContext, SecurityParametersContext>) - Method in class org.opensaml.saml.common.profile.impl.PopulateSignatureSigningParameters
-
Set the strategy used to look up an existing
SecurityParametersContextto copy instead of actually resolving the parameters to set. - setExpectedActionURI(String) - Method in class org.opensaml.soap.wsaddressing.messaging.impl.ValidateActionHandler
-
Set the expected Action URI value.
- setExpectedIssuerLookupStrategy(Function<MessageContext, String>) - Method in class org.opensaml.messaging.handler.impl.CheckExpectedIssuer
-
Set the strategy used to look up the expected issuer associated with the message context.
- setExpiration(long) - Method in class org.opensaml.storage.testing.StorageServiceTest.AnnotatedObject
- 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.
- setExpiration(Object, Long) - Static method in class org.opensaml.storage.annotation.AnnotationSupport
-
Sets the value of the field indicated by the
Expirationannotation on the given object. - setExpiration(Instant) - Method in class org.opensaml.saml.common.binding.artifact.ExpiringSAMLArtifactMapEntry
-
Sets the expiration time.
- setExpirationTime(Instant) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.EntityManagementData
-
Set the expiration time of the metadata.
- setExpirationWarningThreshold(Duration) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Sets the impending expiration warning threshold used at refresh time.
- setExpirationWarningThreshold(Duration) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
-
Sets the impending expiration warning threshold used at refresh time.
- setExpires(Duration) - Method in class org.opensaml.saml.common.binding.security.impl.MessageReplaySecurityHandler
-
Sets the lifetime 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.
- setExpiresLookup(Function<MessageContext, Instant>) - Method in class org.opensaml.soap.wssecurity.messaging.impl.AddTimestampHandler
-
Set the context lookup function for the Expires time.
- setExpiresOffsetFromCreated(Duration) - Method in class org.opensaml.soap.wssecurity.messaging.impl.AddTimestampHandler
-
Set the parameter indicating the offset from Created used to calculate the Expires time, if no Expires value is explicitly supplied via the other supported mechanisms.
- 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 class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter
-
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.
- setFault(Fault) - Method in class org.opensaml.soap.messaging.context.SOAP11Context
-
Set the current SOAP 1.1 Fault related to the current message processing context.
- setFaultActionURI(String) - Method in class org.opensaml.soap.wsaddressing.messaging.impl.AddActionHandler
-
Set the Fault Action URI value.
- setFaultActionURI(String) - Method in class org.opensaml.soap.wsaddressing.messaging.WSAddressingContext
-
Set the Fault Action URI value.
- 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.
- setFieldValue(Object, String, Object) - Static method in class org.opensaml.storage.annotation.AnnotationSupport
-
Returns the value of a field from an object using reflection.
- setFilterMappings(Map<Object, MetadataFilter>) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.ByReferenceMetadataFilter
-
Mapping of resolver names to filters to run.
- setFilters(List<MetadataFilter>) - Method in class org.opensaml.saml.metadata.resolver.filter.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).
- setFinalDestination(boolean) - Method in class org.opensaml.soap.messaging.context.InboundSOAPContext
-
Set the flag indicating whether the node is the final destination for the current message processing context.
- setForceAuthn(Boolean) - 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 interface org.opensaml.saml.saml2.core.AuthnRequest
-
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.
- 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.
- setFunction(Function<MessageContext, Exception>) - Method in class org.opensaml.messaging.handler.impl.FunctionMessageHandler
-
Set the
Functionto use. - 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.
- setFunctionLookupStrategy(Function<MessageContext, Function<MessageContext, Exception>>) - Method in class org.opensaml.messaging.handler.impl.FunctionMessageHandler
-
Set a lookup strategy for the
Functionto use. - 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.
- setGeneratedLength(Integer) - Method in class org.opensaml.xmlsec.agreement.impl.KANonce
-
Set the generated length, in bytes.
- setGeneratedSaltLength(Integer) - Method in class org.opensaml.xmlsec.derivation.impl.PBKDF2
-
Set the generated salt length, in bytes.
- 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(GetComplete) - Method in interface org.opensaml.saml.saml2.core.IDPList
-
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) - Method in interface org.opensaml.messaging.error.PipelineMessageErrorHandler
-
Deprecated.Set the handler to invoke on the outbound error message.
- setHandlers(List<MessageHandler>) - 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.
- 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.
- setHostnameVerifier(HostnameVerifier) - Method in class org.opensaml.security.httpclient.HttpClientSecurityParameters
-
Set the optional hostname verifier.
- setHostnameVerifier(HostnameVerifier) - Method in class org.opensaml.security.httpclient.impl.BasicHttpClientSecurityConfiguration
-
Set the optional hostname verifier.
- setHttpClient(HttpClient) - Method in class org.opensaml.core.metrics.impl.HTTPReporter
-
Set the
HttpClientto use. - setHttpClient(HttpClient) - Method in class org.opensaml.soap.client.http.AbstractPipelineHttpSOAPClient
-
Set the client used to make outbound HTTP requests.
- setHttpClient(HttpClient) - Method in class org.opensaml.soap.client.http.HttpSOAPClient
-
Deprecated.Set the client used to make outbound HTTP requests.
- setHttpClientContext(HttpClientContext) - Method in class org.opensaml.messaging.context.httpclient.HttpClientRequestContext
-
Set the
HttpClientContextinstance. - setHttpClientContextLookup(ContextDataLookupFunction<MessageContext, HttpClientContext>) - Method in class org.opensaml.saml.common.binding.security.impl.CheckAndRecordServerTLSEntityAuthenticationtHandler
-
Set the strategy function for resolving the
to evaluate. - setHttpClientSecurityConfiguration(HttpClientSecurityConfiguration) - Method in class org.opensaml.security.config.BasicSecurityConfiguration
-
Set the configuration used when executing HttpClient requests.
- setHttpClientSecurityParameters(HttpClientSecurityParameters) - Method in class org.opensaml.core.metrics.impl.HTTPReporter
-
Set the optional client security parameters.
- setHttpClientSecurityParameters(HttpClientSecurityParameters) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver
-
Set an instance of
HttpClientSecurityParameterswhich provides various parameters to influence the security behavior of the HttpClient instance. - setHttpClientSecurityParameters(HttpClientSecurityParameters) - Method in class org.opensaml.saml.metadata.resolver.impl.HTTPMetadataResolver
-
Set an instance of
HttpClientSecurityParameterswhich provides various parameters to influence the security behavior of the HttpClient instance. - setHttpClientSecurityParameters(HttpClientSecurityParameters) - Method in class org.opensaml.security.httpclient.HttpClientSecurityContextHandler
-
Set the optional client security parameters.
- setHttpClientSecurityParameters(HttpClientSecurityParameters) - Method in class org.opensaml.soap.client.http.AbstractPipelineHttpSOAPClient
-
Set the optional client security parameters.
- setHttpClientSecurityParameters(HttpClientSecurityParameters) - Method in class org.opensaml.spring.tls.TLSSocketFactoryFactoryBean
-
Sets the optional HttpClient security parameters instance that will be used with the HttpClient instance.
- setHttpClientSecurityParametersResolver(HttpClientSecurityParametersResolver) - Method in class org.opensaml.security.messaging.impl.PopulateHttpClientSecurityParametersHandler
-
Set the resolver to use for the parameters to store into the context.
- setHttpRequest(ClassicHttpRequest) - Method in class org.opensaml.messaging.encoder.httpclient.AbstractHttpClientRequestMessageEncoder
-
Set the HTTP client request on which to operate.
- setHttpRequest(ClassicHttpRequest) - Method in interface org.opensaml.messaging.encoder.httpclient.HttpClientRequestMessageEncoder
-
Set the HTTP client request on which to operate.
- setHttpRequest(ClassicHttpRequest) - Method in class org.opensaml.soap.client.soap11.encoder.http.impl.HttpClientRequestSOAP11Encoder
-
Set the HTTP client request on which to operate.
- setHttpResponse(ClassicHttpResponse) - Method in class org.opensaml.messaging.decoder.httpclient.AbstractHttpClientResponseMessageDecoder
-
Set the HTTP client response on which to operate.
- setHttpResponse(ClassicHttpResponse) - Method in interface org.opensaml.messaging.decoder.httpclient.HttpClientResponseMessageDecoder
-
Set the HTTP client response on which to operate.
- setHTTPResponseStatus(Integer) - Method in class org.opensaml.soap.messaging.context.SOAP11Context
-
Set the optional HTTP response status code to return.
- setHttpServletRequestSupplier(Supplier<HttpServletRequest>) - Method in class org.opensaml.profile.logic.IPRangePredicate
-
Set the Supplier for the servlet request to evaluate.
- setHttpServletRequestSupplier(NonnullSupplier<HttpServletRequest>) - Method in class org.opensaml.messaging.decoder.servlet.AbstractHttpServletRequestMessageDecoder
-
Set the supplier for the HTTP servlet request on which to operate.
- setHttpServletRequestSupplier(NonnullSupplier<HttpServletRequest>) - Method in interface org.opensaml.messaging.decoder.servlet.HttpServletRequestMessageDecoder
-
Set the supplier for the HTTP servlet request on which to operate.
- setHttpServletRequestSupplier(NonnullSupplier<HttpServletRequest>) - Method in class org.opensaml.profile.action.AbstractProfileAction
-
Set the current HTTP request Supplier.
- setHttpServletRequestSupplier(NonnullSupplier<HttpServletRequest>) - Method in class org.opensaml.saml.common.binding.security.impl.BaseSAMLSimpleSignatureSecurityHandler
-
Set the current HTTP request Supplier.
- setHttpServletRequestSupplier(NonnullSupplier<HttpServletRequest>) - Method in class org.opensaml.saml.common.binding.security.impl.ReceivedEndpointSecurityHandler
-
Set the current HTTP request Supplier.
- setHttpServletRequestSupplier(NonnullSupplier<HttpServletRequest>) - Method in class org.opensaml.saml.saml2.wssecurity.messaging.impl.WSSecuritySAML20AssertionTokenSecurityHandler
-
Set the current HTTP request Supplier.
- setHttpServletRequestSupplier(NonnullSupplier<HttpServletRequest>) - Method in class org.opensaml.security.messaging.impl.BaseClientCertAuthSecurityHandler
-
Set the current HTTP request Supplier.
- setHttpServletRequestSupplier(NonnullSupplier<HttpServletRequest>) - Method in class org.opensaml.storage.impl.client.ClientStorageService
-
Set the Supplier for the servlet request in which to manage per-request data.
- setHttpServletResponseSupplier(NonnullSupplier<HttpServletResponse>) - Method in class org.opensaml.messaging.encoder.servlet.AbstractHttpServletResponseMessageEncoder
-
Set the supplier for the HTTP servlet response on which to operate.
- setHttpServletResponseSupplier(NonnullSupplier<HttpServletResponse>) - Method in interface org.opensaml.messaging.encoder.servlet.HttpServletResponseMessageEncoder
-
Set the supplier for the HTTP servlet response on which to operate.
- setHttpServletResponseSupplier(NonnullSupplier<HttpServletResponse>) - Method in class org.opensaml.profile.action.AbstractProfileAction
-
Set the supplier of the current HTTP response.
- setId(String) - Method in class org.opensaml.core.xml.mock.SimpleXMLObject
-
Sets the name attribute.
- setId(String) - Method in class org.opensaml.security.config.BasicSecurityConfiguration
- setId(String) - Method in interface org.opensaml.xmlsec.encryption.DerivedKey
-
Sets the Id attribute.
- setId(String) - Method in class org.opensaml.xmlsec.encryption.impl.DerivedKeyImpl
-
Sets the Id attribute.
- 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.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.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 class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter
-
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.
- setIdentifierGenerationStrategy(IdentifierGenerationStrategy) - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
-
Set the identifier generation strategy.
- setIdentifierGenerationStrategy(IdentifierGenerationStrategy) - Method in class org.opensaml.soap.wsaddressing.messaging.impl.AddMessageIDHandler
-
Set the identifier generation strategy.
- setIdentifierGeneratorLookupStrategy(Function<ProfileRequestContext, IdentifierGenerationStrategy>) - Method in class org.opensaml.saml.saml1.profile.impl.AddResponseShell
-
Set the strategy used to locate the
IdentifierGenerationStrategyto use. - setIdentifierGeneratorLookupStrategy(Function<ProfileRequestContext, IdentifierGenerationStrategy>) - Method in class org.opensaml.saml.saml2.profile.impl.AbstractResponseShellAction
-
Set the strategy used to locate the
IdentifierGenerationStrategyto use. - setIdentifierGeneratorLookupStrategy(Function<ProfileRequestContext, IdentifierGenerationStrategy>) - Method in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects
-
Set the strategy used to locate the
IdentifierGenerationStrategyto use. - setIdentifierGeneratorLookupStrategy(Function<ProfileRequestContext, IdentifierGenerationStrategy>) - Method in class org.opensaml.saml.saml2.profile.impl.AddStatusResponseShell
-
Set the strategy used to locate the
IdentifierGenerationStrategyto 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.
- setInboundHandler(MessageHandler) - Method in class org.opensaml.messaging.pipeline.BasicMessagePipeline
-
Set the inbound message handler.
- setInboundMessage(Object) - Method in class org.opensaml.profile.testing.RequestContextBuilder
-
Sets the inbound message.
- setInboundMessageContext(MessageContext) - Method in class org.opensaml.messaging.context.InOutOperationContext
-
Sets the inbound message context.
- setInboundMessageId(String) - Method in class org.opensaml.profile.testing.RequestContextBuilder
-
Sets the ID of the inbound message.
- setInboundMessageIssueInstant(Instant) - Method in class org.opensaml.profile.testing.RequestContextBuilder
-
Sets the issue instant of the inbound message.
- setInboundMessageIssuer(String) - Method in class org.opensaml.profile.testing.RequestContextBuilder
-
Sets the issuer of the inbound message.
- setIncludedAlgorithms(Collection<String>) - Method in class org.opensaml.xmlsec.AlgorithmPolicyParameters
-
Set the included algorithm URIs.
- setIncludedAlgorithms(Collection<String>) - Method in class org.opensaml.xmlsec.impl.BasicAlgorithmPolicyConfiguration
-
Set the list of included algorithm URIs.
- setIncludeExcludePrecedence(AlgorithmPolicyConfiguration.Precedence) - Method in class org.opensaml.xmlsec.impl.BasicAlgorithmPolicyConfiguration
-
Set preference value indicating which should take precedence when both includes and excludes are non-empty.
- setIncludeMerge(boolean) - Method in class org.opensaml.xmlsec.impl.BasicAlgorithmPolicyConfiguration
-
Set the flag indicating whether to merge this configuration's includes with one of a lower order of precedence, or to treat these includes as authoritative.
- setIncludeSelfEntityIDAsRecipient(Predicate<ProfileRequestContext>) - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Set the predicate which determines whether to include the self entityID as a valid Recipient.
- setIndex(Integer) - Method in class org.opensaml.saml.metadata.support.AttributeConsumingServiceSelector
-
Set the index of the desired service.
- setIndex(Integer) - Method in interface org.opensaml.saml.saml2.metadata.AttributeConsumingService
-
Sets the index for this service.
- setIndex(Integer) - 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.
- setIndexes(Set<MetadataIndex>) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractBatchMetadataResolver
-
Set the configured indexes.
- setIndexes(Set<MetadataIndex>) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Set the configured indexes.
- setIndexLookupStrategy(Function<MessageContext, AuthnRequest>) - Method in class org.opensaml.saml.common.binding.impl.SAMLAddAttributeConsumingServiceHandler
-
Set the strategy to locate the
AttributeConsumingServiceindex from theMessageContext. - 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.
- setInitializationFromCachePredicate(Predicate<EntityDescriptor>) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Set the predicate which determines whether a given entity should be loaded from the persistent cache at resolver initialization time.
- setInitializeFromBackupFile(boolean) - Method in class org.opensaml.saml.metadata.resolver.impl.FileBackedHTTPMetadataResolver
-
Set the flag indicating whether initialization should first attempt to load metadata from backup file, if it exists.
- setInitializeFromPersistentCacheInBackground(boolean) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Set the flag indicating whether should initialize from the persistent cache in the background.
- 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.
- setInMetadataOrder(boolean) - Method in class org.opensaml.saml.common.binding.AbstractEndpointResolver
-
Set whether the results should be sorted by metadata order or based on the order of bindings provided to the lookup.
- 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 class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
-
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.
- setInResponseTo(Function<ProfileRequestContext, String>) - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Set the function for determining the valid InResponseTo.
- setInResponseToLookupStrategy(Function<ProfileRequestContext, String>) - Method in class org.opensaml.saml.saml2.profile.impl.AddSubjectConfirmationToSubjects
-
Set the strategy used to obtain value for
SubjectConfirmationData.getInResponseTo(). - setInResponseToRequired(Predicate<ProfileRequestContext>) - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Set the predicate which determines whether an Assertion SubjectConfirmationData InResponseTo is required.
- setIntegrityActive(boolean) - Method in class org.opensaml.messaging.context.MessageChannelSecurityContext
-
Set whether message channel integrity is active.
- setIntegrityActive(boolean) - Method in class org.opensaml.messaging.handler.impl.StaticMessageChannelSecurity
-
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.
- setInvalidFatal(boolean) - Method in class org.opensaml.saml.saml2.profile.impl.ValidateAssertions
-
Set flag which indicates whether a failure of Assertion validation should be considered a fatal processing error.
- setInvalidFatal(boolean) - Method in class org.opensaml.saml.saml2.wssecurity.messaging.impl.WSSecuritySAML20AssertionTokenSecurityHandler
-
Set flag which indicates whether a failure of Assertion validation should be considered a fatal processing error.
- 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(Boolean) - 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(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.AttributeConsumingService
-
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(XSBooleanValue) - Method in class org.opensaml.saml.saml2.metadata.impl.IndexedEndpointImpl
-
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(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 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 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(Boolean) - Method in interface org.opensaml.saml.saml2.metadata.RequestedAttribute
-
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(XSBooleanValue) - Method in interface org.opensaml.saml.saml2.metadata.RequestedAttribute
-
Sets if this requested attribute is also required.
- setIssueInstant(Instant) - Method in interface org.opensaml.saml.saml1.core.Assertion
-
Set the IssueInstance (attribute).
- setIssueInstant(Instant) - Method in class org.opensaml.saml.saml1.core.impl.AssertionImpl
-
Set the IssueInstance (attribute).
- setIssueInstant(Instant) - Method in class org.opensaml.saml.saml1.core.impl.RequestAbstractTypeImpl
-
Set the issue instant.
- setIssueInstant(Instant) - Method in class org.opensaml.saml.saml1.core.impl.ResponseAbstractTypeImpl
-
Set the Issue Instant (attribute).
- setIssueInstant(Instant) - Method in interface org.opensaml.saml.saml1.core.RequestAbstractType
-
Set the issue instant.
- setIssueInstant(Instant) - Method in interface org.opensaml.saml.saml1.core.ResponseAbstractType
-
Set the Issue Instant (attribute).
- setIssueInstant(Instant) - Method in interface org.opensaml.saml.saml2.core.Assertion
-
Sets the issue instance of this assertion.
- setIssueInstant(Instant) - Method in class org.opensaml.saml.saml2.core.impl.AssertionImpl
-
Sets the issue instance of this assertion.
- setIssueInstant(Instant) - Method in class org.opensaml.saml.saml2.core.impl.RequestAbstractTypeImpl
-
Sets the date/time the request was issued.
- setIssueInstant(Instant) - Method in class org.opensaml.saml.saml2.core.impl.StatusResponseTypeImpl
-
Sets the date/time the response was issued.
- setIssueInstant(Instant) - Method in interface org.opensaml.saml.saml2.core.RequestAbstractType
-
Sets the date/time the request was issued.
- setIssueInstant(Instant) - 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(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.
- 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.
- setIssuerLookupStrategy(Function<MessageContext, String>) - Method in class org.opensaml.messaging.handler.impl.CheckExpectedIssuer
-
Set the strategy used to look up the issuer associated with the message context.
- 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.
- setIterationCount(Integer) - Method in class org.opensaml.xmlsec.derivation.impl.PBKDF2
-
Set the iteration count.
- setIterationCount(IterationCount) - Method in class org.opensaml.xmlsec.encryption.impl.PBKDF2ParamsImpl
-
Set the IterationCount child element.
- setIterationCount(IterationCount) - Method in interface org.opensaml.xmlsec.encryption.PBKDF2Params
-
Set the IterationCount child element.
- 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
Keyannotation on the given object. - setKey(String) - Method in class org.opensaml.storage.testing.StorageServiceTest.AnnotatedObject
- setKey(Key) - Method in class org.opensaml.xmlsec.keyinfo.impl.KeyInfoResolutionContext
-
Set the key currently known to be represented by the KeyInfo.
- setKeyAgreementConfigurations(Map<String, KeyAgreementEncryptionConfiguration>) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
-
Set the map of
KeyAgreementEncryptionConfigurationinstances. - setKeyAlgorithm(String) - Method in class org.opensaml.security.criteria.KeyAlgorithmCriterion
-
Set the key algorithm criteria.
- setKeyDerivationMethod(KeyDerivationMethod) - Method in interface org.opensaml.xmlsec.encryption.DerivedKey
-
Set the KeyDerivationMethod child element.
- setKeyDerivationMethod(KeyDerivationMethod) - Method in class org.opensaml.xmlsec.encryption.impl.DerivedKeyImpl
-
Set the KeyDerivationMethod child element.
- 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(int) - Method in class org.opensaml.security.criteria.KeyLengthCriterion
-
Set the key length.
- setKeyLength(Integer) - Method in class org.opensaml.xmlsec.derivation.impl.PBKDF2
-
Set the key length, in number of bits.
- setKeyLength(KeyLength) - Method in class org.opensaml.xmlsec.encryption.impl.PBKDF2ParamsImpl
-
Set the KeyLength child element.
- setKeyLength(KeyLength) - Method in interface org.opensaml.xmlsec.encryption.PBKDF2Params
-
Set the KeyLength child element.
- setKeyName(String) - Method in class org.opensaml.security.criteria.KeyNameCriterion
-
Set the key name criteria.
- setKeyNames(List<String>) - Method in class org.opensaml.spring.credential.AbstractCredentialFactoryBean
-
Sets the names for the key represented by the credential.
- 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.client.ClientStorageService
-
Set the
DataSealerKeyStrategyto 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(Instant) - 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.
- setLegacyProfileId(String) - Method in class org.opensaml.profile.context.ProfileRequestContext
-
Set the legacy ID of the profile used by the current request.
- setLifetime(Duration) - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Set the lifetime.
- setLifetimeLookupStrategy(Function<ProfileRequestContext, Long>) - Method in class org.opensaml.saml.saml2.profile.impl.AddSubjectConfirmationToSubjects
-
Set the strategy used to obtain value for
SubjectConfirmationData.getNotOnOrAfter(). - setLifetimeLookupStrategy(Function<ProfileRequestContext, Duration>) - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Set the strategy by which to resolve the lifetime.
- 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.
- 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.
- setMasterKeyName(MasterKeyName) - Method in interface org.opensaml.xmlsec.encryption.DerivedKey
-
Set the MasterKeyName child element.
- setMasterKeyName(MasterKeyName) - Method in class org.opensaml.xmlsec.encryption.impl.DerivedKeyImpl
-
Set the MasterKeyName child element.
- 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(Duration) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Set the maximum cache duration for metadata.
- setMaxIdleEntityData(Duration) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Set the maximum idle time for which the resolver will keep data for a given entityID, before it is removed.
- setMaximumTimeSinceAuthn(Function<ProfileRequestContext, Duration>) - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Set the function for determining the max allowed time since authentication.
- 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(Duration) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
-
Sets the maximum amount of time between refresh intervals.
- setMaxValidityInterval(Duration) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.RequiredValidUntilFilter
-
Set the maximum interval between now and the
validUntildate. - 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(Object) - Method in class org.opensaml.messaging.context.MessageContext
-
Set the message represented by the message context.
- 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(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) - Method in class org.opensaml.messaging.decoder.AbstractMessageDecoder
-
Set the message context.
- setMessageContext(MessageContext) - Method in class org.opensaml.messaging.encoder.AbstractMessageEncoder
-
Set the
MessageContextwhich is to be encoded. - setMessageContext(MessageContext) - Method in interface org.opensaml.messaging.encoder.MessageEncoder
-
Set the
MessageContextwhich is to be encoded. - setMessageEncoder(MessageEncoder) - Method in interface org.opensaml.messaging.error.PipelineMessageErrorHandler
-
Deprecated.Set the message encoder used to encode the outbound error message.
- setMessageEncoderFactory(Function<ProfileRequestContext, MessageEncoder>) - 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
MessageHandlerwill be invoked on theMessageContextafterMessageEncoder.prepareContext(), and prior to invokingMessageEncoder.encode(). - setMessageId(String) - Method in class org.opensaml.saml.common.messaging.context.SAMLMessageInfoContext
-
Sets the ID of the message.
- setMessageIDURI(String) - Method in class org.opensaml.soap.wsaddressing.messaging.WSAddressingContext
-
Set the MessageID URI value.
- setMessageIssueInstant(Instant) - Method in class org.opensaml.saml.common.messaging.context.SAMLMessageInfoContext
-
Sets the issue instant of the message.
- setMessageLifetime(Duration) - Method in class org.opensaml.saml.common.binding.security.impl.MessageLifetimeSecurityHandler
-
Sets the amount of time 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
SAMLObjectto operate on. - setMessageLookupStrategy(Function<ProfileRequestContext, SAMLObject>) - Method in class org.opensaml.saml.saml2.profile.impl.EncryptNameIDs
-
Set the strategy used to locate the
Responseto operate on. - setMessageType(Class<?>) - Method in class org.opensaml.profile.action.impl.DecodeMessage
-
Set a message type to enforce after decoding.
- 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.PopulateSignatureSigningParametersHandler
-
Set lookup strategy for
SAMLMetadataContextfor input to resolution. - setMetadataContextLookupStrategy(Function<MessageContext, SAMLMetadataContext>) - Method in class org.opensaml.saml.common.binding.impl.SAMLAddAttributeConsumingServiceHandler
-
Set the strategy to locate the
SAMLMetadataContextfrom theMessageContext. - setMetadataContextLookupStrategy(Function<ProfileRequestContext, SAMLMetadataContext>) - Method in class org.opensaml.saml.common.profile.impl.PopulateSignatureSigningParameters
-
Set lookup strategy for
SAMLMetadataContextfor 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.
- setMetadataUseKeyWrap(SAMLMetadataKeyAgreementEncryptionConfiguration.KeyWrap) - Method in class org.opensaml.saml.security.SAMLMetadataKeyAgreementEncryptionConfiguration
-
Set the option which determines whether symmetric key wrap is to be used with metadata credentials.
- 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.
- setMetricFilter(MetricFilter) - Method in class org.opensaml.core.metrics.impl.FilteredMetricRegistry
-
Set the filter to use.
- setMetricsBaseName(String) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
-
Set the base name for Metrics instrumentation.
- setMetricStrategy(Function<ProfileRequestContext, Boolean>) - Method in class org.opensaml.profile.action.impl.PopulateMetricContext
-
Set strategy to establish the metric mappings 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(Duration) - 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(Duration) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
-
Sets the minimum amount of time 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.
- setMustUnderstand(boolean) - Method in class org.opensaml.soap.messaging.AbstractHeaderGeneratingMessageHandler
-
Set the statically configured value for mustUnderstand.
- setMustUnderstandStrategy(Predicate<MessageContext>) - Method in class org.opensaml.soap.messaging.AbstractHeaderGeneratingMessageHandler
-
Set the predicate strategy for evaluating mustUnderstand from the message context.
- 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.EntitiesDescriptor
-
Sets the name of this entity group.
- 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.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
SAMLSubjectNameIdentifierContextto copy from. - setNameIdentifier(NameIdentifier) - Method in class org.opensaml.saml.saml1.core.impl.SubjectImpl
-
Set the name identifier.
- setNameIdentifier(NameIdentifier) - Method in interface org.opensaml.saml.saml1.core.Subject
-
Set the name identifier.
- setNameIdentifierContextLookupStrategy(Function<ProfileRequestContext, SAMLSubjectNameIdentifierContext>) - Method in class org.opensaml.saml.saml1.profile.impl.CopyNameIdentifierFromRequest
-
Set the strategy used to locate the
SAMLSubjectNameIdentifierContextto 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
NameIDPolicyof the request. - setNameIDPolicy(NameIDPolicy) - Method in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
-
Sets the
NameIDPolicyof 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 class org.opensaml.saml.saml2.core.impl.BaseIDXSAnyAdapter
-
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.
- setNegativeLookupCacheDuration(Duration) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Set the negative lookup cache duration for metadata.
- 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(NewID) - Method in interface org.opensaml.saml.saml2.core.ManageNameIDRequest
-
Set the NewID of the request.
- 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:nilattribute oftrue. - setNil(Boolean) - Method in class org.opensaml.core.xml.AbstractXSAnyAdapter
-
Sets whether the object declares that its element content is null, which corresponds to an
xsi:nilattribute oftrue. - 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:nilattribute oftrue. - 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:nilattribute oftrue. - setNil(XSBooleanValue) - Method in class org.opensaml.core.xml.AbstractXSAnyAdapter
-
Sets whether the object declares that its element content is null, which corresponds to an
xsi:nilattribute oftrue. - 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:nilattribute oftrue. - 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 class org.opensaml.core.xml.AbstractXSAnyAdapter
-
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.
- setNonce(String) - Method in class org.opensaml.xmlsec.derivation.impl.DHLegacyKDF
-
Set the digest method algorithm URI.
- setNoResultIsError(boolean) - Method in class org.opensaml.saml.common.binding.impl.PopulateSignatureSigningParametersHandler
-
Set whether a failure to resolve any parameters should be raised as an exception.
- setNoResultIsError(boolean) - Method in class org.opensaml.saml.common.profile.impl.PopulateSignatureSigningParameters
-
Set whether a failure to resolve any parameters should be raised as an exception.
- setNotBefore(Instant) - Method in interface org.opensaml.saml.saml1.core.Conditions
-
Set the "not before" condition.
- setNotBefore(Instant) - Method in class org.opensaml.saml.saml1.core.impl.ConditionsImpl
-
Set the "not before" condition.
- setNotBefore(Instant) - Method in interface org.opensaml.saml.saml2.core.Conditions
-
Sets the date/time before which the assertion is invalid.
- setNotBefore(Instant) - Method in class org.opensaml.saml.saml2.core.impl.ConditionsImpl
-
Sets the date/time before which the assertion is invalid.
- setNotBefore(Instant) - Method in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationDataImpl
-
Sets the time before which this subject is not valid.
- setNotBefore(Instant) - Method in interface org.opensaml.saml.saml2.core.SubjectConfirmationData
-
Sets the time before which this subject is not valid.
- setNotBeforeRequired(Predicate<ProfileRequestContext>) - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Set the predicate which determines whether an Assertion SubjectConfirmationData NotBefore is required.
- setNotOnOrAfter(Instant) - Method in interface org.opensaml.saml.saml1.core.Conditions
-
Set the "not on or after" condition.
- setNotOnOrAfter(Instant) - Method in class org.opensaml.saml.saml1.core.impl.ConditionsImpl
-
Set the "not on or after" condition.
- setNotOnOrAfter(Instant) - Method in interface org.opensaml.saml.saml2.core.Conditions
-
Sets the date/time on, or after, which the assertion is invalid.
- setNotOnOrAfter(Instant) - Method in class org.opensaml.saml.saml2.core.impl.ConditionsImpl
-
Sets the date/time on, or after, which the assertion is invalid.
- setNotOnOrAfter(Instant) - Method in class org.opensaml.saml.saml2.core.impl.LogoutRequestImpl
-
Set the NotOnOrAfter attrib value of the request.
- setNotOnOrAfter(Instant) - Method in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationDataImpl
-
Sets the time at, or after, which this subject is not valid.
- setNotOnOrAfter(Instant) - Method in interface org.opensaml.saml.saml2.core.LogoutRequest
-
Set the NotOnOrAfter attrib value of the request.
- setNotOnOrAfter(Instant) - Method in interface org.opensaml.saml.saml2.core.SubjectConfirmationData
-
Sets the time at, or after, which this subject is not valid.
- setNotOnOrAfterRequired(Predicate<ProfileRequestContext>) - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Set the predicate which determines whether an Assertion SubjectConfirmationData NotOnOrAfter is required.
- setNullifyOutboundMessage(boolean) - Method in class org.opensaml.soap.soap11.profile.impl.AddSOAPFault
-
Set the flag indicating whether to set the outbound message context's message property to null.
- setNumericRepresentation(boolean) - Method in class org.opensaml.core.xml.schema.XSBooleanValue
-
Sets whether to use the numeric or lexical representation.
- setOAEPparams(String) - Method in class org.opensaml.xmlsec.encryption.support.RSAOAEPParameters
-
Set the base64-encoded OAEPParams value.
- 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.
- 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(Boolean) - Method in interface org.opensaml.soap.wstrust.Renewing
-
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(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.
- setOperation(String) - Method in class org.opensaml.profile.context.AccessControlContext
-
Set the operation being performed.
- setOperationLookupStrategy(Function<ProfileRequestContext, String>) - Method in class org.opensaml.profile.action.impl.CheckAccess
-
Set a lookup strategy to use to obtain the 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 class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter
-
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.
- setOriginatorKeyInfoGeneratorManager(KeyInfoGeneratorManager) - Method in class org.opensaml.xmlsec.keyinfo.impl.KeyAgreementKeyInfoGeneratorFactory
-
Set the
KeyInfoGeneratorManagerinstance to use to emitOriginatorKeyInfo. - setOtherSource(OtherSource) - Method in class org.opensaml.xmlsec.encryption.impl.SaltImpl
-
Set the OtherSource child element.
- setOtherSource(OtherSource) - Method in interface org.opensaml.xmlsec.encryption.Salt
-
Set the OtherSource child element.
- setOutboundMessage(Object) - Method in class org.opensaml.profile.testing.RequestContextBuilder
-
Sets the outbound message.
- setOutboundMessage(OutboundMessageType) - Method in class org.opensaml.saml.common.messaging.soap.SAMLSOAPClientContextBuilder
-
Set the outbound message.
- setOutboundMessageContext(MessageContext) - Method in class org.opensaml.messaging.context.InOutOperationContext
-
Sets the outbound message context.
- setOutboundMessageId(String) - Method in class org.opensaml.profile.testing.RequestContextBuilder
-
Sets the ID of the outbound message.
- setOutboundMessageIssueInstant(Instant) - Method in class org.opensaml.profile.testing.RequestContextBuilder
-
Sets the issue instant of the outbound message.
- setOutboundMessageIssuer(String) - Method in class org.opensaml.profile.testing.RequestContextBuilder
-
Sets the issuer of the outbound message.
- setOutboundPayloadHandler(MessageHandler) - Method in class org.opensaml.messaging.pipeline.BasicMessagePipeline
-
Set the outbound payload message handler.
- setOutboundTransportHandler(MessageHandler) - Method in class org.opensaml.messaging.pipeline.BasicMessagePipeline
-
Set the outbound transport message handler.
- setOverwriteExisting(boolean) - Method in class org.opensaml.saml.saml1.profile.impl.AddNameIdentifierToSubjects
-
Set whether to overwrite any existing
NameIdentifierobjects 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
SubjectConfirmationobjects found. - setOverwriteExisting(boolean) - Method in class org.opensaml.saml.saml1.profile.impl.CopyNameIdentifierFromRequest
-
Set whether to overwrite any existing
NameIdentifierobjects 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
NameIDobjects 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
SubjectConfirmationobjects found. - setOverwriteExisting(boolean) - Method in class org.opensaml.saml.saml2.profile.impl.CopyNameIDFromRequest
-
Set whether to overwrite any existing
NameIDobjects 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 parameter name.
- setParameterName(String) - Method in class org.opensaml.xacml.policy.impl.CombinerParameterTypeImpl
-
Sets the parameter name.
- setParameters(Collection<KeyAgreementParameter>) - Method in class org.opensaml.xmlsec.encryption.support.KeyAgreementEncryptionConfiguration
-
Set the collection of
KeyAgreementParameter. - setParameters(List<HttpClientSecurityParameters>) - Method in class org.opensaml.spring.httpclient.HttpClientSecurityParametersMergingFactoryBean
-
Set the list of input parameters to merge.
- 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(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 class org.opensaml.core.xml.AbstractXMLObject
-
Sets the parent of this element.
- setParent(XMLObject) - Method in class org.opensaml.core.xml.AbstractXSAnyAdapter
-
Sets the parent of this element.
- 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<MessageContext, BaseContext>) - Method in class org.opensaml.messaging.handler.impl.AbstractMessageChannelSecurity
-
Set the strategy used to look up the parent
BaseContexton which theMessageChannelSecurityContextwill be populated. - setParentContextLookupStrategy(Function<ProfileRequestContext, BaseContext>) - Method in class org.opensaml.profile.action.impl.AbstractMessageChannelSecurity
-
Set the strategy used to look up the parent
BaseContexton which theMessageChannelSecurityContextwill 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.httpclient.BaseHttpClientResponseXMLMessageDecoder
-
Sets the parser pool used to deserialize incoming messages.
- 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
-
Deprecated.Set the pool of XML parsers used to parse incoming responses.
- setPartyUInfo(String) - Method in class org.opensaml.xmlsec.derivation.impl.ConcatKDF
-
Set the PartyUInfo in its unpadded hex-encoded form.
- setPartyUInfo(String) - Method in interface org.opensaml.xmlsec.encryption.ConcatKDFParams
-
Sets the PartyUInfo attribute.
- setPartyUInfo(String) - Method in class org.opensaml.xmlsec.encryption.impl.ConcatKDFParamsImpl
-
Sets the PartyUInfo attribute.
- setPartyUInfoBytes(byte[]) - Method in interface org.opensaml.xmlsec.encryption.ConcatKDFParams
-
Sets the PartyUInfo attribute.
- setPartyUInfoBytes(byte[]) - Method in class org.opensaml.xmlsec.encryption.impl.ConcatKDFParamsImpl
-
Sets the PartyUInfo attribute.
- setPartyVInfo(String) - Method in class org.opensaml.xmlsec.derivation.impl.ConcatKDF
-
Set the PartyVInfo in its unpadded hex-encoded form.
- setPartyVInfo(String) - Method in interface org.opensaml.xmlsec.encryption.ConcatKDFParams
-
Sets the PartyVInfo attribute.
- setPartyVInfo(String) - Method in class org.opensaml.xmlsec.encryption.impl.ConcatKDFParamsImpl
-
Sets the PartyVInfo attribute.
- setPartyVInfoBytes(byte[]) - Method in interface org.opensaml.xmlsec.encryption.ConcatKDFParams
-
Sets the PartyVInfo attribute.
- setPartyVInfoBytes(byte[]) - Method in class org.opensaml.xmlsec.encryption.impl.ConcatKDFParamsImpl
-
Sets the PartyVInfo attribute.
- setPassive(Boolean) - 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 class org.opensaml.saml.saml2.ecp.impl.RequestImpl
-
Set the IsPassive attribute value.
- setPassive(XSBooleanValue) - Method in interface org.opensaml.saml.saml2.ecp.Request
-
Set the IsPassive attribute value.
- setPeerEntityDescriptor(EntityDescriptor) - Method in class org.opensaml.saml.common.messaging.soap.SAMLSOAPClientContextBuilder
-
Set the SAML peer EntityDescriptor.
- setPeerEntityID(String) - Method in class org.opensaml.saml.common.messaging.soap.SAMLSOAPClientContextBuilder
-
Set the SAML peer entityID.
- setPeerEntityRole(QName) - Method in class org.opensaml.saml.common.messaging.soap.SAMLSOAPClientContextBuilder
-
Set the SAML peer role.
- setPeerEntityRole(QName) - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
-
Set the peer entity role
QName. - setPeerID(String) - Method in class org.opensaml.security.criteria.PeerEntityIDCriterion
-
Set the entity ID which is the peer relative to a primary entity ID.
- setPeerRoleDescriptor(RoleDescriptor) - Method in class org.opensaml.saml.common.messaging.soap.SAMLSOAPClientContextBuilder
-
Set the SAML peer RoleDescriptor.
- setPersistentCacheKeyGenerator(Function<EntityDescriptor, String>) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Set the function for generating the String key used with the persistent cache manager.
- setPersistentCacheManager(XMLObjectLoadSaveManager<EntityDescriptor>) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Set the manager for the persistent cache store for resolved metadata.
- 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.
- setPipelineFactory(HttpClientMessagePipelineFactory) - Method in class org.opensaml.soap.client.http.PipelineFactoryHttpSOAPClient
-
Set the message pipeline factory.
- setPipelineName(String) - Method in class org.opensaml.saml.common.messaging.soap.SAMLSOAPClientContextBuilder
-
Set the SOAP client message pipeline name to use.
- setPipelineName(String) - Method in class org.opensaml.soap.client.SOAPClientContext
-
Set the name of the specific SOAP client message pipeline to use, for example with
PipelineFactoryHttpSOAPClient. - setPipelineNameStrategy(Function<InOutOperationContext, String>) - Method in class org.opensaml.soap.client.http.PipelineFactoryHttpSOAPClient
-
Set the strategy function used to resolve the name of the pipeline to use.
- 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 an explicit policy name to apply.
- setPolicyNameLookupStrategy(Function<ProfileRequestContext, String>) - Method in class org.opensaml.profile.action.impl.CheckAccess
-
Set a lookup strategy to use to obtain the policy name to apply.
- 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.
- setPreDecryptionValidator(PreDecryptionValidator) - Method in class org.opensaml.xmlsec.encryption.support.Decrypter
-
Set the instance of
PreDecryptionValidator. - setPreemptiveBasicAuthMap(Map<HttpHost, UsernamePasswordCredentials>) - Method in class org.opensaml.security.httpclient.HttpClientSecurityParameters
-
Install a map of rules for preemptive basic authentication using the supplied hosts and credentials.
- setPreemptiveBasicAuthMap(Map<HttpHost, UsernamePasswordCredentials>) - Method in class org.opensaml.security.httpclient.impl.BasicHttpClientSecurityConfiguration
-
Install a map of rules for preemptive basic authentication using the supplied hosts and credentials.
- setPresenceSatisfies(boolean) - Method in class org.opensaml.saml.common.profile.logic.InboundMessageSignedPredicate
-
Set whether the presence of a non-null
Signaturemember satisfies the evaluation. - setPRF(String) - Method in class org.opensaml.xmlsec.derivation.impl.PBKDF2
-
Set the pseudo-random function algorithm URI.
- setPRF(PRF) - Method in class org.opensaml.xmlsec.encryption.impl.PBKDF2ParamsImpl
-
Set the PRF child element.
- setPRF(PRF) - Method in interface org.opensaml.xmlsec.encryption.PBKDF2Params
-
Set the PRF child element.
- 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(byte[]) - Method in class org.opensaml.spring.credential.X509InlineCredentialFactoryBean
-
Set the private key.
- 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.
- setPrivateKey(Resource) - Method in class org.opensaml.spring.credential.BasicX509CredentialFactoryBean
-
Set the Resource with the entity certificate.
- setPrivateKeyInfo(byte[]) - Method in class org.opensaml.spring.credential.BasicInlineCredentialFactoryBean
-
Set the information used to generate the private key.
- setPrivateKeyInfo(Resource) - Method in class org.opensaml.spring.credential.BasicResourceCredentialFactoryBean
-
Set the information used to generate the private key.
- setPrivateKeyPassword(char[]) - Method in class org.opensaml.spring.credential.AbstractCredentialFactoryBean
-
Set the password for the private key.
- setPrivateKeyPassword(String) - Method in class org.opensaml.spring.credential.BasicX509CredentialFactoryBean
-
Set the password for the private key.
- setPrivateKeyResource(Resource) - Method in class org.opensaml.spring.credential.BasicX509CredentialFactoryBean
-
Set the resource containing the private key.
- setProcessCredentialCRLs(boolean) - Method in class org.opensaml.security.x509.PKIXValidationOptions
-
Whether CRLs supplied within the untrusted
X509Credentialbeing 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(String) - Method in class org.opensaml.profile.context.ProfileRequestContext
-
Set the ID of the profile used by the current request.
- 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.
- setProfileRequestContextLookupStrategy(Function<MessageContext, ProfileRequestContext>) - Method in class org.opensaml.saml.common.binding.impl.SAMLMetadataLookupHandler
-
Set optional lookup strategy for locating
ProfileRequestContext. - 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.
- setProtocol(String) - Method in class org.opensaml.saml.common.messaging.soap.SAMLSOAPClientContextBuilder
-
Set the SAML protocol URI.
- 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.
- setProtocolMessageLoggerSubCategory(String) - Method in class org.opensaml.messaging.decoder.AbstractMessageDecoder
-
Set the configured logging sub-category for protocol messages.
- setProtocolMessageLoggerSubCategory(String) - Method in class org.opensaml.messaging.encoder.AbstractMessageEncoder
-
Set the configured logging sub-category for protocol messages.
- 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.
- setProxiedRequesterContextCreationStrategy(Function<MessageContext, ProxiedRequesterContext>) - Method in class org.opensaml.saml.saml2.binding.impl.ExtractProxiedRequestersHandler
-
Set the strategy for creating
ProxiedRequesterContext. - 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.
- setProxyRestrictionLookupStrategy(Function<ProfileRequestContext, Pair<Integer, Set<String>>>) - Method in class org.opensaml.saml.saml2.profile.impl.AddProxyRestrictionToAssertions
-
Set the strategy used to obtain the proxy restrictions 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.
- setPublicKeyInfo(byte[]) - Method in class org.opensaml.spring.credential.BasicInlineCredentialFactoryBean
-
Set the information used to generate the public key.
- setPublicKeyInfo(Resource) - Method in class org.opensaml.spring.credential.BasicResourceCredentialFactoryBean
-
Set the information used to generate the public key.
- setPublicKeys(List<Resource>) - Method in class org.opensaml.spring.trust.StaticExplicitKeyFactoryBean
-
Set the resources which we will convert into certificates.
- 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 request query (Query, SubjectQuery, AuthenticationQuery, AttributeQuery, AuthorizationDecisioonQuery).
- setQuery(Query) - Method in interface org.opensaml.saml.saml1.core.Request
-
Set the request query (Query, SubjectQuery, AuthenticationQuery, AttributeQuery, AuthorizationDecisioonQuery).
- setRandom(SecureRandom) - Method in class org.opensaml.xmlsec.agreement.impl.KANonce
-
Set the secure random generator.
- setRandom(SecureRandom) - Method in class org.opensaml.xmlsec.derivation.impl.PBKDF2
-
Set the secure random generator.
- 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.
- setRanges(Collection<IPRange>) - Method in class org.opensaml.profile.logic.IPRangePredicate
-
Set the address ranges to check against.
- 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.DerivedKey
-
Sets the Recipient attribute.
- 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.DerivedKeyImpl
-
Sets the Recipient attribute.
- 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.
- setRecipientKeyInfoGeneratorManager(KeyInfoGeneratorManager) - Method in class org.opensaml.xmlsec.keyinfo.impl.KeyAgreementKeyInfoGeneratorFactory
-
Set the
KeyInfoGeneratorManagerinstance to use to emitRecipientKeyInfo. - setRecipientLookupStrategy(Function<ProfileRequestContext, String>) - Method in class org.opensaml.profile.action.impl.PopulateDecryptionParameters
-
Set the strategy used to look up the dynamic recipient to include in decryption criteria.
- 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(). - setRecipientRequired(Predicate<ProfileRequestContext>) - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Set the predicate which determines whether an Assertion SubjectConfirmationData Recipient is required.
- setRecipients(Set<String>) - Method in class org.opensaml.xmlsec.criterion.DecryptionRecipientsCriterion
-
Set the set of recipients.
- setRecipients(Set<String>) - Method in class org.opensaml.xmlsec.DecryptionParameters
-
Set the set of recipients against which to evaluate candidate EncryptedKey elements.
- setRecipients(Set<String>) - Method in class org.opensaml.xmlsec.impl.BasicDecryptionConfiguration
-
Set the set of recipients against which to evaluate candidate EncryptedKey elements.
- 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.DerivedKey
-
Set the ReferenceList child element.
- 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.DerivedKeyImpl
-
Set the ReferenceList child element.
- 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.AbstractReloadingMetadataResolver
-
Sets the delay factor used to compute the next refresh time.
- setRefreshDelayFactor(Float) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Sets the delay factor used to compute the next refresh time.
- setRefreshTriggerTime(Instant) - 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(Instant) - Method in class org.opensaml.saml.ext.saml2mdrpi.impl.RegistrationInfoImpl
-
Set the registration instant.
- setRegistrationInstant(Instant) - Method in interface org.opensaml.saml.ext.saml2mdrpi.RegistrationInfo
-
Set the registration instant.
- setRelatesToRelationshipType(String) - Method in class org.opensaml.soap.wsaddressing.messaging.WSAddressingContext
-
Get the RelatesTo RelationshipType attribute value.
- setRelatesToURI(String) - Method in class org.opensaml.soap.wsaddressing.messaging.WSAddressingContext
-
Set the RelatesTo URI value.
- setRelatesToURILookup(ContextDataLookupFunction<MessageContext, String>) - Method in class org.opensaml.soap.wsaddressing.messaging.impl.AddRelatesToHandler
-
Set the function for looking up the RelatesTo URI value.
- setRelationshipType(String) - Method in class org.opensaml.soap.wsaddressing.impl.RelatesToImpl
-
Sets the RelationshipType attribute URI value.
- setRelationshipType(String) - Method in class org.opensaml.soap.wsaddressing.messaging.impl.AddRelatesToHandler
-
Set the RelatesTo RelationshipType attribute value to use.
- setRelationshipType(String) - Method in interface org.opensaml.soap.wsaddressing.RelatesTo
-
Sets the RelationshipType attribute URI value.
- setRelayState(String) - Method in class org.opensaml.saml.common.messaging.context.SAMLBindingContext
-
Sets the relay state.
- setRelayState(MessageContext, String) - Static method in class org.opensaml.saml.common.binding.SAMLBindingSupport
-
Set the SAML protocol relay state on a message context.
- 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.
- setRemoveExistingFormats(boolean) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.NameIDFormatFilter
-
Set whether the filter should remove any existing formats from an entity to which it adds new ones.
- 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
ResponseTypeto theXACMLAuthzDecisionStatement. - 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
ResponseTypeto theXACMLAuthzDecisionStatement. - 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
RequestedAuthnContextof 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
RequestedAuthnContextof the request. - 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
Requestto operate on. - setRequestLookupStrategy(Function<ProfileRequestContext, ArtifactResolve>) - Method in class org.opensaml.saml.saml2.profile.impl.ResolveArtifact
-
Set the strategy used to locate the
ArtifactResolveto operate on. - setRequestLookupStrategy(Function<ProfileRequestContext, AuthnRequest>) - Method in class org.opensaml.saml.saml2.profile.AbstractSAML2NameIDGenerator
-
Set the strategy used to locate the
AuthnRequestto check for aNameIDPolicy. - setRequestLookupStrategy(Function<ProfileRequestContext, AuthnRequest>) - Method in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects.NameIDPolicyLookupFunction
-
Set the strategy used to locate the
AuthnRequestto examine. - setRequestLookupStrategy(Function<ProfileRequestContext, AuthnRequest>) - Method in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects
-
Set the strategy used to locate the
AuthnRequestto examine, if any. - setRequestLookupStrategy(Function<ProfileRequestContext, RequestAbstractType>) - Method in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects.RequesterIdFromIssuerFunction
-
Set the strategy used to locate the
RequestAbstractTypeto examine. - setRequestURL(String) - Method in class org.opensaml.saml.common.messaging.context.SAMLMessageReceivedEndpointContext
-
Set the request URL.
- setRequestURLBuilder(Function<CriteriaSet, String>) - Method in class org.opensaml.saml.metadata.resolver.impl.FunctionDrivenDynamicHTTPMetadataResolver
-
Set the function which builds the request URL.
- setRequiredConditions(Set<QName>) - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Set the set of required Conditions.
- 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.
- setRequireSignedRoot(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.CompositeMetadataResolver
-
Sets whether the metadata returned by queries must be valid.
- setRequireValidMetadata(boolean) - Method in class org.opensaml.saml.metadata.resolver.impl.PredicateRoleDescriptorResolver
-
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.
- setResolveViaPredicatesOnly(boolean) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractBatchMetadataResolver
-
Set the flag indicating whether resolution may be performed solely by applying predicates to the entire metadata collection.
- setResolveViaPredicatesOnly(boolean) - Method in class org.opensaml.saml.metadata.resolver.impl.PredicateRoleDescriptorResolver
-
Set the flag indicating whether resolution may be performed solely by applying predicates to the entire metadata collection.
- setResource(String) - Method in class org.opensaml.profile.action.impl.CheckAccess
-
Set resource.
- setResource(String) - Method in class org.opensaml.profile.context.AccessControlContext
-
Set the resource being operated on.
- 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 resource.
- 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 resource.
- 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.
- setResourceLookupStrategy(Function<ProfileRequestContext, String>) - Method in class org.opensaml.profile.action.impl.CheckAccess
-
Set a lookup strategy to use to obtain the resource.
- 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
ResponseTypeto theXACMLAuthzDecisionStatement. - setResponse(ResponseType) - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementType
-
Sets a
ResponseTypeto theXACMLAuthzDecisionStatement. - 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
Responseto operate on. - setResponseLookupStrategy(Function<ProfileRequestContext, Response>) - Method in class org.opensaml.saml.saml1.profile.impl.AddStatusToResponse
-
Set the strategy used to locate the
Responseto operate on. - setResponseLookupStrategy(Function<ProfileRequestContext, Response>) - Method in class org.opensaml.saml.saml1.profile.impl.AddSubjectConfirmationToSubjects
-
Set the strategy used to locate the
Responseto operate on. - setResponseLookupStrategy(Function<ProfileRequestContext, Response>) - Method in class org.opensaml.saml.saml1.profile.impl.CopyNameIdentifierFromRequest
-
Set the strategy used to locate the
Responseto operate on. - setResponseLookupStrategy(Function<ProfileRequestContext, Response>) - Method in class org.opensaml.saml.saml1.profile.impl.ResolveArtifacts
-
Set the strategy used to locate the
Responseto operate on. - setResponseLookupStrategy(Function<ProfileRequestContext, ArtifactResponse>) - Method in class org.opensaml.saml.saml2.profile.impl.ResolveArtifact
-
Set the strategy used to locate the
ArtifactResponseto operate on. - setResponseLookupStrategy(Function<ProfileRequestContext, Response>) - Method in class org.opensaml.saml.saml2.profile.impl.AddChannelBindingsToAssertions
-
Set the strategy used to locate the
Responseto operate on. - setResponseLookupStrategy(Function<ProfileRequestContext, Response>) - Method in class org.opensaml.saml.saml2.profile.impl.AddGeneratedKeyToAssertions
-
Set the strategy used to locate the
Responseto operate on. - setResponseLookupStrategy(Function<ProfileRequestContext, Response>) - Method in class org.opensaml.saml.saml2.profile.impl.AddOneTimeUseConditionToAssertions
-
Set the strategy used to locate the
Responseto 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, Response>) - Method in class org.opensaml.saml.saml2.profile.impl.AddSubjectConfirmationToSubjects
-
Set the strategy used to locate the
Responseto operate on. - setResponseLookupStrategy(Function<ProfileRequestContext, Response>) - Method in class org.opensaml.saml.saml2.profile.impl.CopyNameIDFromRequest
-
Set the strategy used to locate the
Responseto operate on. - setResponseLookupStrategy(Function<ProfileRequestContext, StatusResponseType>) - Method in class org.opensaml.saml.saml2.profile.impl.AddStatusToResponse
-
Set the strategy used to locate the
StatusResponseTypeto operate on. - setResponseLookupStrategy(Function<ProfileRequestContext, StatusResponseType>) - Method in class org.opensaml.saml.saml2.profile.impl.EncryptAssertions
-
Set the strategy used to locate the
Responseto operate on. - setResponseLookupStrategy(Function<ProfileRequestContext, StatusResponseType>) - Method in class org.opensaml.saml.saml2.profile.impl.EncryptAttributes
-
Set the strategy used to locate the
Responseto operate on. - setRethrowIfHandled(boolean) - Method in class org.opensaml.messaging.handler.impl.MessageHandlerErrorStrategyAdapter
-
Set whether to rethrow the error if it is successfully handled by one of the configured
TypedMessageErrorHandler. - setRethrowIfNotHandled(boolean) - Method in class org.opensaml.messaging.handler.impl.MessageHandlerErrorStrategyAdapter
-
Set whether to rethrow the error if it is NOT successfully handled by any of the configured
TypedMessageErrorHandler. - setReturnContext(Boolean) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
-
Set's if the
RequestTypeshould be included inside the request message. - setReturnContext(Boolean) - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
-
Set's if the
RequestTypeshould be included inside the request message. - setReturnContext(XSBooleanValue) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
-
Set's if the
RequestTypeshould be included inside the request message. - setReturnContext(XSBooleanValue) - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
-
Set's if the
RequestTypeshould 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
RoleDescriptorResolverto use. - setRoleDescriptorResolver(RoleDescriptorResolver) - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
-
Set the role descriptor resolver.
- 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
RSAOAEPParametersvalues 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<String>>) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.NameIDFormatFilter
-
Set the mappings from
Predicateto format collection to apply. - setRules(Map<Predicate<EntityDescriptor>, Collection<XMLObject>>) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.AlgorithmFilter
-
Set the mappings from
Predicateto extensions of various types to apply. - setRules(Map<Predicate<EntityDescriptor>, Collection<Attribute>>) - Method in class org.opensaml.saml.metadata.resolver.filter.impl.EntityAttributesFilter
- setSalt(String) - Method in class org.opensaml.xmlsec.derivation.impl.PBKDF2
-
Set the Base64-encoded salt value.
- setSalt(Salt) - Method in class org.opensaml.xmlsec.encryption.impl.PBKDF2ParamsImpl
-
Set the Salt child element.
- setSalt(Salt) - Method in interface org.opensaml.xmlsec.encryption.PBKDF2Params
-
Set the Salt child element.
- 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
ResponseAbstractTypemessage. - 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
RequestAbstractTypeor aStatusResponseTypemessage. - setSatisfyAllPredicates(boolean) - Method in class org.opensaml.security.credential.impl.AbstractCriteriaFilteringCredentialResolver
-
Set the flag indicating whether resolved credentials must satisfy all predicates (i.e.
- setSatisfyAnyPredicates(boolean) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
-
Set the flag indicating whether resolved credentials may satisfy any predicates (i.e.
- setSatisfyAnyPredicates(boolean) - Method in class org.opensaml.saml.metadata.resolver.impl.PredicateRoleDescriptorResolver
-
Set the flag indicating whether resolved credentials may satisfy any predicates (i.e.
- setSchemaBuilder(SchemaBuilder) - Method in class org.opensaml.saml.common.xml.SAMLSchemaBuilder
-
Set a custom
SchemaBuilderto 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 class org.opensaml.core.xml.AbstractXSAnyAdapter
-
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
Scopingof the request. - setScoping(Scoping) - Method in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
-
Sets the
Scopingof 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.
- setSecretKeyAlgorithm(String) - Method in class org.opensaml.spring.credential.AbstractBasicCredentialFactoryBean
-
Set the algorithm for the SecretKey.
- setSecretKeyEncoding(AbstractBasicCredentialFactoryBean.SecretKeyEncoding) - Method in class org.opensaml.spring.credential.AbstractBasicCredentialFactoryBean
-
Set the SecretKey encoding.
- setSecretKeyInfo(byte[]) - Method in class org.opensaml.spring.credential.BasicInlineCredentialFactoryBean
-
Set the information used to generate the secret key.
- setSecretKeyInfo(Resource) - Method in class org.opensaml.spring.credential.BasicResourceCredentialFactoryBean
-
Set the information used to generate the secret key.
- setSecurityConfigurationProfileId(String) - Method in class org.opensaml.saml.common.messaging.soap.SAMLSOAPClientContextBuilder
-
Set the SOAP client security configuration profile ID to use.
- setSecurityConfigurationProfileId(String) - Method in class org.opensaml.soap.client.security.SOAPClientSecurityContext
-
Set the security configuration profile ID.
- setSecurityParameters(HttpClientSecurityParameters) - Method in class org.opensaml.security.messaging.HttpClientSecurityContext
-
Set the
HttpClientSecurityParametersinstance. - setSecurityParametersContextLookupStrategy(Function<MessageContext, HttpClientSecurityContext>) - Method in class org.opensaml.security.messaging.impl.PopulateHttpClientSecurityParametersHandler
-
Set the strategy used to look up the
HttpClientSecurityContextto set the parameters for. - setSecurityParametersContextLookupStrategy(Function<MessageContext, SecurityParametersContext>) - Method in class org.opensaml.saml.common.binding.impl.PopulateSignatureSigningParametersHandler
-
Set the strategy used to look up the
SecurityParametersContextto set the parameters for. - setSecurityParametersContextLookupStrategy(Function<MessageContext, SecurityParametersContext>) - Method in class org.opensaml.xmlsec.messaging.impl.PopulateSignatureValidationParametersHandler
-
Set the strategy used to look up the
SecurityParametersContextto set the parameters for. - setSecurityParametersContextLookupStrategy(Function<ProfileRequestContext, ClientTLSSecurityParametersContext>) - Method in class org.opensaml.profile.action.impl.PopulateClientTLSValidationParameters
-
Set the strategy used to look up the
ClientTLSSecurityParametersContextto 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
SecurityParametersContextto 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
SecurityParametersContextto 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
SecurityParametersContextto 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
SecurityParametersContextassociated with a givenProfileRequestContext. - setSecurityParametersLookupStrategy(Function<ProfileRequestContext, SecurityParametersContext>) - Method in class org.opensaml.saml.common.profile.impl.SignAssertions
-
Set the strategy used to locate the
SecurityParametersContextto use. - setSecurityParametersLookupStrategy(Function<ProfileRequestContext, SecurityParametersContext>) - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Set the strategy by which to resolve a
SecurityParametersContext. - 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.
- setSelfEntityID(String) - Method in class org.opensaml.saml.common.messaging.soap.SAMLSOAPClientContextBuilder
-
Set the SAML self entityID.
- setSelfEntityIDResolver(Resolver<String, CriteriaSet>) - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
-
Set the resolver for the self entityID.
- setSelfRecipientLookupStrategy(Function<ProfileRequestContext, String>) - Method in class org.opensaml.saml.saml2.profile.impl.AbstractEncryptAction
-
Set the strategy used to locate the self identity value to use.
- setSerialNumber(BigInteger) - Method in class org.opensaml.security.x509.X509IssuerSerialCriterion
-
Set the serial number.
- setServerTLSFailureFatal(Boolean) - Method in class org.opensaml.security.httpclient.HttpClientSecurityParameters
-
Set the flag indicating whether failure of server TLS trust engine evaluation should be treated as a fatal error.
- setServerTLSFailureFatal(Boolean) - Method in class org.opensaml.security.httpclient.impl.BasicHttpClientSecurityConfiguration
-
Set the flag indicating whether failure of server TLS trust engine evaluation should be treated as a fatal error.
- 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.
- 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(Instant) - Method in interface org.opensaml.saml.saml2.core.AuthnStatement
-
Set the time when the session between the principal and the SAML authority ends.
- setSessionNotOnOrAfter(Instant) - Method in class org.opensaml.saml.saml2.core.impl.AuthnStatementImpl
-
Set the time when the session between the principal and the SAML authority ends.
- setShortName(String) - Method in class org.opensaml.saml.common.binding.BindingDescriptor
-
Set a short/concise name for the binding.
- 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.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter
-
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.
- setSignatureCapable(boolean) - Method in class org.opensaml.saml.common.binding.BindingDescriptor
-
Set whether the binding provides a message signature capability.
- setSignatureCriteriaSetFunction(Function<Pair<MessageContext, Assertion>, CriteriaSet>) - Method in class org.opensaml.saml.saml2.wssecurity.messaging.impl.DefaultSAML20AssertionValidationContextBuilder
-
Set the function for resolving the signature validation CriteriaSet for a particular function.
- setSignatureCriteriaSetFunction(Function<Pair<ProfileRequestContext, Assertion>, CriteriaSet>) - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Set the function for resolving the signature validation CriteriaSet for a particular function.
- 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.
- setSignatureReferenceCanonicalizationAlgorithm(String) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
-
Get a canonicalization algorithm URI suitable for use as a Signature Reference Transform value.
- setSignatureReferenceCanonicalizationAlgorithm(String) - Method in class org.opensaml.xmlsec.SignatureSigningParameters
-
Get a canonicalization algorithm URI suitable for use as a Signature Reference Transform value.
- 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.
- setSignatureRequired(boolean) - Method in class org.opensaml.saml.saml2.wssecurity.messaging.impl.DefaultSAML20AssertionValidationContextBuilder
-
Set the flag indicating whether an Assertion signature is required.
- setSignatureRequired(Predicate<ProfileRequestContext>) - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Set the predicate which determines whether an Assertion signature is required.
- setSignatureSigningConfiguration(SignatureSigningConfiguration) - Method in class org.opensaml.xmlsec.config.BasicXMLSecurityConfiguration
-
Set the configuration used when generating protocol message signatures.
- 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.binding.impl.PopulateSignatureSigningParametersHandler
-
Set the resolver to use for the parameters to store into the context.
- 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.
- setSignatureValidationConfiguration(SignatureValidationConfiguration) - Method in class org.opensaml.xmlsec.config.BasicXMLSecurityConfiguration
-
Set the configuration used when validating protocol message signatures.
- 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.
- setSignatureValidationParametersResolver(SignatureValidationParametersResolver) - Method in class org.opensaml.xmlsec.messaging.impl.PopulateSignatureValidationParametersHandler
-
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
-
Deprecated.Set the strategy used to look up the
SOAP11Contextassociated 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(Boolean) - 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(Boolean) - 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(Boolean) - 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(Boolean) - 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(Boolean) - Method in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderImpl
-
Set the attribute value.
- setSOAP11MustUnderstand(XSBooleanValue) - Method in class org.opensaml.saml.ext.saml2cb.impl.ChannelBindingsImpl
-
Set the attribute value.
- setSOAP11MustUnderstand(XSBooleanValue) - 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.SessionKeyImpl
-
Set the attribute value.
- setSOAP11MustUnderstand(XSBooleanValue) - 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.RequestAuthenticatedImpl
-
Set the attribute value.
- setSOAP11MustUnderstand(XSBooleanValue) - 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.ResponseImpl
-
Set the attribute value.
- setSOAP11MustUnderstand(XSBooleanValue) - Method in class org.opensaml.saml.saml2.ecp.impl.SubjectConfirmationImpl
-
Set the attribute value.
- setSOAP11MustUnderstand(XSBooleanValue) - Method in interface org.opensaml.soap.soap11.MustUnderstandBearing
-
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(Boolean) - Method in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderImpl
-
Set the attribute value.
- setSOAP12MustUnderstand(XSBooleanValue) - Method in interface org.opensaml.soap.soap12.MustUnderstandBearing
-
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(Boolean) - Method in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderImpl
-
Set the attribute value.
- setSOAP12Relay(XSBooleanValue) - Method in interface org.opensaml.soap.soap12.RelayBearing
-
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.
- setSOAPClient(SOAPClient) - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
-
Set the SOAP client instance.
- setSOAPClientContextLookupStrategy(Function<MessageContext, SOAPClientContext>) - Method in class org.opensaml.soap.client.http.HttpSOAPClient
-
Deprecated.Set the strategy used to look up the
SOAPClientContextassociated with the outbound message context. - setSOAPClientSecurityConfigurationProfileId(String) - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
-
Set the SOAP client security configuration profile ID to use.
- setSOAPClientSecurityContextLookup(Function<MessageContext, SOAPClientSecurityContext>) - Method in class org.opensaml.soap.client.security.SOAPClientSecurityProfileIdLookupFunction
-
Set lookup function for for
SOAPClientSecurityContext. - setSOAPPipelineName(String) - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
-
Set the name of the specific SOAP client message pipeline to use, for example with
PipelineFactoryHttpSOAPClient. - 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(String) - Method in class org.opensaml.saml.metadata.resolver.filter.data.impl.MetadataSource
-
Set identifier of the metadata source.
- 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.
- setSpecified(Specified) - Method in class org.opensaml.xmlsec.encryption.impl.SaltImpl
-
Set the Specified child element.
- setSpecified(Specified) - Method in interface org.opensaml.xmlsec.encryption.Salt
-
Set the Specified child element.
- 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.BaseIDXSAnyAdapter
-
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<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.
- 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.
- 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.
- 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.
- 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(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(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(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(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(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.impl.StorageServiceReplayCache
-
Set the backing store for the cache.
- setStorage(StorageService) - Method in class org.opensaml.storage.impl.StorageServiceRevocationCache
-
Set the backing store for the cache.
- setStorageName(String) - Method in class org.opensaml.storage.impl.client.ClientStorageService
-
Set the label to use for storage tracking.
- setStorageService(StorageService) - Method in class org.opensaml.saml.common.binding.artifact.impl.StorageServiceSAMLArtifactMap
-
Set the artifact store.
- setStorageServices(Collection<ClientStorageService>) - Method in class org.opensaml.storage.impl.client.LoadClientStorageServices
-
Set the
ClientStorageServiceinstances to check for loading. - setStorageServices(Collection<ClientStorageService>) - Method in class org.opensaml.storage.impl.client.PopulateClientStorageLoadContext
-
Set the
ClientStorageServiceinstances to check for loading. - setStorageServices(Collection<ClientStorageService>) - Method in class org.opensaml.storage.impl.client.PopulateClientStorageSaveContext
-
Set the
ClientStorageServiceinstances to check for saving. - setStorageServices(Collection<ClientStorageService>) - Method in class org.opensaml.storage.impl.client.SaveCookieBackedClientStorageServices
-
Set the
ClientStorageServiceinstances to check for loading. - setStrict(boolean) - Method in class org.opensaml.storage.impl.StorageServiceReplayCache
-
Set the strictness flag.
- setStrict(boolean) - Method in class org.opensaml.storage.impl.StorageServiceRevocationCache
-
Set the strictness flag.
- setSubject(Subject) - Method in class org.opensaml.saml.saml1.core.impl.SubjectQueryImpl
-
Set the subject.
- 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 the subject.
- 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
Subjectof 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
Subjectof 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
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
-
Set the subject confirmation.
- setSubjectConfirmation(SubjectConfirmation) - Method in interface org.opensaml.saml.saml1.core.Subject
-
Set the subject confirmation.
- setSubjectConfirmation(SubjectConfirmation) - Method in class org.opensaml.saml.saml2.wssecurity.SAML20AssertionToken
-
Set the successfully attested SubjectConfirmation.
- 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
-
Set the
SubjectLocality. - setSubjectLocality(SubjectLocality) - Method in class org.opensaml.saml.saml1.core.impl.AuthenticationStatementImpl
-
Set the
SubjectLocality. - 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
NameIdentifieror a SAML 2NameIDor 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.
- setSuppPrivInfo(String) - Method in class org.opensaml.xmlsec.derivation.impl.ConcatKDF
-
Set the SuppPrivInfo in its unpadded hex-encoded form.
- setSuppPrivInfo(String) - Method in interface org.opensaml.xmlsec.encryption.ConcatKDFParams
-
Sets the SuppPrivInfo attribute.
- setSuppPrivInfo(String) - Method in class org.opensaml.xmlsec.encryption.impl.ConcatKDFParamsImpl
-
Sets the SuppPrivInfo attribute.
- setSuppPrivInfoBytes(byte[]) - Method in interface org.opensaml.xmlsec.encryption.ConcatKDFParams
-
Sets the SuppPrivInfo attribute.
- setSuppPrivInfoBytes(byte[]) - Method in class org.opensaml.xmlsec.encryption.impl.ConcatKDFParamsImpl
-
Sets the SuppPrivInfo attribute.
- setSuppPubInfo(String) - Method in class org.opensaml.xmlsec.derivation.impl.ConcatKDF
-
Set the SuppPubInfo in its unpadded hex-encoded form.
- setSuppPubInfo(String) - Method in interface org.opensaml.xmlsec.encryption.ConcatKDFParams
-
Sets the SuppPubInfo attribute.
- setSuppPubInfo(String) - Method in class org.opensaml.xmlsec.encryption.impl.ConcatKDFParamsImpl
-
Sets the SuppPubInfo attribute.
- setSuppPubInfoBytes(byte[]) - Method in interface org.opensaml.xmlsec.encryption.ConcatKDFParams
-
Sets the SuppPubInfo attribute.
- setSuppPubInfoBytes(byte[]) - Method in class org.opensaml.xmlsec.encryption.impl.ConcatKDFParamsImpl
-
Sets the SuppPubInfo attribute.
- setSuppressedEvents(Collection<String>) - Method in class org.opensaml.profile.action.impl.LogEvent
-
Set a collection of events to ignore for logging purposes.
- 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(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.
- 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.
- setTargetNode(String) - Method in class org.opensaml.soap.messaging.AbstractHeaderGeneratingMessageHandler
-
Set the statically configured value for target node (SOAP 1.1 actor or SOAP 1.2 role).
- setTargetNodeStrategy(Function<MessageContext, String>) - Method in class org.opensaml.soap.messaging.AbstractHeaderGeneratingMessageHandler
-
Set the predicate strategy for evaluating mustUnderstand from the message context.
- 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.
- setTimestampCreated(Instant) - Method in class org.opensaml.soap.wssecurity.messaging.WSSecurityContext
-
Set the value for Timestamp Created.
- setTimestampExpires(Instant) - Method in class org.opensaml.soap.wssecurity.messaging.WSSecurityContext
-
Set the value for Timestamp Expires.
- setTLSCipherSuites(Collection<String>) - Method in class org.opensaml.security.httpclient.HttpClientSecurityParameters
-
Set the optional list of TLS cipher suites.
- setTLSCipherSuites(Collection<String>) - Method in class org.opensaml.security.httpclient.impl.BasicHttpClientSecurityConfiguration
-
Set the optional list of TLS cipher suites.
- setTLSCriteriaSet(CriteriaSet) - Method in class org.opensaml.security.httpclient.HttpClientSecurityParameters
-
Set the optional criteria set used in evaluating server TLS credentials.
- setTLSCriteriaSet(CriteriaSet) - Method in class org.opensaml.security.trust.impl.TrustEngineX509TrustManager
-
Set the optional criteria set used in evaluating server TLS credentials.
- setTLSCriteriaSetStrategy(Function<InOutOperationContext, CriteriaSet>) - Method in class org.opensaml.soap.client.http.AbstractPipelineHttpSOAPClient
-
Set the strategy function which builds the dynamically-populated criteria set which is input to the TLS TrustEngine, if no static criteria set is supplied either via context or locally-configured
HttpClientSecurityParameters. - setTLSCriteriaSetStrategy(Function<MessageContext, CriteriaSet>) - Method in class org.opensaml.saml.common.messaging.soap.SAMLSOAPClientContextBuilder
-
Set the TLS CriteriaSet strategy.
- setTLSCriteriaSetStrategy(Function<MessageContext, CriteriaSet>) - Method in class org.opensaml.security.messaging.HttpClientSecurityContext
-
Set the TLS criteria strategy function.
- setTLSProtocols(Collection<String>) - Method in class org.opensaml.security.httpclient.HttpClientSecurityParameters
-
Set the optional list of TLS protocols.
- setTLSProtocols(Collection<String>) - Method in class org.opensaml.security.httpclient.impl.BasicHttpClientSecurityConfiguration
-
Set the optional list of TLS protocols.
- setTLSTrustEngine(TrustEngine<? super X509Credential>) - Method in class org.opensaml.security.httpclient.HttpClientSecurityParameters
-
Sets the optional trust engine used in evaluating server TLS credentials.
- setTLSTrustEngine(TrustEngine<? super X509Credential>) - Method in class org.opensaml.security.httpclient.impl.BasicHttpClientSecurityConfiguration
-
Sets the optional trust engine used in evaluating server TLS credentials.
- setTLSTrustEngine(TrustEngine<? super X509Credential>) - Method in class org.opensaml.security.trust.impl.TrustEngineX509TrustManager
-
Set the trust engine used in evaluating server TLS credentials.
- setTLSTrustEngine(TrustEngine<? super X509Credential>) - Method in class org.opensaml.spring.tls.TLSSocketFactoryFactoryBean
-
Deprecated, for removal: This API element is subject to removal in a future version.use setHttpClientSecurityParameters instead
- 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.
- setTrusted(boolean) - Method in class org.opensaml.saml.metadata.resolver.filter.data.impl.MetadataSource
-
Set whether the metadata source is trusted.
- setTrusted(Boolean) - Static method in class org.opensaml.security.x509.tls.impl.ThreadLocalX509TrustEngineContext
-
Set the current thread-local trust evaluation data.
- setTrustedNames(Collection<String>) - Method in class org.opensaml.spring.trust.StaticPKIXFactoryBean
-
Set explicitly trusted names to match against credential.
- setTrustedNames(Set<String>) - Method in class org.opensaml.security.x509.TrustedNamesCriterion
-
Set the set of trusted names.
- setTrustEvaluator(PKIXTrustEvaluator) - Method in class org.opensaml.spring.trust.StaticPKIXFactoryBean
-
Set the custom instance of
PKIXTrustEvaluatorto use. - 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(String) - Method in class org.opensaml.saml.metadata.resolver.ChainingMetadataResolver
-
Sets the type of this resolver for reporting/logging.
- setType(String) - Method in class org.opensaml.saml.metadata.resolver.filter.AbstractMetadataFilter
-
Set filter type for reporting/logging.
- setType(String) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
-
Sets the type of this resolver for reporting/logging.
- setType(String) - Method in class org.opensaml.saml.metadata.resolver.impl.CompositeMetadataResolver
-
Sets the type of this resolver for reporting/logging.
- setType(String) - Method in class org.opensaml.soap.wssecurity.impl.PasswordImpl
-
Sets the
wsse:Password/@Typeattribute URI value. - setType(String) - Method in interface org.opensaml.soap.wssecurity.Password
-
Sets the
wsse:Password/@Typeattribute 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.DerivedKey
-
Sets the Type attribute.
- 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.DerivedKeyImpl
-
Sets the Type attribute.
- 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.
- 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.
- 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.
- setUnresolvedSchemaFatal(boolean) - Method in class org.opensaml.saml.common.xml.SAMLSchemaBuilder
-
Set the flag indicating whether the failure to resolve a schema resource should be considered fatal.
- setup(HttpContext, String) - Method in class org.opensaml.security.httpclient.impl.SecurityEnhancedTLSSocketFactory
-
Setup calling execution environment for server TLS and client TLS based on information supplied in the
HttpContext. - setUp() - Method in class org.opensaml.core.testing.InitializerBaseTestCase
-
Test set up.
- setUp() - Method in class org.opensaml.storage.testing.StorageServiceTest
- setupClientTLS(HttpContext) - Method in class org.opensaml.security.httpclient.impl.SecurityEnhancedTLSSocketFactory
-
Setup thread-local data for server TLS and client TLS based on information supplied in the
HttpContext. - setupServerTLS(HttpContext, String) - Method in class org.opensaml.security.httpclient.impl.SecurityEnhancedTLSSocketFactory
-
Setup thread-local data for server TLS.
- setURI(String) - Method in class org.opensaml.core.xml.schema.impl.XSURIImpl
-
Sets the URI content of the element.
- setURI(String) - Method in interface org.opensaml.core.xml.schema.XSURI
-
Sets the URI content of the element.
- setURI(String) - Method in class org.opensaml.saml.saml2.metadata.impl.AffiliateMemberImpl
-
Sets the URI content of the element.
- 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.
- setURLLookup(Function<MessageContext, String>) - Method in class org.opensaml.messaging.handler.impl.URLEvaluatingMessageChannelSecurity
-
Set the function which looks up the destination URL to evaluate.
- setUsage(UsageType) - Method in class org.opensaml.security.criteria.UsageCriterion
-
Set the key usage criteria.
- setUsageType(String) - Method in class org.opensaml.spring.credential.AbstractCredentialFactoryBean
-
Sets the usage type of the credential.
- 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.
- setUseCurrentTimeAsDefaultCreated(boolean) - Method in class org.opensaml.soap.wssecurity.messaging.impl.AddTimestampHandler
-
Set the flag indicating whether to use the current time as the Created time, if no value is explicitly supplied by the other supported mechanisms.
- 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.
- setUseDefaultPredicateRegistry(boolean) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
-
Set the flag which determines whether the default predicate registry will be used if one is not supplied explicitly.
- setUseDefaultPredicateRegistry(boolean) - Method in class org.opensaml.saml.metadata.resolver.impl.PredicateRoleDescriptorResolver
-
Set the flag which determines whether the default predicate registry will be used if one is not supplied explicitly.
- setUseLocalStorage(boolean) - Method in class org.opensaml.storage.impl.client.LoadClientStorageServices
-
Set whether to allow for data loaded from local storage and submitted via POST.
- 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.
- setUseShortName(boolean) - Method in class org.opensaml.saml.common.messaging.context.navigate.SAMLBindingContextBindingFunction
-
Set whether to extract the short name for binding, if available.
- setValidationContextBuilder(Function<ValidateAssertions.AssertionValidationInput, ValidationContext>) - Method in class org.opensaml.saml.saml2.profile.impl.ValidateAssertions
-
Set the function that builds a
ValidationContextinstance based on aValidateAssertions.AssertionValidationInputinstance. - setValidationContextBuilder(Function<SAML20AssertionTokenValidationInput, ValidationContext>) - Method in class org.opensaml.saml.saml2.wssecurity.messaging.impl.WSSecuritySAML20AssertionTokenSecurityHandler
-
Set the function that builds a
ValidationContextinstance based on aSAML20AssertionTokenValidationInputinstance. - setValidationParameters(ClientTLSValidationParameters) - Method in class org.opensaml.security.messaging.ClientTLSSecurityParametersContext
-
Set an instance of
ClientTLSValidationParameters. - setValidationStatus(Token.ValidationStatus) - Method in class org.opensaml.soap.wssecurity.messaging.AbstractToken
-
Get the token validation status.
- setValidIssuers(Function<ProfileRequestContext, Set<String>>) - Method in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Set the function for determining the valid Issuer values
- setValidUntil(Instant) - Method in interface org.opensaml.saml.saml2.common.TimeBoundSAMLObject
-
Sets the date until which this descriptor is valid.
- setValidUntil(Instant) - Method in class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorImpl
-
Sets the date until which this descriptor is valid.
- setValidUntil(Instant) - Method in class org.opensaml.saml.saml2.metadata.impl.EntitiesDescriptorImpl
-
Sets the date until which this descriptor is valid.
- setValidUntil(Instant) - Method in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
-
Sets the date until which this descriptor is valid.
- setValidUntil(Instant) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorImpl
-
Sets the date until which this descriptor is valid.
- setValidUntil(Instant) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter
-
Sets the date until which this descriptor is valid.
- setValue(Boolean) - Method in class org.opensaml.core.xml.schema.XSBooleanValue
-
Sets the boolean value.
- setValue(Integer) - Method in class org.opensaml.core.xml.schema.impl.XSIntegerImpl
-
Sets the integer.
- setValue(Integer) - Method in interface org.opensaml.core.xml.schema.XSInteger
-
Sets the integer.
- 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(Object, String) - Static method in class org.opensaml.storage.annotation.AnnotationSupport
-
Sets the value of the field indicated by the
Valueannotation on the given object. - setValue(String) - Method in class org.opensaml.core.xml.mock.SimpleXMLObject
-
Sets the value of this object.
- setValue(String) - Method in class org.opensaml.core.xml.schema.impl.XSBase64BinaryImpl
-
Sets the base64-encoded binary value.
- setValue(String) - Method in class org.opensaml.core.xml.schema.impl.XSStringImpl
-
Sets the string.
- setValue(String) - Method in interface org.opensaml.core.xml.schema.XSBase64Binary
-
Sets the base64-encoded binary value.
- setValue(String) - Method in interface org.opensaml.core.xml.schema.XSString
-
Sets the string.
- 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.StatusCode
-
Sets the Value of this Status Code.
- 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.SignatureConfirmationImpl
-
Sets the Value attribute value.
- setValue(String) - Method in interface org.opensaml.soap.wssecurity.SignatureConfirmation
-
Sets the Value attribute value.
- 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(String) - Method in class org.opensaml.storage.testing.StorageServiceTest.AnnotatedObject
- 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.agreement.impl.KANonce
-
Set the Base64-encoded nonce value.
- 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.
- setValue(Instant) - Method in class org.opensaml.core.xml.schema.impl.XSDateTimeImpl
-
Sets the dateTime value.
- setValue(Instant) - Method in interface org.opensaml.core.xml.schema.XSDateTime
-
Sets the dateTime value.
- setValue(QName) - Method in class org.opensaml.core.xml.schema.impl.XSQNameImpl
-
Sets the QName content of the element.
- setValue(QName) - Method in interface org.opensaml.core.xml.schema.XSQName
-
Sets the QName content of the element.
- 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(QName) - Method in interface org.opensaml.saml.saml1.core.StatusCode
-
Sets the value of the status code.
- setValue(XSBooleanValue) - Method in class org.opensaml.core.xml.schema.impl.XSBooleanImpl
-
Sets the XSBooleanValue value.
- setValue(XSBooleanValue) - Method in interface org.opensaml.core.xml.schema.XSBoolean
-
Sets the XSBooleanValue 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(Type, StorageSerializer<Type>) - Method in class org.opensaml.storage.StorageRecord
-
Set the record value, using a custom serialization process.
- 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.metadata.generator.impl.VelocityMetadataGenerator
-
Set the Velocity engine to use.
- 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.
- setVerifyDepth(Integer) - Method in class org.opensaml.spring.trust.AbstractBasicPKIXValidationInfoFactoryBean
-
Set the verify Depth.
- setVerifyDepth(Integer) - Method in class org.opensaml.spring.trust.StaticPKIXFactoryBean
-
Set the verify depth.
- 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.
- 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.
- setWantAssertionsSigned(Boolean) - 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(Boolean) - 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 class org.opensaml.saml.ext.saml2mdquery.impl.QueryDescriptorTypeImpl
-
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(XSBooleanValue) - Method in class org.opensaml.saml.saml2.metadata.impl.SPSSODescriptorImpl
-
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(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 interface org.opensaml.saml.saml2.metadata.IDPSSODescriptor
-
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.
- 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:IsReferenceParameterattribute value. - setWSAIsReferenceParameter(XSBooleanValue) - Method in interface org.opensaml.soap.wsaddressing.IsReferenceParameterBearing
-
Sets the
@wsa:IsReferenceParameterattribute 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:TokenTypeattribute value. - setWSSEUsages(List<String>) - Method in class org.opensaml.soap.wssecurity.impl.SecurityTokenReferenceImpl
-
Sets the list of
wsse:@Usageattributes value. - setWSSEUsages(List<String>) - Method in interface org.opensaml.soap.wssecurity.UsageBearing
-
Sets the list of
wsse:@Usageattributes value. - setWSUId(String) - Method in class org.opensaml.soap.wspolicy.impl.PolicyImpl
-
Sets the
@wsu:Idattribute value. - setWSUId(String) - Method in interface org.opensaml.soap.wssecurity.IdBearing
-
Sets the
@wsu:Idattribute value. - setWSUId(String) - Method in class org.opensaml.soap.wssecurity.impl.AttributedDateTimeImpl
-
Sets the
@wsu:Idattribute value. - setWSUId(String) - Method in class org.opensaml.soap.wssecurity.impl.AttributedStringImpl
-
Sets the
@wsu:Idattribute value. - setWSUId(String) - Method in class org.opensaml.soap.wssecurity.impl.AttributedURIImpl
-
Sets the
@wsu:Idattribute value. - setWSUId(String) - Method in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderImpl
-
Sets the
@wsu:Idattribute value. - setWSUId(String) - Method in class org.opensaml.soap.wssecurity.impl.SecurityTokenReferenceImpl
-
Sets the
@wsu:Idattribute value. - setWSUId(String) - Method in class org.opensaml.soap.wssecurity.impl.SignatureConfirmationImpl
-
Sets the
@wsu:Idattribute value. - setWSUId(String) - Method in class org.opensaml.soap.wssecurity.impl.TimestampImpl
-
Sets the
@wsu:Idattribute value. - setWSUId(String) - Method in class org.opensaml.soap.wssecurity.impl.UsernameTokenImpl
-
Sets the
@wsu:Idattribute 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
X500Principalinstances. - 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 format specifier for serializing 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
TrustEngineinstance used to validate a client TLSX509Credential. - setX509TrustEngine(TrustEngine<? super X509Credential>) - Method in class org.opensaml.security.x509.tls.impl.BasicClientTLSValidationConfiguration
-
Set a
TrustEngineinstance used to validate a client TLSX509Credential. - setXMLBase(String) - Method in interface org.opensaml.core.xml.BaseBearing
-
Sets the
@xml:baseattribute value. - setXMLId(String) - Method in interface org.opensaml.core.xml.IdBearing
-
Sets the
@xml:idattribute value. - setXMLLang(String) - Method in interface org.opensaml.core.xml.LangBearing
-
Sets the
@xml:langattribute value. - setXMLLang(String) - Method in class org.opensaml.saml.ext.saml2mdui.impl.KeywordsImpl
-
Sets the
@xml:langattribute value. - setXMLLang(String) - Method in class org.opensaml.saml.saml2.metadata.impl.LocalizedNameImpl
-
Sets the
@xml:langattribute value. - setXMLLang(String) - Method in class org.opensaml.saml.saml2.metadata.impl.LocalizedURIImpl
-
Sets the
@xml:langattribute 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:spaceattribute 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.
- shared - Variable in class org.opensaml.storage.testing.StorageServiceTest
-
Service being tested.
- shortName - Variable in class org.opensaml.saml.common.binding.BindingDescriptor
-
A short name for the binding.
- 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.
- shouldEncrypt(NameID) - Method in class org.opensaml.saml.saml2.profile.impl.EncryptNameIDs
-
Return true iff the NameID should be encrypted.
- sig - Variable in class org.opensaml.soap.wstrust.impl.UseKeyImpl
-
wst:UseKey/@Sig attribute value.
- sig - Variable in class org.opensaml.xmlsec.signature.support.XMLSignatureCredentialContext
-
The Signature element context.
- SIG_ATTRIB_NAME - Static variable in interface org.opensaml.soap.wstrust.UseKey
-
The wst:UseKey/@Sig attribute local name.
- sign(PrivateKey, String, byte[]) - Static method in class org.opensaml.security.crypto.SigningUtil
-
Compute the raw signature value over the supplied input.
- sign(Credential, String, boolean, byte[]) - Static method in class org.opensaml.security.crypto.SigningUtil
-
Compute the signature or MAC value over the supplied input.
- signableObject - Variable in class org.opensaml.saml.common.SAMLObjectContentReference
-
SAMLObject this reference refers to.
- 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 - Variable in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter
-
Signature child.
- signature - Variable in class org.opensaml.xmlsec.signature.AbstractSignableXMLObject
-
Signature child.
- Signature - Enum constant in enum class org.opensaml.xmlsec.algorithm.AlgorithmDescriptor.AlgorithmType
-
Signature.
- 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_REQUIRED - Static variable in class org.opensaml.saml.saml2.assertion.SAML2AssertionValidationParameters
-
Carries a
Booleanflag which indicates whether the Assertion is required to be signed. - 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_SHA1_MGF1 - Static variable in class org.opensaml.security.crypto.JCAConstants
-
Signature algorithm: "SHA1withRSAandMGF1".
- SIGNATURE_RSA_SHA224 - Static variable in class org.opensaml.security.crypto.JCAConstants
-
Signature algorithm: "SHA224withRSA".
- SIGNATURE_RSA_SHA224_MGF1 - Static variable in class org.opensaml.security.crypto.JCAConstants
-
Signature algorithm: "SHA224withRSAandMGF1".
- SIGNATURE_RSA_SHA256 - Static variable in class org.opensaml.security.crypto.JCAConstants
-
Signature algorithm: "SHA256withRSA".
- SIGNATURE_RSA_SHA256_MGF1 - Static variable in class org.opensaml.security.crypto.JCAConstants
-
Signature algorithm: "SHA256withRSAandMGF1".
- SIGNATURE_RSA_SHA3_224_MGF1 - Static variable in class org.opensaml.security.crypto.JCAConstants
-
Signature algorithm: "SHA3-224withRSAandMGF1".
- SIGNATURE_RSA_SHA3_256_MGF1 - Static variable in class org.opensaml.security.crypto.JCAConstants
-
Signature algorithm: "SHA3-256withRSAandMGF1".
- SIGNATURE_RSA_SHA3_384_MGF1 - Static variable in class org.opensaml.security.crypto.JCAConstants
-
Signature algorithm: "SHA3-384withRSAandMGF1".
- SIGNATURE_RSA_SHA3_512_MGF1 - Static variable in class org.opensaml.security.crypto.JCAConstants
-
Signature algorithm: "SHA3-512withRSAandMGF1".
- SIGNATURE_RSA_SHA384 - Static variable in class org.opensaml.security.crypto.JCAConstants
-
Signature algorithm: "SHA384withRSA".
- SIGNATURE_RSA_SHA384_MGF1 - Static variable in class org.opensaml.security.crypto.JCAConstants
-
Signature algorithm: "SHA384withRSAandMGF1".
- SIGNATURE_RSA_SHA512 - Static variable in class org.opensaml.security.crypto.JCAConstants
-
Signature algorithm: "SHA512withRSA".
- SIGNATURE_RSA_SHA512_MGF1 - Static variable in class org.opensaml.security.crypto.JCAConstants
-
Signature algorithm: "SHA512withRSAandMGF1".
- SIGNATURE_RSA_SSA_PSS - Static variable in class org.opensaml.security.crypto.JCAConstants
-
Signature algorithm: "RSASSA-PSS".
- SIGNATURE_VALIDATION_CRITERIA_SET - Static variable in class org.opensaml.saml.saml2.assertion.SAML2AssertionValidationParameters
-
Carries a
CriteriaSetwhich will be used as the input to aSignatureTrustEngine. - SIGNATURE_VALIDATION_PREVALIDATOR - Static variable in class org.opensaml.saml.saml2.assertion.SAML2AssertionValidationParameters
-
Carries a
SignaturePrevalidatorwhich will be used to pre-validate the Assertion signature. - SIGNATURE_VALIDATION_TRUST_ENGINE - Static variable in class org.opensaml.saml.saml2.assertion.SAML2AssertionValidationParameters
-
Carries a
SignatureTrustEnginewhich will be used to validate the Assertion signature. - signatureAlgorithm - Variable in class org.opensaml.xmlsec.signature.impl.SignatureImpl
-
Algorithm used to generate the signature.
- 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
- signatureAlgorithms - Variable in class org.opensaml.xmlsec.algorithm.AlgorithmRegistry
-
Index of (KeyType,DigestType) to AlgorithmDescriptor.
- signatureAlgorithms - Variable in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
-
Signature method algorithm URIs.
- SignatureAlgorithmUnmarshaller - Class in org.opensaml.soap.wstrust.impl
-
Unmarshaller for the wst:SignatureAlgorithm element.
- SignatureAlgorithmUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.SignatureAlgorithmUnmarshaller
- signatureAlgorithmURI - Variable in class org.opensaml.xmlsec.SignatureSigningParameters
-
The signature algorithm URI.
- 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 include and exclude policy. - SignatureAlgorithmValidator(Collection<String>, Collection<String>) - Constructor for class org.opensaml.xmlsec.signature.support.impl.SignatureAlgorithmValidator
-
Constructor.
- SignatureAlgorithmValidator(SignatureValidationParameters) - Constructor for class org.opensaml.xmlsec.signature.support.impl.SignatureAlgorithmValidator
-
Constructor.
- SignatureBuilder - Class in org.opensaml.xmlsec.signature.impl
-
Builder of
Signature. - SignatureBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.SignatureBuilder
- signatureCanonicalization - Variable in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
-
Signature canonicalization algorithm URI.
- signatureCanonicalizationAlgorithm - Variable in class org.opensaml.xmlsec.SignatureSigningParameters
-
The signature canonicalization algorithm URI.
- signatureCapable - Variable in class org.opensaml.saml.common.binding.BindingDescriptor
-
Indicates whether the binding provides a built-in signing mechanism.
- SignatureCapableBindingPredicate - Class in org.opensaml.saml.common.messaging.logic
-
Predicate that determines whether the binding associated with a message context is signature-capable.
- SignatureCapableBindingPredicate() - Constructor for class org.opensaml.saml.common.messaging.logic.SignatureCapableBindingPredicate
- 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.
- SignatureConstants() - Constructor for class org.opensaml.xmlsec.signature.support.SignatureConstants
-
Constructor.
- signatureCriteriaSetFunction - Variable in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
A function for resolving the signature validation CriteriaSet for a particular function.
- signatureCriteriaSetFunction - Variable in class org.opensaml.saml.saml2.wssecurity.messaging.impl.DefaultSAML20AssertionValidationContextBuilder
-
A function for resolving the signature validation CriteriaSet for a particular function.
- 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(Exception) - Constructor for exception org.opensaml.xmlsec.signature.support.SignatureException
-
Constructor.
- SignatureException(String) - Constructor for exception org.opensaml.xmlsec.signature.support.SignatureException
-
Constructor.
- SignatureException(String, Exception) - Constructor for exception org.opensaml.xmlsec.signature.support.SignatureException
-
Constructor.
- signatureHMACOutputLength - Variable in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
-
Signature HMAC output length.
- signatureHMACOutputLength - Variable in class org.opensaml.xmlsec.SignatureSigningParameters
-
The signature HMAC output length value.
- 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
Signatureobjects. - SignatureMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.SignatureMarshaller
-
Constructor.
- signaturePrevalidator - Variable in class org.opensaml.saml.common.binding.security.impl.SAMLProtocolMessageXMLSignatureSecurityHandler
-
Validator for XML Signature instances.
- signaturePrevalidator - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.SignatureValidationFilter
-
Prevalidator for XML Signature instances.
- signaturePrevalidator - Variable in class org.opensaml.saml.saml2.assertion.SAML20AssertionValidator
-
SAML signature profile validator.
- SignaturePrevalidator - Interface in org.opensaml.xmlsec.signature.support
-
An interface for components which perform some pre-validation processing on an XML
Signatureinstance, for example to validate that the signature confirms to a particular profile of XML Signature. - signatureReferenceCanonicalizationAlgorithm - Variable in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
-
The signature reference canonicalization transform algorithm.
- signatureReferenceCanonicalizationAlgorithm - Variable in class org.opensaml.xmlsec.SignatureSigningParameters
-
The signature reference canonicalization transform algorithm.
- signatureReferenceDigestMethod - Variable in class org.opensaml.xmlsec.SignatureSigningParameters
-
The signature reference digest method URI.
- signatureReferenceDigestMethods - Variable in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
-
Digest method algorithm URIs.
- signatureRequired - Variable in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Predicate for determining whether an Assertion signature is required.
- signatureRequired - Variable in class org.opensaml.saml.saml2.wssecurity.messaging.impl.DefaultSAML20AssertionValidationContextBuilder
-
Flag indicating whether an Assertion signature is required.
- 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
- SignatureRSASSA_PSS_SHA1_MGF1 - Class in org.opensaml.xmlsec.algorithm.descriptors
-
Algorithm descriptor for signature algorithm: RSASSA-PSS SHA-1 with MGF1.
- SignatureRSASSA_PSS_SHA1_MGF1() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA1_MGF1
- SignatureRSASSA_PSS_SHA224_MGF1 - Class in org.opensaml.xmlsec.algorithm.descriptors
-
Algorithm descriptor for signature algorithm: RSASSA-PSS SHA-224 with MGF1.
- SignatureRSASSA_PSS_SHA224_MGF1() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA224_MGF1
- SignatureRSASSA_PSS_SHA256_MGF1 - Class in org.opensaml.xmlsec.algorithm.descriptors
-
Algorithm descriptor for signature algorithm: RSASSA-PSS SHA-256 with MGF1.
- SignatureRSASSA_PSS_SHA256_MGF1() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA256_MGF1
- SignatureRSASSA_PSS_SHA3_224_MGF1 - Class in org.opensaml.xmlsec.algorithm.descriptors
-
Algorithm descriptor for signature algorithm: RSASSA-PSS SHA3-224 with MGF1.
- SignatureRSASSA_PSS_SHA3_224_MGF1() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA3_224_MGF1
- SignatureRSASSA_PSS_SHA3_256_MGF1 - Class in org.opensaml.xmlsec.algorithm.descriptors
-
Algorithm descriptor for signature algorithm: RSASSA-PSS SHA3-256 with MGF1.
- SignatureRSASSA_PSS_SHA3_256_MGF1() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA3_256_MGF1
- SignatureRSASSA_PSS_SHA3_384_MGF1 - Class in org.opensaml.xmlsec.algorithm.descriptors
-
Algorithm descriptor for signature algorithm: RSASSA-PSS SHA3-384 with MGF1.
- SignatureRSASSA_PSS_SHA3_384_MGF1() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA3_384_MGF1
- SignatureRSASSA_PSS_SHA3_512_MGF1 - Class in org.opensaml.xmlsec.algorithm.descriptors
-
Algorithm descriptor for signature algorithm: RSASSA-PSS SHA3-512 with MGF1.
- SignatureRSASSA_PSS_SHA3_512_MGF1() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA3_512_MGF1
- SignatureRSASSA_PSS_SHA384_MGF1 - Class in org.opensaml.xmlsec.algorithm.descriptors
-
Algorithm descriptor for signature algorithm: RSASSA-PSS SHA-384 with MGF1.
- SignatureRSASSA_PSS_SHA384_MGF1() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA384_MGF1
- SignatureRSASSA_PSS_SHA512_MGF1 - Class in org.opensaml.xmlsec.algorithm.descriptors
-
Algorithm descriptor for signature algorithm: RSASSA-PSS SHA-512 with MGF1.
- SignatureRSASSA_PSS_SHA512_MGF1() - Constructor for class org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASSA_PSS_SHA512_MGF1
- 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 - Variable in class org.opensaml.saml.common.profile.impl.SignAssertions
-
The signature signing parameters.
- signatureSigningParameters - Variable in class org.opensaml.xmlsec.context.SecurityParametersContext
-
Signature signing parameters.
- 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
SignatureSigningParametersbased on aCriteriaSet. - SignatureSupport - Class in org.opensaml.xmlsec.signature.support
-
Helper methods for working with XML Signature.
- SignatureSupport() - Constructor for class org.opensaml.xmlsec.signature.support.SignatureSupport
-
Constructor.
- signatureTrustEngine - Variable in class org.opensaml.saml.metadata.resolver.filter.impl.SignatureValidationFilter
-
Trust engine used to validate a signature.
- signatureTrustEngine - Variable in class org.opensaml.xmlsec.impl.BasicSignatureValidationConfiguration
-
The signature trust engine to use.
- signatureTrustEngine - Variable in class org.opensaml.xmlsec.SignatureValidationParameters
-
The signature trust engine to use.
- 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
Signatureobjects. - 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 - Variable in class org.opensaml.saml.common.binding.security.impl.BaseSAMLSimpleSignatureSecurityHandler
-
Parameters for signature validation.
- signatureValidationParameters - Variable in class org.opensaml.saml.common.binding.security.impl.BaseSAMLXMLSignatureSecurityHandler
-
Parameters for signature validation.
- signatureValidationParameters - Variable in class org.opensaml.xmlsec.context.SecurityParametersContext
-
Signature validation parameters.
- SignatureValidationParameters - Class in org.opensaml.xmlsec
-
The effective parameters to use when validating an XML signature.
- SignatureValidationParameters() - Constructor for class org.opensaml.xmlsec.SignatureValidationParameters
- 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
SignatureValidationParametersbased on aCriteriaSet. - SignatureValidationProvider - Interface in org.opensaml.xmlsec.signature.support
-
Interface for a provider component that cryptographically validates an XML Signature
Signatureusing a candidate validationCredential. - SignatureValidator - Class in org.opensaml.xmlsec.signature.support
-
A service class that cryptographically validates an XML Signature
Signatureusing a candidate validationCredential. - 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
Signatureinstance. - Signer() - Constructor for class org.opensaml.xmlsec.signature.support.Signer
-
Constructor.
- signerInstance - Static variable in class org.opensaml.xmlsec.signature.support.Signer
-
The cached signer provider instance to use.
- 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
Signatureinstance. - signErrorResponses - Variable in class org.opensaml.saml.common.binding.security.impl.SAMLOutboundProtocolMessageSigningHandler
-
Whether to sign responses containing errors.
- SIGNING - Enum constant in enum class org.opensaml.security.credential.UsageType
-
Key used for signature processes including TLS/SSL.
- signingCredential - Variable in class org.opensaml.xmlsec.signature.impl.SignatureImpl
-
Key used to sign the signature.
- signingCredential - Variable in class org.opensaml.xmlsec.SignatureSigningParameters
-
The signing credential.
- signingCredentials - Variable in class org.opensaml.xmlsec.impl.BasicSignatureSigningConfiguration
-
Signing credentials.
- 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
- 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
-
Marshaller for
SigningMethod. - SigningMethodMarshaller() - Constructor for class org.opensaml.saml.ext.saml2alg.impl.SigningMethodMarshaller
- SigningMethodUnmarshaller - Class in org.opensaml.saml.ext.saml2alg.impl
-
Unmarshaller for
SigningMethod. - 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.
- SigningUtil() - Constructor for class org.opensaml.security.crypto.SigningUtil
-
Constructor.
- 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) - Static method in class org.opensaml.saml.common.messaging.SAMLMessageSecuritySupport
-
Signs the SAML message represented in the message context if it is a
SignableXMLObjectand the message context contains signing parameters as determined bySAMLMessageSecuritySupport.getContextSigningParameters(MessageContext). - signObject(SignableXMLObject, SignatureSigningParameters) - Static method in class org.opensaml.xmlsec.signature.support.SignatureSupport
-
Signs a
SignableXMLObject. - signObject(Signature) - Method in class org.opensaml.xmlsec.signature.support.impl.provider.ApacheSantuarioSignerProviderImpl
-
Signs a single XMLObject.
- 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.
- sigSigningConfig - Variable in class org.opensaml.xmlsec.config.BasicXMLSecurityConfiguration
-
Configuration used when generating protocol message signatures.
- sigValidateConfig - Variable in class org.opensaml.xmlsec.config.BasicXMLSecurityConfiguration
-
Configuration used when validating protocol message signatures.
- SimpleKeyInfoReferenceEncryptedKeyResolver - Class in org.opensaml.xmlsec.encryption.support
-
Implementation of
EncryptedKeyResolverwhich findsEncryptedKeyelements by dereferencingKeyInfoReferencechildren of theKeyInfoof theEncryptedDatacontext. - SimpleKeyInfoReferenceEncryptedKeyResolver() - Constructor for class org.opensaml.xmlsec.encryption.support.SimpleKeyInfoReferenceEncryptedKeyResolver
-
Constructor.
- SimpleKeyInfoReferenceEncryptedKeyResolver(String) - Constructor for class org.opensaml.xmlsec.encryption.support.SimpleKeyInfoReferenceEncryptedKeyResolver
-
Deprecated.
- SimpleKeyInfoReferenceEncryptedKeyResolver(Set<String>) - Constructor for class org.opensaml.xmlsec.encryption.support.SimpleKeyInfoReferenceEncryptedKeyResolver
-
Deprecated.
- SimplePayloadBodyHandler - Class in org.opensaml.soap.soap11.decoder.http.impl
-
A body handler for use with
HTTPSOAP11Decoderthat 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
EncryptedKeyResolverwhich findsEncryptedKeyelements by dereferencingRetrievalMethodchildren of theKeyInfoof theEncryptedDatacontext. - SimpleRetrievalMethodEncryptedKeyResolver() - Constructor for class org.opensaml.xmlsec.encryption.support.SimpleRetrievalMethodEncryptedKeyResolver
-
Constructor.
- SimpleRetrievalMethodEncryptedKeyResolver(String) - Constructor for class org.opensaml.xmlsec.encryption.support.SimpleRetrievalMethodEncryptedKeyResolver
-
Deprecated.
- SimpleRetrievalMethodEncryptedKeyResolver(Set<String>) - Constructor for class org.opensaml.xmlsec.encryption.support.SimpleRetrievalMethodEncryptedKeyResolver
-
Deprecated.
- SimpleStringMetadataIndexKey - Class in org.opensaml.saml.metadata.resolver.index
-
A simple implementation of
MetadataIndexKeybased on a single input string. - SimpleStringMetadataIndexKey(String) - Constructor for class org.opensaml.saml.metadata.resolver.index.SimpleStringMetadataIndexKey
-
Constructor.
- SimpleXMLObject - Class in org.opensaml.core.xml.mock
-
Simple XMLObject that can be used for testing.
- SimpleXMLObject(String, String, String) - Constructor for class org.opensaml.core.xml.mock.SimpleXMLObject
-
Constructor.
- SimpleXMLObjectBuilder - Class in org.opensaml.core.xml.mock
-
Builder of
SimpleXMLObjects. - SimpleXMLObjectBuilder() - Constructor for class org.opensaml.core.xml.mock.SimpleXMLObjectBuilder
- SimpleXMLObjectMarshaller - Class in org.opensaml.core.xml.mock
-
Marshaller for
SimpleXMLObjectobjects. - SimpleXMLObjectMarshaller() - Constructor for class org.opensaml.core.xml.mock.SimpleXMLObjectMarshaller
- simpleXMLObjectQName - Static variable in class org.opensaml.core.testing.XMLObjectBaseTestCase
-
QName for SimpleXMLObject.
- simpleXMLObjects - Variable in class org.opensaml.core.xml.mock.SimpleXMLObject
-
Child SimpleXMLObjects.
- SimpleXMLObjectUnmarshaller - Class in org.opensaml.core.xml.mock
-
Unmarshaller for
SimpleXMLObject. - SimpleXMLObjectUnmarshaller() - Constructor for class org.opensaml.core.xml.mock.SimpleXMLObjectUnmarshaller
- singleElementFile - Variable in class org.opensaml.core.testing.XMLObjectProviderBaseTestCase
-
Location of file containing a single element with NO optional attributes.
- singleElementOptionalAttributesFile - Variable in class org.opensaml.core.testing.XMLObjectProviderBaseTestCase
-
Location of file containing a single element with all optional attributes.
- singleElementUnknownAttributesFile - Variable in class org.opensaml.core.testing.XMLObjectProviderBaseTestCase
-
Location of file containing a single element with some unknown attributes.
- SingleLogoutService - Interface in org.opensaml.saml.saml2.metadata
-
SAML 2.0 Metadata SingleLogoutService.
- SingleLogoutServiceBuilder - Class in org.opensaml.saml.saml2.metadata.impl
-
Builder for
SingleLogoutService. - SingleLogoutServiceBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.SingleLogoutServiceBuilder
- SingleLogoutServiceConverter - Class in org.opensaml.saml.metadata.generator.impl
-
Support for parsing a binding/endpoint pair into a
SingleLogoutService. - SingleLogoutServiceConverter() - Constructor for class org.opensaml.saml.metadata.generator.impl.SingleLogoutServiceConverter
-
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.
- singleLogoutServices - Variable in class org.opensaml.saml.saml2.metadata.impl.SSODescriptorImpl
-
Logout services for this SSO entity.
- SingleSignOnService - Interface in org.opensaml.saml.saml2.metadata
-
SAML 2.0 Metadata SingleSignOnService.
- SingleSignOnServiceBuilder - Class in org.opensaml.saml.saml2.metadata.impl
-
Builder for
SingleSignOnService. - SingleSignOnServiceBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.SingleSignOnServiceBuilder
- SingleSignOnServiceConverter - Class in org.opensaml.saml.metadata.generator.impl
-
Support for parsing a binding/endpoint pair into a
SingleSignOnService. - SingleSignOnServiceConverter() - Constructor for class org.opensaml.saml.metadata.generator.impl.SingleSignOnServiceConverter
-
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.
- singleSignOnServices - Variable in class org.opensaml.saml.saml2.metadata.impl.IDPSSODescriptorImpl
-
SingleSignOn services for this entity.
- size - Variable in class org.opensaml.xmlsec.agreement.impl.KeySize
-
Key size.
- size() - Method in class org.opensaml.core.xml.util.AttributeMap
- size() - Method in class org.opensaml.core.xml.util.ListView
- size() - Method in class org.opensaml.core.xml.util.XMLObjectChildrenList
- size() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList
- ski - Variable in class org.opensaml.security.credential.criteria.impl.EvaluableX509SubjectKeyIdentifierCredentialCriterion
-
Base criteria.
- 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.
- SOAP_1_1 - Enum constant in enum class org.opensaml.soap.util.SOAPVersion
-
SOAP 1.1.
- SOAP_1_2 - Enum constant in enum class org.opensaml.soap.util.SOAPVersion
-
SOAP 1.2.
- 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".
- 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.
- soap11Actor - Variable in class org.opensaml.saml.ext.saml2cb.impl.ChannelBindingsImpl
-
soap11:actor attribute.
- soap11Actor - Variable in class org.opensaml.saml.ext.samlec.impl.GeneratedKeyImpl
-
soap11:actor attribute.
- soap11Actor - Variable in class org.opensaml.saml.ext.samlec.impl.SessionKeyImpl
-
soap11:actor attribute.
- soap11Actor - Variable in class org.opensaml.saml.saml2.ecp.impl.RelayStateImpl
-
soap11:actor attribute.
- soap11Actor - Variable in class org.opensaml.saml.saml2.ecp.impl.RequestAuthenticatedImpl
-
soap11:actor attribute.
- soap11Actor - Variable in class org.opensaml.saml.saml2.ecp.impl.RequestImpl
-
soap11:actor attribute.
- soap11Actor - Variable in class org.opensaml.saml.saml2.ecp.impl.ResponseImpl
-
soap11:actor attribute.
- soap11Actor - Variable in class org.opensaml.saml.saml2.ecp.impl.SubjectConfirmationImpl
-
soap11:actor attribute.
- soap11Actor - Variable in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderImpl
-
The
@soap11:actoratribute. - 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
- soap11ContextLookupStrategy - Variable in class org.opensaml.soap.client.http.HttpSOAPClient
-
Deprecated.Strategy used to look up the
SOAP11Contextassociated with the outbound message context. - 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.
- SOAP11FaultContextDecoratingErrorHandler - Class in org.opensaml.soap.soap11.messaging.impl
-
An implementation of
TypedMessageErrorHandlerwhich simply decorates the suppliedMessageContextwith aFaultand optionally a WS-Addressing Action URI. - SOAP11FaultContextDecoratingErrorHandler(Class<? extends Throwable>, QName, String) - Constructor for class org.opensaml.soap.soap11.messaging.impl.SOAP11FaultContextDecoratingErrorHandler
-
Constructor.
- SOAP11FaultContextDecoratingErrorHandler(Class<? extends Throwable>, QName, String, String, String) - Constructor for class org.opensaml.soap.soap11.messaging.impl.SOAP11FaultContextDecoratingErrorHandler
-
Constructor.
- SOAP11FaultDecodingException - Exception in org.opensaml.soap.common
-
Specialized message decoding exception type for carrying a SOAP 1.1 Fault element.
- SOAP11FaultDecodingException(Fault) - Constructor for exception org.opensaml.soap.common.SOAP11FaultDecodingException
-
Constructor.
- SOAP11FaultDecodingException(Fault, String) - Constructor for exception org.opensaml.soap.common.SOAP11FaultDecodingException
-
Constructor.
- soap11MustUnderstand - Variable in class org.opensaml.saml.ext.saml2cb.impl.ChannelBindingsImpl
-
soap11:mustUnderstand.
- soap11MustUnderstand - Variable in class org.opensaml.saml.ext.samlec.impl.GeneratedKeyImpl
-
soap11:mustUnderstand.
- soap11MustUnderstand - Variable in class org.opensaml.saml.ext.samlec.impl.SessionKeyImpl
-
soap11:mustUnderstand.
- soap11MustUnderstand - Variable in class org.opensaml.saml.saml2.ecp.impl.RelayStateImpl
-
soap11:mustUnderstand.
- soap11MustUnderstand - Variable in class org.opensaml.saml.saml2.ecp.impl.RequestAuthenticatedImpl
-
soap11:mustUnderstand.
- soap11MustUnderstand - Variable in class org.opensaml.saml.saml2.ecp.impl.RequestImpl
-
soap11:mustUnderstand.
- soap11MustUnderstand - Variable in class org.opensaml.saml.saml2.ecp.impl.ResponseImpl
-
soap11:mustUnderstand.
- soap11MustUnderstand - Variable in class org.opensaml.saml.saml2.ecp.impl.SubjectConfirmationImpl
-
soap11:mustUnderstand.
- soap11MustUnderstand - Variable in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderImpl
-
The
@soap11:mustUnderstandatribute. - 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.
- soap12MustUnderstand - Variable in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderImpl
-
The
@soap12:mustUnderstandatribute. - soap12Relay - Variable in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderImpl
-
The
@soap12:relayatribute. - soap12Role - Variable in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderImpl
-
The
@soap12:roleatribute. - soapAction - Variable in class org.opensaml.soap.client.http.HttpSOAPRequestParameters
-
HTTP SOAPAction header.
- soapAction - Variable in class org.opensaml.soap.wsaddressing.impl.ProblemActionImpl
-
SoapAction child element.
- 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 - Variable in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
-
SOAP client.
- 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
- soapClientContextLookup - Variable in class org.opensaml.soap.client.messaging.SOAPClientPipelineNameMappingFunction
-
Lookup strategy for the SOAP client context.
- soapClientContextLookup - Variable in class org.opensaml.soap.client.messaging.SOAPClientPipelineNameMappingPredicate
-
Lookup strategy for the SOAP client context.
- soapClientContextLookupStrategy - Variable in class org.opensaml.soap.client.http.HttpSOAPClient
-
Deprecated.Strategy used to look up the
SOAPClientContextassociated with the outbound message context. - SOAPClientDestinationURILookup - Class in org.opensaml.soap.client.messaging
-
Function which resolves and returns the intended SOAP client message destination URI via the
SOAPClientContext.getDestinationURI()of the message context's parentInOutOperationContext. - SOAPClientDestinationURILookup() - Constructor for class org.opensaml.soap.client.messaging.SOAPClientDestinationURILookup
- 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(Exception) - Constructor for exception org.opensaml.soap.client.SOAPClientException
-
Constructor.
- SOAPClientException(String) - Constructor for exception org.opensaml.soap.client.SOAPClientException
-
Constructor.
- SOAPClientException(String, Exception) - Constructor for exception org.opensaml.soap.client.SOAPClientException
-
Constructor.
- SOAPClientPipelineNameMappingFunction<T> - Class in org.opensaml.soap.client.messaging
-
Function implementation which resolves a delegate function based on the SOAP client pipeline name, obtained via a lookup of
SOAPClientContext, by default a direct child of the parentInOutOperationContext. - SOAPClientPipelineNameMappingFunction(Map<String, Function<MessageContext, T>>) - Constructor for class org.opensaml.soap.client.messaging.SOAPClientPipelineNameMappingFunction
-
Constructor.
- SOAPClientPipelineNameMappingFunction(Map<String, Function<MessageContext, T>>, ContextDataLookupFunction<MessageContext, SOAPClientContext>) - Constructor for class org.opensaml.soap.client.messaging.SOAPClientPipelineNameMappingFunction
-
Constructor.
- SOAPClientPipelineNameMappingPredicate - Class in org.opensaml.soap.client.messaging
-
Predicate implementation which resolves a delegate predicate based on the SOAP client pipeline name, obtained via a lookup of
SOAPClientContext, by default a direct child of the parentInOutOperationContext. - SOAPClientPipelineNameMappingPredicate(Map<String, Predicate<MessageContext>>) - Constructor for class org.opensaml.soap.client.messaging.SOAPClientPipelineNameMappingPredicate
-
Constructor.
- SOAPClientPipelineNameMappingPredicate(Map<String, Predicate<MessageContext>>, ContextDataLookupFunction<MessageContext, SOAPClientContext>) - Constructor for class org.opensaml.soap.client.messaging.SOAPClientPipelineNameMappingPredicate
-
Constructor.
- soapClientSecurityConfigurationProfileId - Variable in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
-
SOAP client security configuration profile ID.
- SOAPClientSecurityContext - Class in org.opensaml.soap.client.security
-
Context class for holding security information related to SOAP client operations.
- SOAPClientSecurityContext() - Constructor for class org.opensaml.soap.client.security.SOAPClientSecurityContext
- SOAPClientSecurityProfileIdLookupFunction - Class in org.opensaml.soap.client.security
-
Function to resolve SOAP client security profile ID from message context.
- SOAPClientSecurityProfileIdLookupFunction() - Constructor for class org.opensaml.soap.client.security.SOAPClientSecurityProfileIdLookupFunction
-
Constructor.
- SOAPConstants - Class in org.opensaml.soap.util
-
SOAP Related Constants.
- SOAPConstants() - Constructor for class org.opensaml.soap.util.SOAPConstants
-
Constructor.
- soapContextLookup - Variable in class org.opensaml.soap.client.security.SOAPClientSecurityProfileIdLookupFunction
-
Lookup function for
SOAPClientSecurityContext. - SOAPException - Exception in org.opensaml.soap.common
-
Base SOAP exception.
- SOAPException() - Constructor for exception org.opensaml.soap.common.SOAPException
-
Constructor.
- SOAPException(Exception) - Constructor for exception org.opensaml.soap.common.SOAPException
-
Constructor.
- SOAPException(String) - Constructor for exception org.opensaml.soap.common.SOAPException
-
Constructor.
- SOAPException(String, Exception) - Constructor for exception org.opensaml.soap.common.SOAPException
-
Constructor.
- soapFault - Variable in exception org.opensaml.soap.client.SOAPFaultException
-
The fault that caused this exception.
- SOAPFaultException - Exception in org.opensaml.soap.client
-
Exception indicating a SOAP fault.
- SOAPFaultException() - Constructor for exception org.opensaml.soap.client.SOAPFaultException
-
Constructor.
- SOAPFaultException(Exception) - Constructor for exception org.opensaml.soap.client.SOAPFaultException
-
Constructor.
- SOAPFaultException(String) - Constructor for exception org.opensaml.soap.client.SOAPFaultException
-
Constructor.
- SOAPFaultException(String, Exception) - Constructor for exception org.opensaml.soap.client.SOAPFaultException
-
Constructor.
- SOAPHandler - Interface in org.opensaml.soap.common
-
Interface for
MessageHandlers that are specific to SOAP message processing. - SOAPMessagingSupport - Class in org.opensaml.soap.messaging
-
Support class for SOAP messaging.
- SOAPMessagingSupport() - Constructor for class org.opensaml.soap.messaging.SOAPMessagingSupport
-
Constructor.
- 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.
- soapPipelineName - Variable in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
-
The SOAP client message pipeline name.
- soapSchemas - Static variable in class org.opensaml.saml.common.xml.SAMLSchemaBuilder
-
Classpath relative location of SOAP 1_1 schemas.
- SOAPSupport - Class in org.opensaml.soap.util
-
Helper methods for working with SOAP.
- SOAPSupport() - Constructor for class org.opensaml.soap.util.SOAPSupport
-
Private constructor.
- SOAPVersion - Enum Class in org.opensaml.soap.util
-
Enum for representing SOAP versions.
- SOAPVersion() - Constructor for enum class org.opensaml.soap.util.SOAPVersion
- SOFTWARE_PKI_AUTHN_CTX - Static variable in interface org.opensaml.saml.saml2.core.AuthnContext
-
URI for Software PKU authentication context.
- sortCandidates(List<Endpoint>) - Method in class org.opensaml.saml.common.binding.AbstractEndpointResolver
-
Copy and sort the endpoints such that the default endpoint by SAML rules comes first.
- source - Variable in class org.opensaml.core.xml.util.XMLObjectSource
-
The object source byte[].
- source - Variable in class org.opensaml.storage.impl.client.AbstractClientStorageServiceStore
-
Data source.
- sourceArtifactResolutionServiceEndpointIndex - Variable in class org.opensaml.saml.common.messaging.context.SAMLArtifactContext
-
The artifact resolution endpoint index.
- sourceArtifactResolutionServiceEndpointUrl - Variable in class org.opensaml.saml.common.messaging.context.SAMLArtifactContext
-
The artifact resolution endpoint URL.
- sourceEntityId - Variable in class org.opensaml.saml.common.messaging.context.SAMLArtifactContext
-
The artifact source entityID.
- sourceId - Variable in class org.opensaml.saml.metadata.resolver.filter.data.impl.MetadataSource
-
An identifier for the source of the metadata, typically the resolver ID.
- sourceID - Variable in class org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex.ArtifactSourceIDMetadataIndexKey
-
The SourceID value.
- sourceID - Variable in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0001
-
20 byte artifact source ID.
- sourceID - Variable in class org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactType0004
-
20 byte artifact source ID.
- SourceID - Interface in org.opensaml.saml.ext.saml1md
-
SAML 1 Metadata extension SourceID.
- SourceIDBuilder - Class in org.opensaml.saml.ext.saml1md.impl
-
Builder of
SourceIDobjects. - SourceIDBuilder() - Constructor for class org.opensaml.saml.ext.saml1md.impl.SourceIDBuilder
- SourceIDExtensionIndexingFunction() - Constructor for class org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex.SourceIDExtensionIndexingFunction
- 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.
- sourceKeyGenerator - Variable in class org.opensaml.saml.metadata.resolver.impl.LocalDynamicMetadataResolver
-
Function for generating the String key used with the source manager.
- sourceLocation - Variable in class org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0002
-
Artifact source location component.
- SourceLocationIndexingFunction() - Constructor for class org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex.SourceLocationIndexingFunction
- sourceManager - Variable in class org.opensaml.saml.metadata.resolver.impl.LocalDynamicMetadataResolver
-
The manager for the local store of metadata.
- sourceStrategy - Variable in class org.opensaml.core.xml.persist.impl.SegmentingIntermediateDirectoryStrategy
-
Strategy function for generating the source data from the input key.
- 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:spaceattribute. - SpaceBearing.XMLSpaceEnum - Enum Class in org.opensaml.core.xml
-
Enum representing the allowed values of the xml:space attribute.
- specified - Variable in class org.opensaml.xmlsec.encryption.impl.SaltImpl
-
Specified child element value.
- Specified - Interface in org.opensaml.xmlsec.encryption
-
XMLObject representing XML Encryption 1.1 Specified element.
- SpecifiedBuilder - Class in org.opensaml.xmlsec.encryption.impl
-
Builder of
Specified. - SpecifiedBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.SpecifiedBuilder
- SpecifiedImpl - Class in org.opensaml.xmlsec.encryption.impl
-
Concrete implementation of
Specified. - SpecifiedImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.SpecifiedImpl
-
Constructor.
- 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
- 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
SPKIDataobjects. - SPKIDataMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.SPKIDataMarshaller
- SPKIDataUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
-
A thread-safe Unmarshaller for
SPKIDataobjects. - 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
- 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.
- spNameQualfier - Variable in class org.opensaml.saml.saml2.core.impl.BaseIDImpl
-
SP Name Qualifier of Base.
- spNameQualifier - Variable in class org.opensaml.saml.common.profile.AbstractNameIdentifierGenerator
-
Explicit SPNameQualifier, if any.
- spNameQualifier - Variable in class org.opensaml.saml.saml2.core.impl.AbstractNameIDType
-
SP Name Qualifier of the Name ID.
- spNameQualifier - Variable in class org.opensaml.saml.saml2.core.impl.NameIDPolicyImpl
-
NameID Format URI.
- SPPROVIDED_ID_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.core.NameIDType
-
SPProviderID attribute name.
- spProvidedId - Variable in class org.opensaml.saml.common.profile.AbstractNameIdentifierGenerator
-
SPProvidedID, if any.
- spProvidedID - Variable in class org.opensaml.saml.saml2.core.impl.AbstractNameIDType
-
SP ProvidedID of the NameID.
- SpringConfigurationPropertiesSource - Class in org.opensaml.spring.config
-
An implementation of
ConfigurationPropertiesSourcethat delegates to a supplied SpringPropertyResolver. - SpringConfigurationPropertiesSource(PropertyResolver) - Constructor for class org.opensaml.spring.config.SpringConfigurationPropertiesSource
-
Constructor.
- SpringPropertiesAdapter - Class in org.opensaml.spring.config
-
An implementation of
ConfigurationPropertieswhich wraps an instance of SpringPropertyResolver. - SpringPropertiesAdapter(PropertyResolver) - Constructor for class org.opensaml.spring.config.SpringPropertiesAdapter
-
Constructor.
- SPSSODescriptor - Interface in org.opensaml.saml.saml2.metadata
-
SAML 2.0 Metadata SPSSODescriptorType.
- SPSSODescriptorBuilder - Class in org.opensaml.saml.saml2.metadata.impl
-
Builder for
SPSSODescriptor. - SPSSODescriptorBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.SPSSODescriptorBuilder
- 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
SPSSODescriptorobjects. - 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
SPSSODescriptorobjects. - 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.
- ssoDescriptorLookupStrategy - Variable in class org.opensaml.saml.common.profile.logic.MetadataNameIdentifierFormatStrategy
-
Strategy function to lookup the
SSODescriptorto read from. - SSODescriptorMarshaller - Class in org.opensaml.saml.saml2.metadata.impl
-
A thread safe Marshaller for
SSODescriptorobjects. - 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
SSODescriptorobjects. - SSODescriptorUnmarshaller() - Constructor for class org.opensaml.saml.saml2.metadata.impl.SSODescriptorUnmarshaller
- start(String) - Method in class org.opensaml.profile.context.MetricContext
-
Conditionally starts one or more timers based on the supplied object identifier.
- StartsWithLocationCriterion - Class in org.opensaml.saml.criterion
-
A criterion which allows to specify at runtime whether location paths being evaluated may be evaluated on the basis of a "starts with" match.
- StartsWithLocationCriterion() - Constructor for class org.opensaml.saml.criterion.StartsWithLocationCriterion
-
Constructor.
- StartsWithLocationCriterion(boolean) - Constructor for class org.opensaml.saml.criterion.StartsWithLocationCriterion
-
Constructor.
- startTimer(Timer) - Static method in class org.opensaml.core.metrics.MetricsSupport
-
Start the specified timer.
- Statement - Interface in org.opensaml.saml.saml1.core
-
This interface defines how the object representing a SAML1
Statementelement behaves. - Statement - Interface in org.opensaml.saml.saml2.core
-
SAML 2.0 Core Statement.
- statements - Variable in class org.opensaml.saml.saml1.core.impl.AssertionImpl
-
Object representation of all the
Statementelements. - statements - Variable in class org.opensaml.saml.saml2.core.impl.AssertionImpl
-
Statements of the assertion.
- StatementValidator - Interface in org.opensaml.saml.saml2.assertion
- statementValidators - Variable in class org.opensaml.saml.saml2.assertion.SAML20AssertionValidator
-
Registered
Statementvalidators. - StatementXSAnyAdapter - Class in org.opensaml.saml.saml2.core.impl
- StatementXSAnyAdapter(XSAny) - Constructor for class org.opensaml.saml.saml2.core.impl.StatementXSAnyAdapter
-
Constructor.
- StaticCredentialResolver - Class in org.opensaml.security.credential.impl
-
Simple implementation of
CredentialResolverwhich 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
DecryptionParametersstatically. - StaticDecryptionParametersResolver(DecryptionParameters) - Constructor for class org.opensaml.xmlsec.impl.StaticDecryptionParametersResolver
-
Constructor.
- StaticEncryptionParametersResolver - Class in org.opensaml.xmlsec.impl
-
Resolve an instance of
EncryptionParametersstatically. - StaticEncryptionParametersResolver(EncryptionParameters) - Constructor for class org.opensaml.xmlsec.impl.StaticEncryptionParametersResolver
-
Constructor.
- StaticExplicitKeyFactoryBean - Class in org.opensaml.spring.trust
-
Factory bean for simple use cases involving the
ExplicitKeyTrustEngineand static credentials. - StaticExplicitKeyFactoryBean() - Constructor for class org.opensaml.spring.trust.StaticExplicitKeyFactoryBean
-
Constructor.
- StaticKeyInfoCredentialResolver - Class in org.opensaml.xmlsec.keyinfo.impl
-
Simple implementation of
KeyInfoCredentialResolverwhich 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
KeyInfoGeneratorwhich always returns staticKeyInfodata. - StaticKeyInfoGenerator(KeyInfo) - Constructor for class org.opensaml.xmlsec.keyinfo.impl.StaticKeyInfoGenerator
-
Constructor.
- StaticMessageChannelSecurity - Class in org.opensaml.messaging.handler.impl
-
Message handler which populates a
MessageChannelSecurityContextbased on static configuration flags. - StaticMessageChannelSecurity - Class in org.opensaml.profile.action.impl
-
Profile action which populates a
MessageChannelSecurityContextbased on static configuration flags. - StaticMessageChannelSecurity() - Constructor for class org.opensaml.messaging.handler.impl.StaticMessageChannelSecurity
- StaticMessageChannelSecurity() - Constructor for class org.opensaml.profile.action.impl.StaticMessageChannelSecurity
- staticParameters - Variable in class org.opensaml.saml.common.assertion.ValidationContext
-
Static parameters used as input to the validation process.
- StaticPipelineNameStrategy - Class in org.opensaml.messaging.pipeline
-
Static strategy function for resolving a pipeline name.
- StaticPipelineNameStrategy(String) - Constructor for class org.opensaml.messaging.pipeline.StaticPipelineNameStrategy
-
Constructor.
- StaticPKIXFactoryBean - Class in org.opensaml.spring.trust
-
File system specific bean for PKIXX509CredentialTrustEngine.
- StaticPKIXFactoryBean() - Constructor for class org.opensaml.spring.trust.StaticPKIXFactoryBean
-
Constructor.
- StaticPKIXValidationInformationResolver - Class in org.opensaml.security.x509.impl
-
An implementation of
PKIXValidationInformationResolverwhich 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
SignatureSigningParametersstatically. - StaticSignatureSigningParametersResolver(SignatureSigningParameters) - Constructor for class org.opensaml.xmlsec.impl.StaticSignatureSigningParametersResolver
-
Constructor.
- StaticSignatureValidationParametersResolver - Class in org.opensaml.xmlsec.impl
-
Resolve an instance of
SignatureValidationParametersstatically. - StaticSignatureValidationParametersResolver(SignatureValidationParameters) - Constructor for class org.opensaml.xmlsec.impl.StaticSignatureValidationParametersResolver
-
Constructor.
- StaticStaticMode - Class in org.opensaml.xmlsec.agreement.impl
-
Key agreement parameter whose presence indicates Static-Static mode is being used.
- StaticStaticMode() - Constructor for class org.opensaml.xmlsec.agreement.impl.StaticStaticMode
- StaticX509CredentialKeyManager - Class in org.opensaml.security.x509.tls.impl
-
An implementation of
X509KeyManagerbased on a single statically configured private key and certificate chain, supplied either directly or via an instance ofX509Credential. - StaticX509CredentialKeyManager(PrivateKey, Collection<X509Certificate>) - Constructor for class org.opensaml.security.x509.tls.impl.StaticX509CredentialKeyManager
-
Constructor.
- StaticX509CredentialKeyManager(X509Credential) - Constructor for class org.opensaml.security.x509.tls.impl.StaticX509CredentialKeyManager
-
Constructor.
- status - Variable in class org.opensaml.saml.saml1.core.impl.ResponseImpl
-
Status associated with this element.
- status - Variable in class org.opensaml.saml.saml2.core.impl.StatusResponseTypeImpl
-
Status child element.
- status - Variable in class org.opensaml.xacml.ctx.impl.ResultTypeImpl
-
List of the status of this result.
- Status - Interface in org.opensaml.saml.saml1.core
-
This interface defines how the object representing a SAML 1
Statuselement 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
Statusobjects. - StatusBuilder - Class in org.opensaml.saml.saml2.core.impl
-
Builder for
StatusImpl. - StatusBuilder - Class in org.opensaml.soap.wstrust.impl
-
Builder for the Status element.
- StatusBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.StatusBuilder
- StatusBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.StatusBuilder
- StatusBuilder() - Constructor for class org.opensaml.soap.wstrust.impl.StatusBuilder
- statusCode - Variable in class org.opensaml.saml.saml1.core.impl.StatusImpl
-
Representation of the StatusCode element.
- statusCode - Variable in class org.opensaml.saml.saml2.core.impl.StatusImpl
-
StatusCode element.
- statusCode - Variable in class org.opensaml.xacml.ctx.impl.StatusCodeTypeImpl
-
Sub status code.
- statusCode - Variable in class org.opensaml.xacml.ctx.impl.StatusTypeImpl
-
Status code.
- StatusCode - Interface in org.opensaml.saml.saml1.core
-
This interface defines how the object representing a SAML 1
StatusCodeelement 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
StatusCodeobjects. - StatusCodeBuilder - Class in org.opensaml.saml.saml2.core.impl
-
Builder for
StatusCode. - StatusCodeBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.StatusCodeBuilder
- StatusCodeBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.StatusCodeBuilder
- StatusCodeImpl - Class in org.opensaml.saml.saml1.core.impl
-
Concrete implementation of
StatusCode. - StatusCodeImpl - Class in org.opensaml.saml.saml2.core.impl
-
Concrete implementation of
StatusCode. - StatusCodeImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.StatusCodeImpl
-
Constructor.
- StatusCodeImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.StatusCodeImpl
-
Constructor.
- StatusCodeMappingFunction(Map<String, List<String>>) - Constructor for class org.opensaml.saml.saml2.profile.impl.AddStatusToResponse.StatusCodeMappingFunction
-
Constructor.
- StatusCodeMappingFunction(Map<String, List<QName>>) - Constructor for class org.opensaml.saml.saml1.profile.impl.AddStatusToResponse.StatusCodeMappingFunction
-
Constructor.
- StatusCodeMarshaller - Class in org.opensaml.saml.saml1.core.impl
-
A thread safe Marshaller for
StatusCodeobjects. - StatusCodeMarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread safe Marshaller for
StatusCodeobjects. - StatusCodeMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.StatusCodeMarshaller
- StatusCodeMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.StatusCodeMarshaller
- statusCodesLookupStrategy - Variable in class org.opensaml.saml.saml1.profile.impl.AddStatusToResponse
-
Optional method to obtain status codes.
- statusCodesLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.AddStatusToResponse
-
Optional method to obtain status codes.
- 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
StatusCodeTypeobjects. - StatusCodeTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.StatusCodeTypeImplBuilder
-
Constructor.
- StatusCodeTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
-
Marshaller for
StatusCodeTypeobjects. - StatusCodeTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.StatusCodeTypeMarshaller
-
Constructor.
- StatusCodeTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
-
Unmarshaller for
StatusCodeTypeobjects. - 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
StatusCodeobjects. - StatusCodeUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Unmarshaller for
StatusCodeobjects. - StatusCodeUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.StatusCodeUnmarshaller
- StatusCodeUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.StatusCodeUnmarshaller
- statusDetail - Variable in class org.opensaml.saml.saml1.core.impl.StatusImpl
-
Representation of the StatusDetail element.
- statusDetail - Variable in class org.opensaml.saml.saml2.core.impl.StatusImpl
-
StatusDetail element.
- statusDetail - Variable in class org.opensaml.xacml.ctx.impl.StatusTypeImpl
-
Status detail element.
- StatusDetail - Interface in org.opensaml.saml.saml1.core
-
Interface to describe how a
StatusDetailelement 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 - Class in org.opensaml.saml.saml2.core.impl
-
Builder of
StatusDetail. - StatusDetailBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.StatusDetailBuilder
- StatusDetailBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.StatusDetailBuilder
- StatusDetailImpl - Class in org.opensaml.saml.saml1.core.impl
-
Concrete implementation of
StatusDetail. - StatusDetailImpl - Class in org.opensaml.saml.saml2.core.impl
-
Concrete implementation of
StatusDetail. - StatusDetailImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.StatusDetailImpl
-
Constructor.
- 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
StatusDetailobjects. - StatusDetailMarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread safe Marshaller for
StatusDetailobjects. - StatusDetailMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.StatusDetailMarshaller
- 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
StatusDetailTypeobjects. - StatusDetailTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.StatusDetailTypeImplBuilder
-
Constructor.
- StatusDetailTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
-
Marshaller for
StatusDetailTypeobjects. - StatusDetailTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.StatusDetailTypeMarshaller
-
Constructor.
- StatusDetailTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
-
Unmarshaller for
StatusDetailTypeobjects. - 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
StatusDetailobjects. - StatusDetailUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Unmarshaller for
StatusDetailobjects. - StatusDetailUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.StatusDetailUnmarshaller
- StatusDetailUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.StatusDetailUnmarshaller
- StatusImpl - Class in org.opensaml.saml.saml1.core.impl
-
Concrete Implementation
Status. - StatusImpl - Class in org.opensaml.saml.saml2.core.impl
-
Concrete implementation of
Status. - StatusImpl - Class in org.opensaml.soap.wstrust.impl
-
StatusImpl.
- StatusImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.StatusImpl
-
Constructor.
- StatusImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.StatusImpl
-
Constructor.
- 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
Statusobjects. - StatusMarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread safe Marshaller for
Statusobjects. - StatusMarshaller - Class in org.opensaml.soap.wstrust.impl
-
Marshaller for the Status element.
- StatusMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.StatusMarshaller
- StatusMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.StatusMarshaller
- StatusMarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.StatusMarshaller
- statusMessage - Variable in class org.opensaml.saml.saml1.core.impl.StatusImpl
-
Representation of the StatusMessage element.
- statusMessage - Variable in class org.opensaml.saml.saml1.profile.impl.AddStatusToResponse
-
A default status message to include.
- statusMessage - Variable in class org.opensaml.saml.saml2.core.impl.StatusImpl
-
StatusMessage element.
- statusMessage - Variable in class org.opensaml.saml.saml2.profile.impl.AddStatusToResponse
-
A default status message to include.
- statusMessage - Variable in class org.opensaml.xacml.ctx.impl.StatusTypeImpl
-
The status message.
- StatusMessage - Interface in org.opensaml.saml.saml1.core
-
This interface defines how the object representing a SAML1
StatusMessageelement 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
StatusMessageobjects. - StatusMessageBuilder - Class in org.opensaml.saml.saml2.core.impl
-
Builder for
StatusMessage. - StatusMessageBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.StatusMessageBuilder
- StatusMessageBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.StatusMessageBuilder
- StatusMessageImpl - Class in org.opensaml.saml.saml1.core.impl
-
Concrete implementation of
StatusMessageobject. - StatusMessageImpl - Class in org.opensaml.saml.saml2.core.impl
-
Concrete implementation of
StatusMessage. - StatusMessageImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.StatusMessageImpl
-
Constructor.
- StatusMessageImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.StatusMessageImpl
-
Constructor.
- statusMessageLookupStrategy - Variable in class org.opensaml.saml.saml1.profile.impl.AddStatusToResponse
-
Optional method to obtain a status message.
- statusMessageLookupStrategy - Variable in class org.opensaml.saml.saml2.profile.impl.AddStatusToResponse
-
Optional method to obtain a status message.
- 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
-
Marshaller 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
- 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
StatusResponseTypeobjects. - 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
StatusResponseTypeobjects. - 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
StatusTypeobjects. - StatusTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.StatusTypeImplBuilder
-
Constructor.
- StatusTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
-
Marshaller for
StatusTypeobjects. - StatusTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.StatusTypeMarshaller
-
Constructor.
- StatusTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
-
Unmarshaller for
StatusTypeobjects. - 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
Statusobjects. - StatusUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Unmarshaller for
Statusobjects. - StatusUnmarshaller - Class in org.opensaml.soap.wstrust.impl
-
Unmarshaller for the wst:Status element.
- StatusUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.StatusUnmarshaller
- StatusUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.StatusUnmarshaller
- StatusUnmarshaller() - Constructor for class org.opensaml.soap.wstrust.impl.StatusUnmarshaller
- STD_PREFIX - Static variable in class org.opensaml.saml.saml2.assertion.SAML2AssertionValidationParameters
-
The standard prefix for all SAML 2 parameters defined in this set.
- STMT_AUTHN_CHECK_ADDRESS - Static variable in class org.opensaml.saml.saml2.assertion.SAML2AssertionValidationParameters
-
Carries a
Booleanflag which indicates whether the Address attribute of theSubjectLocalityof anAuthnStatementshould be checked. - STMT_AUTHN_MAX_TIME - Static variable in class org.opensaml.saml.saml2.assertion.SAML2AssertionValidationParameters
-
Carries a
Durationused to evaluate the allowed value of an AuthnInstant attribute of anAuthnStatement. - STMT_AUTHN_VALID_ADDRESSES - Static variable in class org.opensaml.saml.saml2.assertion.SAML2AssertionValidationParameters
-
Carries a
Set<InetAddress>whose values are the acceptable values for the Address attribute of theSubjectLocalityof anAuthnStatement. - STMT_INFIX - Static variable in class org.opensaml.saml.saml2.assertion.SAML2AssertionValidationParameters
-
The standard infix for parameters concerned with statement evaluation.
- stop() - Method in class org.opensaml.core.metrics.impl.HTTPReporter
- stop(String) - Method in class org.opensaml.profile.context.MetricContext
-
Stops any timers associated with the supplied object identifier and removes them from the tracking map.
- stopTimer(Timer.Context) - Static method in class org.opensaml.core.metrics.MetricsSupport
-
Stop the timer represented by the specified timer context instance.
- storage - Variable in class org.opensaml.core.config.provider.MapBasedConfiguration
-
Storage for registered configuration objects.
- storage - Variable in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList
-
Internal storage for the list.
- storage - Variable in class org.opensaml.storage.impl.StorageServiceReplayCache
-
Backing storage for the replay cache.
- storage - Variable in class org.opensaml.storage.impl.StorageServiceRevocationCache
-
Backing storage for the replay cache.
- STORAGE_ATTRIBUTE - Static variable in class org.opensaml.storage.impl.client.ClientStorageService
-
Name of session attribute for storage object.
- STORAGE_CONTEXT - Static variable in class org.opensaml.saml.common.binding.artifact.impl.StorageServiceSAMLArtifactMap
-
Storage context label.
- storageCapabilities - Variable in class org.opensaml.storage.impl.memcached.MemcachedStorageService
-
Invariant storage capabilities.
- StorageCapabilities - Interface in org.opensaml.storage
-
Exposes capabilities of a
StorageServiceimplementation. - storageKey - Variable in class org.opensaml.storage.impl.client.ClientStorageServiceOperation
-
Storage key.
- storageKeys - Variable in class org.opensaml.storage.impl.client.ClientStorageLoadContext
-
The collection of storage keys to load from the client.
- storageName - Variable in class org.opensaml.storage.impl.client.ClientStorageService
-
Label used to track storage.
- storageOperations - Variable in class org.opensaml.storage.impl.client.ClientStorageSaveContext
-
Storage operations to perform.
- 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 - Variable in class org.opensaml.storage.impl.memcached.MemcachedStorageService
-
Handles conversion of
MemcachedStorageRecordto bytes and vice versa. - StorageRecordTranscoder - Class in org.opensaml.storage.impl.memcached
-
Handles conversion of
MemcachedStorageRecordto 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
StorageServiceimplementation to optimize the handling of complex objects. - StorageService - Interface in org.opensaml.storage
-
Generic data storage facility.
- storageServiceId - Variable in class org.opensaml.storage.impl.client.ClientStorageServiceOperation
-
ID of storage service for tracking/logging.
- StorageServiceReplayCache - Class in org.opensaml.storage.impl
-
ReplayCacheimplementation backed by aStorageService. - StorageServiceReplayCache() - Constructor for class org.opensaml.storage.impl.StorageServiceReplayCache
- StorageServiceRevocationCache - Class in org.opensaml.storage.impl
-
Stores and checks for revocation entries via a
StorageService. - StorageServiceRevocationCache() - Constructor for class org.opensaml.storage.impl.StorageServiceRevocationCache
-
Constructor.
- storageServices - Variable in class org.opensaml.storage.impl.client.LoadClientStorageServices
-
The storage service instances to load.
- storageServices - Variable in class org.opensaml.storage.impl.client.PopulateClientStorageLoadContext
-
The storage service instances to check for a loading requirement.
- storageServices - Variable in class org.opensaml.storage.impl.client.PopulateClientStorageSaveContext
-
The storage service instances to check for a save requirement.
- storageServices - Variable in class org.opensaml.storage.impl.client.SaveCookieBackedClientStorageServices
-
The storage service instances to load, keyed by their bean ID.
- 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
StorageSerializerfor instances ofBasicSAMLArtifactMapEntry. - StorageServiceSAMLArtifactMapEntryFactory() - Constructor for class org.opensaml.saml.common.binding.artifact.impl.StorageServiceSAMLArtifactMapEntryFactory
-
Constructor.
- StorageServiceTest - Class in org.opensaml.storage.testing
-
Test of
StorageServiceimplementations. - StorageServiceTest() - Constructor for class org.opensaml.storage.testing.StorageServiceTest
- StorageServiceTest.AnnotatedObject - Class in org.opensaml.storage.testing
-
Annotated object class to test with.
- storageSource - Variable in class org.opensaml.storage.impl.client.ClientStorageServiceOperation
-
Storage source.
- storageValue - Variable in class org.opensaml.storage.impl.client.ClientStorageServiceOperation
-
Storage value.
- storeContainsCRLs(CertStore) - Method in class org.opensaml.security.x509.impl.CertPathPKIXTrustEvaluator
-
Determine whether there are any CRL's in the
CertStorethat is to be used. - storeFactory - Variable in class org.opensaml.storage.impl.client.ClientStorageService
-
Factory for backing store.
- storeSAMLArtifactType(MessageContext, byte[]) - Method in class org.opensaml.saml.saml1.binding.encoding.impl.HTTPArtifactEncoder
-
Store the SAML artifact type in the message context.
- storeSAMLArtifactType(MessageContext, byte[]) - Method in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPArtifactEncoder
-
Store the SAML artifact type in the message context.
- storeSOAPEnvelope(Envelope) - Method in class org.opensaml.soap.client.soap11.encoder.http.impl.HttpClientRequestSOAP11Encoder
-
Store the constructed SOAP envelope in the message context for later encoding.
- 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.
- storeSupportedProtocols(List<String>) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter
-
Internal method for storing the list of supported protocols as a string.
- strict - Variable in class org.opensaml.storage.impl.StorageServiceReplayCache
-
Flag controlling behavior on storage failure.
- strict - Variable in class org.opensaml.storage.impl.StorageServiceRevocationCache
-
Flag controlling behavior on storage failure.
- STRICT_SAML20_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
-
"Strict" SAML 2.0 Assertion schema Id.
- STRICT_SAML20ALG_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
-
"Strict" SAML 2.0 Metadata Profile for Algorithm Support schema Id.
- STRICT_SAML20DCE_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
-
"Strict" SAML 2.0 DCE PAC Attribute Profile schema Id.
- STRICT_SAML20ECP_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
-
"Strict" SAML 2.0 Enhanced Client/Proxy SSO Profile schema Id.
- STRICT_SAML20MD_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
-
"Strict" SAML 2.0 Metadata schema Id.
- STRICT_SAML20MDQUERY_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
-
"Strict" SAML 2.0 Standalone Query Metadata extension schema system Id.
- STRICT_SAML20MDRPI_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
-
"Strict" SAML 2.0 Metadata Extension for Registration and Publication Information schema Id.
- STRICT_SAML20MDUI_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
-
"Strict" SAML 2.0 Metadata Extension for Discovery and Login UI schema Id.
- STRICT_SAML20P_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
-
"Strict" SAML 2.0 Protocol schema Id.
- STRICT_SAML20X500_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
-
"Strict" SAML 2.0 X.500 Attribute Profile schema Id.
- STRICT_SAML20XACML_SCHEMA_LOCATION - Static variable in class org.opensaml.saml.common.xml.SAMLConstants
-
"Strict" SAML 2.0 XACML Attribute Profile schema Id.
- strictMode - Variable in class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
-
Flag for strict mode which disallows unexpected content.
- strings() - Method in class org.opensaml.storage.testing.StorageServiceTest
-
Basic test of string records.
- stringTranscoder - Variable in class org.opensaml.storage.impl.memcached.MemcachedStorageService
-
Handles conversion of strings to bytes and vice versa.
- 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
- stringValue - Variable in class org.opensaml.soap.wssecurity.impl.AttributedDateTimeImpl
-
String dateTime representation.
- STSCANCEL - Static variable in interface org.opensaml.soap.wstrust.RequestType
-
RequestType STSCancel URI.
- subcontexts - Variable in class org.opensaml.messaging.context.BaseContext
-
The subcontexts being managed.
- subject - Variable in class org.opensaml.saml.saml1.core.impl.SubjectQueryImpl
-
Contains the Subject subelement.
- subject - Variable in class org.opensaml.saml.saml1.core.impl.SubjectStatementImpl
-
Contains the Subject subelement.
- subject - Variable in class org.opensaml.saml.saml2.core.impl.AssertionImpl
-
Subject of the assertion.
- subject - Variable in class org.opensaml.saml.saml2.core.impl.AuthnRequestImpl
-
Subject child element.
- subject - Variable in class org.opensaml.saml.saml2.core.impl.SubjectQueryImpl
-
Subject child element.
- subject - Variable in class org.opensaml.xacml.policy.impl.SubjectsTypeImpl
-
List of action types.
- Subject - Interface in org.opensaml.saml.saml1.core
-
Interface to describe how the
Subjectelements 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.
- SUBJECT_ID_REQ_FAILED - Static variable in class org.opensaml.saml.common.profile.SAMLEventIds
-
ID of event returned if SAML subject-id requirement is not met.
- subjectAltNames - Variable in class org.opensaml.security.x509.tls.CertificateNameOptions
-
The set of types of subject alternative names evaluate as derived issuer entity ID names.
- subjectAltNames - Variable in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509Options
-
The set of types of subject alternative names to process.
- subjectAltNameTypes - Variable in class org.opensaml.security.x509.impl.BasicX509CredentialNameEvaluator
-
The set of types of subject alternative names to process.
- SubjectAttributeDesignatorType - Interface in org.opensaml.xacml.policy
-
XACML SubjectAttributeDesignator schema type.
- SubjectAttributeDesignatorTypeImpl - Class in org.opensaml.xacml.policy.impl
-
Implementation of
SubjectAttributeDesignatorType. - SubjectAttributeDesignatorTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.SubjectAttributeDesignatorTypeImpl
-
Constructor.
- SubjectAttributeDesignatorTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
-
Builder for
SubjectAttributeDesignatorType. - SubjectAttributeDesignatorTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.SubjectAttributeDesignatorTypeImplBuilder
- SubjectAttributeDesignatorTypeMarshaller - Class in org.opensaml.xacml.policy.impl
-
Marshaller for
SubjectAttributeDesignatorType. - SubjectAttributeDesignatorTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.SubjectAttributeDesignatorTypeMarshaller
- SubjectAttributeDesignatorTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
-
Unmarshaller for
SubjectAttributeDesignatorType. - SubjectAttributeDesignatorTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.SubjectAttributeDesignatorTypeUnmarshaller
- subjectBuilder - Variable in class org.opensaml.saml.saml1.profile.impl.AddNameIdentifierToSubjects
-
Builder for Subject objects.
- subjectBuilder - Variable in class org.opensaml.saml.saml1.profile.impl.AddSubjectConfirmationToSubjects
-
Builder for Subject objects.
- subjectBuilder - Variable in class org.opensaml.saml.saml1.profile.impl.CopyNameIdentifierFromRequest
-
Builder for Subject objects.
- subjectBuilder - Variable in class org.opensaml.saml.saml2.profile.impl.AddNameIDToSubjects
-
Builder for Subject objects.
- subjectBuilder - Variable in class org.opensaml.saml.saml2.profile.impl.AddSubjectConfirmationToSubjects
-
Builder for Subject objects.
- subjectBuilder - Variable in class org.opensaml.saml.saml2.profile.impl.CopyNameIDFromRequest
-
Builder for Subject objects.
- SubjectBuilder - Class in org.opensaml.saml.saml1.core.impl
-
Builder of (@link Subject} objects.
- SubjectBuilder - Class in org.opensaml.saml.saml2.core.impl
-
Builder for
Subjectobjects. - SubjectBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.SubjectBuilder
- SubjectBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.SubjectBuilder
- subjectCategory - Variable in class org.opensaml.xacml.ctx.impl.SubjectTypeImpl
-
Subject category of the Subject.
- subjectCategory - Variable in class org.opensaml.xacml.policy.impl.SubjectAttributeDesignatorTypeImpl
-
Subject category.
- subjectConfirmation - Variable in class org.opensaml.saml.saml1.core.impl.SubjectImpl
-
Contains the SubjectConfirmation inside the Subject.
- subjectConfirmation - Variable in class org.opensaml.saml.saml2.wssecurity.SAML20AssertionToken
-
Get the successfully attested SubjectConfirmation.
- 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
SubjectConfirmationobjects. - SubjectConfirmationBuilder - Class in org.opensaml.saml.saml2.core.impl
-
Builder for
SubjectConfirmationobjects. - SubjectConfirmationBuilder - Class in org.opensaml.saml.saml2.ecp.impl
-
A Builder for
SubjectConfirmationobjects. - SubjectConfirmationBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.SubjectConfirmationBuilder
- SubjectConfirmationBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.SubjectConfirmationBuilder
- SubjectConfirmationBuilder() - Constructor for class org.opensaml.saml.saml2.ecp.impl.SubjectConfirmationBuilder
- subjectConfirmationData - Variable in class org.opensaml.saml.saml1.core.impl.SubjectConfirmationImpl
-
Contains the SubjectConfirmationData element.
- subjectConfirmationData - Variable in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationImpl
-
SubjectConfirmationData of the Confirmation.
- subjectConfirmationData - Variable in class org.opensaml.saml.saml2.ecp.impl.SubjectConfirmationImpl
-
SubjectConfirmationData of the Confirmation.
- SubjectConfirmationData - Interface in org.opensaml.saml.saml1.core
-
This interface defines how the object representing a SAML1
SubjectConfirmationDataelement behaves. - SubjectConfirmationData - Interface in org.opensaml.saml.saml2.core
-
SAML 2.0 Core SubjectConfirmationData.
- SubjectConfirmationDataBuilder - Class in org.opensaml.saml.saml1.core.impl
-
Builder for
SubjectConfirmationDataobjects. - SubjectConfirmationDataBuilder - Class in org.opensaml.saml.saml2.core.impl
-
Builder for
SubjectConfirmationDataobjects. - SubjectConfirmationDataBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.SubjectConfirmationDataBuilder
- SubjectConfirmationDataBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.SubjectConfirmationDataBuilder
- SubjectConfirmationDataImpl - Class in org.opensaml.saml.saml1.core.impl
-
A concrete implementation of
SubjectConfirmationData. - SubjectConfirmationDataImpl - Class in org.opensaml.saml.saml2.core.impl
-
Concrete implementation of
SubjectConfirmationData. - SubjectConfirmationDataImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.SubjectConfirmationDataImpl
-
Constructor.
- 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
SubjectConfirmationDataobjects. - 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
SubjectConfirmationDataobjects. - SubjectConfirmationDataUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.SubjectConfirmationDataUnmarshaller
- SubjectConfirmationImpl - Class in org.opensaml.saml.saml1.core.impl
-
Concrete implementation of
SubjectConfirmation. - SubjectConfirmationImpl - Class in org.opensaml.saml.saml2.core.impl
-
Concrete implementation of
SubjectConfirmation. - SubjectConfirmationImpl - Class in org.opensaml.saml.saml2.ecp.impl
-
Concrete implementation of
SubjectConfirmation. - SubjectConfirmationImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.SubjectConfirmationImpl
-
Constructor.
- SubjectConfirmationImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.SubjectConfirmationImpl
-
Constructor.
- 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
SubjectConfirmationobjects. - SubjectConfirmationMarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Marshaller for
SubjectConfirmationobjects. - SubjectConfirmationMarshaller - Class in org.opensaml.saml.saml2.ecp.impl
-
A thread-safe Marshaller for
SubjectConfirmationobjects. - SubjectConfirmationMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.SubjectConfirmationMarshaller
- SubjectConfirmationMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.SubjectConfirmationMarshaller
- SubjectConfirmationMarshaller() - Constructor for class org.opensaml.saml.saml2.ecp.impl.SubjectConfirmationMarshaller
- subjectConfirmations - Variable in class org.opensaml.saml.saml2.core.impl.SubjectImpl
-
Subject Confirmations of the Subject.
- SubjectConfirmationUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
-
A thread-safe Unmarshaller for
SubjectConfirmationobjects. - SubjectConfirmationUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Unmarshaller for
SubjectConfirmationobjects. - SubjectConfirmationUnmarshaller - Class in org.opensaml.saml.saml2.ecp.impl
-
A thread-safe Unmarshaller for
SubjectConfirmationobjects. - SubjectConfirmationUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.SubjectConfirmationUnmarshaller
- SubjectConfirmationUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.SubjectConfirmationUnmarshaller
- SubjectConfirmationUnmarshaller() - Constructor for class org.opensaml.saml.saml2.ecp.impl.SubjectConfirmationUnmarshaller
- SubjectConfirmationValidator - Interface in org.opensaml.saml.saml2.assertion
-
Validator that confirms the
Subjectof the issuer by evaluating theSubjectConfirmations within that subject. - subjectConfirmationValidators - Variable in class org.opensaml.saml.saml2.assertion.SAML20AssertionValidator
-
Registered
SubjectConfirmationvalidators. - SubjectImpl - Class in org.opensaml.saml.saml1.core.impl
-
Complete implementation of
Subject. - SubjectImpl - Class in org.opensaml.saml.saml2.core.impl
-
Concrete implementation of
Subject. - SubjectImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.SubjectImpl
-
Constructor.
- SubjectImpl(String, String, String) - Constructor for class org.opensaml.saml.saml2.core.impl.SubjectImpl
-
Constructor.
- subjectKeyIdentifier - Variable in class org.opensaml.security.x509.X509SubjectKeyIdentifierCriterion
-
X.509 certificate subject key identifier.
- subjectLocality - Variable in class org.opensaml.saml.saml1.core.impl.AuthenticationStatementImpl
-
Contains the SubjectLocality subelement.
- subjectLocality - Variable in class org.opensaml.saml.saml2.core.impl.AuthnStatementImpl
-
Subject Locality of the Authentication Statement.
- 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
SubjectLocalityobjects. - SubjectLocalityBuilder - Class in org.opensaml.saml.saml2.core.impl
-
Builder for
SubjectLocalityobjects. - SubjectLocalityBuilder() - Constructor for class org.opensaml.saml.saml1.core.impl.SubjectLocalityBuilder
- SubjectLocalityBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.SubjectLocalityBuilder
- SubjectLocalityImpl - Class in org.opensaml.saml.saml1.core.impl
-
A concrete implementation of the
SubjectLocalityinterface. - SubjectLocalityImpl - Class in org.opensaml.saml.saml2.core.impl
-
A concrete implementation of
SubjectLocality. - SubjectLocalityImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.SubjectLocalityImpl
-
Constructor.
- 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
SubjectLocalityobjects. - SubjectLocalityMarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Marshaller for
SubjectLocality. - SubjectLocalityMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.SubjectLocalityMarshaller
- 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
SubjectLocalityobjects. - SubjectLocalityUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Marshaller for
SubjectLocality. - SubjectLocalityUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.SubjectLocalityUnmarshaller
- 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
Subjectobjects. - SubjectMarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Marshaller for
Subjectobjects. - SubjectMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.SubjectMarshaller
- SubjectMarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.SubjectMarshaller
- subjectMatch - Variable in class org.opensaml.xacml.policy.impl.SubjectTypeImpl
-
List of subject matches.
- 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
SubjectMatchTypeobjects. - SubjectMatchTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.SubjectMatchTypeImplBuilder
- SubjectMatchTypeMarshaller - Class in org.opensaml.xacml.policy.impl
-
Marshaller of
SubjectMatchTypeobjects. - SubjectMatchTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.SubjectMatchTypeMarshaller
- SubjectMatchTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
-
Unmarshaller of
SubjectMatchTypeobjects. - SubjectMatchTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.SubjectMatchTypeUnmarshaller
- subjectName - Variable in class org.opensaml.security.credential.criteria.impl.EvaluableX509SubjectNameCredentialCriterion
-
Base criteria.
- subjectName - Variable in class org.opensaml.security.x509.X509SubjectNameCriterion
-
X.509 certificate subject name.
- SubjectQuery - Interface in org.opensaml.saml.saml1.core
-
This interface is for the SAML1
SubjectQueryextention point. - SubjectQuery - Interface in org.opensaml.saml.saml2.core
-
SAML 2.0 Core SubjectQuery.
- SubjectQueryImpl - Class in org.opensaml.saml.saml1.core.impl
-
Abstract implementation of
SubjectQuerytype. - SubjectQueryImpl - Class in org.opensaml.saml.saml2.core.impl
-
Concrete implementation of
SubjectQuery. - SubjectQueryImpl(String, String, String) - Constructor for class org.opensaml.saml.saml1.core.impl.SubjectQueryImpl
-
Constructor.
- 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
SubjectQueryobjects. - SubjectQueryMarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Marshaller for
SubjectQuery. - SubjectQueryMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.SubjectQueryMarshaller
- 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
SubjectQueryobjects. - SubjectQueryUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Unmarshaller for
SubjectQuery. - SubjectQueryUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.SubjectQueryUnmarshaller
- SubjectQueryUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.SubjectQueryUnmarshaller
- subjects - Variable in class org.opensaml.xacml.ctx.impl.RequestTypeImpl
-
The subjects of the request.
- subjects - Variable in class org.opensaml.xacml.policy.impl.TargetTypeImpl
-
The subjects in the policy.
- 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 implementation of
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
SubjectStatementXMLObjects. - SubjectStatementMarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.SubjectStatementMarshaller
- SubjectStatementUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
-
Unamershaller for
SubjectStatement. - 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 - Class in org.opensaml.xacml.policy.impl
-
Implementation of
SubjectType. - SubjectTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.ctx.impl.SubjectTypeImpl
-
Constructor.
- SubjectTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.SubjectTypeImpl
-
Constructor.
- SubjectTypeImplBuilder - Class in org.opensaml.xacml.ctx.impl
-
Builder for
SubjectTypeobjects. - SubjectTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
-
Builder for
SubjectType. - SubjectTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.SubjectTypeImplBuilder
-
Constructor.
- SubjectTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.SubjectTypeImplBuilder
- SubjectTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
-
Marshaller for
SubjectTypeobjects. - SubjectTypeMarshaller - Class in org.opensaml.xacml.policy.impl
-
Marshaller for
SubjectType. - SubjectTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.SubjectTypeMarshaller
-
Constructor.
- SubjectTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.SubjectTypeMarshaller
- SubjectTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
-
Unmarshaller for
SubjectTypeobjects. - SubjectTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
-
Unmarshaller for
SubjectType. - SubjectTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.SubjectTypeUnmarshaller
-
Constructor.
- SubjectTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.SubjectTypeUnmarshaller
- SubjectUnmarshaller - Class in org.opensaml.saml.saml1.core.impl
-
A thread-safe Unmarshaller for
Subjectobjects. - SubjectUnmarshaller - Class in org.opensaml.saml.saml2.core.impl
-
A thread-safe Unmarshaller for
Subjectobjects. - SubjectUnmarshaller() - Constructor for class org.opensaml.saml.saml1.core.impl.SubjectUnmarshaller
- SubjectUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.SubjectUnmarshaller
- subList(int, int) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList
- 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.
- SUCCESS_FORM_FIELD - Static variable in class org.opensaml.storage.impl.client.LoadClientStorageServices
-
Name of local storage form field signaling success/failure of a read operation.
- SUCCESS_FORM_FIELD - Static variable in class org.opensaml.storage.impl.client.LogLocalStorageSaveResults
-
Name of local storage form field signaling success/failure of a read operation.
- suffix - Variable in class org.opensaml.saml.metadata.resolver.impl.EntityIDDigestGenerator
-
Suffix to append to the digested value.
- SUNEC_PROVIDER_NAME - Static variable in class org.opensaml.security.testing.SecurityProviderTestSupport
-
Name of Sun Elliptic Curve JCE provider.
- SUPP_PRIV_INFO_ATTRIBUTE_NAME - Static variable in interface org.opensaml.xmlsec.encryption.ConcatKDFParams
-
SuppPrivInfo attribute name.
- SUPP_PUB_INFO_ATTRIBUTE_NAME - Static variable in interface org.opensaml.xmlsec.encryption.ConcatKDFParams
-
SuppPubInfo attribute name.
- SUPPORT - Enum constant in enum class org.opensaml.saml.saml2.metadata.ContactPersonTypeEnumeration
-
"support" contact type.
- SUPPORT_FORM_FIELD - Static variable in class org.opensaml.storage.impl.client.LoadClientStorageServices
-
Name of local storage form field containing local storage support indicator.
- supportDynamicTrustedNames - Variable in class org.opensaml.security.x509.impl.StaticPKIXValidationInformationResolver
-
Flag indicating whether dynamic trusted names should be extracted from criteria set.
- SUPPORTED_MEDIA_TYPES - Static variable in class org.opensaml.soap.soap11.decoder.http.impl.HTTPSOAP11Decoder
-
Valid Content-Type media types.
- supportedContentTypes - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver
-
List of supported MIME types for use in Accept request header and validation of response Content-Type header.
- supportedContentTypesValue - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver
-
Generated Accept request header value.
- supportedMediaTypes - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver
-
Supported
MediaTypeinstances, constructed from theAbstractDynamicHTTPMetadataResolver.supportedContentTypeslist. - supportedProtocols - Variable in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorImpl
-
Set of supported protocols.
- SUPPORTS_REQUESTED_ATTRIBUTES - Static variable in interface org.opensaml.saml.ext.reqattr.RequestedAttributes
-
QName of the XSI type.
- SUPPORTS_REQUESTED_ATTRIBUTES_LOCAL_NAME - Static variable in interface org.opensaml.saml.ext.reqattr.RequestedAttributes
-
Local name of the supportsRequestedAttributes attribute.
- supportsKeyAgreement(Credential) - Static method in class org.opensaml.xmlsec.agreement.KeyAgreementSupport
-
Evaluate whether the specified credential contains a public key which supports key agreement.
- 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.
- suppPrivInfo - Variable in class org.opensaml.xmlsec.derivation.impl.ConcatKDF
-
SuppPrivInfo.
- suppPrivInfo - Variable in class org.opensaml.xmlsec.encryption.impl.ConcatKDFParamsImpl
-
SuppPrivInfo.
- suppPubInfo - Variable in class org.opensaml.xmlsec.derivation.impl.ConcatKDF
-
SuppPubInfo.
- suppPubInfo - Variable in class org.opensaml.xmlsec.encryption.impl.ConcatKDFParamsImpl
-
SuppPubInfo.
- suppressedEvents - Variable in class org.opensaml.profile.action.impl.LogEvent
-
Set of events to ignore for logging purposes.
- suppressForBindings - Variable in class org.opensaml.saml.common.profile.impl.AddInResponseToToResponse.DefaultRequestIdLookupStrategy
-
Set of bindings to ignore request ID for.
- surName - Variable in class org.opensaml.saml.saml2.metadata.impl.ContactPersonImpl
-
SurName child object.
- SurName - Interface in org.opensaml.saml.saml2.metadata
-
SAML 2.0 Metadata SurName.
- SurNameBuilder - Class in org.opensaml.saml.saml2.metadata.impl
-
Builder for
SurName. - SurNameBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.SurNameBuilder
- 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.
- SYMMETRIC_KEY - Static variable in interface org.opensaml.soap.wstrust.KeyType
-
The KeyType SymmetricKey URI.
- SymmetricKeyWrap - Enum constant in enum class org.opensaml.xmlsec.algorithm.AlgorithmDescriptor.AlgorithmType
-
Symmetric Key Wrap.
- 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
- syncChildren() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter
-
Synchronize the instance's local child element storage back to the adapted instance of
XSAny. - synchronous - Variable in class org.opensaml.saml.common.binding.BindingDescriptor
-
Identifies a binding that is direct request/response between two parties (i.e., SOAP).
- SystemPropertyConfigurationPropertiesSource - Class in org.opensaml.core.config.provider
-
A configuration properties source implementation which simply returns the system properties set.
- SystemPropertyConfigurationPropertiesSource() - Constructor for class org.opensaml.core.config.provider.SystemPropertyConfigurationPropertiesSource
- 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 - Variable in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
-
Policy set target.
- target - Variable in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
-
Policy target.
- target - Variable in class org.opensaml.xacml.policy.impl.RuleTypeImpl
-
The rule target.
- target - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyImpl
-
Target attribute value.
- TARGET_ATTRIB_NAME - Static variable in interface org.opensaml.xmlsec.encryption.EncryptionProperty
-
Target attribute name.
- targetNode - Variable in class org.opensaml.soap.messaging.AbstractHeaderGeneratingMessageHandler
-
The statically configured value for target node (SOAP 1.1 actor or SOAP 1.2 role).
- targetNodeStrategy - Variable in class org.opensaml.soap.messaging.AbstractHeaderGeneratingMessageHandler
-
Function strategy for resolving target node from the message context.
- 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
- taskTimer - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Timer used to schedule background metadata update tasks.
- taskTimer - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
-
Timer used to schedule background metadata update tasks.
- teardown(HttpContext) - Method in class org.opensaml.security.httpclient.impl.SecurityEnhancedTLSSocketFactory
-
Schedule the deferred clearing of the
ThreadLocalX509CredentialContextof the client TLS credential obtained from theHttpContext. - tearDown() - Method in class org.opensaml.core.testing.InitializerBaseTestCase
-
Test tear down.
- tearDown() - Method in class org.opensaml.storage.testing.StorageServiceTest
- TECHNICAL - Enum constant in enum 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
-
Builder for
TelephoneNumber. - TelephoneNumberBuilder() - Constructor for class org.opensaml.saml.saml2.metadata.impl.TelephoneNumberBuilder
- 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.
- telephoneNumbers - Variable in class org.opensaml.saml.saml2.metadata.impl.ContactPersonImpl
-
Child telephone numbers.
- TELEPHONY_AUTHN_CTX - Static variable in interface org.opensaml.saml.saml2.core.AuthnContext
-
URI for Telephony authentication context.
- template - Variable in class org.opensaml.saml.metadata.resolver.impl.RegexRequestURLBuilder
-
The replacement template.
- template - Variable in class org.opensaml.saml.metadata.resolver.impl.TemplateRequestURLBuilder
-
Velocity template instance used to render the request URL.
- TemplateMetadataGeneratorParameters - Interface in org.opensaml.saml.metadata.generator.impl
-
Extension interface with additional parameters specific to template-based implementations of metadata generation.
- TemplateRequestURLBuilder - Class in org.opensaml.saml.metadata.resolver.impl
-
Function which produces a URL by substituting an entity ID value from criteria into a Velocity template string.
- TemplateRequestURLBuilder(VelocityEngine, String, TemplateRequestURLBuilder.EncodingStyle) - Constructor for class org.opensaml.saml.metadata.resolver.impl.TemplateRequestURLBuilder
-
Constructor.
- TemplateRequestURLBuilder(VelocityEngine, String, TemplateRequestURLBuilder.EncodingStyle, Function<String, String>) - Constructor for class org.opensaml.saml.metadata.resolver.impl.TemplateRequestURLBuilder
-
Constructor.
- TemplateRequestURLBuilder(VelocityEngine, String, TemplateRequestURLBuilder.EncodingStyle, Function<String, String>, Charset) - Constructor for class org.opensaml.saml.metadata.resolver.impl.TemplateRequestURLBuilder
-
Constructor.
- TemplateRequestURLBuilder.EncodingStyle - Enum Class in org.opensaml.saml.metadata.resolver.impl
-
EntityID Encoding style.
- templateText - Variable in class org.opensaml.saml.metadata.resolver.impl.TemplateRequestURLBuilder
-
The template text, for logging purposes.
- terminate - Variable in class org.opensaml.saml.saml2.core.impl.ManageNameIDRequestImpl
-
Terminate child element.
- 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
Terminateobjects. - TerminateBuilder() - Constructor for class org.opensaml.saml.saml2.core.impl.TerminateBuilder
- 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
Terminateobjects. - 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
Terminateobjects. - TerminateUnmarshaller() - Constructor for class org.opensaml.saml.saml2.core.impl.TerminateUnmarshaller
- test(String) - Method in class org.opensaml.xmlsec.impl.AlgorithmRuntimeSupportedPredicate
- test(String) - Method in class org.opensaml.xmlsec.impl.ExcludedAlgorithmsPredicate
- test(String) - Method in class org.opensaml.xmlsec.impl.IncludedAlgorithmsPredicate
- test(XMLObject) - Method in class org.opensaml.saml.saml2.common.IsTimeboundSAMLObjectValidPredicate
- test(BaseContext) - Method in class org.opensaml.profile.logic.IPRangePredicate
- test(MessageContext) - Method in class org.opensaml.messaging.logic.NoConfidentialityMessageChannelPredicate
- test(MessageContext) - Method in class org.opensaml.messaging.logic.NoIntegrityMessageChannelPredicate
- test(MessageContext) - Method in class org.opensaml.profile.logic.MessageContextPredicateAdapter
- test(MessageContext) - Method in class org.opensaml.saml.common.messaging.logic.ProxiedRequesterPredicate
- test(MessageContext) - Method in class org.opensaml.saml.common.messaging.logic.SignatureCapableBindingPredicate
- test(MessageContext) - Method in class org.opensaml.soap.client.messaging.SOAPClientPipelineNameMappingPredicate
- test(ProfileRequestContext) - Method in class org.opensaml.profile.logic.BrowserProfilePredicate
- test(ProfileRequestContext) - Method in class org.opensaml.profile.logic.NoConfidentialityMessageChannelPredicate
- test(ProfileRequestContext) - Method in class org.opensaml.profile.logic.NoIntegrityMessageChannelPredicate
- test(ProfileRequestContext) - Method in class org.opensaml.profile.logic.ProfileIdPredicate
- test(ProfileRequestContext) - Method in class org.opensaml.saml.common.binding.BindingDescriptor
- test(ProfileRequestContext) - Method in class org.opensaml.saml.common.profile.AbstractNameIdentifierGenerator
- test(ProfileRequestContext) - Method in class org.opensaml.saml.common.profile.logic.AbstractNameIDPolicyPredicate
- test(ProfileRequestContext) - Method in class org.opensaml.saml.common.profile.logic.DefaultLocalErrorPredicate
- test(ProfileRequestContext) - Method in class org.opensaml.saml.common.profile.logic.InboundMessageSignedPredicate
- test(EntityAttributesPredicate.Candidate) - Method in class org.opensaml.saml.common.profile.logic.EntityAttributesPredicate.EntityAttributesMatcher
- test(Endpoint) - Method in class org.opensaml.saml.metadata.resolver.index.impl.EndpointMetadataIndex.DefaultEndpointSelectionPredicate
- test(EntityDescriptor) - Method in class org.opensaml.saml.common.profile.logic.AbstractRegistrationInfoPredicate
- test(EntityDescriptor) - Method in class org.opensaml.saml.common.profile.logic.EntityAttributesPredicate
- test(EntityDescriptor) - Method in class org.opensaml.saml.common.profile.logic.EntityGroupNamePredicate
- test(EntityDescriptor) - Method in class org.opensaml.saml.common.profile.logic.EntityIdPredicate
- test(EntityDescriptor) - Method in class org.opensaml.saml.common.profile.logic.EntityRegexPredicate
- test(EntityDescriptor) - Method in class org.opensaml.saml.metadata.criteria.entity.impl.EvaluableEntityRoleEntityDescriptorCriterion
- test(RoleDescriptor) - Method in class org.opensaml.saml.metadata.criteria.role.impl.EvaluableEntityRoleDescriptorCriterion
- test(RoleDescriptor) - Method in class org.opensaml.saml.metadata.criteria.role.impl.EvaluableProtocolRoleDescriptorCriterion
- test(Credential) - Method in class org.opensaml.security.credential.criteria.impl.EvaluableEntityIDCredentialCriterion
- test(Credential) - Method in class org.opensaml.security.credential.criteria.impl.EvaluableKeyAlgorithmCredentialCriterion
- test(Credential) - Method in class org.opensaml.security.credential.criteria.impl.EvaluableKeyLengthCredentialCriterion
- test(Credential) - Method in class org.opensaml.security.credential.criteria.impl.EvaluableKeyNameCredentialCriterion
- test(Credential) - Method in class org.opensaml.security.credential.criteria.impl.EvaluablePublicKeyCredentialCriterion
- test(Credential) - Method in class org.opensaml.security.credential.criteria.impl.EvaluableUsageCredentialCriterion
- test(Credential) - Method in class org.opensaml.security.credential.criteria.impl.EvaluableX509CertSelectorCredentialCriterion
- test(Credential) - Method in class org.opensaml.security.credential.criteria.impl.EvaluableX509DigestCredentialCriterion
- test(Credential) - Method in class org.opensaml.security.credential.criteria.impl.EvaluableX509IssuerSerialCredentialCriterion
- test(Credential) - Method in class org.opensaml.security.credential.criteria.impl.EvaluableX509SubjectKeyIdentifierCredentialCriterion
- test(Credential) - Method in class org.opensaml.security.credential.criteria.impl.EvaluableX509SubjectNameCredentialCriterion
- testAttributeIDnessMarshall(XMLObject, String) - Method in class org.opensaml.core.testing.XMLObjectProviderBaseTestCase
-
Test marshalling of attribute IDness.
- testChildElementsMarshall() - Method in class org.opensaml.core.testing.XMLObjectProviderBaseTestCase
-
Tests marshalling the contents of a single element with child elements to a DOM document.
- testChildElementsUnmarshall() - Method in class org.opensaml.core.testing.XMLObjectProviderBaseTestCase
-
Tests unmarshalling a document that contains a single element with children.
- testProviderInit() - Method in class org.opensaml.core.testing.XMLObjectProviderInitializerBaseTestCase
-
Test basic provider registration.
- testSingleElementMarshall() - Method in class org.opensaml.core.testing.XMLObjectProviderBaseTestCase
-
Tests marshalling the contents of a single element, with no optional attributes, to a DOM document.
- testSingleElementOptionalAttributesMarshall() - Method in class org.opensaml.core.testing.XMLObjectProviderBaseTestCase
-
Tests marshalling the contents of a single element, with all optional attributes, to a DOM document.
- testSingleElementOptionalAttributesUnmarshall() - Method in class org.opensaml.core.testing.XMLObjectProviderBaseTestCase
-
Tests unmarshalling a document that contains a single element (no children) with all that element's optional attributes.
- testSingleElementUnknownAttributesMarshall() - Method in class org.opensaml.core.testing.XMLObjectProviderBaseTestCase
-
Tests marshalling the contents of a single element, some unknown attributes, to a DOM document.
- testSingleElementUnknownAttributesUnmarshall() - Method in class org.opensaml.core.testing.XMLObjectProviderBaseTestCase
-
Tests unmarshalling a document that contains a single element (no children) with all that element's optional attributes.
- testSingleElementUnmarshall() - Method in class org.opensaml.core.testing.XMLObjectProviderBaseTestCase
-
Tests unmarshalling a document that contains a single element (no children) with no optional attributes.
- TestXMLObjectProviderInitializer - Class in org.opensaml.core.testing
-
XMLObject provider initializer for module "core", for testing classes only.
- TestXMLObjectProviderInitializer() - Constructor for class org.opensaml.core.testing.TestXMLObjectProviderInitializer
- textContent - Variable in class org.opensaml.core.xml.schema.impl.XSAnyImpl
-
Text content of the element.
- textContent - Variable in class org.opensaml.xacml.ctx.impl.AttributeValueTypeImpl
-
Text content of value element.
- textContent - Variable in class org.opensaml.xacml.policy.impl.AttributeValueTypeImpl
-
Text content of value element.
- threadInit() - Method in class org.opensaml.storage.testing.StorageServiceTest
-
Called to init a thread in preparation to run a test.
- ThreadLocalClientTLSCredentialHandler - Class in org.opensaml.security.httpclient.impl
-
An implementation of
HttpClientContextHandlerwhich clears the thread local client TLS credential held byThreadLocalX509CredentialContext. - ThreadLocalClientTLSCredentialHandler() - Constructor for class org.opensaml.security.httpclient.impl.ThreadLocalClientTLSCredentialHandler
- ThreadLocalConfigurationPropertiesHolder - Class in org.opensaml.core.config.provider
-
A container class for holding a {link
ThreadLocalcopy of aPropertiesinstance. - ThreadLocalConfigurationPropertiesHolder() - Constructor for class org.opensaml.core.config.provider.ThreadLocalConfigurationPropertiesHolder
-
Constructor.
- ThreadLocalConfigurationPropertiesSource - Class in org.opensaml.core.config.provider
-
A configuration properties source implementation which obtains the properties set from a
ThreadLocalvariable. - ThreadLocalConfigurationPropertiesSource() - Constructor for class org.opensaml.core.config.provider.ThreadLocalConfigurationPropertiesSource
- ThreadLocalServerTLSHandler - Class in org.opensaml.security.httpclient.impl
-
An implementation of
HttpClientContextHandlerwhich handles cleanup and transfer of data used for server TLS held byThreadLocalX509TrustEngineContext. - ThreadLocalServerTLSHandler() - Constructor for class org.opensaml.security.httpclient.impl.ThreadLocalServerTLSHandler
- ThreadLocalX509CredentialContext - Class in org.opensaml.security.x509.tls.impl
-
Class which holds and makes available an instance of
X509Credentialvia ThreadLocal storage, typically used for client TLS authentication viaThreadLocalX509CredentialKeyManager. - ThreadLocalX509CredentialContext() - Constructor for class org.opensaml.security.x509.tls.impl.ThreadLocalX509CredentialContext
-
Constructor.
- ThreadLocalX509CredentialKeyManager - Class in org.opensaml.security.x509.tls.impl
-
An implementation of
X509KeyManagerwhich returns data based on the thread-local credential instance obtained viaThreadLocalX509CredentialContext. - ThreadLocalX509CredentialKeyManager() - Constructor for class org.opensaml.security.x509.tls.impl.ThreadLocalX509CredentialKeyManager
- ThreadLocalX509TrustEngineContext - Class in org.opensaml.security.x509.tls.impl
-
Class which holds and makes available instances of
TrustEngine<? superX509Credential>andCriteriaSetvia ThreadLocal storage, typically used for server TLS authentication viaThreadLocalX509TrustManager. - ThreadLocalX509TrustEngineContext() - Constructor for class org.opensaml.security.x509.tls.impl.ThreadLocalX509TrustEngineContext
-
Constructor.
- ThreadLocalX509TrustEngineContext.Data - Class in org.opensaml.security.x509.tls.impl
-
Unified class representing the data that will be managed by the thread local storage.
- ThreadLocalX509TrustEngineSupport - Class in org.opensaml.security.x509.tls.impl
-
Support class for centralizing evaluation of a certificate chain using trust engine and criteria from
ThreadLocalX509TrustEngineContext. - ThreadLocalX509TrustEngineSupport() - Constructor for class org.opensaml.security.x509.tls.impl.ThreadLocalX509TrustEngineSupport
-
Constructor.
- ThreadLocalX509TrustManager - Class in org.opensaml.security.x509.tls.impl
-
An implementation of
X509TrustManagerwhich performs its evaluation using trust engine and criteria instances available fromThreadLocalX509TrustEngineContext. - ThreadLocalX509TrustManager() - Constructor for class org.opensaml.security.x509.tls.impl.ThreadLocalX509TrustManager
- throwable - Variable in class org.opensaml.security.testing.MockTrustEngine
-
Exception to raise.
- THUMB_PRINT_SHA1 - Static variable in class org.opensaml.soap.wssecurity.WSSecurityConstants
-
WS-Security - KeyIdentifier - ThumbPrintSHA1.
- time() - Method in class org.opensaml.core.metrics.impl.DisabledTimer
- time(Callable<T>) - Method in class org.opensaml.core.metrics.impl.DisabledTimer
- TIME_SYNC_TOKEN_AUTHN_CTX - Static variable in interface org.opensaml.saml.saml2.core.AuthnContext
-
URI for Time Synchronized Token authentication context.
- TimeBoundSAMLObject - Interface in org.opensaml.saml.saml2.common
-
A functional interface for SAMLElements that are bounded with a "validUntil" attribute.
- timer(String) - Method in class org.opensaml.core.metrics.impl.FilteredMetricRegistry
- timerContextMap - Variable in class org.opensaml.profile.context.MetricContext
-
Map of objects to contexts to perform a stop signal.
- timerFetchFromOriginSource - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Metrics Timer for
AbstractDynamicMetadataResolver.fetchFromOriginSource(CriteriaSet). - timerMap - Variable in class org.opensaml.profile.context.MetricContext
-
Map of objects to timer names to start and objects to stop the timer.
- timerRefresh - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
-
Metrics Timer for
AbstractReloadingMetadataResolver.refresh(). - timerResolve - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver
-
Metrics Timer for
AbstractMetadataResolver.resolve(CriteriaSet). - 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
- timestampCreated - Variable in class org.opensaml.soap.wssecurity.messaging.WSSecurityContext
-
Value for Timestamp Created.
- timestampExpires - Variable in class org.opensaml.soap.wssecurity.messaging.WSSecurityContext
-
Value for Timestamp Expires.
- 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.
- tlsCipherSuites - Variable in class org.opensaml.security.httpclient.HttpClientSecurityParameters
-
TLS cipher suites.
- tlsCipherSuites - Variable in class org.opensaml.security.httpclient.impl.BasicHttpClientSecurityConfiguration
-
TLS cipher suites.
- tlsCriteriaSet - Variable in class org.opensaml.security.httpclient.HttpClientSecurityParameters
-
Optional criteria set used in evaluating server TLS credentials.
- tlsCriteriaSet - Variable in class org.opensaml.security.trust.impl.TrustEngineX509TrustManager
-
Optional criteria set used in evaluating server TLS credentials.
- TLSCriteriaSetCriterion - Class in org.opensaml.security.httpclient
-
An implementation of
Criterionwhich specifies criteria pertaining usage of the resolved credential. - TLSCriteriaSetCriterion(CriteriaSet) - Constructor for class org.opensaml.security.httpclient.TLSCriteriaSetCriterion
-
Constructor.
- tlsCriteriaSetStrategy - Variable in class org.opensaml.saml.common.messaging.soap.SAMLSOAPClientContextBuilder
-
TLS CriteriaSet strategy.
- tlsCriteriaSetStrategy - Variable in class org.opensaml.security.messaging.HttpClientSecurityContext
-
TLS criteria strategy function.
- tlsCriteriaSetStrategy - Variable in class org.opensaml.soap.client.http.AbstractPipelineHttpSOAPClient
-
Strategy for building the criteria set which is input to the TLS trust engine.
- tlsProtocols - Variable in class org.opensaml.security.httpclient.HttpClientSecurityParameters
-
TLS Protocols.
- tlsProtocols - Variable in class org.opensaml.security.httpclient.impl.BasicHttpClientSecurityConfiguration
-
TLS Protocols.
- TLSSocketFactoryFactoryBean - Class in org.opensaml.spring.tls
-
A factory bean for producing instances of
LayeredConnectionSocketFactoryfor use inHttpClient. - TLSSocketFactoryFactoryBean() - Constructor for class org.opensaml.spring.tls.TLSSocketFactoryFactoryBean
- tlsTrustEngine - Variable in class org.opensaml.security.httpclient.HttpClientSecurityParameters
-
Optional trust engine used in evaluating server TLS credentials.
- tlsTrustEngine - Variable in class org.opensaml.security.httpclient.impl.BasicHttpClientSecurityConfiguration
-
Optional trust engine used in evaluating server TLS credentials.
- tlsTrustEngine - Variable in class org.opensaml.security.trust.impl.TrustEngineX509TrustManager
-
The trust engine to use.
- tlsTrustEngine - Variable in class org.opensaml.spring.tls.TLSSocketFactoryFactoryBean
-
The optional trust engine used in evaluating server TLS credentials.
- To - Interface in org.opensaml.soap.wsaddressing
-
The <wsa:To> element.
- toArray() - Method in class org.opensaml.core.xml.util.ListView
- toArray() - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList
- toArray(T[]) - Method in class org.opensaml.core.xml.util.ListView
- toArray(T[]) - Method in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList
- ToBuilder - Class in org.opensaml.soap.wsaddressing.impl
-
Builder for the
Toelement. - ToBuilder() - Constructor for class org.opensaml.soap.wsaddressing.impl.ToBuilder
- ToImpl - Class in org.opensaml.soap.wsaddressing.impl
-
Concrete implementation for the
Toelement. - ToImpl(String, String, String) - Constructor for class org.opensaml.soap.wsaddressing.impl.ToImpl
-
Constructor.
- Token<TokenType> - Interface in org.opensaml.soap.wssecurity.messaging
-
An interface for WS-Security tokens.
- Token.ValidationStatus - Enum Class in org.opensaml.soap.wssecurity.messaging
-
Enumeration of the possible states of token validation.
- tokens - Variable in class org.opensaml.soap.wsfed.impl.RequestedSecurityTokenImpl
-
List of all the security tokens.
- tokens - Variable in class org.opensaml.soap.wssecurity.messaging.WSSecurityContext
-
List of known WS-Security tokens.
- 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.criterion.SatisfyAnyCriterion
- toString() - Method in class org.opensaml.core.xml.Namespace
- toString() - Method in class org.opensaml.core.xml.schema.XSBooleanValue
- toString() - Method in enum class org.opensaml.core.xml.SpaceBearing.XMLSpaceEnum
- toString() - Method in class org.opensaml.core.xml.util.XMLObjectSource
- toString() - Method in class org.opensaml.profile.criterion.ProfileRequestContextCriterion
- 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.ArtifactCriterion
- toString() - Method in class org.opensaml.saml.criterion.BestMatchLocationCriterion
- toString() - Method in class org.opensaml.saml.criterion.BindingCriterion
- 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.criterion.StartsWithLocationCriterion
- toString() - Method in class org.opensaml.saml.metadata.criteria.entity.DetectDuplicateEntityIDsCriterion
- toString() - Method in class org.opensaml.saml.metadata.criteria.entity.impl.EvaluableEntityRoleEntityDescriptorCriterion
- toString() - Method in class org.opensaml.saml.metadata.criteria.role.impl.EvaluableEntityRoleDescriptorCriterion
- toString() - Method in class org.opensaml.saml.metadata.criteria.role.impl.EvaluableProtocolRoleDescriptorCriterion
- toString() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicMetadataResolver.PersistentCacheInitializationMetrics
- toString() - Method in class org.opensaml.saml.metadata.resolver.index.impl.EndpointMetadataIndex.EndpointMetadataIndexKey
- toString() - Method in class org.opensaml.saml.metadata.resolver.index.impl.RoleMetadataIndex.RoleMetadataIndexKey
- toString() - Method in class org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex.ArtifactSourceIDMetadataIndexKey
- toString() - Method in class org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex.ArtifactSourceLocationMetadataIndexKey
- toString() - Method in class org.opensaml.saml.metadata.resolver.index.SimpleStringMetadataIndexKey
- toString() - Method in enum class org.opensaml.saml.saml1.core.DecisionTypeEnumeration
- toString() - Method in enum class org.opensaml.saml.saml2.core.AuthnContextComparisonTypeEnumeration
- toString() - Method in enum class org.opensaml.saml.saml2.core.DecisionTypeEnumeration
- toString() - Method in enum class org.opensaml.saml.saml2.metadata.ContactPersonTypeEnumeration
- 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.crypto.ec.curves.AbstractNamedCurve
- toString() - Method in class org.opensaml.security.crypto.ec.curves.BasicNamedCurve
- toString() - Method in class org.opensaml.security.httpclient.HttpClientSecurityConfigurationCriterion
- toString() - Method in class org.opensaml.security.httpclient.TLSCriteriaSetCriterion
- 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.xmlsec.algorithm.AlgorithmRegistry.SignatureAlgorithmIndex
- toString() - Method in class org.opensaml.xmlsec.criterion.DecryptionConfigurationCriterion
- toString() - Method in class org.opensaml.xmlsec.criterion.DecryptionRecipientsCriterion
- toString() - Method in class org.opensaml.xmlsec.criterion.EncryptionConfigurationCriterion
- toString() - Method in class org.opensaml.xmlsec.criterion.EncryptionOptionalCriterion
- 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.KeyInfoCredentialResolutionMode
- toString() - Method in class org.opensaml.xmlsec.keyinfo.KeyInfoCriterion
- toString() - Method in class org.opensaml.xmlsec.signature.support.SignatureValidationParametersCriterion
- toString(Boolean, boolean) - Static method in class org.opensaml.core.xml.schema.XSBooleanValue
-
Converts a boolean value into a string.
- ToUnmarshaller - Class in org.opensaml.soap.wsaddressing.impl
-
Unmarshaller for the <wsa:To> element.
- ToUnmarshaller() - Constructor for class org.opensaml.soap.wsaddressing.impl.ToUnmarshaller
- TRACE - Enum constant in enum class org.opensaml.core.metrics.LoggerDrivenMetricFilter.Level
-
Trace level.
- trackContextKeys - Variable in class org.opensaml.storage.impl.memcached.MemcachedStorageService
-
Flag that controls context key tracking.
- trackRefreshSuccess - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
-
Internal flag for tracking success during the refresh operation.
- 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_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_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_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
- transformer - Variable in class org.opensaml.saml.metadata.resolver.impl.MetadataQueryProtocolRequestURLBuilder
-
Function which transforms the entityID prior to substitution into the URL.
- transformer - Variable in class org.opensaml.saml.metadata.resolver.impl.TemplateRequestURLBuilder
-
Function which transforms the entityID prior to substitution into the template.
- 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
Transformobjects. - TransformMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.TransformMarshaller
- transforms - Variable in class org.opensaml.saml.common.SAMLObjectContentReference
-
Transforms applied to the content.
- transforms - Variable in class org.opensaml.xmlsec.encryption.impl.CipherReferenceImpl
-
Transforms child element value.
- transforms - Variable in class org.opensaml.xmlsec.encryption.impl.TransformsImpl
-
Transform child elements.
- transforms - Variable in class org.opensaml.xmlsec.signature.impl.RetrievalMethodImpl
-
Transforms attribute value.
- transforms - Variable in class org.opensaml.xmlsec.signature.impl.TransformsImpl
-
Transform children.
- transforms - Variable in class org.opensaml.xmlsec.signature.support.URIContentReference
-
Transforms applied to the content.
- 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 - Class in org.opensaml.xmlsec.signature.impl
-
Builder of
Transforms. - TransformsBuilder() - Constructor for class org.opensaml.xmlsec.encryption.impl.TransformsBuilder
- TransformsBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.TransformsBuilder
- TransformsConfigurableContentReference - Interface in org.opensaml.xmlsec.signature.support
-
A specialization of
ContentReferencewhich allows signature transforms to be specified. - TransformsImpl - Class in org.opensaml.xmlsec.encryption.impl
-
Concrete implementation of
Transforms. - TransformsImpl - Class in org.opensaml.xmlsec.signature.impl
-
Concrete implementation of
Transforms. - TransformsImpl(String, String, String) - Constructor for class org.opensaml.xmlsec.encryption.impl.TransformsImpl
-
Constructor.
- 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
Transformsobjects. - TransformsMarshaller - Class in org.opensaml.xmlsec.signature.impl
-
A thread-safe Marshaller for
Transformsobjects. - TransformsMarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.TransformsMarshaller
- TransformsMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.TransformsMarshaller
- TransformsUnmarshaller - Class in org.opensaml.xmlsec.encryption.impl
-
A thread-safe Unmarshaller for
Transformsobjects. - TransformsUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
-
A thread-safe Unmarshaller for
Transformsobjects. - TransformsUnmarshaller() - Constructor for class org.opensaml.xmlsec.encryption.impl.TransformsUnmarshaller
- TransformsUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.TransformsUnmarshaller
- TransformUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
-
A thread-safe Unmarshaller for
Transformobjects. - 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.
- trimTags - Variable in class org.opensaml.saml.common.profile.logic.EntityAttributesPredicate
-
Whether to trim the values in the metadata before comparison.
- trimURLPathSegment(String) - Static method in class org.opensaml.saml.metadata.resolver.index.impl.MetadataIndexSupport
-
Trim the right-most segment from the specified URL path.
- trimZeroes(byte[]) - Static method in class org.opensaml.security.crypto.ec.ECSupport
-
Trim leading zero bytes from the byte array.
- trustAnchors - Variable in class org.opensaml.security.x509.impl.BasicPKIXValidationInformation
-
Certs used as the trust anchors.
- trusted - Variable in class org.opensaml.saml.criterion.EndpointCriterion
-
Is this endpoint implicitly trusted?
- trusted - Variable in class org.opensaml.saml.metadata.resolver.filter.data.impl.MetadataSource
-
Flag indicating whether the metadata source is trusted.
- trusted - Variable in class org.opensaml.security.testing.MockTrustEngine
-
Trusted flag.
- trusted - Variable in class org.opensaml.security.x509.tls.impl.ThreadLocalX509TrustEngineContext.Data
-
Whether evaluation target was trusted.
- 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.
- trustedCRLs - Variable in class org.opensaml.security.x509.impl.BasicPKIXValidationInformation
-
CRLs used during validation.
- trustedNames - Variable in class org.opensaml.security.x509.impl.StaticPKIXValidationInformationResolver
-
The set of trusted names to return.
- trustedNames - Variable in class org.opensaml.security.x509.TrustedNamesCriterion
-
The set of trusted names.
- trustedNames - Variable in class org.opensaml.spring.trust.StaticPKIXFactoryBean
-
Explicit subject name(s) to match.
- 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 - Variable in class org.opensaml.saml.common.binding.security.impl.BaseSAMLSimpleSignatureSecurityHandler
-
Signature trust engine used to validate raw signatures.
- trustEngine - Variable in class org.opensaml.saml.saml2.assertion.SAML20AssertionValidator
-
Trust engine for signature evaluation.
- trustEngine - Variable in class org.opensaml.security.messaging.impl.BaseTrustEngineSecurityHandler
-
Trust engine used to verify the particular token type.
- trustEngine - Variable in class org.opensaml.security.x509.tls.impl.ThreadLocalX509TrustEngineContext.Data
-
Trust engine.
- TrustEngine<TokenType> - Interface in org.opensaml.security.trust
-
Evaluates the trustworthiness and validity of a token against implementation-specific requirements.
- TrustEngineX509TrustManager - Class in org.opensaml.security.trust.impl
-
X509TrustManagerimplementation that relies on aTrustEngine. - TrustEngineX509TrustManager() - Constructor for class org.opensaml.security.trust.impl.TrustEngineX509TrustManager
- trustEvaluator - Variable in class org.opensaml.security.trust.impl.ExplicitKeyTrustEngine
-
Trust evaluator.
- trustEvaluator - Variable in class org.opensaml.security.trust.impl.ExplicitX509CertificateTrustEngine
-
Trust evaluator.
- trustEvaluator - Variable in class org.opensaml.spring.trust.StaticPKIXFactoryBean
-
Custom instance of
PKIXTrustEvaluatorto use. - type - Variable in class org.opensaml.saml.ext.saml2cb.impl.ChannelBindingsImpl
-
Type attribute value.
- type - Variable in enum class org.opensaml.saml.saml2.metadata.ContactPersonTypeEnumeration
-
The contact type.
- type - Variable in class org.opensaml.saml.saml2.metadata.impl.ContactPersonImpl
-
Contact person type.
- type - Variable in class org.opensaml.soap.wssecurity.impl.PasswordImpl
-
wsse:Password/@Type attribute.
- type - Variable in class org.opensaml.soap.wstrust.impl.BinarySecretImpl
-
The Type attribute value.
- type - Variable in class org.opensaml.xmlsec.encryption.impl.DerivedKeyImpl
-
Type attribute.
- type - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptedTypeImpl
-
Type attribute value.
- type - Variable in class org.opensaml.xmlsec.signature.impl.RetrievalMethodImpl
-
Type attribute value.
- 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
Typeattribute 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_ATTRIBUTE_NAME - Static variable in interface org.opensaml.xmlsec.encryption.DerivedKey
-
Algorithm 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_DH_KEY_VALUE - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
-
URI for DHKeyValue.
- TYPE_EC_KEY_VALUE - Static variable in class org.opensaml.xmlsec.encryption.support.EncryptionConstants
-
URI for ECKeyValue.
- 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.reqattr.RequestedAttributes
-
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.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.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.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.AuthnAuthorityDescriptor
-
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.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.Organization
-
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.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.ConcatKDFParams
-
Local name of the XSI type.
- TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.DerivedKey
-
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.KeyDerivationMethod
-
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.PBKDF2Params
-
Local name of the XSI type.
- TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xmlsec.encryption.PRF
-
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.reqattr.RequestedAttributes
-
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.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.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.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.AuthnAuthorityDescriptor
-
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.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.LocalizedName
-
QName of the XSI type.
- TYPE_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.LocalizedURI
-
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.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.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.ConcatKDFParams
-
QName of the XSI type.
- TYPE_NAME - Static variable in interface org.opensaml.xmlsec.encryption.DerivedKey
-
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.KeyDerivationMethod
-
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.PBKDF2Params
-
QName of the XSI type.
- TYPE_NAME - Static variable in interface org.opensaml.xmlsec.encryption.PRF
-
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/@Typeattribute URI value#PasswordDigest. - TYPE_PASSWORD_TEXT - Static variable in interface org.opensaml.soap.wssecurity.Password
-
The
wsse:Password/@Typeattribute URI value#PasswordText(DEFAULT). - TYPE_SYMMETRIC_KEY - Static variable in interface org.opensaml.soap.wstrust.BinarySecret
-
Type attribute SymmetricKey URI.
- typeCode - Variable in class org.opensaml.saml.common.binding.artifact.AbstractSAMLArtifact
-
2 byte artifact type code.
- TypedMessageErrorHandler - 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.
- typeQname - Variable in class org.opensaml.core.xml.AbstractXMLObject
-
The schema type of this element with namespace and prefix information.
- types - Variable in class org.opensaml.xmlsec.algorithm.AlgorithmRegistry
-
Index of registered AlgorithmType to algorithm URI.
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
- uiInfoChildren - Variable in class org.opensaml.saml.ext.saml2mdui.impl.UIInfoImpl
-
Children of the UIInfo.
- 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
UIInfoobjects. - 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
UIInfoobjects. - 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
MessageDecoderis unable to decode a message. - UNABLE_TO_ENCODE - Static variable in class org.opensaml.profile.action.EventIds
-
ID of the event returned if a
MessageEncoderis 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.
- UNABLE_VALIDATE_ASSERTION - Static variable in class org.opensaml.saml.common.profile.SAMLEventIds
-
ID of event returned if there was a fatal error attempting to validate a SAML Assertion.
- 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.
- understoodHeaders - Variable in class org.opensaml.soap.messaging.context.InboundSOAPContext
-
The set of headers that have been understood.
- 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.
- unknownAttributes - Variable in class org.opensaml.core.xml.mock.SimpleXMLObject
-
anyAttribute wildcard attributes.
- unknownAttributes - Variable in class org.opensaml.core.xml.schema.impl.XSAnyImpl
-
Attributes for this element.
- unknownAttributes - Variable in class org.opensaml.saml.saml2.core.impl.AttributeImpl
-
"anyAttribute" attributes.
- unknownAttributes - Variable in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationDataImpl
-
"anyAttribute" attributes.
- unknownAttributes - Variable in class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorImpl
-
"anyAttribute" attributes.
- unknownAttributes - Variable in class org.opensaml.saml.saml2.metadata.impl.ContactPersonImpl
-
"anyAttribute" attributes.
- unknownAttributes - Variable in class org.opensaml.saml.saml2.metadata.impl.EndpointImpl
-
"anyAttribute" attributes.
- unknownAttributes - Variable in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
-
"anyAttribute" attributes.
- unknownAttributes - Variable in class org.opensaml.saml.saml2.metadata.impl.OrganizationImpl
-
"anyAttribute" attributes.
- unknownAttributes - Variable in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorImpl
-
"anyAttribute" attributes.
- unknownAttributes - Variable in class org.opensaml.soap.wsaddressing.impl.AttributedQNameImpl
-
Wildcard attributes.
- unknownAttributes - Variable in class org.opensaml.soap.wsaddressing.impl.AttributedUnsignedLongImpl
-
Wildcard attributes.
- unknownAttributes - Variable in class org.opensaml.soap.wsaddressing.impl.AttributedURIImpl
-
xs:anyAttribute for this element.
- unknownAttributes - Variable in class org.opensaml.soap.wsaddressing.impl.EndpointReferenceTypeImpl
-
Wildcard attributes.
- unknownAttributes - Variable in class org.opensaml.soap.wsaddressing.impl.MetadataImpl
-
Wildcard attributes.
- unknownAttributes - Variable in class org.opensaml.soap.wsaddressing.impl.ProblemActionImpl
-
Wildcard attributes.
- unknownAttributes - Variable in class org.opensaml.soap.wsaddressing.impl.ReferenceParametersImpl
-
Wildcard attributes.
- unknownAttributes - Variable in class org.opensaml.soap.wsaddressing.impl.RelatesToImpl
-
Wildcard attributes.
- unknownAttributes - Variable in class org.opensaml.soap.wspolicy.impl.AppliesToImpl
-
Wildcard attributes.
- unknownAttributes - Variable in class org.opensaml.soap.wspolicy.impl.PolicyAttachmentImpl
-
Wildcard attributes.
- unknownAttributes - Variable in class org.opensaml.soap.wspolicy.impl.PolicyImpl
-
Wildcard attributes.
- unknownAttributes - Variable in class org.opensaml.soap.wspolicy.impl.PolicyReferenceImpl
-
xs:anyAttribute attributes.
- unknownAttributes - Variable in class org.opensaml.soap.wssecurity.impl.AttributedDateTimeImpl
-
Wildcard attributes.
- unknownAttributes - Variable in class org.opensaml.soap.wssecurity.impl.EmbeddedImpl
-
Wildcard attributes.
- unknownAttributes - Variable in class org.opensaml.soap.wssecurity.impl.ReferenceImpl
-
Wildcard attributes.
- unknownAttributes - Variable in class org.opensaml.soap.wssecurity.impl.SecurityImpl
-
Wildcard attributes.
- unknownAttributes - Variable in class org.opensaml.soap.wssecurity.impl.SecurityTokenReferenceImpl
-
Wildcard attributes.
- unknownAttributes - Variable in class org.opensaml.soap.wssecurity.impl.TimestampImpl
-
Wildcard attributes.
- unknownAttributes - Variable in class org.opensaml.soap.wssecurity.impl.TransformationParametersImpl
-
Wildcard attributes.
- unknownAttributes - Variable in class org.opensaml.soap.wssecurity.impl.UsernameTokenImpl
-
Wildcard attributes.
- unknownAttributes - Variable in class org.opensaml.soap.wstrust.impl.BinaryExchangeImpl
-
xs:anyAttribute for this element.
- unknownAttributes - Variable in class org.opensaml.soap.wstrust.impl.ClaimsImpl
-
Wildcard attributes.
- unknownAttributes - Variable in class org.opensaml.soap.wstrust.impl.EntropyImpl
-
Wildcard attributes.
- unknownAttributes - Variable in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenImpl
-
Wildcard attributes.
- unknownAttributes - Variable in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenResponseCollectionImpl
-
Wildcard attributes.
- unknownAttributes - Variable in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenResponseImpl
-
Wildcard attributes.
- unknownAttributes - Variable in class org.opensaml.soap.wstrust.impl.SignChallengeTypeImpl
-
Wildcard attributes.
- unknownAttributes - Variable in class org.opensaml.xacml.ctx.impl.AttributeValueTypeImpl
-
"any" attributes.
- unknownAttributes - Variable in class org.opensaml.xacml.ctx.impl.ResourceContentTypeImpl
-
"any" attributes.
- unknownAttributes - Variable in class org.opensaml.xacml.policy.impl.AttributeValueTypeImpl
-
"any" attributes.
- unknownAttributes - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyImpl
-
"anyAttribute" attributes.
- unknownChild - Variable in class org.opensaml.soap.wstrust.impl.CancelTargetImpl
-
Wildcard child element.
- unknownChild - Variable in class org.opensaml.soap.wstrust.impl.DelegateToImpl
-
Wildcard child element.
- unknownChild - Variable in class org.opensaml.soap.wstrust.impl.EncryptionImpl
-
Wildcard child element.
- unknownChild - Variable in class org.opensaml.soap.wstrust.impl.ParticipantTypeImpl
-
Unknown child elements.
- unknownChild - Variable in class org.opensaml.soap.wstrust.impl.ProofEncryptionImpl
-
Wildcard child element.
- unknownChild - Variable in class org.opensaml.soap.wstrust.impl.RenewTargetImpl
-
Wildcard child element.
- unknownChild - Variable in class org.opensaml.soap.wstrust.impl.RequestedProofTokenImpl
-
Unknown child element.
- unknownChild - Variable in class org.opensaml.soap.wstrust.impl.RequestedSecurityTokenImpl
-
Wildcard child element.
- unknownChild - Variable in class org.opensaml.soap.wstrust.impl.UseKeyImpl
-
Wildcard child element.
- unknownChild - Variable in class org.opensaml.soap.wstrust.impl.ValidateTargetImpl
-
Wildcard child element.
- unknownChildren - Variable in class org.opensaml.saml.ext.saml2alg.impl.DigestMethodImpl
-
Wildcard child elements.
- unknownChildren - Variable in class org.opensaml.saml.ext.saml2alg.impl.SigningMethodImpl
-
Wildcard child elements.
- unknownChildren - Variable in class org.opensaml.saml.saml1.core.impl.AdviceImpl
-
"any" children.
- unknownChildren - Variable in class org.opensaml.saml.saml1.core.impl.StatusDetailImpl
-
child "any" elements.
- unknownChildren - Variable in class org.opensaml.saml.saml2.core.impl.ExtensionsImpl
-
"any" children.
- unknownChildren - Variable in class org.opensaml.saml.saml2.core.impl.StatusDetailImpl
-
child "any" elements.
- unknownChildren - Variable in class org.opensaml.saml.saml2.core.impl.SubjectConfirmationDataImpl
-
"any" children.
- unknownChildren - Variable in class org.opensaml.saml.saml2.metadata.impl.EndpointImpl
-
child "any" elements.
- unknownChildren - Variable in class org.opensaml.saml.saml2.metadata.impl.ExtensionsImpl
-
"any" children.
- unknownChildren - Variable in class org.opensaml.soap.wsaddressing.impl.EndpointReferenceTypeImpl
-
Wildcard child elements.
- unknownChildren - Variable in class org.opensaml.soap.wsaddressing.impl.MetadataImpl
-
Wildcard child elements.
- unknownChildren - Variable in class org.opensaml.soap.wsaddressing.impl.ReferenceParametersImpl
-
Wildcard child elements.
- unknownChildren - Variable in class org.opensaml.soap.wspolicy.impl.AppliesToImpl
-
Wildcard child elements.
- unknownChildren - Variable in class org.opensaml.soap.wspolicy.impl.PolicyAttachmentImpl
-
Wildcard child elements.
- unknownChildren - Variable in class org.opensaml.soap.wssecurity.impl.EmbeddedImpl
-
Wildcard child elements.
- unknownChildren - Variable in class org.opensaml.soap.wssecurity.impl.SecurityImpl
-
Wildcard child elements.
- unknownChildren - Variable in class org.opensaml.soap.wssecurity.impl.SecurityTokenReferenceImpl
-
Wildcard child elements.
- unknownChildren - Variable in class org.opensaml.soap.wssecurity.impl.TimestampImpl
-
Wildcard child elements.
- unknownChildren - Variable in class org.opensaml.soap.wssecurity.impl.TransformationParametersImpl
-
Wildcard child elements.
- unknownChildren - Variable in class org.opensaml.soap.wssecurity.impl.UsernameTokenImpl
-
Wildcard child elements.
- unknownChildren - Variable in class org.opensaml.soap.wstrust.impl.AuthenticatorImpl
-
Wildcard child elements.
- unknownChildren - Variable in class org.opensaml.soap.wstrust.impl.BinarySecretImpl
-
Wildcard attributes.
- unknownChildren - Variable in class org.opensaml.soap.wstrust.impl.ClaimsImpl
-
Wildcard child elements.
- unknownChildren - Variable in class org.opensaml.soap.wstrust.impl.EntropyImpl
-
Wildcard child elements.
- unknownChildren - Variable in class org.opensaml.soap.wstrust.impl.KeyExchangeTokenImpl
-
Wildcard child elements.
- unknownChildren - Variable in class org.opensaml.soap.wstrust.impl.OnBehalfOfImpl
-
Wildcard child elements.
- unknownChildren - Variable in class org.opensaml.soap.wstrust.impl.ParticipantsImpl
-
Wildcard child elements.
- unknownChildren - Variable in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenImpl
-
Wildcard child elements.
- unknownChildren - Variable in class org.opensaml.soap.wstrust.impl.RequestSecurityTokenResponseImpl
-
Wildcard child elements.
- unknownChildren - Variable in class org.opensaml.soap.wstrust.impl.SignChallengeTypeImpl
-
Wilcard child elements.
- unknownChildren - Variable in class org.opensaml.xacml.ctx.impl.StatusDetailTypeImpl
-
"any" children.
- unknownChildren - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptionMethodImpl
-
"any" children.
- unknownChildren - Variable in class org.opensaml.xmlsec.encryption.impl.EncryptionPropertyImpl
-
Child elements from the <any> content model.
- unknownChildren - Variable in class org.opensaml.xmlsec.encryption.impl.KeyDerivationMethodImpl
-
Wildcard children.
- unknownChildren - Variable in class org.opensaml.xmlsec.signature.impl.DigestMethodImpl
-
"any" children.
- unknownElements - Variable in class org.opensaml.xacml.ctx.impl.AttributeValueTypeImpl
-
"any" elements.
- unknownElements - Variable in class org.opensaml.xacml.ctx.impl.ResourceContentTypeImpl
-
"any" elements.
- unknownElements - Variable in class org.opensaml.xacml.policy.impl.AttributeValueTypeImpl
-
"any" elements.
- unknownXMLObject - Variable in class org.opensaml.xmlsec.signature.impl.KeyValueImpl
-
Wildcard <any> XMLObject child element.
- unknownXMLObjects - Variable in class org.opensaml.core.xml.mock.SimpleXMLObject
-
Other children.
- unknownXMLObjects - Variable in class org.opensaml.core.xml.schema.impl.XSAnyImpl
-
Child XMLObjects.
- unknownXMLObjects - Variable in class org.opensaml.soap.common.AbstractExtensibleSOAPObject
-
"Any" type children.
- unloadBC() - Method in class org.opensaml.security.testing.SecurityProviderTestSupport
-
Conditionally unload the Bouncy Castle provider, if it wasn't loaded originally (outside of this class), and if it is currently loaded.
- 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.
- unmarshallElement(String) - Method in class org.opensaml.core.testing.XMLObjectBaseTestCase
-
Unmarshalls an element file into its XMLObject.
- unmarshallElement(String, boolean) - Method in class org.opensaml.core.testing.XMLObjectBaseTestCase
-
Unmarshalls an element file into its XMLObject.
- Unmarshaller - Interface in org.opensaml.core.xml.io
-
Unmarshallers are used to unmarshall a W3C DOM element into a
XMLObject. - unmarshallerFactory - Static variable in class org.opensaml.core.testing.XMLObjectBaseTestCase
-
XMLObject unmarshaller factory.
- unmarshallerFactory - Variable in class org.opensaml.core.xml.config.XMLObjectProviderRegistry
-
Configured XMLObject unmarshaller factory.
- unmarshallerFactory - Variable in class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
-
Factory for creating unmarshallers for child elements.
- unmarshallerFactory - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
-
Unmarshaller factory used to get an unmarshaller for the metadata DOM.
- unmarshallerFactory - Variable in class org.opensaml.xmlsec.encryption.support.Decrypter
-
Unmarshaller factory, used in decryption of EncryptedData objects.
- UnmarshallerFactory - Class in org.opensaml.core.xml.io
-
This thread-safe factory creates
Unmarshallers that can be used to convert W3C DOM elements intoXMLObjects. - UnmarshallerFactory() - Constructor for class org.opensaml.core.xml.io.UnmarshallerFactory
-
Constructor.
- unmarshallers - Variable in class org.opensaml.core.xml.io.UnmarshallerFactory
-
Map of unmarshallers to the elements they are for.
- 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(Exception) - Constructor for exception org.opensaml.core.xml.io.UnmarshallingException
-
Constructor.
- UnmarshallingException(String) - 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.httpclient.BaseHttpClientResponseXMLMessageDecoder
-
Helper method that deserializes and unmarshalls the message from the given stream.
- unmarshallMessage(InputStream) - Method in class org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder
-
Helper method that deserializes and unmarshalls the message from the given stream.
- unmarshallMetadata(byte[]) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
-
Unmarshalls the given metadata bytes.
- unmarshallMetadata(InputStream) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
-
Unmarshalls the metadata from the given stream.
- 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
-
Deprecated.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
CharacterData.getData()and passes it off toAbstractXMLObjectUnmarshaller.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
CharacterData.getData()and passes it off toAbstractXMLObjectUnmarshaller.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.
- unpadParam(String, String) - Static method in class org.opensaml.xmlsec.derivation.impl.ConcatKDF
-
Unpad the specified concatenation parameter value from the padded from required by XML Encryption 1.1 for input to the derivation operation.
- unresolvedSchemaFatal - Variable in class org.opensaml.saml.common.xml.SAMLSchemaBuilder
-
Flag indicating whether the failure to resolve a schema resource should be considered fatal.
- unrevoke(String, String) - Method in class org.opensaml.storage.impl.StorageServiceRevocationCache
-
Remove a revocation record.
- unrevoke(String, String) - Method in interface org.opensaml.storage.RevocationCache
-
Remove a revocation record.
- UnrootedDOM - Enum constant in enum class org.opensaml.core.xml.util.XMLObjectSupport.CloneOutputOption
-
The cloned XMLObject's DOM will be owned by the same
Documentas the input object (the latter possibly newly created by marshalling internally), but will not be connected to the node tree associated with theDocument.getDocumentElement(). - UNSPECIFIED - Enum constant in enum class org.opensaml.security.credential.UsageType
-
Denotes that the purpose of the key was not specified.
- 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() - Method in class org.opensaml.storage.testing.StorageServiceTest
-
Test updates.
- update(int) - Method in class org.opensaml.core.metrics.impl.DisabledHistogram
- update(long) - Method in class org.opensaml.core.metrics.impl.DisabledHistogram
- update(long, TimeUnit) - Method in class org.opensaml.core.metrics.impl.DisabledTimer
- update(Object) - Method in class org.opensaml.storage.AbstractStorageService
-
Updates an existing record in the store, using an annotated object as the source.
- update(Object) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
-
Updates an existing record in the store, using an annotated object as the source.
- update(Object) - Method in interface org.opensaml.storage.StorageService
-
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.AbstractMapBackedStorageService
-
Updates an existing record in the store.
- update(String, String, String, Long) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
-
Updates an existing record in the store.
- update(String, String, String, Long) - Method in interface org.opensaml.storage.StorageService
-
Updates an existing record in the store.
- update(String, String, T, StorageSerializer<T>, Long) - Method in class org.opensaml.storage.AbstractStorageService
-
Updates an existing record in the store using a custom serialization strategy.
- update(String, String, T, StorageSerializer<T>, Long) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
-
Updates an existing record in the store using a custom serialization strategy.
- update(String, String, T, StorageSerializer<T>, Long) - Method in interface org.opensaml.storage.StorageService
-
Updates an existing record in the store using a custom serialization strategy.
- 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.memcached.MemcachedStorageService
-
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.
- updateContextKeyList(String, String, String) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
-
Update context key list.
- 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(Object) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
-
Updates expiration of an existing record in the store, using an annotated object as the source.
- 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.
- updateExpiration(String, String, Long) - Method in class org.opensaml.storage.AbstractMapBackedStorageService
-
Updates expiration of an existing record in the store.
- updateExpiration(String, String, Long) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
-
Updates expiration of an existing record in the store.
- updateExpiration(String, String, Long) - Method in interface org.opensaml.storage.StorageService
-
Updates expiration of an existing record in the store.
- updateImpl(Long, String, String, String, Long) - Method in class org.opensaml.storage.AbstractMapBackedStorageService
-
Internal method to implement update functions.
- updateKey(String, String) - Method in class org.opensaml.core.xml.persist.FilesystemLoadSaveManager
-
Update the key under which a particular object is stored.
- updateKey(String, String) - Method in class org.opensaml.core.xml.persist.MapLoadSaveManager
-
Update the key under which a particular object is stored.
- updateKey(String, String) - Method in interface org.opensaml.core.xml.persist.XMLObjectLoadSaveManager
-
Update the key under which a particular object is stored.
- updateLoadLastModified(String) - Method in class org.opensaml.core.xml.persist.AbstractConditionalLoadXMLObjectLoadSaveManager
-
Update the cached modified time for the specified key with the current time.
- updateLoadLastModified(String, Instant) - Method in class org.opensaml.core.xml.persist.AbstractConditionalLoadXMLObjectLoadSaveManager
-
Update the cached modified time for the specified key with the specified time.
- updates() - Method in class org.opensaml.storage.testing.StorageServiceTest
-
Test of versioned update.
- 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, Object) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
-
Updates an existing record in the store, if a version matches, using an annotated object as the source.
- 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.
- 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, String, Long) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
-
Updates an existing record in the store, if a version matches.
- 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, T, StorageSerializer<T>, 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, String, String, T, StorageSerializer<T>, Long) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
-
Updates an existing record in the store, if a version matches, using a custom serialization strategy.
- updateWithVersion(long, String, String, T, StorageSerializer<T>, Long) - Method in interface org.opensaml.storage.StorageService
-
Updates an existing record in the store, if a version matches, using a custom serialization strategy.
- uri - Variable in class org.opensaml.soap.wspolicy.impl.PolicyReferenceImpl
-
URI attribute value.
- uri - Variable in class org.opensaml.soap.wssecurity.impl.ReferenceImpl
-
wsse:Reference/@URI attribute.
- uri - Variable in class org.opensaml.xmlsec.encryption.impl.CipherReferenceImpl
-
URI attribute value.
- uri - Variable in class org.opensaml.xmlsec.encryption.impl.ReferenceTypeImpl
-
URI attribute value.
- uri - Variable in class org.opensaml.xmlsec.signature.impl.KeyInfoReferenceImpl
-
URI attribute value.
- uri - Variable in class org.opensaml.xmlsec.signature.impl.NamedCurveImpl
-
URI attribute value.
- uri - Variable in class org.opensaml.xmlsec.signature.impl.RetrievalMethodImpl
-
URI attribute value.
- 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.
- uriComparator - Variable in class org.opensaml.saml.common.binding.security.impl.ReceivedEndpointSecurityHandler
-
The URI comparator to use in performing the validation.
- 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.
- url - Variable in class org.opensaml.messaging.handler.impl.URLEvaluatingMessageChannelSecurity
-
The target resolved URL.
- urlBuilder - Variable in class org.opensaml.messaging.handler.impl.URLEvaluatingMessageChannelSecurity
-
Target resolved and parsed URL.
- urlBuilders - Variable in class org.opensaml.saml.metadata.resolver.impl.MetadataQueryProtocolRequestURLBuilder
-
List of secondary URL builders.
- URLEvaluatingMessageChannelSecurity - Class in org.opensaml.messaging.handler.impl
-
Message handler which populates a
MessageChannelSecurityContextbased on evaluating a target URL resolved via a configured strategy function. - URLEvaluatingMessageChannelSecurity() - Constructor for class org.opensaml.messaging.handler.impl.URLEvaluatingMessageChannelSecurity
-
Constructor.
- urlLookup - Variable in class org.opensaml.messaging.handler.impl.URLEvaluatingMessageChannelSecurity
-
Function which looks up the URL to evaluate.
- urls - Variable in class org.opensaml.saml.saml2.metadata.impl.OrganizationImpl
-
OrganizationURL children.
- usage - Variable in class org.opensaml.security.credential.criteria.impl.EvaluableUsageCredentialCriterion
-
Base criteria.
- UsageBearing - Interface in org.opensaml.soap.wssecurity
-
Interface for element having a
@wsse:Usageattribute. - UsageCriterion - Class in org.opensaml.security.criteria
-
An implementation of
Criterionwhich specifies criteria pertaining usage of the resolved credential. - UsageCriterion(UsageType) - Constructor for class org.opensaml.security.criteria.UsageCriterion
-
Constructor.
- usagePolicies - Variable in class org.opensaml.saml.ext.saml2mdrpi.impl.PublicationInfoImpl
-
The policies.
- UsagePolicy - Interface in org.opensaml.saml.ext.saml2mdrpi
-
Representation of the
<mdrpi:UsagePolicy>element. - UsagePolicyBuilder - Class in org.opensaml.saml.ext.saml2mdrpi.impl
-
Builder for
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.
- usages - Variable in class org.opensaml.soap.wssecurity.impl.SecurityTokenReferenceImpl
-
List of <wsse:Usage> attribute values.
- usageType - Variable in class org.opensaml.security.credential.AbstractCredential
-
Usage type of this credential.
- usageType - Variable in class org.opensaml.spring.credential.AbstractCredentialFactoryBean
-
Usage type of the credential.
- UsageType - Enum Class in org.opensaml.security.credential
-
Credential usage types.
- UsageType(String) - Constructor for enum class org.opensaml.security.credential.UsageType
-
Constructor.
- USE_ATTRIB_NAME - Static variable in interface org.opensaml.saml.saml2.metadata.KeyDescriptor
-
"use" attribute's local name.
- useCurrentTimeAsDefaultCreated - Variable in class org.opensaml.soap.wssecurity.messaging.impl.AddTimestampHandler
-
Flag indicating whether to use the current time as the Created time, if no value is explicitly supplied by the other supported mechanisms.
- useDefaultManager - Variable in class org.opensaml.xmlsec.keyinfo.NamedKeyInfoGeneratorManager
-
Flag indicating whether the default (unnamed) factory manager will be used to lookup factories for credentials.
- useDefaultPredicateRegistry - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver
-
Flag which determines whether the default predicate registry will be used if one is not supplied explicitly.
- useDefaultPredicateRegistry - Variable in class org.opensaml.saml.metadata.resolver.impl.PredicateRoleDescriptorResolver
-
Flag which determines whether the default predicate registry will be used if no one is supplied explicitly.
- 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
- useLocalStorage - Variable in class org.opensaml.storage.impl.client.LoadClientStorageServices
-
Whether to allow for data loaded from local storage and submitted via POST.
- 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 - Variable in class org.opensaml.soap.wssecurity.impl.UsernameTokenImpl
-
The <wsse:Username> child element.
- 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
- useSAML1QueryResourceAsEntityId - Variable in class org.opensaml.saml.common.messaging.context.SAMLPeerEntityContext
-
Whether to use the resource of SAML 1 queries to resolve the entity ID.
- useShortName - Variable in class org.opensaml.saml.common.messaging.context.navigate.SAMLBindingContextBindingFunction
-
Whether to extract the "short" name for the binding, if possible.
V
- valiableId - Variable in class org.opensaml.xacml.policy.impl.VariableReferenceTypeImpl
-
Variable id.
- VALID - Enum constant in enum class org.opensaml.saml.common.assertion.ValidationResult
-
Indicates that the assertion passed validation and should be considered valid.
- VALID - Enum constant in enum class org.opensaml.soap.wssecurity.messaging.Token.ValidationStatus
-
Indicates the token has been successfully validated.
- VALID - Static variable in interface org.opensaml.soap.wstrust.Code
-
Status/Code 'valid' URI value .
- VALID_ISSUERS - Static variable in class org.opensaml.saml.saml2.assertion.SAML2AssertionValidationParameters
- 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(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(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(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(X509Certificate, Iterable<X509Certificate>) - Method in class org.opensaml.security.trust.impl.ExplicitX509CertificateTrustEvaluator
-
Evaluate trust.
- validate(X509Certificate, X509Certificate) - Method in class org.opensaml.security.trust.impl.ExplicitX509CertificateTrustEvaluator
-
Evaluate trust.
- validate(Key, Iterable<Key>) - Method in class org.opensaml.security.trust.impl.ExplicitKeyTrustEvaluator
-
Evaluate trust.
- validate(Key, Key) - Method in class org.opensaml.security.trust.impl.ExplicitKeyTrustEvaluator
-
Evaluate trust.
- validate(Assertion, ValidationContext) - Method in interface org.opensaml.saml.saml2.assertion.AssertionValidator
-
Validates the given assertion.
- validate(Assertion, ValidationContext) - Method in class org.opensaml.saml.saml2.assertion.SAML20AssertionValidator
-
Validate the supplied SAML 2
Assertion, using the parameters from the suppliedValidationContext. - validate(Condition, Assertion, ValidationContext) - Method in interface org.opensaml.saml.saml2.assertion.ConditionValidator
-
Validates the given condition.
- validate(Condition, Assertion, ValidationContext) - Method in class org.opensaml.saml.saml2.assertion.impl.AudienceRestrictionConditionValidator
-
Validates the given condition.
- validate(Condition, Assertion, ValidationContext) - Method in class org.opensaml.saml.saml2.assertion.impl.DelegationRestrictionConditionValidator
-
Validates the given condition.
- validate(Condition, Assertion, ValidationContext) - Method in class org.opensaml.saml.saml2.assertion.impl.OneTimeUseConditionValidator
-
Validates the given condition.
- validate(Condition, Assertion, ValidationContext) - Method in class org.opensaml.saml.saml2.assertion.impl.ProxyRestrictionConditionValidator
-
Validates the given condition.
- validate(Statement, Assertion, ValidationContext) - Method in class org.opensaml.saml.saml2.assertion.impl.AuthnStatementValidator
-
Validates the given statement.
- validate(Statement, Assertion, ValidationContext) - Method in interface org.opensaml.saml.saml2.assertion.StatementValidator
-
Validates the given statement.
- validate(SubjectConfirmation, Assertion, ValidationContext) - Method in class org.opensaml.saml.saml2.assertion.impl.AbstractSubjectConfirmationValidator
-
Confirms the
Subjectby means of the givenSubjectConfirmation. - validate(SubjectConfirmation, Assertion, ValidationContext) - Method in interface org.opensaml.saml.saml2.assertion.SubjectConfirmationValidator
-
Confirms the
Subjectby means of the givenSubjectConfirmation. - validate(Credential, Iterable<Credential>) - Method in class org.opensaml.security.trust.impl.ExplicitKeyTrustEvaluator
-
Evaluate trust.
- 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(Credential, Credential) - Method in class org.opensaml.security.trust.impl.ExplicitKeyTrustEvaluator
-
Evaluate trust.
- validate(HttpClientSecurityParameters) - Method in class org.opensaml.security.httpclient.impl.BasicHttpClientSecurityParametersResolver
-
Validate that the
HttpClientSecurityParametersinstance has all the required properties populated. - 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(PKIXValidationInformation, X509Credential) - Method in interface org.opensaml.security.x509.PKIXTrustEvaluator
-
Validate the specified credential against the specified set of trusted validation information.
- validate(X509Credential, Iterable<Credential>) - Method in class org.opensaml.security.trust.impl.ExplicitX509CertificateTrustEvaluator
-
Evaluate trust.
- 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(X509Credential, CriteriaSet) - Method in class org.opensaml.security.trust.impl.ExplicitX509CertificateTrustEngine
-
Validates the token against trusted information obtained in an implementation-specific manner.
- 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, X509Credential) - Method in class org.opensaml.security.trust.impl.ExplicitX509CertificateTrustEvaluator
-
Evaluate trust.
- validate(EncryptedData) - Method in class org.opensaml.xmlsec.encryption.support.DefaultPreDecryptionValidator
-
Validate an instance of
EncryptedData. - validate(EncryptedData) - Method in interface org.opensaml.xmlsec.encryption.support.PreDecryptionValidator
-
Validate an instance of
EncryptedData. - validate(EncryptedKey) - Method in class org.opensaml.xmlsec.encryption.support.DefaultPreDecryptionValidator
-
Validate an instance of
EncryptedKey. - validate(EncryptedKey) - Method in interface org.opensaml.xmlsec.encryption.support.PreDecryptionValidator
-
Validate an instance of
EncryptedKey. - validate(EncryptionParameters, boolean) - Method in class org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver
-
Validate that the
EncryptionParametersinstance has all the required properties populated. - validate(Signature) - Method in class org.opensaml.saml.security.impl.SAMLSignatureProfileValidator
-
Validate the signature according to the requirements represented by the validator.
- 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) - Method in class org.opensaml.xmlsec.signature.support.impl.SignatureAlgorithmValidator
-
Validate the algorithms in the signature.
- validate(Signature) - Method in interface org.opensaml.xmlsec.signature.support.SignaturePrevalidator
-
Validate the signature according to the requirements represented by the validator.
- 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(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(Signature, Credential) - Method in class org.opensaml.xmlsec.signature.support.impl.provider.ApacheSantuarioSignatureValidationProviderImpl
-
Validate the given XML Signature using the given candidate validation 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.
- 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(SignatureSigningParameters) - Method in class org.opensaml.xmlsec.impl.BasicSignatureSigningParametersResolver
-
Validate that the
SignatureSigningParametersinstance has all the required properties populated. - validate(TokenType, CriteriaSet) - Method in class org.opensaml.security.testing.MockTrustEngine
-
Validates the token against trusted information obtained in an implementation-specific manner.
- 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(TokenType, CriteriaSet) - Method in interface org.opensaml.security.trust.TrustEngine
-
Validates the token against trusted information obtained in an implementation-specific manner.
- VALIDATE - Static variable in interface org.opensaml.soap.wstrust.RequestType
-
RequestType Validate URI.
- ValidateActionHandler - Class in org.opensaml.soap.wsaddressing.messaging.impl
-
Handler implementation that checks a wsa:Action header against an expected value.
- ValidateActionHandler() - Constructor for class org.opensaml.soap.wsaddressing.messaging.impl.ValidateActionHandler
- validateAddress(SubjectConfirmationData, Assertion, ValidationContext, boolean) - Method in class org.opensaml.saml.saml2.assertion.impl.AbstractSubjectConfirmationValidator
-
Validates the
Addresscondition of theSubjectConfirmationData, if any is present. - validateAlgorithm(String) - Static method in class org.opensaml.security.criteria.KeyAlgorithmCriterion
-
Static method to validate and return null algorithm.
- validateAlgorithms(EncryptedData) - Method in class org.opensaml.xmlsec.encryption.support.Decrypter
-
Validate the algorithms contained within an
EncryptedData. - validateAlgorithms(EncryptedKey) - Method in class org.opensaml.xmlsec.encryption.support.Decrypter
-
Validate the algorithms contained within an
EncryptedKey. - validateAlgorithmURI(String) - Method in class org.opensaml.xmlsec.encryption.support.Decrypter
-
Validate the supplied algorithm URI against the configured include and exclude lists.
- validateAlgorithmURI(String) - Method in class org.opensaml.xmlsec.signature.support.impl.SignatureAlgorithmValidator
-
Validate the supplied algorithm URI against the configured include and exclude lists.
- validateAlgorithmURI(String, Collection<String>, Collection<String>) - Static method in class org.opensaml.xmlsec.algorithm.AlgorithmSupport
-
Validate the supplied algorithm URI against the specified includes and excludes.
- validateAndExtractResponseMessage(ArtifactResponse) - Method in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPArtifactDecoder
-
Validate and extract the SAML protocol message from the artifact response.
- validateAndSetXMLObjectParameters(PBKDF2Params) - Static method in class org.opensaml.xmlsec.derivation.impl.PBKDF2
-
Validate the
PBKDF2Paramsinstance. - ValidateAssertions - Class in org.opensaml.saml.saml2.profile.impl
-
A profile action which resolves SAML 2.0 Assertions from the profile request context and validates them using a resolved or configured instance of
SAML20AssertionValidator. - ValidateAssertions() - Constructor for class org.opensaml.saml.saml2.profile.impl.ValidateAssertions
-
Constructor.
- ValidateAssertions.AssertionValidationInput - Class in org.opensaml.saml.saml2.profile.impl
-
Class which holds data relevant to validating a SAML 2.0 Assertion.
- ValidateAssertions.DefaultAssertionResolver - Class in org.opensaml.saml.saml2.profile.impl
-
The default assertion resolver function.
- validateAuthnContext(AuthnStatement, Assertion, ValidationContext) - Method in class org.opensaml.saml.saml2.assertion.impl.AuthnStatementValidator
-
Validate the
AuthnContext. - validateAuthnInstant(AuthnStatement, Assertion, ValidationContext) - Method in class org.opensaml.saml.saml2.assertion.impl.AuthnStatementValidator
-
Validate the authnInstant attribute of the
AuthnStatement. - 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.
- validateBasicData(Assertion, ValidationContext) - Method in class org.opensaml.saml.saml2.assertion.SAML20AssertionValidator
-
Validate basic Assertion data, such as version, issuer and issue instant.
- validateConditions(Assertion, ValidationContext) - Method in class org.opensaml.saml.saml2.assertion.SAML20AssertionValidator
-
Validates the conditions on the assertion.
- validateConditionsTimeBounds(Assertion, ValidationContext) - Method in class org.opensaml.saml.saml2.assertion.SAML20AssertionValidator
-
Validates the NotBefore and NotOnOrAfter Conditions constraints on the assertion.
- validateConfiguration(PKIXTrustEvaluator) - Method in class org.opensaml.spring.trust.StaticPKIXFactoryBean
-
Validate the configuration of the effective
PKIXTrustEvaluator. - validateConfiguration(Document) - Method in class org.opensaml.core.xml.config.XMLConfigurator
-
Schema validates the given configuration.
- validateCriteria(CriteriaSet) - Method in class org.opensaml.saml.common.binding.AbstractEndpointResolver
-
Verify that the required
EndpointCriterionis present. - validateHttpRequest(HttpServletRequest) - Method in class org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder
-
Perform optional validation of the inbound
HttpServletRequest. - validateHttpRequest(HttpServletRequest) - Method in class org.opensaml.soap.soap11.decoder.http.impl.HTTPSOAP11Decoder
-
Perform optional validation of the inbound
HttpServletRequest. - validateHttpResponse(ClassicHttpResponse) - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractDynamicHTTPMetadataResolver.BasicMetadataResponseHandler
-
Validate the received HTTP response instance, such as checking for supported content types.
- validateInResponseTo(SubjectConfirmationData, Assertion, ValidationContext, boolean) - Method in class org.opensaml.saml.saml2.assertion.impl.AbstractSubjectConfirmationValidator
-
Validates the
InResponseTocondition of theSubjectConfirmationData, if any is present. - validateIssueInstant(Assertion, ValidationContext) - Method in class org.opensaml.saml.saml2.assertion.SAML20AssertionValidator
-
Validates the Assertion IssueInstant.
- validateIssuer(Assertion, ValidationContext) - Method in class org.opensaml.saml.saml2.assertion.SAML20AssertionValidator
-
Validates the Assertion
Issuer. - validateKeyAlgorithmAndSize(String, Integer) - Static method in class org.opensaml.xmlsec.agreement.KeyAgreementSupport
-
Validate the specified algorithm URI and key length for consistency.
- validateKeyName(String) - Method in class org.opensaml.security.criteria.KeyNameCriterion
-
Validate key name criterion.
- 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.
- validateNotBefore(SubjectConfirmationData, Assertion, ValidationContext, boolean) - Method in class org.opensaml.saml.saml2.assertion.impl.AbstractSubjectConfirmationValidator
-
Validates the
NotBeforecondition of theSubjectConfirmationData, if any is present. - validateNotOnOrAfter(SubjectConfirmationData, Assertion, ValidationContext, boolean) - Method in class org.opensaml.saml.saml2.assertion.impl.AbstractSubjectConfirmationValidator
-
Validates the
NotOnOrAftercondition of theSubjectConfirmationData, if any is present. - validateObjectChildren(XMLSignature) - Method in class org.opensaml.saml.security.impl.SAMLSignatureProfileValidator
-
Validate that the Signature instance does not contain any ds:Object children.
- validatePeerID(String) - Method in class org.opensaml.security.criteria.PeerEntityIDCriterion
-
Validate peer ID criterion.
- validateRecipient(SubjectConfirmationData, Assertion, ValidationContext, boolean) - Method in class org.opensaml.saml.saml2.assertion.impl.AbstractSubjectConfirmationValidator
-
Validates the
Recipientcondition of theSubjectConfirmationData, if any is present. - validateReference(XMLSignature) - Method in class org.opensaml.saml.security.impl.SAMLSignatureProfileValidator
-
Validate the Signature's SignedInfo Reference.
- validateReferenceURI(String, String) - Method in class org.opensaml.saml.security.impl.SAMLSignatureProfileValidator
-
Validate the Reference URI and parent ID attribute values.
- validateReferenceURI(String, SignableSAMLObject) - Method in class org.opensaml.saml.security.impl.SAMLSignatureProfileValidator
-
Validate the Signature's Reference URI.
- validateRequiredConditions(Assertion, ValidationContext) - Method in class org.opensaml.saml.saml2.assertion.SAML20AssertionValidator
-
Validate that all conditions indicated to be required are present in the assertion.
- validateSignature(byte[], byte[], String, CriteriaSet, List<Credential>) - Method in class org.opensaml.saml.common.binding.security.impl.BaseSAMLSimpleSignatureSecurityHandler
-
Validate the simple signature.
- validateSignature(Assertion, ValidationContext) - Method in class org.opensaml.saml.saml2.assertion.SAML20AssertionValidator
-
Validates the signature of the assertion, if it is signed.
- 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 SecurityXMLSignatureinstance. - validateStatements(Assertion, ValidationContext) - Method in class org.opensaml.saml.saml2.assertion.SAML20AssertionValidator
-
Validates the statements within the assertion.
- validateSubjectConfirmation(Assertion, ValidationContext) - Method in class org.opensaml.saml.saml2.assertion.SAML20AssertionValidator
-
Validates the subject confirmations of the assertion.
- validateSubjectLocality(AuthnStatement, Assertion, ValidationContext) - Method in class org.opensaml.saml.saml2.assertion.impl.AuthnStatementValidator
-
Validate the
SubjectLocality. - 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.
- validateVersion(Assertion, ValidationContext) - Method in class org.opensaml.saml.saml2.assertion.SAML20AssertionValidator
-
Validates that the assertion is a
SAMLVersion.VERSION_20assertion. - VALIDATION_NOT_ATTEMPTED - Enum constant in enum class org.opensaml.soap.wssecurity.messaging.Token.ValidationStatus
-
Indicates that token validation has not yet been attempted.
- ValidationContext - Class in org.opensaml.saml.common.assertion
-
Context which holds state related to a single validation event.
- ValidationContext() - Constructor for class org.opensaml.saml.common.assertion.ValidationContext
-
Constructor.
- ValidationContext(Map<String, Object>) - Constructor for class org.opensaml.saml.common.assertion.ValidationContext
-
Constructor.
- validationContextBuilder - Variable in class org.opensaml.saml.saml2.profile.impl.ValidateAssertions
-
Function that builds a
ValidationContextinstance based on aValidateAssertions.AssertionValidationInputinstance. - validationContextBuilder - Variable in class org.opensaml.saml.saml2.wssecurity.messaging.impl.WSSecuritySAML20AssertionTokenSecurityHandler
-
Function that builds a
ValidationContextinstance based on aSAML20AssertionTokenValidationInputinstance. - validationFailureMessages - Variable in class org.opensaml.saml.common.assertion.ValidationContext
-
Error messaging describing what validation check an assertion failed.
- validationParameters - Variable in class org.opensaml.security.messaging.ClientTLSSecurityParametersContext
-
A
ClientTLSValidationParametersinstance. - ValidationProcessingData - Class in org.opensaml.saml.common.assertion
-
Convenience class for holding the
ValidationContextused to validate an assertion, along with the finalValidationResult. - ValidationProcessingData(ValidationContext, ValidationResult) - Constructor for class org.opensaml.saml.common.assertion.ValidationProcessingData
-
Constructor.
- ValidationResult - Enum Class in org.opensaml.saml.common.assertion
-
The result of a validation evaluation.
- ValidationResult() - Constructor for enum class org.opensaml.saml.common.assertion.ValidationResult
- validationSchema - Variable in class org.opensaml.messaging.handler.impl.SchemaValidateXMLMessage
-
Schema used to validate incoming messages.
- validationStatus - Variable in class org.opensaml.soap.wssecurity.messaging.AbstractToken
-
Token validation status.
- ValidationStatus() - Constructor for enum class org.opensaml.soap.wssecurity.messaging.Token.ValidationStatus
- validatorInstance - Static variable in class org.opensaml.xmlsec.signature.support.SignatureValidator
-
The cached signature validation provider instance to use.
- validators - Variable in class org.opensaml.xmlsec.signature.support.impl.ChainingSignaturePrevalidator
-
The chain of SignaturePrevalidator instances to execute.
- validIssuers - Variable in class org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder
-
Function for determining additional valid Issuer values.
- validRecipients - Variable in class org.opensaml.xmlsec.encryption.support.ChainingEncryptedKeyResolver.ChainingIterator
-
The recipients for resolution.
- validUntil - Variable in class org.opensaml.saml.saml2.metadata.impl.AffiliationDescriptorImpl
-
validUntil attribute.
- validUntil - Variable in class org.opensaml.saml.saml2.metadata.impl.EntitiesDescriptorImpl
-
validUntil attribute.
- validUntil - Variable in class org.opensaml.saml.saml2.metadata.impl.EntityDescriptorImpl
-
validUntil attribute.
- validUntil - Variable in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorImpl
-
validUntil attribute.
- value - Variable in class org.opensaml.core.xml.mock.SimpleXMLObject
-
Value of the object stored as text content in the element.
- value - Variable in class org.opensaml.core.xml.schema.impl.XSBase64BinaryImpl
-
Value of this base64Binary element.
- value - Variable in class org.opensaml.core.xml.schema.impl.XSBooleanImpl
-
Value of this string element.
- value - Variable in class org.opensaml.core.xml.schema.impl.XSDateTimeImpl
-
Value of this dateTime element.
- value - Variable in class org.opensaml.core.xml.schema.impl.XSIntegerImpl
-
Value of this integer element.
- value - Variable in class org.opensaml.core.xml.schema.impl.XSQNameImpl
-
QName value.
- value - Variable in class org.opensaml.core.xml.schema.impl.XSStringImpl
-
Value of this string element.
- value - Variable in class org.opensaml.core.xml.schema.impl.XSURIImpl
-
URI value.
- value - Variable in class org.opensaml.core.xml.schema.XSBooleanValue
-
Value of this boolean.
- value - Variable in class org.opensaml.saml.common.messaging.context.SAMLConsentContext
-
The SAML Consent value in use.
- value - Variable in class org.opensaml.saml.metadata.criteria.entity.DetectDuplicateEntityIDsCriterion
-
The configured duplicate detection value.
- value - Variable in class org.opensaml.saml.metadata.resolver.index.SimpleStringMetadataIndexKey
-
The indexed value.
- value - Variable in class org.opensaml.saml.saml1.core.impl.RespondWithImpl
-
Value of this element.
- value - Variable in class org.opensaml.saml.saml1.core.impl.StatusCodeImpl
-
Contents of the Value attribute.
- value - Variable in class org.opensaml.saml.saml2.core.impl.StatusCodeImpl
-
Value attribute URI.
- value - Variable in enum class org.opensaml.security.credential.UsageType
-
Enum string value.
- value - Variable in class org.opensaml.soap.wsaddressing.impl.AttributedUnsignedLongImpl
-
Element's long value.
- value - Variable in class org.opensaml.soap.wsfed.impl.AddressImpl
-
Address value.
- value - Variable in class org.opensaml.soap.wssecurity.impl.AttributedStringImpl
-
The string value.
- value - Variable in class org.opensaml.soap.wssecurity.impl.SignatureConfirmationImpl
-
the Value attribute value.
- value - Variable in class org.opensaml.soap.wstrust.impl.DelegatableImpl
-
The wst:Forwardable content.
- value - Variable in class org.opensaml.soap.wstrust.impl.ForwardableImpl
-
The wst:Forwardable content.
- value - Variable in class org.opensaml.storage.StorageRecord
-
Value field.
- value - Variable in class org.opensaml.storage.testing.StorageServiceTest.AnnotatedObject
-
Value.
- value - Variable in class org.opensaml.xacml.ctx.impl.ResourceContentTypeImpl
-
String value of the mixed content element.
- value - Variable in class org.opensaml.xacml.ctx.impl.StatusCodeTypeImpl
-
The attribute Value.
- value - Variable in class org.opensaml.xacml.policy.impl.CombinerParameterTypeImpl
-
Values.
- value - Variable in class org.opensaml.xmlsec.agreement.impl.KANonce
-
Base64-encoded nonce value.
- value - Variable in class org.opensaml.xmlsec.signature.impl.X509SerialNumberImpl
-
The serial number value.
- value() - Element in annotation interface org.opensaml.storage.annotation.Context
-
Get the value of this annotation.
- value() - Element in annotation interface org.opensaml.storage.annotation.Expiration
-
Get the value of this annotation.
- value() - Element in annotation interface org.opensaml.storage.annotation.Key
-
Get the value of this annotation.
- value() - Element in annotation interface org.opensaml.storage.annotation.Value
-
Get the value of this annotation.
- Value - Annotation Interface in org.opensaml.storage.annotation
-
Identifies the field of a class that serves as the value of a
StorageServicerecord. - 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_FORM_FIELD - Static variable in class org.opensaml.storage.impl.client.LoadClientStorageServices
-
Name of local storage form field containing value read.
- 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(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 enum class org.opensaml.core.metrics.LoggerDrivenMetricFilter.Level
-
Returns the enum constant of this class with the specified 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 class org.opensaml.core.xml.SpaceBearing.XMLSpaceEnum
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opensaml.core.xml.util.XMLObjectSupport.CloneOutputOption
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opensaml.messaging.context.navigate.MessageContextLookup.Direction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opensaml.saml.common.assertion.ValidationResult
-
Returns the enum constant of this class with the specified name.
- 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 class org.opensaml.saml.common.xml.SAMLSchemaBuilder.SAML1Version
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opensaml.saml.metadata.resolver.DetectDuplicateEntityIDs
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opensaml.saml.metadata.resolver.filter.impl.PredicateFilter.Direction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opensaml.saml.metadata.resolver.impl.TemplateRequestURLBuilder.EncodingStyle
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opensaml.saml.saml1.core.DecisionTypeEnumeration
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opensaml.saml.saml2.core.AuthnContextComparisonTypeEnumeration
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opensaml.saml.saml2.core.DecisionTypeEnumeration
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opensaml.saml.saml2.encryption.Encrypter.KeyPlacement
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opensaml.saml.saml2.metadata.ContactPersonTypeEnumeration
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opensaml.saml.security.SAMLMetadataKeyAgreementEncryptionConfiguration.KeyWrap
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opensaml.security.credential.UsageType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opensaml.soap.util.SOAPVersion
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opensaml.soap.wssecurity.messaging.Token.ValidationStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opensaml.spring.credential.AbstractBasicCredentialFactoryBean.SecretKeyEncoding
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opensaml.storage.impl.client.ClientStorageService.ClientStorageSource
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opensaml.xacml.ctx.DecisionType.DECISION
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opensaml.xacml.policy.EffectType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opensaml.xmlsec.algorithm.AlgorithmDescriptor.AlgorithmType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opensaml.xmlsec.AlgorithmPolicyConfiguration.Precedence
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opensaml.xmlsec.keyinfo.KeyInfoCredentialResolutionMode.Mode
-
Returns the enum constant of this class with the specified name.
- values - Variable in class org.opensaml.saml.common.profile.logic.EntityAttributesPredicate.Candidate
-
Values that must match exactly.
- values() - Static method in enum class org.opensaml.core.metrics.LoggerDrivenMetricFilter.Level
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opensaml.core.xml.SpaceBearing.XMLSpaceEnum
-
Returns an array containing the constants of this enum class, 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 class org.opensaml.core.xml.util.XMLObjectSupport.CloneOutputOption
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opensaml.messaging.context.navigate.MessageContextLookup.Direction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opensaml.saml.common.assertion.ValidationResult
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opensaml.saml.common.xml.SAMLSchemaBuilder.SAML1Version
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opensaml.saml.metadata.resolver.DetectDuplicateEntityIDs
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opensaml.saml.metadata.resolver.filter.impl.PredicateFilter.Direction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opensaml.saml.metadata.resolver.impl.TemplateRequestURLBuilder.EncodingStyle
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opensaml.saml.saml1.core.DecisionTypeEnumeration
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opensaml.saml.saml2.core.AuthnContextComparisonTypeEnumeration
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opensaml.saml.saml2.core.DecisionTypeEnumeration
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opensaml.saml.saml2.encryption.Encrypter.KeyPlacement
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opensaml.saml.saml2.metadata.ContactPersonTypeEnumeration
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opensaml.saml.security.SAMLMetadataKeyAgreementEncryptionConfiguration.KeyWrap
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opensaml.security.credential.UsageType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opensaml.soap.util.SOAPVersion
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opensaml.soap.wssecurity.messaging.Token.ValidationStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opensaml.spring.credential.AbstractBasicCredentialFactoryBean.SecretKeyEncoding
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opensaml.storage.impl.client.ClientStorageService.ClientStorageSource
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opensaml.xacml.ctx.DecisionType.DECISION
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opensaml.xacml.policy.EffectType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opensaml.xmlsec.algorithm.AlgorithmDescriptor.AlgorithmType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opensaml.xmlsec.AlgorithmPolicyConfiguration.Precedence
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opensaml.xmlsec.keyinfo.KeyInfoCredentialResolutionMode.Mode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- valueSize - Variable in class org.opensaml.storage.AbstractStorageService
-
Configurable value size limit.
- valueSize - Variable in class org.opensaml.storage.impl.memcached.MemcachedStorageCapabilities
-
Maximum size of memcached values.
- valueType - Variable in class org.opensaml.soap.wssecurity.impl.BinarySecurityTokenImpl
-
wsse:BinarySecurityToken/@ValueType attribute.
- valueType - Variable in class org.opensaml.soap.wssecurity.impl.EmbeddedImpl
-
wsse:Embedded/@wsse:ValueType attribute.
- valueType - Variable in class org.opensaml.soap.wssecurity.impl.KeyIdentifierImpl
-
wsse:KeyIdentifier/@ValueType attribute.
- valueType - Variable in class org.opensaml.soap.wssecurity.impl.ReferenceImpl
-
wsse:Reference/@ValueType attribute.
- valueType - Variable in class org.opensaml.soap.wstrust.impl.BinaryExchangeImpl
-
The wst:BinaryExchange/@ValueType attribute value.
- 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
-
Builder for
VariableDefinitionType. - 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
- variableId - Variable in class org.opensaml.xacml.policy.impl.VariableDefinitionTypeImpl
-
Variable id.
- 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
-
Builder for
VariableReferenceType. - 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
- velocityEngine - Variable in class org.opensaml.saml.metadata.generator.impl.VelocityMetadataGenerator
-
Velocity engine.
- velocityEngine - Variable in class org.opensaml.saml.saml1.binding.encoding.impl.HTTPPostEncoder
-
Velocity engine used to evaluate the template when performing POST encoding.
- velocityEngine - Variable in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPArtifactEncoder
-
Velocity engine used to evaluate the template when performing POST encoding.
- velocityEngine - Variable in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPPostEncoder
-
Velocity engine used to evaluate the template when performing POST encoding.
- VelocityMetadataGenerator - Class in org.opensaml.saml.metadata.generator.impl
-
Implementation of SAML metadata generation using Velocity.
- VelocityMetadataGenerator() - Constructor for class org.opensaml.saml.metadata.generator.impl.VelocityMetadataGenerator
- velocityTemplateId - Variable in class org.opensaml.saml.saml1.binding.encoding.impl.HTTPPostEncoder
-
ID of the velocity template used when performing POST encoding.
- velocityTemplateId - Variable in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPArtifactEncoder
-
ID of the velocity template used when performing POST encoding.
- velocityTemplateId - Variable in class org.opensaml.saml.saml2.binding.encoding.impl.HTTPPostEncoder
-
ID of the Velocity template used when performing POST encoding.
- verificationDepth - Variable in class org.opensaml.security.x509.impl.BasicPKIXValidationInformation
-
Max verification depth during PKIX validation.
- 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.
- 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.
- VerifyChannelBindings - Class in org.opensaml.saml.common.profile.impl
-
Action that verifies two sets of
ChannelBindingsfrom two differentChannelBindingsContextobjects obtained via lookup functions, by default from below the inbound message context and from below aSOAP11Contextbelow the inbound message context. - VerifyChannelBindings() - Constructor for class org.opensaml.saml.common.profile.impl.VerifyChannelBindings
-
Constructor.
- verifyDepth - Variable in class org.opensaml.spring.trust.AbstractBasicPKIXValidationInfoFactoryBean
-
Verification depth.
- verifyDepth - Variable in class org.opensaml.spring.trust.StaticPKIXFactoryBean
-
Verification depth.
- 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 - Variable in class org.opensaml.saml.saml1.core.impl.AssertionImpl
-
SAML version of this assertion.
- version - Variable in class org.opensaml.saml.saml1.core.impl.RequestAbstractTypeImpl
-
Version of this SAML message.
- version - Variable in class org.opensaml.saml.saml1.core.impl.ResponseAbstractTypeImpl
-
Message version.
- version - Variable in class org.opensaml.saml.saml2.core.impl.AssertionImpl
-
SAML Version of the assertion.
- version - Variable in class org.opensaml.saml.saml2.core.impl.RequestAbstractTypeImpl
-
SAML Version of the request.
- version - Variable in class org.opensaml.saml.saml2.core.impl.StatusResponseTypeImpl
-
SAML Version attribute.
- version - Variable in class org.opensaml.storage.StorageRecord
-
Version field.
- version - Variable in class org.opensaml.xacml.policy.impl.IdReferenceTypeImpl
-
Value of this version.
- version - Variable in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
-
Version of this policy set.
- version - Variable in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
-
Version of this policy.
- Version - Class in org.opensaml.core
-
Class for printing the version of this library.
- Version() - Constructor for class org.opensaml.core.Version
-
Constructor.
- VERSION - Static variable in class org.opensaml.core.Version
-
IdP version.
- 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(String, Throwable) - Constructor for exception org.opensaml.storage.VersionMismatchException
-
Constructor.
- VersionMismatchException(Throwable) - Constructor for exception org.opensaml.storage.VersionMismatchException
-
Constructor.
- versionString - Variable in class org.opensaml.saml.common.SAMLVersion
-
String representation of the version.
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.
- wantAssertionsSigned - Variable in class org.opensaml.saml.ext.saml2mdquery.impl.QueryDescriptorTypeImpl
-
WantAssertionSigned attribute value.
- wantAuthnRequestsSigned - Variable in class org.opensaml.saml.saml2.metadata.impl.IDPSSODescriptorImpl
-
wantAuthnRequestSigned attribute.
- WARN - Enum constant in enum class org.opensaml.core.metrics.LoggerDrivenMetricFilter.Level
-
Warn level.
- wasLastRefreshSuccess - Variable in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
-
Flag indicating whether last refresh cycle was successful.
- wasLastRefreshSuccess() - Method in class org.opensaml.saml.metadata.resolver.ChainingMetadataResolver
-
Gets whether the last refresh cycle was successful.
- wasLastRefreshSuccess() - Method in class org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver
-
Gets whether the last refresh cycle was successful.
- wasLastRefreshSuccess() - Method in class org.opensaml.saml.metadata.resolver.impl.CompositeMetadataResolver
-
Gets whether the last refresh cycle was successful.
- wasLastRefreshSuccess() - Method in interface org.opensaml.saml.metadata.resolver.RefreshableMetadataResolver
-
Gets whether the last refresh cycle was successful.
- width - Variable in class org.opensaml.saml.ext.saml2mdui.impl.LogoImpl
-
X-Dimension of the logo.
- 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.
- wrapped - Variable in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList.MutableChildrenIterator
-
The wrapped iterator instance.
- wrapped - Variable in class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter.MutableChildrenList.MutableChildrenListIterator
-
The wrapper iterator.
- wrappedFactory - Variable in class org.opensaml.security.httpclient.impl.SecurityEnhancedTLSSocketFactory
-
The HttpClient socket factory instance wrapped by this implementation.
- wrappedHandler - Variable in class org.opensaml.messaging.handler.impl.MessageHandlerErrorStrategyAdapter
-
The wrapped message handler.
- wrappedIterator - Variable in class org.opensaml.messaging.context.BaseContext.ContextSetNoRemoveIteratorDecorator
-
The decorated iterator.
- wrappedToken - Variable in class org.opensaml.soap.wssecurity.messaging.AbstractToken
-
The wrapped token object instance.
- WRITE_ACTION - Static variable in interface org.opensaml.saml.saml2.core.Action
-
Write action.
- WS_ADDRESSING_FAULTS - Static variable in class org.opensaml.soap.wsaddressing.WSAddressingConstants
-
Set of all WS-Addressing SOAP fault codes.
- WS_SECURITY_NS - Static variable in class org.opensaml.soap.wssecurity.WSSecurityConstants
-
WS-Security SOAP Message Security 1.0 namespace.
- WS_SECURITY11_NS - Static variable in class org.opensaml.soap.wssecurity.WSSecurityConstants
-
WS-Security SOAP Message Security 1.1 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
IsReferenceParameterattribute local name. - WSA_IS_REFERENCE_PARAMETER_ATTR_NAME - Static variable in interface org.opensaml.soap.wsaddressing.IsReferenceParameterBearing
-
the
wsa:IsReferenceParameterqualified 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.
- wsAddressingActionURI - Variable in class org.opensaml.soap.soap11.messaging.impl.SOAP11FaultContextDecoratingErrorHandler
-
The WS-Addressing fault action URI to supply via the context.
- WSAddressingConstants - Class in org.opensaml.soap.wsaddressing
-
WS-Addressing 1.0 constants.
- WSAddressingConstants() - Constructor for class org.opensaml.soap.wsaddressing.WSAddressingConstants
-
Prevent instantiation.
- WSAddressingContext - Class in org.opensaml.soap.wsaddressing.messaging
-
A subcontext that carries information related to WS-Addressing processing.
- WSAddressingContext() - Constructor for class org.opensaml.soap.wsaddressing.messaging.WSAddressingContext
- 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.
- WSAddressingSupport() - Constructor for class org.opensaml.soap.wsaddressing.util.WSAddressingSupport
-
Private constructor.
- 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.
- WSFedConstants() - Constructor for class org.opensaml.soap.wsfed.WSFedConstants
-
Constructor.
- 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.
- WSPolicyConstants() - Constructor for class org.opensaml.soap.wspolicy.WSPolicyConstants
-
Constructor.
- 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.
- 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.
- 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:TokenTypeattribute local name. - WSSE11_TOKEN_TYPE_ATTR_NAME - Static variable in interface org.opensaml.soap.wssecurity.TokenTypeBearing
-
The
@wsse11:TokenTypequalified attribute name. - WSSecurityConstants - Class in org.opensaml.soap.wssecurity
-
Constants for the WS-Security 2004.
- WSSecurityConstants() - Constructor for class org.opensaml.soap.wssecurity.WSSecurityConstants
-
Prevents instantiation.
- WSSecurityContext - Class in org.opensaml.soap.wssecurity.messaging
-
A subcontext that carries information related to WS-Security processing.
- WSSecurityContext() - Constructor for class org.opensaml.soap.wssecurity.messaging.WSSecurityContext
-
Constructor.
- WSSecurityMessagingSupport - Class in org.opensaml.soap.wssecurity.messaging
-
Helper methods for working with WS-Security messaging.
- WSSecurityMessagingSupport() - Constructor for class org.opensaml.soap.wssecurity.messaging.WSSecurityMessagingSupport
-
Private constructor.
- 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.
- WSSecuritySAML20AssertionTokenSecurityHandler - Class in org.opensaml.saml.saml2.wssecurity.messaging.impl
-
A security handler which resolves SAML 2.0 Assertion tokens from a SOAP envelope's wsse:Security header, validates them, and makes them available via via the
WSSecurityContext. - WSSecuritySAML20AssertionTokenSecurityHandler() - Constructor for class org.opensaml.saml.saml2.wssecurity.messaging.impl.WSSecuritySAML20AssertionTokenSecurityHandler
-
Constructor.
- WSSecuritySupport - Class in org.opensaml.soap.wssecurity.util
-
Helper methods for working with WS-Security.
- WSSecuritySupport() - Constructor for class org.opensaml.soap.wssecurity.util.WSSecuritySupport
-
Private constructor.
- 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.
- WSTrustConstants() - Constructor for class org.opensaml.soap.wstrust.WSTrustConstants
-
Constructor.
- 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
Idattribute local name. - WSU_ID_ATTR_NAME - Static variable in interface org.opensaml.soap.wssecurity.IdBearing
-
the
wsu:Idqualified 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.
- wsuId - Variable in class org.opensaml.soap.wssecurity.impl.EncryptedHeaderImpl
-
The
@wsu:Idatribute.
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 - Variable in class org.opensaml.security.x509.impl.BasicX509CredentialNameEvaluator
-
Responsible for parsing and serializing X.500 names to/from
X500Principalinstances. - x500DNHandler - Variable in class org.opensaml.security.x509.impl.CertPathPKIXTrustEvaluator
-
Responsible for parsing and serializing X.500 names to/from
X500Principalinstances. - x500DNHandler - Variable in class org.opensaml.security.x509.tls.CertificateNameOptions
-
Responsible for serializing X.500 names to strings from certificate-derived
X500Principalinstances. - x500DNHandler - Variable in class org.opensaml.xmlsec.keyinfo.impl.provider.InlineX509DataProvider
-
Responsible for parsing and serializing X.500 names to/from
X500Principalinstances. - x500DNHandler - Variable in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509Options
-
Responsible for parsing and serializing X.500 names to/from
X500Principalinstances. - X500DNHandler - Interface in org.opensaml.security.x509
-
Interface for implementations which handle parsing and serialization of X.500 names represented by
X500Principal. - x500IssuerDNFormat - Variable in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509Options
-
The format specifier for outputting X.500 issuer names.
- x500SubjectDNFormat - Variable in class org.opensaml.security.x509.tls.CertificateNameOptions
-
The format specifier for serializing X.500 subject names to strings.
- x500SubjectDNFormat - Variable in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509Options
-
The format specifier for outputting X.500 subject names.
- 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.
- x509CertFactory - Static variable in class org.opensaml.xmlsec.keyinfo.KeyInfoSupport
-
Factory for
X509CertificateandX509CRLcreation. - 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
- 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.
- X509CertificateImpl.CleanerState - Class in org.opensaml.xmlsec.signature.impl
-
The action to be taken when the current state must be cleaned.
- 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
X509Credentialagainst 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
- 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.
- X509CRLImpl.CleanerState - Class in org.opensaml.xmlsec.signature.impl
-
The action to be taken when the current state must be cleaned.
- X509Data - Interface in org.opensaml.xmlsec.signature
-
XMLObject representing XML Digital Signature, version 20020212, X509Data element.
- x509DataBuilder - Variable in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
-
Builder for X509Data objects.
- X509DataBuilder - Class in org.opensaml.xmlsec.signature.impl
-
Builder of
X509Data. - X509DataBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.X509DataBuilder
- 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
X509Dataobjects. - X509DataMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.X509DataMarshaller
- X509DataUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
-
A thread-safe Unmarshaller for
X509Dataobjects. - X509DataUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.X509DataUnmarshaller
- x509digest - Variable in class org.opensaml.security.credential.criteria.impl.EvaluableX509DigestCredentialCriterion
-
X.509 certificate digest.
- x509digest - Variable in class org.opensaml.security.x509.X509DigestCriterion
-
X.509 certificate digest.
- X509Digest - Interface in org.opensaml.xmlsec.signature
-
XMLObject representing XML Digital Signature 1.1 X509Digest element.
- x509DigestAlgorithmURI - Variable in class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory.X509Options
-
X509Digest digest algorithm URI.
- X509DigestBuilder - Class in org.opensaml.xmlsec.signature.impl
-
Builder of
X509Digest. - X509DigestBuilder() - Constructor for class org.opensaml.xmlsec.signature.impl.X509DigestBuilder
- X509DigestCriterion - Class in org.opensaml.security.x509
-
An implementation of
Criterionwhich 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
X509Digestobjects. - X509DigestMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.X509DigestMarshaller
- X509DigestUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
-
A thread-safe Unmarshaller for
X509Digestobjects. - X509DigestUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.X509DigestUnmarshaller
- X509InlineCredentialFactoryBean - Class in org.opensaml.spring.credential
-
A factory bean to understand X509Inline credentials.
- X509InlineCredentialFactoryBean() - Constructor for class org.opensaml.spring.credential.X509InlineCredentialFactoryBean
- 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
- 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
- X509IssuerSerialCriterion - Class in org.opensaml.security.x509
-
An implementation of
Criterionwhich 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
X509IssuerSerialobjects. - X509IssuerSerialMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.X509IssuerSerialMarshaller
- X509IssuerSerialUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
-
A thread-safe Unmarshaller for
X509IssuerSerialobjects. - X509IssuerSerialUnmarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.X509IssuerSerialUnmarshaller
- X509KeyInfoGenerator(X509KeyInfoGeneratorFactory.X509Options, Class<? extends KeyInfo>) - 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
KeyInfoGeneratorcapable of handling the information contained within anX509Credential. - X509KeyInfoGeneratorFactory() - Constructor for class org.opensaml.xmlsec.keyinfo.impl.X509KeyInfoGeneratorFactory
-
Constructor.
- X509KeyInfoGeneratorFactory.X509KeyInfoGenerator - Class in org.opensaml.xmlsec.keyinfo.impl
-
An implementation of
KeyInfoGeneratorcapable of handling the information contained within aX509Credential. - X509KeyInfoGeneratorFactory.X509Options - Class in org.opensaml.xmlsec.keyinfo.impl
-
Options to be used in the production of a
KeyInfofrom anX509Credential. - X509KeyManagerX509CredentialAdapter - Class in org.opensaml.security.x509.impl
-
A class that wraps a
X509KeyManagerand exposes it as anX509Credential. - 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
- 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
X509SerialNumberobjects. - X509SerialNumberMarshaller() - Constructor for class org.opensaml.xmlsec.signature.impl.X509SerialNumberMarshaller
- X509SerialNumberUnmarshaller - Class in org.opensaml.xmlsec.signature.impl
-
Thread-safe unmarshaller for
X509SerialNumberobjects. - 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
- 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
Criterionwhich 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
- X509SubjectNameCriterion - Class in org.opensaml.security.x509
-
An implementation of
Criterionwhich 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.
- x509TrustEngine - Variable in class org.opensaml.security.x509.tls.ClientTLSValidationParameters
-
A
TrustEngineinstance used to validate a client TLSX509Credential. - x509TrustEngine - Variable in class org.opensaml.security.x509.tls.impl.BasicClientTLSValidationConfiguration
-
A
TrustEngineinstance used to validate a client TLSX509Credential. - X962c2tnb191v1 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'X9.62 c2tnb191v1', OID: 1.2.840.10045.3.0.5.
- X962c2tnb191v1() - Constructor for class org.opensaml.security.crypto.ec.curves.X962c2tnb191v1
- X962c2tnb191v2 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'X9.62 c2tnb191v2', OID: 1.2.840.10045.3.0.6.
- X962c2tnb191v2() - Constructor for class org.opensaml.security.crypto.ec.curves.X962c2tnb191v2
- X962c2tnb191v3 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'X9.62 c2tnb191v3', OID: 1.2.840.10045.3.0.7.
- X962c2tnb191v3() - Constructor for class org.opensaml.security.crypto.ec.curves.X962c2tnb191v3
- X962c2tnb239v1 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'X9.62 c2tnb239v1', OID: 1.2.840.10045.3.0.11.
- X962c2tnb239v1() - Constructor for class org.opensaml.security.crypto.ec.curves.X962c2tnb239v1
- X962c2tnb239v2 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'X9.62 c2tnb239v2', OID: 1.2.840.10045.3.0.12.
- X962c2tnb239v2() - Constructor for class org.opensaml.security.crypto.ec.curves.X962c2tnb239v2
- X962c2tnb239v3 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'X9.62 c2tnb239v3', OID: 1.2.840.10045.3.0.13.
- X962c2tnb239v3() - Constructor for class org.opensaml.security.crypto.ec.curves.X962c2tnb239v3
- X962c2tnb359v1 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'X9.62 c2tnb359v1', OID: 1.2.840.10045.3.0.18.
- X962c2tnb359v1() - Constructor for class org.opensaml.security.crypto.ec.curves.X962c2tnb359v1
- X962c2tnb431r1 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'X9.62 c2tnb431r1', OID: 1.2.840.10045.3.0.20.
- X962c2tnb431r1() - Constructor for class org.opensaml.security.crypto.ec.curves.X962c2tnb431r1
- X962prime192v2 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'X9.62 prime192v2', OID: 1.2.840.10045.3.1.2.
- X962prime192v2() - Constructor for class org.opensaml.security.crypto.ec.curves.X962prime192v2
- X962prime192v3 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'X9.62 prime192v3', OID: 1.2.840.10045.3.1.3.
- X962prime192v3() - Constructor for class org.opensaml.security.crypto.ec.curves.X962prime192v3
- X962prime239v1 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'X9.62 prime239v1', OID: 1.2.840.10045.3.1.4.
- X962prime239v1() - Constructor for class org.opensaml.security.crypto.ec.curves.X962prime239v1
- X962prime239v2 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'X9.62 prime239v2', OID: 1.2.840.10045.3.1.5.
- X962prime239v2() - Constructor for class org.opensaml.security.crypto.ec.curves.X962prime239v2
- X962prime239v3 - Class in org.opensaml.security.crypto.ec.curves
-
Descriptor for named curve 'X9.62 prime239v3', OID: 1.2.840.10045.3.1.6.
- X962prime239v3() - Constructor for class org.opensaml.security.crypto.ec.curves.X962prime239v3
- XACML_PREFIX - Static variable in class org.opensaml.xacml.XACMLConstants
-
The prefix for the use of xacml policy.
- 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.
- 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
XACMLAuthzDecisionQueryTypeobjects. - 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
XACMLAuthzDecisionQueryTypeobjects. - 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
XACMLAuthzDecisionQueryTypeobjects. - 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
-
vBuilder for
XACMLAuthzDecisionStatementTypeImplobjects. - 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.
- XACMLConstants() - Constructor for class org.opensaml.xacml.XACMLConstants
-
Constructor.
- 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
XACMLPolicyQueryTypeobjects. - 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
XACMLPolicyStatementTypeImplobjects. - 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
baseattribute local name. - XML_BASE_ATTR_NAME - Static variable in interface org.opensaml.core.xml.BaseBearing
-
The
xml:basequalified 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
idattribute local name. - XML_ID_ATTR_NAME - Static variable in interface org.opensaml.core.xml.IdBearing
-
The
xml:idqualified attribute name. - XML_LANG_ATTR_LOCAL_NAME - Static variable in interface org.opensaml.core.xml.LangBearing
-
The
langattribute local name. - XML_LANG_ATTR_NAME - Static variable in interface org.opensaml.core.xml.LangBearing
-
The
xml:langqualified attribute name. - XML_NAMESPACE - Static variable in class org.opensaml.core.xml.NamespaceManager
-
The 'xml' namespace.
- 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
spaceattribute local name. - XML_SPACE_ATTR_NAME - Static variable in interface org.opensaml.core.xml.SpaceBearing
-
The
xml:spacequalified attribute name. - XMLAttributeSupport - Class in org.opensaml.core.xml.util
-
Helper methods for working with global attributes from the XML namespace.
- XMLAttributeSupport() - Constructor for class org.opensaml.core.xml.util.XMLAttributeSupport
-
Private constructor.
- xmlChildren - Variable in class org.opensaml.xmlsec.encryption.impl.AgreementMethodImpl
-
List of wildcard <any> XMLObject children.
- xmlChildren - Variable in class org.opensaml.xmlsec.encryption.impl.ReferenceTypeImpl
-
List of <any> XML child elements.
- xmlChildren - Variable in class org.opensaml.xmlsec.signature.impl.PGPDataImpl
-
List of <any> wildcard XMLObject children.
- XMLClientStorageServiceStore - Class in org.opensaml.storage.impl.client
-
XML-based storage for
ClientStorageService. - XMLClientStorageServiceStore(ParserPool) - Constructor for class org.opensaml.storage.impl.client.XMLClientStorageServiceStore
-
Constructor.
- XMLClientStorageServiceStore.XMLClientStorageServiceStoreFactory - Class in org.opensaml.storage.impl.client
-
Factory for XML-backed store.
- XMLClientStorageServiceStoreFactory() - Constructor for class org.opensaml.storage.impl.client.XMLClientStorageServiceStore.XMLClientStorageServiceStoreFactory
-
Constructor.
- 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(String, Throwable) - Constructor for exception org.opensaml.core.xml.config.XMLConfigurationException
-
Constructor.
- XMLConfigurationException(Throwable) - 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.
- 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.
- 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.
- XMLEncryptionBuilder<XMLEncryptionType extends XMLObject> - Interface in org.opensaml.xmlsec.encryption
-
Builder for XMLObjects from
org.opensaml.xmlsec.encryption. - XMLExpressableKeyAgreementParameter - Interface in org.opensaml.xmlsec.agreement
-
A key agreement parameter which is capable of expressing its own
XMLObjectrepresentation. - 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.
- XMLObjectBaseTestCase - Class in org.opensaml.core.testing
-
Base test case class for tests that operate on XMLObjects.
- XMLObjectBaseTestCase() - Constructor for class org.opensaml.core.testing.XMLObjectBaseTestCase
- XMLObjectBuilder<XMLObjectType extends XMLObject> - Interface in org.opensaml.core.xml
-
A builder for XMLObjects.
- xmlObjectBuilderFactory - Variable in class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
-
Factory for XMLObjectBuilders.
- 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.
- XMLObjectLoadSaveManager<T extends XMLObject> - Interface in org.opensaml.core.xml.persist
-
Interface for a component which is capable of loading and saving instances of
XMLObject, based on a string key. - XMLObjectProviderBaseTestCase - Class in org.opensaml.core.testing
-
Base test case for
XMLObjects in XMLTooling for which we need a full set of object provider tests, i.e marshalling and unmarshalling of single elements; with optional attributes; and with child elements. - XMLObjectProviderBaseTestCase() - Constructor for class org.opensaml.core.testing.XMLObjectProviderBaseTestCase
- XMLObjectProviderInitializer - Class in org.opensaml.core.xml.config
-
XMLObject provider initializer for module "core".
- XMLObjectProviderInitializer - Class in org.opensaml.saml.config.impl
-
XMLObject provider initializer for module "saml-impl".
- XMLObjectProviderInitializer - Class in org.opensaml.soap.config.impl
-
XMLObject provider initializer for module "soap-impl".
- XMLObjectProviderInitializer - Class in org.opensaml.xacml.config.impl
-
XMLObject provider initializer for module "xacml-impl".
- XMLObjectProviderInitializer - Class in org.opensaml.xacml.profile.saml.config.impl
-
XMLObject provider initializer for module "xacml-saml-impl".
- XMLObjectProviderInitializer - Class in org.opensaml.xmlsec.config.impl
-
XMLObject provider initializer for module "xmlsec-impl".
- XMLObjectProviderInitializer() - Constructor for class org.opensaml.core.xml.config.XMLObjectProviderInitializer
- XMLObjectProviderInitializer() - Constructor for class org.opensaml.saml.config.impl.XMLObjectProviderInitializer
- XMLObjectProviderInitializer() - Constructor for class org.opensaml.soap.config.impl.XMLObjectProviderInitializer
- XMLObjectProviderInitializer() - Constructor for class org.opensaml.xacml.config.impl.XMLObjectProviderInitializer
- XMLObjectProviderInitializer() - Constructor for class org.opensaml.xacml.profile.saml.config.impl.XMLObjectProviderInitializer
- XMLObjectProviderInitializer() - Constructor for class org.opensaml.xmlsec.config.impl.XMLObjectProviderInitializer
- XMLObjectProviderInitializerBaseTestCase - Class in org.opensaml.core.testing
-
An abstract base class for XMLObject provider initializers which takes care of the boilerplate, requiring concrete subclasses to only supply the initializer impl to test along with the collection of QNames to check.
- XMLObjectProviderInitializerBaseTestCase() - Constructor for class org.opensaml.core.testing.XMLObjectProviderInitializerBaseTestCase
- 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.
- xmlObjects - Variable in class org.opensaml.soap.wspolicy.impl.OperatorContentTypeImpl
-
All child elements.
- XMLObjectSource - Class in org.opensaml.core.xml.util
-
A bean class which can be optionally used to represent the original source byte[] from which an
XMLObjectwas parsed and unmarshalled. - XMLObjectSource(byte[]) - Constructor for class org.opensaml.core.xml.util.XMLObjectSource
-
Constructor.
- XMLObjectSupport - Class in org.opensaml.core.xml.util
-
A helper class for working with XMLObjects.
- XMLObjectSupport() - Constructor for class org.opensaml.core.xml.util.XMLObjectSupport
-
Constructor.
- XMLObjectSupport.CloneOutputOption - Enum Class in org.opensaml.core.xml.util
-
Options for handling output of XMLObject cloning.
- xmlObjectToStrings(XMLObject) - Method in class org.opensaml.saml.common.profile.logic.EntityAttributesPredicate.EntityAttributesMatcher
-
Convert an XMLObject to an array of String which can represent the type, if recognized.
- 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(Exception) - Constructor for exception org.opensaml.core.xml.XMLRuntimeException
-
Constructor.
- XMLRuntimeException(String) - Constructor for exception org.opensaml.core.xml.XMLRuntimeException
-
Constructor.
- XMLRuntimeException(String, Exception) - Constructor for exception org.opensaml.core.xml.XMLRuntimeException
-
Constructor.
- XMLSecurityConfiguration - Interface in org.opensaml.xmlsec.config
-
Extends base interface with XML Security configuration objects.
- 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.
- 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.
- xmlSignature - Variable in class org.opensaml.xmlsec.signature.impl.SignatureImpl
-
Constructed Apache XML Security signature object.
- 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
- 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.
- XMLSigningUtil() - Constructor for class org.opensaml.xmlsec.crypto.XMLSigningUtil
-
Constructor.
- XMLSpaceEnum() - Constructor for enum class org.opensaml.core.xml.SpaceBearing.XMLSpaceEnum
- 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
- 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 - Variable in class org.opensaml.xacml.policy.impl.DefaultsTypeImpl
-
XPath version.
- XPathVersion - Interface in org.opensaml.xacml.policy
-
XACML XPathVersion schema.
- XSAny - Interface in org.opensaml.core.xml.schema
-
Represents the schema Any type.
- XSAnyAdapter - Interface in org.opensaml.core.xml
-
Interface for implementations which adapt/wrap an instance of
XSAny. - 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
XSAnyobjects. - 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
XSBase64BinaryImplobjects. - 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
XSBase64Binaryobjects. - XSBase64BinaryMarshaller() - Constructor for class org.opensaml.core.xml.schema.impl.XSBase64BinaryMarshaller
- XSBase64BinaryUnmarshaller - Class in org.opensaml.core.xml.schema.impl
-
Thread-safe unmarshaller for
XSBase64Binaryobjects. - XSBase64BinaryUnmarshaller() - Constructor for class org.opensaml.core.xml.schema.impl.XSBase64BinaryUnmarshaller
- XSBoolean - Interface in org.opensaml.core.xml.schema
-
XSBoolean is the
xs:booleanschema type. - XSBooleanBuilder - Class in org.opensaml.core.xml.schema.impl
-
Builder of
XSBooleanImplobjects. - 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
XSBooleanobjects. - XSBooleanMarshaller() - Constructor for class org.opensaml.core.xml.schema.impl.XSBooleanMarshaller
- XSBooleanUnmarshaller - Class in org.opensaml.core.xml.schema.impl
-
Thread-safe unmarshaller for
XSBooleanobjects. - 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
XSDateTimeobjects. - 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
XSDateTimeobjects. - XSDateTimeMarshaller() - Constructor for class org.opensaml.core.xml.schema.impl.XSDateTimeMarshaller
- XSDateTimeUnmarshaller - Class in org.opensaml.core.xml.schema.impl
-
Thread-safe unmarshaller for
XSDateTimeobjects. - XSDateTimeUnmarshaller() - Constructor for class org.opensaml.core.xml.schema.impl.XSDateTimeUnmarshaller
- XSI_NAMESPACE - Static variable in class org.opensaml.core.xml.NamespaceManager
-
The 'xsi' namespace.
- 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
XSIntegerImplobjects. - 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
XSIntegerobjects. - XSIntegerMarshaller() - Constructor for class org.opensaml.core.xml.schema.impl.XSIntegerMarshaller
- XSIntegerUnmarshaller - Class in org.opensaml.core.xml.schema.impl
-
Thread-safe unmarshaller for
XSIntegerobjects. - 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
XSQNameImplobjects. - 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
XSStringImplobjects. - 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
XSStringobjects. - XSStringMarshaller() - Constructor for class org.opensaml.core.xml.schema.impl.XSStringMarshaller
- XSStringUnmarshaller - Class in org.opensaml.core.xml.schema.impl
-
Thread-safe unmarshaller for
XSStringobjects. - 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
XSURIImplobjects. - 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
XSURI. - 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
XSURI. - XSURIUnmarshaller() - Constructor for class org.opensaml.core.xml.schema.impl.XSURIUnmarshaller
Y
- y - Variable in class org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
-
Y child element.
- 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
- 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.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
AlgorithmRegistry.getSignatureAlgorithms(String, String)