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