Class RevocationMethodLookupFunction
- java.lang.Object
-
- net.shibboleth.idp.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 net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction<OAuth2TokenRevocationConfiguration.OAuth2TokenRevocationMethod>
A function that returnsOAuth2TokenRevocationConfiguration.getRevocationMethod(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.
- Since:
- 2.1.0
-
-
Constructor Summary
Constructors Constructor Description RevocationMethodLookupFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OAuth2TokenRevocationConfiguration.OAuth2TokenRevocationMethodapply(ProfileRequestContext input)-
Methods inherited from class net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction
getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
-
-
-
Method Detail
-
apply
@Nullable public OAuth2TokenRevocationConfiguration.OAuth2TokenRevocationMethod apply(@Nullable ProfileRequestContext input)
-
-