From ba61454be5fcdacbf57e83ec633729dde6fd215b Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Sat, 8 Mar 2008 20:05:13 +0000 Subject: [PATCH] SWS-303 --- src/docbkx/security.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/docbkx/security.xml b/src/docbkx/security.xml index a7d88afb..950e8fcc 100644 --- a/src/docbkx/security.xml +++ b/src/docbkx/security.xml @@ -457,7 +457,7 @@
AcegiDigestPasswordValidationCallbackHandler - The AcegiPlainTextPasswordValidationCallbackHandler requires an Acegi + The AcegiDigestPasswordValidationCallbackHandler requires an Acegi UserDetailService to operate. It uses this service to retrieve the password of the user specified in the token. The digest of the password contained in this details object is then compared with the digest in the message. If they are equal, the user has successfully @@ -483,7 +483,7 @@ A more secure way of authentication uses X509 certificates. In this scenerario, the SOAP message contains a BinarySecurityToken, which contains a Base 64-encoded version of a X509 - certificate. The recipient is used by the recipient to authenticate. The certificate stored in the + certificate. The certificate is used by the recipient to authenticate. The certificate stored in the message is also used to sign the message (see ). @@ -549,7 +549,7 @@ - If the certificate is not in the private keystore, the handler will check whether the + If the certificate is not in the private keystore, the handler will check whether the current date and time are within the validity period given in the certificate. If they are not, the certificate is invalid; if it is, it will continue with the final step. @@ -823,7 +823,7 @@ To encrypt outgoing SOAP messages, the security policy file should contain a Encrypt element. This element can further carry a EncryptionTarget element which indicates which part of the message should be encrypted, and a SymmetricKey to indicate that a - shared secret instead of the regular private key should be used to decrypt the message. You can read a + shared secret instead of the regular public key should be used to encrypt the message. You can read a description of the other elements here.