public class PreviousSessionLoginHandler extends AbstractLoginHandler
AUTHENTICATION_ERROR_KEY, AUTHENTICATION_EXCEPTION_KEY, AUTHENTICATION_INSTANT_KEY, AUTHENTICATION_METHOD_KEY, PRINCIPAL_KEY, PRINCIPAL_NAME_KEY, SUBJECT_KEY
コンストラクタと説明 |
---|
PreviousSessionLoginHandler()
Constructor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
String |
getServletPath()
推奨されていません。
|
void |
login(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse)
Authenticate the user making the request.
|
boolean |
reportPreviousSessionAuthnMethod()
Gets whether to use PreviousSession as the users authentication method.
|
void |
setReportPreviousSessionAuthnMethod(boolean report)
Sets whether to use PreviousSession as the users authentication method.
|
void |
setServletPath(String path)
推奨されていません。
|
boolean |
supportsPassive()
Gets whether this handler supports passive authentication.
|
getAuthenticationDuration, getSupportedAuthenticationMethods, setAuthenticationDuration, setAuthenticationDurection, setSupportsForceAuthentication, setSupportsPassive, supportsForceAuthentication
public String getServletPath()
public void setServletPath(String path)
path
- path of the servlet to which the user agent may be redirectedpublic boolean reportPreviousSessionAuthnMethod()
public void setReportPreviousSessionAuthnMethod(boolean report)
report
- whether to use PreviousSession as the users authentication methodpublic boolean supportsPassive()
supportsPassive
インタフェース内 LoginHandler
supportsPassive
クラス内 AbstractLoginHandler
public void login(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)
httpRequest
- user requesthttpResponse
- response to userCopyright © 2012. All Rights Reserved.