public class LoginConfig extends Object implements org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomLoginUrl(javax.servlet.http.HttpServletRequest request)
Returns custom login URL if the corresponding authentication provider is found.
|
static LoginConfig |
getInstance() |
void |
onApplicationEvent(org.springframework.context.ApplicationEvent event) |
public static LoginConfig getInstance()
public String getCustomLoginUrl(javax.servlet.http.HttpServletRequest request)
null otherwise.request - current servlet requestnull otherwise.public void onApplicationEvent(org.springframework.context.ApplicationEvent event)
onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.