public abstract class AbstractLoginHandlerFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean
コンストラクタと説明 |
---|
AbstractLoginHandlerFactoryBean() |
修飾子とタイプ | メソッドと説明 |
---|---|
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.
|
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 © 2012. All Rights Reserved.