org.apache.accumulo.core.client.security.tokens
Interface AuthenticationToken
- All Superinterfaces:
- Cloneable, Destroyable, org.apache.hadoop.io.Writable
- All Known Implementing Classes:
- NullToken, PasswordToken
public interface AuthenticationToken
- extends org.apache.hadoop.io.Writable, Destroyable, Cloneable
- Since:
- 1.5.0
Methods inherited from interface org.apache.hadoop.io.Writable |
readFields, write |
init
void init(AuthenticationToken.Properties properties)
getProperties
Set<AuthenticationToken.TokenProperty> getProperties()
clone
AuthenticationToken clone()
Copyright © 2013 Apache Accumulo Project. All Rights Reserved.