@InterfaceAudience.Private public static enum HttpFSKerberosAuthenticator.DelegationTokenOperation extends Enum<HttpFSKerberosAuthenticator.DelegationTokenOperation>
Enum Constant and Description |
---|
CANCELDELEGATIONTOKEN |
GETDELEGATIONTOKEN |
RENEWDELEGATIONTOKEN |
Modifier and Type | Method and Description |
---|---|
String |
getHttpMethod() |
boolean |
requiresKerberosCredentials() |
static HttpFSKerberosAuthenticator.DelegationTokenOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpFSKerberosAuthenticator.DelegationTokenOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HttpFSKerberosAuthenticator.DelegationTokenOperation GETDELEGATIONTOKEN
public static final HttpFSKerberosAuthenticator.DelegationTokenOperation RENEWDELEGATIONTOKEN
public static final HttpFSKerberosAuthenticator.DelegationTokenOperation CANCELDELEGATIONTOKEN
public static HttpFSKerberosAuthenticator.DelegationTokenOperation[] values()
for (HttpFSKerberosAuthenticator.DelegationTokenOperation c : HttpFSKerberosAuthenticator.DelegationTokenOperation.values()) System.out.println(c);
public static HttpFSKerberosAuthenticator.DelegationTokenOperation valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic String getHttpMethod()
public boolean requiresKerberosCredentials()
Copyright © 2013 Apache Software Foundation. All rights reserved.