public static enum STSTokenOutInterceptor.AuthMode extends Enum<STSTokenOutInterceptor.AuthMode>
Modifier and Type | Method and Description |
---|---|
QName |
getEndpointName() |
String |
getKeyType() |
static STSTokenOutInterceptor.AuthMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STSTokenOutInterceptor.AuthMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STSTokenOutInterceptor.AuthMode X509
public static final STSTokenOutInterceptor.AuthMode TRANSPORT
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