Serializable
, Comparable<GSIConstants.CertificateType>
public static enum GSIConstants.CertificateType extends Enum<GSIConstants.CertificateType>
Modifier and Type | Method | Description |
---|---|---|
static GSIConstants.CertificateType |
get(int code) |
|
int |
getCode() |
|
static GSIConstants.CertificateType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static GSIConstants.CertificateType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GSIConstants.CertificateType EEC
public static final GSIConstants.CertificateType CA
public static final GSIConstants.CertificateType GSI_2_PROXY
public static final GSIConstants.CertificateType GSI_2_LIMITED_PROXY
public static final GSIConstants.CertificateType GSI_3_RESTRICTED_PROXY
public static final GSIConstants.CertificateType GSI_3_INDEPENDENT_PROXY
public static final GSIConstants.CertificateType GSI_3_IMPERSONATION_PROXY
public static final GSIConstants.CertificateType GSI_3_LIMITED_PROXY
public static final GSIConstants.CertificateType GSI_4_RESTRICTED_PROXY
public static final GSIConstants.CertificateType GSI_4_INDEPENDENT_PROXY
public static final GSIConstants.CertificateType GSI_4_IMPERSONATION_PROXY
public static final GSIConstants.CertificateType GSI_4_LIMITED_PROXY
public static final GSIConstants.CertificateType UNDEFINED
public static GSIConstants.CertificateType[] values()
for (GSIConstants.CertificateType c : GSIConstants.CertificateType.values()) System.out.println(c);
public static GSIConstants.CertificateType 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 getCode()
public static GSIConstants.CertificateType get(int code)
Copyright © 2018. All rights reserved.