|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.beans.factory.config.AbstractFactoryBean
edu.internet2.middleware.shibboleth.idp.config.profile.authn.AbstractLoginHandlerFactoryBean
public abstract class AbstractLoginHandlerFactoryBean
Base class for authentication handler factory beans.
| Field Summary |
|---|
| Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
|---|
logger |
| Constructor Summary | |
|---|---|
AbstractLoginHandlerFactoryBean()
|
|
| Method Summary | |
|---|---|
int |
getAuthenticationDuration()
Gets the duration of the authentication, in minutes. |
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(int duration)
Sets the duration of the authentication, in minutes. |
void |
setAuthenticationMethods(List<String> methods)
Sets the authentication methods supported by the handler. |
| Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
|---|
afterPropertiesSet, createInstance, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, getObjectType, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractLoginHandlerFactoryBean()
| Method Detail |
|---|
public int getAuthenticationDuration()
public void setAuthenticationDuration(int duration)
duration - duration of the authentication, in minutespublic 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 populate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||