org.apache.accumulo.server.client.security.token
Class SystemToken

java.lang.Object
  extended by org.apache.accumulo.core.client.security.tokens.PasswordToken
      extended by org.apache.accumulo.server.client.security.token.SystemToken
All Implemented Interfaces:
Cloneable, Destroyable, AuthenticationToken, org.apache.hadoop.io.Writable

public class SystemToken
extends PasswordToken

Since:
1.5.0

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.accumulo.core.client.security.tokens.AuthenticationToken
AuthenticationToken.Properties, AuthenticationToken.TokenProperty
 
Constructor Summary
SystemToken(byte[] systemPassword)
           
 
Method Summary
 
Methods inherited from class org.apache.accumulo.core.client.security.tokens.PasswordToken
clone, destroy, equals, getPassword, getProperties, hashCode, init, isDestroyed, readFields, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemToken

public SystemToken(byte[] systemPassword)


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.