Class ActiveDirectoryCredentialEncoder

java.lang.Object
com.atlassian.crowd.directory.ldap.credential.ActiveDirectoryCredentialEncoder
All Implemented Interfaces:
LDAPCredentialEncoder, LDAPCredentialEncoder.LDAPCredentialToByteArrayEncoder

public class ActiveDirectoryCredentialEncoder extends Object implements LDAPCredentialEncoder.LDAPCredentialToByteArrayEncoder
An encoder specifically for Microsoft Active Directory that first delegates to the provided base encoder and then converts the result of that to the byte[] format that Active Directory expects.