@Internal public class HadoopDelegationTokenConverter extends Object
| Constructor and Description |
|---|
HadoopDelegationTokenConverter() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hadoop.security.Credentials |
deserialize(byte[] credentialsBytes)
Deserializes delegation tokens.
|
static byte[] |
serialize(org.apache.hadoop.security.Credentials credentials)
Serializes delegation tokens.
|
public static byte[] serialize(org.apache.hadoop.security.Credentials credentials)
throws IOException
IOExceptionpublic static org.apache.hadoop.security.Credentials deserialize(byte[] credentialsBytes)
throws IOException
IOExceptionCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.