public static enum AuthorizationDataWrapper.WrapperType extends Enum<AuthorizationDataWrapper.WrapperType> implements org.apache.kerby.asn1.EnumType
| Enum Constant and Description |
|---|
AD_IF_RELEVANT |
AD_MANDATORY_FOR_KDC |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getValue() |
static AuthorizationDataWrapper.WrapperType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthorizationDataWrapper.WrapperType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthorizationDataWrapper.WrapperType AD_IF_RELEVANT
public static final AuthorizationDataWrapper.WrapperType AD_MANDATORY_FOR_KDC
public static AuthorizationDataWrapper.WrapperType[] values()
for (AuthorizationDataWrapper.WrapperType c : AuthorizationDataWrapper.WrapperType.values()) System.out.println(c);
public static AuthorizationDataWrapper.WrapperType 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 int getValue()
getValue in interface org.apache.kerby.asn1.EnumTypepublic String getName()
getName in interface org.apache.kerby.asn1.EnumTypeCopyright © 2014–2019 The Apache Software Foundation. All rights reserved.