|
||||||||||
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
edu.internet2.middleware.shibboleth.idp.config.profile.authn.PreviousSessionLoginHandlerFactoryBean
public class PreviousSessionLoginHandlerFactoryBean
Spring factory for PreviousSessionLoginHandler
.
Field Summary |
---|
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
---|
logger |
Constructor Summary | |
---|---|
PreviousSessionLoginHandlerFactoryBean()
|
Method Summary | |
---|---|
protected Object |
createInstance()
|
Class |
getObjectType()
|
String |
getServletPath()
Gets the path of the servlet to which the user agent may be redirected. |
boolean |
reportPreviousSessionAuthnMethod()
Gets whether the login handler will report its authentication method as PreviousSession. |
void |
setReportPreviousSessionAuthnMethod(boolean report)
Sets whether the login handler will report its authentication method as PreviousSession. |
void |
setServletPath(String path)
Sets the path of the servlet to which the user agent may be redirected. |
void |
setSupportsPassiveAuth(boolean supported)
Sets whether the login handler supports passive authentication. |
boolean |
supportsPassiveAuth()
Gets whether the login handler supports passive authentication. |
Methods inherited from class edu.internet2.middleware.shibboleth.idp.config.profile.authn.AbstractLoginHandlerFactoryBean |
---|
getAuthenticationDuration, getAuthenticationMethods, populateHandler, setAuthenticationDuration, setAuthenticationMethods |
Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
---|
afterPropertiesSet, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, 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 PreviousSessionLoginHandlerFactoryBean()
Method Detail |
---|
public Class getObjectType()
getObjectType
in interface FactoryBean
getObjectType
in class AbstractFactoryBean
public String getServletPath()
public void setServletPath(String path)
path
- path of the servlet to which the user agent may be redirectedpublic boolean supportsPassiveAuth()
public void setSupportsPassiveAuth(boolean supported)
supported
- whether the login handler supports passive authenticationpublic boolean reportPreviousSessionAuthnMethod()
public void setReportPreviousSessionAuthnMethod(boolean report)
report
- whether the login handler will report its authentication method as PreviousSessionprotected Object createInstance() throws Exception
createInstance
in class AbstractFactoryBean
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |