@ConsumerType public interface HandlerRedirect
AuthenticationHandlers supporting the redirect handler.| Modifier and Type | Method and Description |
|---|---|
String |
getRedirectUri(HttpServletRequest request,
String userId,
Map<String,Object> props)
Return an URI to be redirected to instead of login in to the instance
|
String getRedirectUri(HttpServletRequest request, String userId, Map<String,Object> props)
request - the request containing the information for the authenticationuserId - provider's userIdprops - map of all provider's properties for this userIdnull if the redirection must not happen.Copyright © 2010 - 2020 Adobe. All Rights Reserved