Interface AuthenticationToken
- All Superinterfaces:
 Cloneable,Destroyable,org.apache.hadoop.io.Writable
- All Known Subinterfaces:
 DelegationToken
- All Known Implementing Classes:
 CredentialProviderToken,KerberosToken,NullToken,PasswordToken
- Since:
 - 1.5.0
 
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA utility class to serialize/deserializeAuthenticationTokenobjects.
Unfortunately, these methods are provided in an inner-class, to avoid breaking the interface API.static classstatic class - 
Method Summary
Methods inherited from interface javax.security.auth.Destroyable
destroy, isDestroyedMethods inherited from interface org.apache.hadoop.io.Writable
readFields, write 
- 
Method Details
- 
init
 - 
getProperties
Set<AuthenticationToken.TokenProperty> getProperties() - 
clone
AuthenticationToken clone() 
 -