From 217d171cdb0dd536100908c80446e904fea483c8 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Mon, 18 Feb 2008 13:40:04 +0000 Subject: [PATCH] Javadoc --- .../ws/soap/security/wss4j/Wss4jSecurityInterceptor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/src/main/java/org/springframework/ws/soap/security/wss4j/Wss4jSecurityInterceptor.java b/security/src/main/java/org/springframework/ws/soap/security/wss4j/Wss4jSecurityInterceptor.java index 89e1da22..00d5600a 100755 --- a/security/src/main/java/org/springframework/ws/soap/security/wss4j/Wss4jSecurityInterceptor.java +++ b/security/src/main/java/org/springframework/ws/soap/security/wss4j/Wss4jSecurityInterceptor.java @@ -71,7 +71,7 @@ import org.springframework.ws.soap.security.wss4j.callback.UsernameTokenPrincipa *

* Securement actions are:

* *
Securement actionDescription
UsernameTokenAdds a username token
UsernameTokenSignatureAdds - * a username token and a signature username token secrect key
TimestampAdds a + * a username token and a signature username token secret key
TimestampAdds a * timestamp
EncryptEncrypts the response
SignatureSigns the response
NoSecurityNo action * performed