Class RedirectUriLookupFunction
- java.lang.Object
-
- net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction<URI>
-
- net.shibboleth.idp.plugin.authn.oidc.rp.config.navigate.RedirectUriLookupFunction
-
- All Implemented Interfaces:
Function<ProfileRequestContext,URI>,ContextDataLookupFunction<ProfileRequestContext,URI>
public class RedirectUriLookupFunction extends net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction<URI>
Pull a redirect_uri from the Relying Party profile config if present. Returns null otherwise.
-
-
Constructor Summary
Constructors Constructor Description RedirectUriLookupFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URIapply(ProfileRequestContext input)-
Methods inherited from class net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction
getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
-
-
-
Method Detail
-
apply
@Nullable public URI apply(@Nullable ProfileRequestContext input)
-
-