Class ValidatedRedirectURILookupFunction
- java.lang.Object
-
- net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.ValidatedRedirectURILookupFunction
-
- All Implemented Interfaces:
Function<ProfileRequestContext,URI>,ContextDataLookupFunction<ProfileRequestContext,URI>
public class ValidatedRedirectURILookupFunction extends Object implements ContextDataLookupFunction<ProfileRequestContext,URI>
A function that returns validated redirect uri from response context. Null if not able to locate it.
-
-
Constructor Summary
Constructors Constructor Description ValidatedRedirectURILookupFunction()
-
-
-
Method Detail
-
apply
@Nullable public URI apply(@Nullable ProfileRequestContext input)
- Specified by:
applyin interfaceFunction<ProfileRequestContext,URI>
-
-