private abstract static class NamespaceHandler.AbstractAuthenticatorBeanDefinitionParser extends NamespaceHandler.AbstractPooledConnectionFactoryBeanDefinitionParser
| Modifier | Constructor and Description |
|---|---|
private |
NamespaceHandler.AbstractAuthenticatorBeanDefinitionParser() |
| Modifier and Type | Method and Description |
|---|---|
protected Class<?> |
getBeanClass(Element element) |
protected org.springframework.beans.factory.config.BeanDefinition |
parseAuthHandler(Element element)
Creates a pooled authentication handler for performing binds.
|
protected static AuthenticationResponseHandler[] |
parsePasswordPolicyAuthenticationResponseHandler(String value)
Returns a
PasswordPolicyAuthenticationResponseHandler if the supplied value is true. |
protected static RequestControl[] |
parsePasswordPolicyControl(String value)
Returns a
PasswordPolicyControl if the supplied value is true. |
parseConnectionPool, parsePoolConfigparseConnectionConfig, parseProviderdoParse, doParse, getBeanClassName, getParentName, parseInternalprivate NamespaceHandler.AbstractAuthenticatorBeanDefinitionParser()
protected Class<?> getBeanClass(Element element)
getBeanClass in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParserprotected org.springframework.beans.factory.config.BeanDefinition parseAuthHandler(Element element)
element - containing configurationprotected static AuthenticationResponseHandler[] parsePasswordPolicyAuthenticationResponseHandler(String value)
PasswordPolicyAuthenticationResponseHandler if the supplied value is true.value - of the usePasswordPolicy attributePasswordPolicyAuthenticationResponseHandler or nullprotected static RequestControl[] parsePasswordPolicyControl(String value)
PasswordPolicyControl if the supplied value is true.value - of the usePasswordPolicy attributePasswordPolicyControl or nullCopyright © 2003-2015 Virginia Tech. All Rights Reserved.