Class RefreshTokenLifetimeLookupFunction
- java.lang.Object
-
- net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction<Duration>
-
- net.shibboleth.oidc.profile.config.navigate.RefreshTokenLifetimeLookupFunction
-
- All Implemented Interfaces:
Function<ProfileRequestContext,Duration>,ContextDataLookupFunction<ProfileRequestContext,Duration>
@Deprecated(since="2.2.0", forRemoval=true) public class RefreshTokenLifetimeLookupFunction extends net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction<Duration>
Deprecated, for removal: This API element is subject to removal in a future version.A function that returnsOAuth2RefreshTokenProducingProfileConfiguration.getRefreshTokenLifetime(ProfileRequestContext)if such a profile is available from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.If a specific setting is unavailable, a null value is returned.
-
-
Constructor Summary
Constructors Constructor Description RefreshTokenLifetimeLookupFunction()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Durationapply(ProfileRequestContext input)Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from class net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction
getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
-
-
-
Method Detail
-
apply
@Nullable public Duration apply(@Nullable ProfileRequestContext input)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-