Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.
The following page has been changed by DavanumSrinivas: http://wiki.apache.org/ws/FrontPage/WsFx/wss4jParameters ------------------------------------------------------------------------------ + == Sample handler Parameters for Axis 1.X == {{{ <parameter name="action" value="Encrypt Signature Timestamp"/> <parameter name="action" value="Signature Encrypt Timestamp"/> @@ -67, +68 @@ {{{ <parameter name="user" value="Chris"/> }}} + == Sample entries in properties files == + {{{ + org.apache.ws.security.crypto.merlin.alias.password=security + }}} + {{{ + org.apache.ws.security.crypto.merlin.file=interop/interop2.jks + }}} + {{{ + org.apache.ws.security.crypto.merlin.file=keys/wss4j.keystore + }}} + {{{ + org.apache.ws.security.crypto.merlin.file=keys/x509.PFX.MSFT + }}} + {{{ + org.apache.ws.security.crypto.merlin.keystore.alias=16c73ab6-b892-458f-abf5-2f875f74882e + }}} + {{{ + org.apache.ws.security.crypto.merlin.keystore.password=password + }}} + {{{ + org.apache.ws.security.crypto.merlin.keystore.password=security + }}} + {{{ + org.apache.ws.security.crypto.merlin.keystore.type=jks + }}} + {{{ + org.apache.ws.security.crypto.merlin.keystore.type=pkcs12 + }}} + {{{ + org.apache.ws.security.crypto.provider=org.apache.ws.security.components.crypto.Merlin + }}} + {{{ + org.apache.ws.security.saml.authenticationMethod=password + }}} + {{{ + org.apache.ws.security.saml.confirmationMethod=keyHolder + }}} + {{{ + org.apache.ws.security.saml.confirmationMethod=senderVouches + }}} + {{{ + org.apache.ws.security.saml.issuer.cryptoProp.file=crypto.properties + }}} + {{{ + org.apache.ws.security.saml.issuer.key.name=16c73ab6-b892-458f-abf5-2f875f74882e + }}} + {{{ + org.apache.ws.security.saml.issuer.key.password=security + }}} + {{{ + org.apache.ws.security.saml.issuer=www.example.com + }}} + {{{ + org.apache.ws.security.saml.issuerClass=org.apache.ws.security.saml.SAMLIssuerImpl + }}} + {{{ + org.apache.ws.security.saml.issuerCryptoProp.file=crypto.properties + }}} + {{{ + org.apache.ws.security.saml.subjectNameId.name=uid=joe,ou=people,ou=saml-demo,o=example.com + }}} + {{{ + org.apache.ws.security.saml.subjectNameId.qualifier=www.example.com + }}}
