public class PreviousSessionLoginHandlerFactoryBean extends AbstractLoginHandlerFactoryBean
PreviousSessionLoginHandler.| Modifier and Type | Field and Description |
|---|---|
private boolean |
reportPreviousSessionAuthnMethod
Whether the login handler will report its authentication method as PreviousSession.
|
private String |
servletPath
Path to protected servlet.
|
private boolean |
supportPassiveAuth
Whether the login handler supports passive authentication.
|
| Constructor and Description |
|---|
PreviousSessionLoginHandlerFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
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, setAuthenticationMethodsprivate String servletPath
private boolean supportPassiveAuth
private boolean reportPreviousSessionAuthnMethod
public PreviousSessionLoginHandlerFactoryBean()
public Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeangetObjectType in class 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 © 1999-2014. All Rights Reserved.