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