Class EncryptionConfigurationLookupFunction
java.lang.Object
net.shibboleth.profile.context.navigate.AbstractRelyingPartyLookupFunction<T>
net.shibboleth.profile.config.navigate.AbstractDefaultSecurityConfigurationLookupFunction<List<EncryptionConfiguration>>
net.shibboleth.profile.config.navigate.EncryptionConfigurationLookupFunction
- All Implemented Interfaces:
Function<ProfileRequestContext,,List<EncryptionConfiguration>> ContextDataLookupFunction<ProfileRequestContext,List<EncryptionConfiguration>>
public class EncryptionConfigurationLookupFunction
extends AbstractDefaultSecurityConfigurationLookupFunction<List<EncryptionConfiguration>>
A function that returns a
EncryptionConfiguration list using injected lookup strategies.
If a specific setting is unavailable, a null value is returned.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.shibboleth.profile.config.navigate.AbstractDefaultSecurityConfigurationLookupFunction
getDefaultSecurityConfigurationMethods inherited from class net.shibboleth.profile.context.navigate.AbstractRelyingPartyLookupFunction
getRelyingPartyContext, getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
Constructor Details
-
EncryptionConfigurationLookupFunction
public EncryptionConfigurationLookupFunction()
-
-
Method Details
-
apply
-