public interface AuthenticationToken extends org.apache.hadoop.io.Writable, Destroyable, Cloneable
Modifier and Type | Interface and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
AuthenticationToken |
clone() |
Set<AuthenticationToken.TokenProperty> |
getProperties() |
void |
init(AuthenticationToken.Properties properties) |
destroy, isDestroyed
void init(AuthenticationToken.Properties properties)
Set<AuthenticationToken.TokenProperty> getProperties()
AuthenticationToken clone()
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.