Class RevocationMethodLookupFunction
java.lang.Object
net.shibboleth.profile.context.navigate.AbstractRelyingPartyLookupFunction<OAuth2TokenRevocationConfiguration.OAuth2TokenRevocationMethod>
net.shibboleth.oidc.profile.config.navigate.RevocationMethodLookupFunction
- All Implemented Interfaces:
Function<ProfileRequestContext,,OAuth2TokenRevocationConfiguration.OAuth2TokenRevocationMethod> ContextDataLookupFunction<ProfileRequestContext,OAuth2TokenRevocationConfiguration.OAuth2TokenRevocationMethod>
public class RevocationMethodLookupFunction
extends AbstractRelyingPartyLookupFunction<OAuth2TokenRevocationConfiguration.OAuth2TokenRevocationMethod>
A function that returns
OAuth2TokenRevocationConfiguration.getRevocationMethod(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.1.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.shibboleth.profile.context.navigate.AbstractRelyingPartyLookupFunction
getRelyingPartyContext, getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
Constructor Details
-
RevocationMethodLookupFunction
public RevocationMethodLookupFunction()
-
-
Method Details
-
apply
@Nullable public OAuth2TokenRevocationConfiguration.OAuth2TokenRevocationMethod apply(@Nullable ProfileRequestContext input)
-