Class TokenRequestRedirectURILookupFunction
- java.lang.Object
-
- net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.AbstractTokenRequestLookupFunction<URI>
-
- net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.TokenRequestRedirectURILookupFunction
-
- All Implemented Interfaces:
Function<ProfileRequestContext,URI>,ContextDataLookupFunction<ProfileRequestContext,URI>
public class TokenRequestRedirectURILookupFunction extends AbstractTokenRequestLookupFunction<URI>
For Token endpoint. A function that returns redirect uri of the request via a lookup function. This default lookup locates uri from oidc token request if available. If information is not available, null is returned.
-
-
Field Summary
Fields Modifier and Type Field Description private org.slf4j.LoggerlogClass logger.
-
Constructor Summary
Constructors Constructor Description TokenRequestRedirectURILookupFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) URIdoLookup(com.nimbusds.oauth2.sdk.TokenRequest req)Implemented to perform the actual lookup.-
Methods inherited from class net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.AbstractTokenRequestLookupFunction
apply
-
-
-
-
Method Detail
-
doLookup
URI doLookup(com.nimbusds.oauth2.sdk.TokenRequest req)
Implemented to perform the actual lookup.- Specified by:
doLookupin classAbstractTokenRequestLookupFunction<URI>- Parameters:
req- token request to perform the lookup from.- Returns:
- lookup value.
-
-