Class HashAuthData
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAgentName(String hostname) longgetLastLogin(String hostname) longgetTimeout(String hostname) voidsetAgentName(String hostname, String agentName) voidsetLastLogin(String hostname, long lastLogin) voidvoidsetTimeout(String hostname, long timeout) Methods inherited from class java.util.Hashtable
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, values
-
Field Details
-
TIMEOUT
public static final long TIMEOUT- See Also:
-
LASTLOGIN
public static final long LASTLOGIN- See Also:
-
-
Constructor Details
-
HashAuthData
public HashAuthData()
-
-
Method Details
-
getAgentName
-
setAgentName
-
getTimeout
-
setTimeout
-
getSecret
-
setSecret
-
getLastLogin
-
setLastLogin
-