summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/policy-security-http/src/main/java/org/apache/tuscany/sca/policy/security/http/LDAPRealmAuthenticationServicePolicyProvider.java
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-08-11 20:49:48 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-08-11 20:49:48 +0000
commitfc8f3f7d9af375bb06ac7d1f1f2ab7440ecb2d3e (patch)
treef519c681598ff690f374e29250479db234fd6020 /branches/sca-java-1.x/modules/policy-security-http/src/main/java/org/apache/tuscany/sca/policy/security/http/LDAPRealmAuthenticationServicePolicyProvider.java
parent46c833c2132670f5edd1b9f18763252d189e7b7a (diff)
Java doc and small formatting updates to policy security http
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803290 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.x/modules/policy-security-http/src/main/java/org/apache/tuscany/sca/policy/security/http/LDAPRealmAuthenticationServicePolicyProvider.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/modules/policy-security-http/src/main/java/org/apache/tuscany/sca/policy/security/http/LDAPRealmAuthenticationServicePolicyProvider.java b/branches/sca-java-1.x/modules/policy-security-http/src/main/java/org/apache/tuscany/sca/policy/security/http/LDAPRealmAuthenticationServicePolicyProvider.java
index 69520081b3..b4515c7464 100644
--- a/branches/sca-java-1.x/modules/policy-security-http/src/main/java/org/apache/tuscany/sca/policy/security/http/LDAPRealmAuthenticationServicePolicyProvider.java
+++ b/branches/sca-java-1.x/modules/policy-security-http/src/main/java/org/apache/tuscany/sca/policy/security/http/LDAPRealmAuthenticationServicePolicyProvider.java
@@ -211,6 +211,11 @@ public class LDAPRealmAuthenticationServicePolicyProvider implements PolicyProvi
return polices;
}
+ /**
+ * Find a given configured operation
+ * @param operation
+ * @return
+ */
private ConfiguredOperation findOperation(Operation operation) {
ConfiguredOperation configuredOperation = null;