Author: pskopek(a)redhat.com
Date: 2012-02-16 04:39:31 -0500 (Thu, 16 Feb 2012)
New Revision: 1401
Modified:
product/branches/Branch_6_plus/picketlink-core/src/main/java/org/picketlink/identity/federation/core/pdp/SOAPSAMLXACMLPDP.java
Log:
Resource changed to protected to be able to get override from super class.
Modified:
product/branches/Branch_6_plus/picketlink-core/src/main/java/org/picketlink/identity/federation/core/pdp/SOAPSAMLXACMLPDP.java
===================================================================
---
product/branches/Branch_6_plus/picketlink-core/src/main/java/org/picketlink/identity/federation/core/pdp/SOAPSAMLXACMLPDP.java 2012-02-16
09:37:40 UTC (rev 1400)
+++
product/branches/Branch_6_plus/picketlink-core/src/main/java/org/picketlink/identity/federation/core/pdp/SOAPSAMLXACMLPDP.java 2012-02-16
09:39:31 UTC (rev 1401)
@@ -60,8 +60,8 @@
protected Logger log = Logger.getLogger(SOAPSAMLXACMLPDP.class);
@Resource
- WebServiceContext context;
-
+ protected WebServiceContext context;
+
protected String policyConfigFileName = "policyConfig.xml";
protected PolicyDecisionPoint pdp;
Show replies by date