Class LDAPValidator
java.lang.Object
com.mulesoft.modules.wss.internal.inbound.LDAPValidator
- All Implemented Interfaces:
org.apache.wss4j.dom.validate.Validator
-
Constructor Summary
ConstructorsConstructorDescriptionLDAPValidator(org.springframework.security.ldap.authentication.LdapAuthenticationProvider authenticationProvider) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.wss4j.dom.validate.Credentialvalidate(org.apache.wss4j.dom.validate.Credential credential, org.apache.wss4j.dom.handler.RequestData data)
-
Constructor Details
-
LDAPValidator
public LDAPValidator(org.springframework.security.ldap.authentication.LdapAuthenticationProvider authenticationProvider)
-
-
Method Details
-
validate
public org.apache.wss4j.dom.validate.Credential validate(org.apache.wss4j.dom.validate.Credential credential, org.apache.wss4j.dom.handler.RequestData data) throws org.apache.wss4j.common.ext.WSSecurityException - Specified by:
validatein interfaceorg.apache.wss4j.dom.validate.Validator- Throws:
org.apache.wss4j.common.ext.WSSecurityException
-