Package | Description |
---|---|
org.opensaml.profile.action.impl |
Implementations of general profile actions.
|
org.opensaml.xmlsec |
Configuration and support classes for security.
|
org.opensaml.xmlsec.criterion |
Criterion classes for XML Security.
|
org.opensaml.xmlsec.impl |
Implementation of configuration and parameter resolver classes.
|
Modifier and Type | Method and Description |
---|---|
void |
PopulateDecryptionParameters.setConfigurationLookupStrategy(com.google.common.base.Function<ProfileRequestContext,List<DecryptionConfiguration>> strategy)
Set the strategy used to look up a per-request
DecryptionConfiguration list. |
Modifier and Type | Method and Description |
---|---|
static DecryptionConfiguration |
SecurityConfigurationSupport.getGlobalDecryptionConfiguration()
Get the global
DecryptionConfiguration instance. |
Modifier and Type | Method and Description |
---|---|
List<DecryptionConfiguration> |
DecryptionConfigurationCriterion.getConfigurations()
Get the list of configuration instances.
|
Constructor and Description |
---|
DecryptionConfigurationCriterion(DecryptionConfiguration... configurations)
Constructor.
|
Constructor and Description |
---|
DecryptionConfigurationCriterion(List<DecryptionConfiguration> configurations)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicDecryptionConfiguration
Basic implementation of
DecryptionConfiguration . |
Copyright © 2019. All rights reserved.