Class DataEncryptionAlgorithmsLookupFunction

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

@Deprecated(since="2.2.0", forRemoval=true) public class DataEncryptionAlgorithmsLookupFunction extends AbstractRelyingPartyLookupFunction<List<String>>
Deprecated, for removal: This API element is subject to removal in a future version.
A function that returns EncryptionConfiguration.getDataEncryptionAlgorithms() if it is available in the security configuration of the profile configuration. The profile configuration is fetched from the RelyingPartyContext obtained via a lookup function, by default a child of the ProfileRequestContext.

If a specific setting is unavailable, an empty list is returned.

  • Constructor Details

    • DataEncryptionAlgorithmsLookupFunction

      public DataEncryptionAlgorithmsLookupFunction()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • apply

      @Nullable public List<String> apply(@Nullable ProfileRequestContext input)
      Deprecated, for removal: This API element is subject to removal in a future version.