Interface | Description |
---|---|
LDAPCredentialEncoder |
Encodes and/or encrypts a given
PasswordCredential to the value expected by a particular directory connector. |
LDAPCredentialEncoder.LDAPCredentialToByteArrayEncoder | |
LDAPCredentialEncoder.LDAPCredentialToStringEncoder |
Class | Description |
---|---|
ActiveDirectoryCredentialEncoder |
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.
|
EncryptingCredentialEncoder |
Translates a clear-text password into an encrypted one if it isn't already encrypted, using the encryption method
specified by the directory settings.
|
EnforceUnencryptedCredentialEncoder |
An encoder which passes a non-encrypted
PasswordCredential 's credential through untouched, but throws an
exception for every already-encrypted (i.e. |
Copyright © 2020 Atlassian. All rights reserved.