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
Modifier and TypeInterfaceDescriptionstatic final class
A utility class to serialize/deserializeAuthenticationToken
objects.
Unfortunately, these methods are provided in an inner-class, to avoid breaking the interface API.static class
static class
-
Method Summary
Methods inherited from interface javax.security.auth.Destroyable
destroy, isDestroyed
Methods inherited from interface org.apache.hadoop.io.Writable
readFields, write
-
Method Details
-
init
-
getProperties
Set<AuthenticationToken.TokenProperty> getProperties() -
clone
AuthenticationToken clone()
-