Package | Description |
---|---|
org.apache.cxf.ws.security.trust |
Modifier and Type | Method and Description |
---|---|
STSAuthParams.AuthMode |
STSAuthParams.getAuthMode() |
static STSAuthParams.AuthMode |
STSAuthParams.AuthMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STSAuthParams.AuthMode[] |
STSAuthParams.AuthMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
STSAuthParams(STSAuthParams.AuthMode authMode,
String userName,
String callbackHandler) |
STSAuthParams(STSAuthParams.AuthMode authMode,
String userName,
String callbackHandler,
String alias,
String keystoreProperties) |
Apache CXF