org.apache.wss4j.policy
Enum SP12Constants.SupportingTokenTypes
java.lang.Object
java.lang.Enum<SP12Constants.SupportingTokenTypes>
org.apache.wss4j.policy.SP12Constants.SupportingTokenTypes
- All Implemented Interfaces:
- Serializable, Comparable<SP12Constants.SupportingTokenTypes>, SupportingTokenType
- Enclosing class:
- SP12Constants
public static enum SP12Constants.SupportingTokenTypes
- extends Enum<SP12Constants.SupportingTokenTypes>
- implements SupportingTokenType
SupportingTokens
public static final SP12Constants.SupportingTokenTypes SupportingTokens
SignedSupportingTokens
public static final SP12Constants.SupportingTokenTypes SignedSupportingTokens
EndorsingSupportingTokens
public static final SP12Constants.SupportingTokenTypes EndorsingSupportingTokens
SignedEndorsingSupportingTokens
public static final SP12Constants.SupportingTokenTypes SignedEndorsingSupportingTokens
SignedEncryptedSupportingTokens
public static final SP12Constants.SupportingTokenTypes SignedEncryptedSupportingTokens
EncryptedSupportingTokens
public static final SP12Constants.SupportingTokenTypes EncryptedSupportingTokens
EndorsingEncryptedSupportingTokens
public static final SP12Constants.SupportingTokenTypes EndorsingEncryptedSupportingTokens
SignedEndorsingEncryptedSupportingTokens
public static final SP12Constants.SupportingTokenTypes SignedEndorsingEncryptedSupportingTokens
values
public static SP12Constants.SupportingTokenTypes[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (SP12Constants.SupportingTokenTypes c : SP12Constants.SupportingTokenTypes.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static SP12Constants.SupportingTokenTypes valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
lookUp
public static SP12Constants.SupportingTokenTypes lookUp(QName name)
getName
public QName getName()
- Specified by:
getName in interface SupportingTokenType
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.