@ConsumerType
public interface HandlerRedirect
AuthenticationHandler
s supporting the redirect handler.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRedirectUri(javax.servlet.http.HttpServletRequest request,
java.lang.String userId,
java.util.Map<java.lang.String,java.lang.Object> props)
Return an URI to be redirected to instead of login in to the instance
|
java.lang.String getRedirectUri(javax.servlet.http.HttpServletRequest request, java.lang.String userId, java.util.Map<java.lang.String,java.lang.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 - 2023 Adobe. All Rights Reserved