public static enum KerberosToken.ApReqTokenType extends Enum<KerberosToken.ApReqTokenType>
| Enum Constant and Description |
|---|
WssGssKerberosV5ApReqToken11 |
WssKerberosV5ApReqToken11 |
| Modifier and Type | Method and Description |
|---|---|
static KerberosToken.ApReqTokenType |
lookUp(String name) |
static KerberosToken.ApReqTokenType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KerberosToken.ApReqTokenType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KerberosToken.ApReqTokenType WssKerberosV5ApReqToken11
public static final KerberosToken.ApReqTokenType WssGssKerberosV5ApReqToken11
public static KerberosToken.ApReqTokenType[] values()
for (KerberosToken.ApReqTokenType c : KerberosToken.ApReqTokenType.values()) System.out.println(c);
public static KerberosToken.ApReqTokenType 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 static KerberosToken.ApReqTokenType lookUp(String name)
Copyright © 2018 JBoss by Red Hat. All rights reserved.