Class NullToken
java.lang.Object
org.apache.accumulo.core.client.security.tokens.NullToken
- All Implemented Interfaces:
Cloneable
,Destroyable
,AuthenticationToken
,org.apache.hadoop.io.Writable
- Since:
- 1.5.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
-
Method Summary
Modifier and TypeMethodDescriptionclone()
void
destroy()
boolean
int
hashCode()
void
init
(AuthenticationToken.Properties properties) boolean
void
readFields
(DataInput arg0) void
write
(DataOutput arg0)
-
Constructor Details
-
NullToken
public NullToken()
-
-
Method Details
-
readFields
- Specified by:
readFields
in interfaceorg.apache.hadoop.io.Writable
- Throws:
IOException
-
write
- Specified by:
write
in interfaceorg.apache.hadoop.io.Writable
- Throws:
IOException
-
destroy
- Specified by:
destroy
in interfaceDestroyable
- Throws:
DestroyFailedException
-
isDestroyed
public boolean isDestroyed()- Specified by:
isDestroyed
in interfaceDestroyable
-
clone
- Specified by:
clone
in interfaceAuthenticationToken
- Overrides:
clone
in classObject
-
equals
-
init
- Specified by:
init
in interfaceAuthenticationToken
-
getProperties
- Specified by:
getProperties
in interfaceAuthenticationToken
-
hashCode
public int hashCode()
-