12 Jul, 2013
5 commits
-
More code simplifications. git-svn-id: https://svn.forgerock.org/opendj/trunk@9227 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
More code simplifications. git-svn-id: https://svn.forgerock.org/opendj/trunk@9226 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Removed instance member isDenyEval, setDecidingAci() and setEvalReason(), replaced with setEvaluationResult() since both are always set at the same time. Changed the impl of isDenyEval() to use the evalReason. AciEffectiveRights.java: Used AciEvalContext.setEvaluationResult(). AciHandler.java: In testApplicableLists(), used AciEvalContext.setEvaluationResult(). Pushed negation down in if statements condition, merged common code between if and else clauses, collapsed if statements. git-svn-id: https://svn.forgerock.org/opendj/trunk@9225 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Switched the use of collections concrete classes to interfaces. AciHandler.java: Switched use of collections concrete classes to interfaces. Used the AutoRefactor plugin on the code to simplify the code. git-svn-id: https://svn.forgerock.org/opendj/trunk@9224 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
TestCaseUtils.java: Added schemaBeforeStartingFakeServer and shutdownFakeServer(). AciBodyTest.java: Added tearDown(). git-svn-id: https://svn.forgerock.org/opendj/trunk@9223 41b1ffd8-f28e-4786-ab96-9950f0a78031
11 Jul, 2013
4 commits
-
Committed adding @Override separately from bigger, real changes. git-svn-id: https://svn.forgerock.org/opendj/trunk@9222 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Removed duplicated javadoc. git-svn-id: https://svn.forgerock.org/opendj/trunk@9221 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@9220 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
EnumRightTest.java: Now implements DirectoryServerTestCase instead of the heavyweight AciTestCase. AciBodyTest.java, EnumRightTest.java: Now implements DirectoryServerTestCase instead of the heavyweight AciTestCase. Need to fake the DirectoryServer. TestCaseUtils.java: Added startFakeServer() method to fake the DirectoryServer. AttributeTypeConstants.java: ADDED git-svn-id: https://svn.forgerock.org/opendj/trunk@9219 41b1ffd8-f28e-4786-ab96-9950f0a78031
10 Jul, 2013
5 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@9215 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@9213 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Replaced collection concrete classes with interfaces. Used javadocs instead of line comments. git-svn-id: https://svn.forgerock.org/opendj/trunk@9212 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@9211 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
In bootstrapAttributeSyntaxes(), extracted method initAndRegister() to remove duplicated code. *.java: Replaced collection concrete classes with interfaces. git-svn-id: https://svn.forgerock.org/opendj/trunk@9210 41b1ffd8-f28e-4786-ab96-9950f0a78031
09 Jul, 2013
10 commits
-
Extracted methods assertIndexContainsID() to remove duplicated code. git-svn-id: https://svn.forgerock.org/opendj/trunk@9208 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
In initMatchedDNs(), fixed the test (variables were inverted). Replaced concrete collections with interfaces. Used Collections.singleton(). git-svn-id: https://svn.forgerock.org/opendj/trunk@9207 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@9206 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@9205 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@9204 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Used StaticUtils.close() git-svn-id: https://svn.forgerock.org/opendj/trunk@9203 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@9202 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Updated copyright because of commit r9200 . git-svn-id: https://svn.forgerock.org/opendj/trunk@9201 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Extracted methods handlePreParseException(), handlePreParseResult(), handlePreOperationException(), handlePreOperationResult() to remove duplication. git-svn-id: https://svn.forgerock.org/opendj/trunk@9200 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Code cleanup: removed useless try / catch. Used interfaces instead of concrete collection classes. Extracted methods toAttributesMap(), toAttributesList() and addRDNAttributesIfNecessary() to remove duplicated code. git-svn-id: https://svn.forgerock.org/opendj/trunk@9199 41b1ffd8-f28e-4786-ab96-9950f0a78031
08 Jul, 2013
5 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@9197 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…ld path contains spaces git-svn-id: https://svn.forgerock.org/opendj/trunk@9196 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@9195 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Thanks to Jean-Noël for review over IM. git-svn-id: https://svn.forgerock.org/opendj/trunk@9194 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@9193 41b1ffd8-f28e-4786-ab96-9950f0a78031
05 Jul, 2013
10 commits
-
…esults in 400 status code * avoid performing modify operations when a PUT or PATCH is determined to be a no-op * add unit tests which check that no modify request is sent. git-svn-id: https://svn.forgerock.org/opendj/trunk@9191 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@9190 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@9189 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Added support for generating RS-only nodes. git-svn-id: https://svn.forgerock.org/opendj/trunk@9188 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@9187 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@9185 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
* add support for LDAPS and LDAP+StartTLS * add support for 3 key managers: trust all, jvm, and file-based (e.g. JKS, PKCS12) * functionally equivalent to our existing DSML gateway's support. git-svn-id: https://svn.forgerock.org/opendj/trunk@9184 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@9183 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@9182 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@9181 41b1ffd8-f28e-4786-ab96-9950f0a78031
04 Jul, 2013
1 commit
-
Extracted methods decodePatterns() and filterDN() to remove code duplication. git-svn-id: https://svn.forgerock.org/opendj/trunk@9179 41b1ffd8-f28e-4786-ab96-9950f0a78031