Class KeyTransportEncryptionAlgorithmsLookupFunction

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

@Deprecated(since="2.2.0", forRemoval=true) public class KeyTransportEncryptionAlgorithmsLookupFunction extends AbstractRelyingPartyLookupFunction<List<String>>
Deprecated, for removal: This API element is subject to removal in a future version.
A function that returns EncryptionConfiguration.getKeyTransportEncryptionAlgorithms() 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

    • KeyTransportEncryptionAlgorithmsLookupFunction

      public KeyTransportEncryptionAlgorithmsLookupFunction()
      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.