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