Class RefreshTokenChainLifetimeLookupFunction

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

public class RefreshTokenChainLifetimeLookupFunction extends AbstractRelyingPartyLookupFunction<Duration>
A function that returns OAuth2RefreshTokenProducingProfileConfiguration.getRefreshTokenChainLifetime(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

    • RefreshTokenChainLifetimeLookupFunction

      public RefreshTokenChainLifetimeLookupFunction()
  • Method Details