Uses of Interface
org.opensaml.xmlsec.DecryptionConfiguration
Packages that use DecryptionConfiguration
Package
Description
Implementations of general profile actions.
Configuration and support classes for security.
OpenSAML configuration classes.
Criterion classes for XML Security.
Implementation of configuration and parameter resolver classes.
-
Uses of DecryptionConfiguration in org.opensaml.profile.action.impl
Fields in org.opensaml.profile.action.impl with type parameters of type DecryptionConfigurationModifier and TypeFieldDescriptionPopulateDecryptionParameters.configurationLookupStrategyStrategy used to lookup a per-requestDecryptionConfigurationlist.Method parameters in org.opensaml.profile.action.impl with type arguments of type DecryptionConfigurationModifier and TypeMethodDescriptionvoidPopulateDecryptionParameters.setConfigurationLookupStrategy(Function<ProfileRequestContext, List<DecryptionConfiguration>> strategy) Set the strategy used to look up a per-requestDecryptionConfigurationlist. -
Uses of DecryptionConfiguration in org.opensaml.xmlsec
Methods in org.opensaml.xmlsec that return DecryptionConfigurationModifier and TypeMethodDescriptionstatic DecryptionConfigurationSecurityConfigurationSupport.ensureGlobalDecryptionConfiguration()Get the globalDecryptionConfigurationinstance, raising an exception if absent.static DecryptionConfigurationSecurityConfigurationSupport.getGlobalDecryptionConfiguration()Get the globalDecryptionConfigurationinstance. -
Uses of DecryptionConfiguration in org.opensaml.xmlsec.config
Fields in org.opensaml.xmlsec.config declared as DecryptionConfigurationModifier and TypeFieldDescriptionprivate DecryptionConfigurationBasicXMLSecurityConfiguration.decryptConfigConfiguration used when decrypting protocol message information.Methods in org.opensaml.xmlsec.config that return DecryptionConfigurationModifier and TypeMethodDescriptionBasicXMLSecurityConfiguration.getDecryptionConfiguration()Get the configuration used when decrypting protocol message information.XMLSecurityConfiguration.getDecryptionConfiguration()Get the configuration used when decrypting protocol message information.Methods in org.opensaml.xmlsec.config with parameters of type DecryptionConfigurationModifier and TypeMethodDescriptionBasicXMLSecurityConfiguration.setDecryptionConfiguration(DecryptionConfiguration config) Set the configuration used when decrypting protocol message information. -
Uses of DecryptionConfiguration in org.opensaml.xmlsec.criterion
Fields in org.opensaml.xmlsec.criterion with type parameters of type DecryptionConfigurationModifier and TypeFieldDescriptionprivate List<DecryptionConfiguration>DecryptionConfigurationCriterion.configsThe list of configuration instances.Methods in org.opensaml.xmlsec.criterion that return types with arguments of type DecryptionConfigurationModifier and TypeMethodDescriptionDecryptionConfigurationCriterion.getConfigurations()Get the list of configuration instances.Constructors in org.opensaml.xmlsec.criterion with parameters of type DecryptionConfigurationModifierConstructorDescriptionDecryptionConfigurationCriterion(DecryptionConfiguration... configurations) Constructor.Constructor parameters in org.opensaml.xmlsec.criterion with type arguments of type DecryptionConfigurationModifierConstructorDescriptionDecryptionConfigurationCriterion(List<DecryptionConfiguration> configurations) Constructor. -
Uses of DecryptionConfiguration in org.opensaml.xmlsec.impl
Classes in org.opensaml.xmlsec.impl that implement DecryptionConfiguration