public class ExternalAuthnSystemLoginHandlerFactoryBean extends AbstractLoginHandlerFactoryBean
ExternalAuthnSystemLoginHandler
.コンストラクタと説明 |
---|
ExternalAuthnSystemLoginHandlerFactoryBean() |
修飾子とタイプ | メソッドと説明 |
---|---|
protected Object |
createInstance() |
String |
getExternalAuthnPath()
Get context-relative path to the Filter, Servlet, or JSP that triggers the external authentication system.
|
Class |
getObjectType() |
void |
setExternalAuthnPath(String path)
Set context-relative path to the Filter, Servlet, or JSP that triggers the external authentication system.
|
void |
setSupportsForcedAuthentication(boolean supported)
Sets whether this handler supports forced re-authentication.
|
void |
setSupportsPassiveAuthentication(boolean supported)
Sets whether this handler supports passive authentication.
|
boolean |
supportsForcedAuthentication()
Gets whether this handler supposed forced re-authentication.
|
boolean |
supportsPassiveAuthentication()
Gets whether this handler supports passive authentication.
|
getAuthenticationDuration, getAuthenticationMethods, populateHandler, setAuthenticationDuration, setAuthenticationMethods
public ExternalAuthnSystemLoginHandlerFactoryBean()
public Class getObjectType()
getObjectType
インタフェース内 org.springframework.beans.factory.FactoryBean
getObjectType
クラス内 org.springframework.beans.factory.config.AbstractFactoryBean
public String getExternalAuthnPath()
public void setExternalAuthnPath(String path)
path
- context-relative path to the Filter, Servlet, or JSP that triggers the external authentication
system, may not be null or emptypublic boolean supportsForcedAuthentication()
public void setSupportsForcedAuthentication(boolean supported)
supported
- whether this handler supports forced re-authenticationpublic boolean supportsPassiveAuthentication()
public void setSupportsPassiveAuthentication(boolean supported)
supported
- whether this handler supports passive authentication.Copyright © 2012. All Rights Reserved.