public class RemoteUserLoginHandler extends AbstractLoginHandler
AUTHENTICATION_ERROR_KEY, AUTHENTICATION_EXCEPTION_KEY, AUTHENTICATION_INSTANT_KEY, AUTHENTICATION_METHOD_KEY, PRINCIPAL_KEY, PRINCIPAL_NAME_KEY, SUBJECT_KEY| コンストラクタと説明 |
|---|
RemoteUserLoginHandler() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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, supportsPassivepublic 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 © 2012. All Rights Reserved.