Class DefaultRequestedPromptLookupFunction

java.lang.Object
net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.AbstractAuthorizationRequestLookupFunction<Prompt>
net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.DefaultRequestedPromptLookupFunction
All Implemented Interfaces:
Function<ProfileRequestContext,Prompt>, ContextDataLookupFunction<ProfileRequestContext,Prompt>

@Deprecated(since="4.2.0", forRemoval=true) public class DefaultRequestedPromptLookupFunction extends AbstractAuthorizationRequestLookupFunction<Prompt>
Deprecated, for removal: This API element is subject to removal in a future version.
A function that returns copy of requested prompt via a lookup function. This default lookup locates prompt from OAuth authorization request if available. If information is not available, null is returned. If there is prompt in request object it is used instead of prompt parameter.
  • Field Details

    • log

      @Nonnull private org.slf4j.Logger log
      Deprecated, for removal: This API element is subject to removal in a future version.
      Class logger.
  • Constructor Details

    • DefaultRequestedPromptLookupFunction

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