public class UsernamePasswordLoginHandlerFactoryBean extends AbstractLoginHandlerFactoryBean
UsernamePasswordLoginHandlers.| Modifier and Type | Field and Description |
|---|---|
private String |
authenticationServletURL
URL to authentication servlet.
|
| Constructor and Description |
|---|
UsernamePasswordLoginHandlerFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
createInstance() |
String |
getAuthenticationServletURL()
Gets the URL to authentication servlet.
|
Class |
getObjectType() |
void |
setAuthenticationServletURL(String url)
Sets URL to authentication servlet.
|
getAuthenticationDuration, getAuthenticationMethods, populateHandler, setAuthenticationDuration, setAuthenticationMethodsprivate String authenticationServletURL
public UsernamePasswordLoginHandlerFactoryBean()
public String getAuthenticationServletURL()
public void setAuthenticationServletURL(String url)
url - URL to authentication servletprotected Object createInstance() throws Exception
createInstance in class org.springframework.beans.factory.config.AbstractFactoryBeanExceptionpublic Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeangetObjectType in class org.springframework.beans.factory.config.AbstractFactoryBeanCopyright © 1999-2014. All Rights Reserved.