Apache CXF · Example Payload

Apache Cxf Ws Security Config Example

ApacheJAX-RSJAX-WSJavaOpen SourceRESTSOAPWS-SecurityWeb Services

Apache Cxf Ws Security Config Example is an example object payload from Apache CXF, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

actionpasswordTypeuserpasswordCallbackClasssignatureKeyIdentifiersignaturePropFileencryptionPropFileencryptionUser

Example Payload

apache-cxf-ws-security-config-example.json Raw ↑
{
  "action": "UsernameToken Timestamp",
  "passwordType": "PasswordDigest",
  "user": "serviceUser",
  "passwordCallbackClass": "com.example.PasswordCallbackHandler",
  "signatureKeyIdentifier": "IssuerSerial",
  "signaturePropFile": "keystore.properties",
  "encryptionPropFile": "keystore.properties",
  "encryptionUser": "serverPublicKey"
}