From fc8f3f7d9af375bb06ac7d1f1f2ab7440ecb2d3e Mon Sep 17 00:00:00 2001 From: lresende Date: Tue, 11 Aug 2009 20:49:48 +0000 Subject: 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 --- .../security/http/LDAPRealmAuthenticationServicePolicyProvider.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'branches/sca-java-1.x/modules/policy-security-http/src/main/java/org/apache/tuscany/sca/policy/security/http/LDAPRealmAuthenticationServicePolicyProvider.java') 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; -- cgit v1.2.3