Repository: cxf Updated Branches: refs/heads/master 7851f41bb -> 1e62c4cf7
Missing change from last commit Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/1e62c4cf Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/1e62c4cf Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/1e62c4cf Branch: refs/heads/master Commit: 1e62c4cf7343783018df42dbbffa61f678428e49 Parents: 7851f41 Author: Colm O hEigeartaigh <[email protected]> Authored: Tue May 27 15:02:40 2014 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Tue May 27 15:02:40 2014 +0100 ---------------------------------------------------------------------- .../main/java/org/apache/cxf/ws/security/SecurityConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/1e62c4cf/rt/ws/security/src/main/java/org/apache/cxf/ws/security/SecurityConstants.java ---------------------------------------------------------------------- diff --git a/rt/ws/security/src/main/java/org/apache/cxf/ws/security/SecurityConstants.java b/rt/ws/security/src/main/java/org/apache/cxf/ws/security/SecurityConstants.java index 3eb12b8..131a6ac 100644 --- a/rt/ws/security/src/main/java/org/apache/cxf/ws/security/SecurityConstants.java +++ b/rt/ws/security/src/main/java/org/apache/cxf/ws/security/SecurityConstants.java @@ -568,7 +568,7 @@ public final class SecurityConstants { TOKEN, TOKEN_ID, SUBJECT_ROLE_CLASSIFIER, SUBJECT_ROLE_CLASSIFIER_TYPE, MUST_UNDERSTAND, ASYMMETRIC_SIGNATURE_ALGORITHM, PASSWORD_ENCRYPTOR_INSTANCE, ENABLE_SAML_ONE_TIME_USE_CACHE, SAML_ONE_TIME_USE_CACHE_INSTANCE, ENABLE_STREAMING_SECURITY, RETURN_SECURITY_ERROR, - CACHE_IDENTIFIER + CACHE_IDENTIFIER, CACHE_ISSUED_TOKEN_IN_ENDPOINT })); ALL_PROPERTIES = Collections.unmodifiableSet(s); }
