Class RefreshTokenTimeoutLookupFunction

java.lang.Object
net.shibboleth.profile.context.navigate.AbstractRelyingPartyLookupFunction<Duration>
net.shibboleth.oidc.profile.config.navigate.RefreshTokenTimeoutLookupFunction
All Implemented Interfaces:
Function<ProfileRequestContext,Duration>, ContextDataLookupFunction<ProfileRequestContext,Duration>

public class RefreshTokenTimeoutLookupFunction extends AbstractRelyingPartyLookupFunction<Duration>
A function that returns OAuth2RefreshTokenProducingProfileConfiguration.getRefreshTokenTimeout(ProfileRequestContext) if such a profile is available from a RelyingPartyContext obtained via a lookup function, by default a child of the ProfileRequestContext.

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

Since:
2.2.0
  • Constructor Details

    • RefreshTokenTimeoutLookupFunction

      public RefreshTokenTimeoutLookupFunction()
  • Method Details