public enum Namespaces extends java.lang.Enum<Namespaces>
| Enum Constant and Description |
|---|
BASE_64_ENCODING |
BINARY_SECURITY_TOKEN_PROFILE |
CANCEL_TOKEN |
CREATE_TOKEN |
DS |
ECDSA |
ENC |
RENEW_TOKEN |
RSA_MFG_1 |
SAML_2 |
SAML_2_TOKEN_PROFILE |
TRUST |
WSSE |
WSU |
X_509_TOKEN_PROFILE |
XML |
XSD |
XSI |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getNamespaceUrl() |
static java.lang.String |
getSignatureAlgorithmNamespace(java.lang.String signatureAlgorithm) |
static Namespaces |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Namespaces[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Namespaces WSU
public static final Namespaces WSSE
public static final Namespaces DS
public static final Namespaces TRUST
public static final Namespaces SAML_2
public static final Namespaces XML
public static final Namespaces XSI
public static final Namespaces XSD
public static final Namespaces ENC
public static final Namespaces SAML_2_TOKEN_PROFILE
public static final Namespaces CREATE_TOKEN
public static final Namespaces RENEW_TOKEN
public static final Namespaces CANCEL_TOKEN
public static final Namespaces BASE_64_ENCODING
public static final Namespaces X_509_TOKEN_PROFILE
public static final Namespaces BINARY_SECURITY_TOKEN_PROFILE
public static final Namespaces RSA_MFG_1
public static final Namespaces ECDSA
public static Namespaces[] values()
for (Namespaces c : Namespaces.values()) System.out.println(c);
public static Namespaces valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static java.lang.String getSignatureAlgorithmNamespace(java.lang.String signatureAlgorithm)
public java.lang.String getNamespaceUrl()