Class DisplayParameterLookupStrategy

java.lang.Object
net.shibboleth.profile.context.navigate.messaging.AbstractRelyingPartyLookupFunction<ResultType>
net.shibboleth.sp.oidc.profile.context.navigate.AbstractAgentAndRelyingPartyContextLookupFunction<String>
net.shibboleth.sp.oidc.profile.config.navigate.DisplayParameterLookupStrategy
All Implemented Interfaces:
Function<org.opensaml.messaging.context.MessageContext,String>, org.opensaml.messaging.context.navigate.ContextDataLookupFunction<org.opensaml.messaging.context.MessageContext,String>

public class DisplayParameterLookupStrategy extends AbstractAgentAndRelyingPartyContextLookupFunction<String>
Retrieve the 'display' parameter from either the DDF if present, or the profile configuration.
  • Constructor Details

    • DisplayParameterLookupStrategy

      public DisplayParameterLookupStrategy()
  • Method Details

    • apply

      @Nullable public String apply(org.opensaml.messaging.context.MessageContext messageCtx)