Class SystemCredentials.SystemToken
java.lang.Object
org.apache.accumulo.core.client.security.tokens.PasswordToken
org.apache.accumulo.server.security.SystemCredentials.SystemToken
- All Implemented Interfaces:
Cloneable
,Destroyable
,AuthenticationToken
,org.apache.hadoop.io.Writable
- Enclosing class:
- SystemCredentials
An
AuthenticationToken
type for Accumulo servers for inter-server communication.- Since:
- 1.6.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.accumulo.core.client.security.tokens.AuthenticationToken
AuthenticationToken.AuthenticationTokenSerializer, AuthenticationToken.Properties, AuthenticationToken.TokenProperty
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.accumulo.core.client.security.tokens.PasswordToken
clone, destroy, equals, getPassword, getProperties, hashCode, init, isDestroyed, readFields, setPassword, setPassword, write
-
Constructor Details
-
SystemToken
public SystemToken()A Constructor forWritable
.
-