@Deprecated public static enum STSTokenOutInterceptor.AuthMode extends Enum<STSTokenOutInterceptor.AuthMode>
Enum Constant and Description |
---|
UT_SYMMETRIC
Deprecated.
|
UT_TRANSPORT
Deprecated.
|
X509_ASSYMETRIC
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
QName |
getEndpointName()
Deprecated.
|
String |
getKeyType()
Deprecated.
|
static STSTokenOutInterceptor.AuthMode |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static STSTokenOutInterceptor.AuthMode[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STSTokenOutInterceptor.AuthMode X509_ASSYMETRIC
public static final STSTokenOutInterceptor.AuthMode UT_TRANSPORT
public static final STSTokenOutInterceptor.AuthMode UT_SYMMETRIC
public static STSTokenOutInterceptor.AuthMode[] values()
for (STSTokenOutInterceptor.AuthMode c : STSTokenOutInterceptor.AuthMode.values()) System.out.println(c);
public static STSTokenOutInterceptor.AuthMode 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 QName getEndpointName()
public String getKeyType()
Apache CXF