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
IOException
public static org.apache.hadoop.security.Credentials deserialize(byte[] credentialsBytes) throws IOException
IOException
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.