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