public static enum WSSConstants.DerivedKeyTokenReference extends Enum<WSSConstants.DerivedKeyTokenReference>
Enum Constant and Description |
---|
DirectReference |
EncryptedKey |
SecurityContextToken |
Modifier and Type | Method and Description |
---|---|
static WSSConstants.DerivedKeyTokenReference |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WSSConstants.DerivedKeyTokenReference[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WSSConstants.DerivedKeyTokenReference DirectReference
public static final WSSConstants.DerivedKeyTokenReference EncryptedKey
public static final WSSConstants.DerivedKeyTokenReference SecurityContextToken
public static WSSConstants.DerivedKeyTokenReference[] values()
for (WSSConstants.DerivedKeyTokenReference c : WSSConstants.DerivedKeyTokenReference.values()) System.out.println(c);
public static WSSConstants.DerivedKeyTokenReference 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 © 2017 JBoss by Red Hat. All rights reserved.