public class PasswordDetails extends Object
| Constructor and Description |
|---|
PasswordDetails(LdapSecurityConstants algorithm,
byte[] salt,
byte[] password) |
| Modifier and Type | Method and Description |
|---|---|
LdapSecurityConstants |
getAlgorithm()
The hash algorithm used to hash the password, null for plain text passwords.
|
byte[] |
getPassword()
The hashed or plain text password.
|
byte[] |
getSalt()
The salt used to hash the password, null if no salt was used.
|
public PasswordDetails(LdapSecurityConstants algorithm, byte[] salt, byte[] password)
public LdapSecurityConstants getAlgorithm()
public byte[] getSalt()
public byte[] getPassword()
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.