Repository: cxf Updated Branches: refs/heads/3.0.x-fixes 7211c5081 -> 4110c8eae
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/4110c8ea Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/4110c8ea Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/4110c8ea Branch: refs/heads/3.0.x-fixes Commit: 4110c8eae0c6cb404697df1972e0aa368eeaefe3 Parents: 7211c50 Author: Colm O hEigeartaigh <[email protected]> Authored: Wed Oct 22 11:00:49 2014 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Wed Oct 22 11:02:08 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/4110c8ea/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 { /**
