Package | Description |
---|---|
com.atlassian.crowd.directory | |
com.atlassian.crowd.directory.ldap.credential |
Modifier and Type | Method and Description |
---|---|
protected LDAPCredentialEncoder |
NovelleDirectory.getCredentialEncoder() |
protected LDAPCredentialEncoder |
SunONE.getCredentialEncoder() |
protected LDAPCredentialEncoder |
MicrosoftActiveDirectory.getCredentialEncoder() |
protected LDAPCredentialEncoder |
OpenLDAP.getCredentialEncoder() |
protected LDAPCredentialEncoder |
ApacheDS.getCredentialEncoder() |
protected LDAPCredentialEncoder |
Rfc2307.getCredentialEncoder() |
protected abstract LDAPCredentialEncoder |
SpringLDAPConnector.getCredentialEncoder() |
Modifier and Type | Interface and Description |
---|---|
static interface |
LDAPCredentialEncoder.LDAPCredentialToByteArrayEncoder |
static interface |
LDAPCredentialEncoder.LDAPCredentialToStringEncoder |
Modifier and Type | Class and Description |
---|---|
class |
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.
|
class |
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.
|
class |
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.