Class ValidatedRedirectURILookupFunction
- java.lang.Object
-
- org.geant.idpextension.oidc.profile.context.navigate.ValidatedRedirectURILookupFunction
-
- All Implemented Interfaces:
Function<org.opensaml.profile.context.ProfileRequestContext,URI>,org.opensaml.messaging.context.navigate.ContextDataLookupFunction<org.opensaml.profile.context.ProfileRequestContext,URI>
public class ValidatedRedirectURILookupFunction extends Object implements org.opensaml.messaging.context.navigate.ContextDataLookupFunction<org.opensaml.profile.context.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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URIapply(org.opensaml.profile.context.ProfileRequestContext input)
-