Package org.forgerock.opendj.ldap
Interface Password
-
- All Known Implementing Classes:
AuthPassword,UserPassword
public interface PasswordAn encoded password.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetStorageScheme()Returns the storage scheme name.
-
-
-
Method Detail
-
getStorageScheme
String getStorageScheme()
Returns the storage scheme name.- Returns:
- The storage scheme name.
-
-