org.apache.accumulo.core.client.security.tokens
Interface AuthenticationToken

All Superinterfaces:
Cloneable, Destroyable, org.apache.hadoop.io.Writable
All Known Implementing Classes:
CredentialProviderToken, NullToken, PasswordToken

public interface AuthenticationToken
extends org.apache.hadoop.io.Writable, Destroyable, Cloneable

Since:
1.5.0

Nested Class Summary
static class AuthenticationToken.AuthenticationTokenSerializer
          A utility class to serialize/deserialize AuthenticationToken objects.
Unfortunately, these methods are provided in an inner-class, to avoid breaking the interface API.
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 © 2015 Apache Accumulo Project. All rights reserved.