Package | Description |
---|---|
org.apache.cxf.ws.security.policy.interceptors |
Modifier and Type | Method and Description |
---|---|
STSTokenOutInterceptor.AuthMode |
STSTokenOutInterceptor.AuthParams.getAuthMode() |
static STSTokenOutInterceptor.AuthMode |
STSTokenOutInterceptor.AuthMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STSTokenOutInterceptor.AuthMode[] |
STSTokenOutInterceptor.AuthMode.values()
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) |
AuthParams(STSTokenOutInterceptor.AuthMode authMode,
String userName,
String callbackHandler,
String alias,
String keystoreProperties) |
Apache CXF