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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()voiddestroy()booleaninthashCode()voidinit(AuthenticationToken.Properties properties) booleanvoidreadFields(DataInput arg0) voidwrite(DataOutput arg0)
-
Constructor Details
-
NullToken
public NullToken()
-
-
Method Details
-
readFields
- Specified by:
readFieldsin interfaceorg.apache.hadoop.io.Writable- Throws:
IOException
-
write
- Specified by:
writein interfaceorg.apache.hadoop.io.Writable- Throws:
IOException
-
destroy
- Specified by:
destroyin interfaceDestroyable- Throws:
DestroyFailedException
-
isDestroyed
public boolean isDestroyed()- Specified by:
isDestroyedin interfaceDestroyable
-
clone
- Specified by:
clonein interfaceAuthenticationToken- Overrides:
clonein classObject
-
equals
-
init
- Specified by:
initin interfaceAuthenticationToken
-
getProperties
- Specified by:
getPropertiesin interfaceAuthenticationToken
-
hashCode
public int hashCode()
-