public final class TokenUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
LOG |
static String |
URL_STRING |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hadoop.security.token.Token<org.apache.hadoop.security.token.delegation.web.DelegationTokenIdentifier> |
toDelegationToken(Map<?,?> inputMap) |
static org.apache.hadoop.security.token.Token<? extends org.apache.hadoop.security.token.TokenIdentifier> |
toToken(Map<?,?> m) |
public static final org.slf4j.Logger LOG
public static final String URL_STRING
public static org.apache.hadoop.security.token.Token<org.apache.hadoop.security.token.delegation.web.DelegationTokenIdentifier> toDelegationToken(Map<?,?> inputMap) throws IOException
IOExceptionpublic static org.apache.hadoop.security.token.Token<? extends org.apache.hadoop.security.token.TokenIdentifier> toToken(Map<?,?> m) throws IOException
IOExceptionCopyright © 2008–2020 Apache Software Foundation. All rights reserved.