public class PreviousSessionLoginHandlerFactoryBean extends AbstractLoginHandlerFactoryBean
PreviousSessionLoginHandler.| コンストラクタと説明 | 
|---|
PreviousSessionLoginHandlerFactoryBean()  | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
protected Object | 
createInstance() | 
Class | 
getObjectType() | 
String | 
getServletPath()
Gets the path of the servlet to which the user agent may be redirected. 
 | 
boolean | 
reportPreviousSessionAuthnMethod()
Gets whether the login handler will report its authentication method as PreviousSession. 
 | 
void | 
setReportPreviousSessionAuthnMethod(boolean report)
Sets whether the login handler will report its authentication method as PreviousSession. 
 | 
void | 
setServletPath(String path)
Sets the path of the servlet to which the user agent may be redirected. 
 | 
void | 
setSupportsPassiveAuth(boolean supported)
Sets whether the login handler supports passive authentication. 
 | 
boolean | 
supportsPassiveAuth()
Gets whether the login handler supports passive authentication. 
 | 
getAuthenticationDuration, getAuthenticationMethods, populateHandler, setAuthenticationDuration, setAuthenticationMethodspublic Class getObjectType()
getObjectType インタフェース内 org.springframework.beans.factory.FactoryBeangetObjectType クラス内 org.springframework.beans.factory.config.AbstractFactoryBeanpublic String getServletPath()
public void setServletPath(String path)
path - path of the servlet to which the user agent may be redirectedpublic boolean supportsPassiveAuth()
public void setSupportsPassiveAuth(boolean supported)
supported - whether the login handler supports passive authenticationpublic boolean reportPreviousSessionAuthnMethod()
public void setReportPreviousSessionAuthnMethod(boolean report)
report - whether the login handler will report its authentication method as PreviousSessionCopyright © 2012. All Rights Reserved.