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