Class RequestObjectDecryptionConfigurationLookupFunction

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

@Deprecated(since="2.2.0", forRemoval=true) public class RequestObjectDecryptionConfigurationLookupFunction extends AbstractRelyingPartyLookupFunction<List<EncryptionConfiguration>>
Deprecated, for removal: This API element is subject to removal in a future version.
A function that returns a EncryptionConfiguration list for request object decryption by way of various lookup strategies.

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

  • Field Details

    • rpResolver

      @Nullable private RelyingPartyConfigurationResolver rpResolver
      Deprecated, for removal: This API element is subject to removal in a future version.
      A resolver for default security configurations.
  • Constructor Details

    • RequestObjectDecryptionConfigurationLookupFunction

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

    • setRelyingPartyConfigurationResolver

      public void setRelyingPartyConfigurationResolver(@Nullable RelyingPartyConfigurationResolver resolver)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Set the resolver for default security configurations.
      Parameters:
      resolver - the resolver to use
    • apply

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