public class RemoteUserLoginHandlerFactoryBean extends AbstractLoginHandlerFactoryBean
RemoteUserLoginHandler.| Modifier and Type | Field and Description |
|---|---|
private String |
protectedServletPath
Path to protected servlet.
|
| Constructor and Description |
|---|
RemoteUserLoginHandlerFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
createInstance() |
Class |
getObjectType() |
String |
getProtectedServletPath()
Gets the path to protected servlet.
|
void |
setProtectedServletPath(String path)
Sets the path to protected servlet.
|
getAuthenticationDuration, getAuthenticationMethods, populateHandler, setAuthenticationDuration, setAuthenticationMethodsprivate String protectedServletPath
public Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeangetObjectType in class org.springframework.beans.factory.config.AbstractFactoryBeanpublic String getProtectedServletPath()
public void setProtectedServletPath(String path)
path - Tpath to protected servletCopyright © 1999-2014. All Rights Reserved.