Class MaxAgeLookupFunction

java.lang.Object
net.shibboleth.profile.context.navigate.AbstractRelyingPartyLookupFunction<Duration>
net.shibboleth.oidc.security.jwt.claims.impl.MaxAgeLookupFunction
All Implemented Interfaces:
Function<ProfileRequestContext,Duration>, ContextDataLookupFunction<ProfileRequestContext,Duration>

public class MaxAgeLookupFunction extends AbstractRelyingPartyLookupFunction<Duration>
Locate the maximum authentication age from the authentication request (first) or profile configuration (second). Returning a default value if neither are found.
  • Field Details

  • Constructor Details

    • MaxAgeLookupFunction

      public MaxAgeLookupFunction(@ParameterName(name="maxAgeDefault") @Nonnull Duration defaultAge)
      Constructor.
      Parameters:
      defaultAge - the default value to use for maximum authentication age
  • Method Details