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