Class DecryptionConfigurationLookupFunction

java.lang.Object
net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction<List<DecryptionConfiguration>>
net.shibboleth.idp.profile.config.navigate.DecryptionConfigurationLookupFunction
All Implemented Interfaces:
Function<ProfileRequestContext,List<DecryptionConfiguration>>, ContextDataLookupFunction<ProfileRequestContext,List<DecryptionConfiguration>>

public class DecryptionConfigurationLookupFunction extends AbstractRelyingPartyLookupFunction<List<DecryptionConfiguration>>
A function that returns a DecryptionConfiguration list by way of various lookup strategies.

If a specific setting is unavailable, a null value is returned.

  • Field Details

  • Constructor Details

    • DecryptionConfigurationLookupFunction

      public DecryptionConfigurationLookupFunction()
  • Method Details