public class RemoteUserLoginHandler extends AbstractLoginHandler
| Modifier and Type | Field and Description |
|---|---|
private org.slf4j.Logger |
log
Class logger.
|
private String |
servletURL
The URL of the SSO-protected servlet.
|
AUTHENTICATION_ERROR_KEY, AUTHENTICATION_EXCEPTION_KEY, AUTHENTICATION_INSTANT_KEY, AUTHENTICATION_METHOD_KEY, PRINCIPAL_KEY, PRINCIPAL_NAME_KEY, SUBJECT_KEY| Constructor and Description |
|---|
RemoteUserLoginHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
getServletURL()
Get the URL of the SSO-protected servlet.
|
void |
login(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse)
Authenticate the user making the request.
|
void |
setServletURL(String url)
Set the SSO-protected servlet's URL.
|
getAuthenticationDuration, getSupportedAuthenticationMethods, setAuthenticationDuration, setAuthenticationDurection, setSupportsForceAuthentication, setSupportsPassive, supportsForceAuthentication, supportsPassiveprivate final org.slf4j.Logger log
private String servletURL
public void setServletURL(String url)
url - The URL of the SSO-protected servlet.public String getServletURL()
public void login(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse)
httpRequest - user requesthttpResponse - response to userCopyright © 1999-2014. All Rights Reserved.