atg.security
Class iPlanetSSHAAccountSaltFetcher

java.lang.Object
  extended by atg.security.iPlanetSSHAAccountSaltFetcher
All Implemented Interfaces:
SaltFetcher

public class iPlanetSSHAAccountSaltFetcher
extends java.lang.Object
implements SaltFetcher

An object used to fetch an SSHA salt for a given login.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
iPlanetSSHAAccountSaltFetcher()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

iPlanetSSHAAccountSaltFetcher

public iPlanetSSHAAccountSaltFetcher()
Method Detail

getAccountManager

public AccountManager getAccountManager()
Returns the AccountManager.


setAccountManager

public void setAccountManager(AccountManager pAccountManager)
Sets the AccountManager.


getSalt

public byte[] getSalt(java.lang.String pLogin)
Returns the salt for the given login.

Specified by:
getSalt in interface SaltFetcher