Doc updates

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

Branch: refs/heads/3.0.x-fixes
Commit: 98d0065154572074af7ac0a9503b82d3bbaeabdf
Parents: 5e11369
Author: Colm O hEigeartaigh <[email protected]>
Authored: Wed Oct 21 16:05:55 2015 +0100
Committer: Colm O hEigeartaigh <[email protected]>
Committed: Wed Oct 21 16:13:10 2015 +0100

----------------------------------------------------------------------
 .../cxf/rs/security/jose/common/JoseConstants.java      | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/98d00651/rt/rs/security/jose-parent/jose/src/main/java/org/apache/cxf/rs/security/jose/common/JoseConstants.java
----------------------------------------------------------------------
diff --git 
a/rt/rs/security/jose-parent/jose/src/main/java/org/apache/cxf/rs/security/jose/common/JoseConstants.java
 
b/rt/rs/security/jose-parent/jose/src/main/java/org/apache/cxf/rs/security/jose/common/JoseConstants.java
index 24ebc96..ef65982 100644
--- 
a/rt/rs/security/jose-parent/jose/src/main/java/org/apache/cxf/rs/security/jose/common/JoseConstants.java
+++ 
b/rt/rs/security/jose-parent/jose/src/main/java/org/apache/cxf/rs/security/jose/common/JoseConstants.java
@@ -72,12 +72,20 @@ public final class JoseConstants {
     public static final String RSSEC_KEY_PSWD = "rs.security.key.password";
     
     /**
-     * The keystore alias corresponding to the key to use
+     * The keystore alias corresponding to the key to use. You can append one 
of the following to this tag to
+     * get the alias for more specific operations:
+     *  - jwe.out
+     *  - jwe.in
+     *  - jws.out
+     *  - jws.in
      */
     public static final String RSSEC_KEY_STORE_ALIAS = 
"rs.security.keystore.alias";
     
     /**
-     * The keystore aliases corresponding to the keys to use, when using the 
JSON serialization form.
+     * The keystore aliases corresponding to the keys to use, when using the 
JSON serialization form. You can 
+     * append one of the following to this tag to get the alias for more 
specific operations:
+     *  - jws.out
+     *  - jws.in
      */
     public static final String RSSEC_KEY_STORE_ALIASES = 
"rs.security.keystore.aliases";
     

Reply via email to