public class iPlanetSSHAAccountSaltFetcher extends java.lang.Object implements SaltFetcher
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Constructor and Description | 
|---|
| iPlanetSSHAAccountSaltFetcher() | 
| Modifier and Type | Method and Description | 
|---|---|
| AccountManager | getAccountManager()Returns the AccountManager. | 
| byte[] | getSalt(java.lang.String pLogin)Returns the salt for the given login. | 
| void | setAccountManager(AccountManager pAccountManager)Sets the AccountManager. | 
public AccountManager getAccountManager()
public void setAccountManager(AccountManager pAccountManager)
public byte[] getSalt(java.lang.String pLogin)
getSalt in interface SaltFetcher