Class HashAuthData

All Implemented Interfaces:
Serializable, Cloneable, Map<String,Vector<Object>>

public class HashAuthData extends Hashtable<String,Vector<Object>>
The structure stores the information of which machine is enabled for the agent-initiated user enrollment, and whom agents enable this feature, and the value of the timeout.

Version:
$Revision$, $Date$
See Also:
  • Field Details

  • Constructor Details

    • HashAuthData

      public HashAuthData()
  • Method Details

    • getAgentName

      public String getAgentName(String hostname)
    • setAgentName

      public void setAgentName(String hostname, String agentName)
    • getTimeout

      public long getTimeout(String hostname)
    • setTimeout

      public void setTimeout(String hostname, long timeout)
    • getSecret

      public String getSecret(String hostname)
    • setSecret

      public void setSecret(String hostname, String secret)
    • getLastLogin

      public long getLastLogin(String hostname)
    • setLastLogin

      public void setLastLogin(String hostname, long lastLogin)