public static enum SP11Constants.SupportingTokenTypes extends Enum<SP11Constants.SupportingTokenTypes> implements SupportingTokenType
Enum Constant and Description |
---|
EndorsingSupportingTokens |
SignedEndorsingSupportingTokens |
SignedSupportingTokens |
SupportingTokens |
Modifier and Type | Method and Description |
---|---|
QName |
getName() |
static SP11Constants.SupportingTokenTypes |
lookUp(QName name) |
static SP11Constants.SupportingTokenTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SP11Constants.SupportingTokenTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SP11Constants.SupportingTokenTypes SupportingTokens
public static final SP11Constants.SupportingTokenTypes SignedSupportingTokens
public static final SP11Constants.SupportingTokenTypes EndorsingSupportingTokens
public static final SP11Constants.SupportingTokenTypes SignedEndorsingSupportingTokens
public static SP11Constants.SupportingTokenTypes[] values()
for (SP11Constants.SupportingTokenTypes c : SP11Constants.SupportingTokenTypes.values()) System.out.println(c);
public static SP11Constants.SupportingTokenTypes 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 SP11Constants.SupportingTokenTypes lookUp(QName name)
public QName getName()
getName
in interface SupportingTokenType
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.