Class SessionLifetimeLookupFunction
java.lang.Object
net.shibboleth.profile.context.navigate.AbstractRelyingPartyLookupFunction<Duration>
net.shibboleth.idp.saml.profile.config.navigate.SessionLifetimeLookupFunction
- All Implemented Interfaces:
Function<ProfileRequestContext,,Duration> ContextDataLookupFunction<ProfileRequestContext,Duration>
A function that returns
BrowserSSOProfileConfiguration.getMaximumSPSessionLifetime(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, zero is returned.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.shibboleth.profile.context.navigate.AbstractRelyingPartyLookupFunction
getRelyingPartyContext, getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
Constructor Details
-
SessionLifetimeLookupFunction
public SessionLifetimeLookupFunction()
-
-
Method Details
-
apply
-