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

Nested Class Summary
static class AuthenticationToken.Properties
           
static class AuthenticationToken.TokenProperty
           
 
Method Summary
 AuthenticationToken clone()
           
 Set<AuthenticationToken.TokenProperty> getProperties()
           
 void init(AuthenticationToken.Properties properties)
           
 
Methods inherited from interface org.apache.hadoop.io.Writable
readFields, write
 
Methods inherited from interface javax.security.auth.Destroyable
destroy, isDestroyed
 

Method Detail

init

void init(AuthenticationToken.Properties properties)

getProperties

Set<AuthenticationToken.TokenProperty> getProperties()

clone

AuthenticationToken clone()


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.