You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2014/10/22 12:01:26 UTC

git commit: Updating STSLoginModule documentation

Repository: cxf
Updated Branches:
  refs/heads/master 5540ea2ad -> f2fd3cc07


Updating STSLoginModule documentation


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/f2fd3cc0
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/f2fd3cc0
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/f2fd3cc0

Branch: refs/heads/master
Commit: f2fd3cc0714645d37076b305e8bccc60002073fd
Parents: 5540ea2
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Wed Oct 22 11:00:49 2014 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Wed Oct 22 11:01:09 2014 +0100

----------------------------------------------------------------------
 .../java/org/apache/cxf/ws/security/trust/STSLoginModule.java     | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/f2fd3cc0/rt/ws/security/src/main/java/org/apache/cxf/ws/security/trust/STSLoginModule.java
----------------------------------------------------------------------
diff --git a/rt/ws/security/src/main/java/org/apache/cxf/ws/security/trust/STSLoginModule.java b/rt/ws/security/src/main/java/org/apache/cxf/ws/security/trust/STSLoginModule.java
index fbf1f1e..37f8749 100644
--- a/rt/ws/security/src/main/java/org/apache/cxf/ws/security/trust/STSLoginModule.java
+++ b/rt/ws/security/src/main/java/org/apache/cxf/ws/security/trust/STSLoginModule.java
@@ -57,7 +57,8 @@ import org.apache.wss4j.dom.validate.Credential;
 /**
  * A JAAS LoginModule for authenticating a Username/Password to the STS. The 
  * STSClient object itself must be configured separately and picked up either via 
- * the endpoint name or else as the "default" STSClient.
+ * the endpoint name, the "default" STSClient or as a JAX-WS/JAX-RS property with the
+ * key "ws-security.sts.client".
  */
 public class STSLoginModule implements LoginModule {
     /**