Uses of Interface
org.opensaml.xmlsec.DecryptionConfiguration
Packages that use DecryptionConfiguration
Package
Description
Implementations of general profile actions.
Configuration and support classes for security.
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.getGlobalDecryptionConfiguration()Get the globalDecryptionConfigurationinstance. -
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