@Extensible @ThreadSafety(level=INTERFACE_THREADSAFE) public abstract class PasswordProvider extends java.lang.Object implements java.io.Serializable
Constructor and Description |
---|
PasswordProvider() |
Modifier and Type | Method and Description |
---|---|
abstract byte[] |
getPasswordBytes()
Retrieves a password in a newly-created byte array.
|
public PasswordProvider()
@NotNull public abstract byte[] getPasswordBytes() throws LDAPException
LDAPException
- If a problem is encountered while attempting to
obtain the password.