public abstract class AbstractLoginHandlerFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean
| Modifier and Type | Field and Description |
|---|---|
private long |
authenticationDuration
Duration of the authentication, in minutes.
|
private List<String> |
authenticationMethods
Authentication methods supported by the handler.
|
| Constructor and Description |
|---|
AbstractLoginHandlerFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
long |
getAuthenticationDuration()
Gets the duration of the authentication, in milliseconds.
|
List<String> |
getAuthenticationMethods()
Gets the authentication methods supported by the handler.
|
protected void |
populateHandler(AbstractLoginHandler handler)
Populates the authentication duration and methods of the handler.
|
void |
setAuthenticationDuration(long duration)
Sets the duration of the authentication, in milliseconds.
|
void |
setAuthenticationMethods(List<String> methods)
Sets the authentication methods supported by the handler.
|
afterPropertiesSet, createInstance, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, getObjectType, isSingleton, setBeanClassLoader, setBeanFactory, setSingletonprivate List<String> authenticationMethods
private long authenticationDuration
public long getAuthenticationDuration()
public void setAuthenticationDuration(long duration)
duration - duration of the authentication, in millisecondspublic List<String> getAuthenticationMethods()
public void setAuthenticationMethods(List<String> methods)
methods - authentication methods supported by the handlerprotected void populateHandler(AbstractLoginHandler handler)
handler - the authentication handler to populateCopyright © 1999-2014. All Rights Reserved.