public static enum SPConstants.SupportTokenType extends Enum<SPConstants.SupportTokenType>
Modifier and Type | Method and Description |
---|---|
static SPConstants.SupportTokenType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SPConstants.SupportTokenType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SPConstants.SupportTokenType SUPPORTING_TOKEN_SUPPORTING
public static final SPConstants.SupportTokenType SUPPORTING_TOKEN_ENDORSING
public static final SPConstants.SupportTokenType SUPPORTING_TOKEN_SIGNED
public static final SPConstants.SupportTokenType SUPPORTING_TOKEN_SIGNED_ENDORSING
public static final SPConstants.SupportTokenType SUPPORTING_TOKEN_SIGNED_ENCRYPTED
public static final SPConstants.SupportTokenType SUPPORTING_TOKEN_ENCRYPTED
public static final SPConstants.SupportTokenType SUPPORTING_TOKEN_ENDORSING_ENCRYPTED
public static final SPConstants.SupportTokenType SUPPORTING_TOKEN_SIGNED_ENDORSING_ENCRYPTED
public static SPConstants.SupportTokenType[] values()
for (SPConstants.SupportTokenType c : SPConstants.SupportTokenType.values()) System.out.println(c);
public static SPConstants.SupportTokenType 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 nullCopyright © 2006–2016 The Apache Software Foundation. All rights reserved.