public class NullToken extends Object implements AuthenticationToken
AuthenticationToken.AuthenticationTokenSerializer, AuthenticationToken.Properties, AuthenticationToken.TokenProperty| Constructor and Description |
|---|
NullToken() |
| Modifier and Type | Method and Description |
|---|---|
NullToken |
clone() |
void |
destroy() |
boolean |
equals(Object obj) |
Set<AuthenticationToken.TokenProperty> |
getProperties() |
int |
hashCode() |
void |
init(AuthenticationToken.Properties properties) |
boolean |
isDestroyed() |
void |
readFields(DataInput arg0) |
void |
write(DataOutput arg0) |
public void readFields(DataInput arg0) throws IOException
readFields in interface org.apache.hadoop.io.WritableIOExceptionpublic void write(DataOutput arg0) throws IOException
write in interface org.apache.hadoop.io.WritableIOExceptionpublic void destroy()
throws DestroyFailedException
destroy in interface DestroyableDestroyFailedExceptionpublic boolean isDestroyed()
isDestroyed in interface Destroyablepublic NullToken clone()
clone in interface AuthenticationTokenclone in class Objectpublic void init(AuthenticationToken.Properties properties)
init in interface AuthenticationTokenpublic Set<AuthenticationToken.TokenProperty> getProperties()
getProperties in interface AuthenticationTokenCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.