16 Sep, 2009
4 commits
-
- AbstractOp has a constructor argument Class that enables to create per operation logging. - Eliminated SearchHelper (merged into LoginsCommand) - Eliminated duplicity between AccountUtil and AccountIterator. AccountUtil#getAccount() now works with a simple iteration over single list of 'SolarisEntry'-s. git-svn-id: https://svn.forgerock.org/openicf/trunk@5225 05b3e5af-d696-470f-a577-fd7599f74d3c
-
git-svn-id: https://svn.forgerock.org/openicf/trunk@5215 05b3e5af-d696-470f-a577-fd7599f74d3c
-
git-svn-id: https://svn.forgerock.org/openicf/trunk@5212 05b3e5af-d696-470f-a577-fd7599f74d3c
-
git-svn-id: https://svn.forgerock.org/openicf/trunk@5211 05b3e5af-d696-470f-a577-fd7599f74d3c
15 Sep, 2009
1 commit
-
- erasing SearchPerformer (legacy low performance class) - temporarily OpSearchImpl is commented, as impl. TODO - rewritten Node + FilterTranslator structure; every Node sits in node package now (mv). -> new method on Node-s: boolean evaluate(SolarisEntry entry) -- TODO impl this. git-svn-id: https://svn.forgerock.org/openicf/trunk@5204 05b3e5af-d696-470f-a577-fd7599f74d3c
14 Sep, 2009
1 commit
-
- added BlockAccountIterator. ~ TODO: for now it has hardcoded constant of size 30 for block size, this may be a candidate for configuration property -- check the adapter code) - AccountUtil#getAllAccounts handles the iteration over all accounts at once. - Group attributes search TODO Infrastructural changes: - LastCmd, LoginsCmd -- both are used in blocked retrieval of accounts (BlockAccountIterator). They should reveal their capabilities to parse the output (block iteration involves running a special script, that can't be incorporated into a humbe util class like Last/LoginsCmd). - SudoUtil is now public, because it should be accessed by search implementation classes. Otherwise we'd need to pass down AbstractOp to low level classes, cascadingly. - SolarisEntries#getAllAccounts() need to pass the configuration down, because of running sudoStart and sudoStop commands (SudoUtil) git-svn-id: https://svn.forgerock.org/openicf/trunk@5195 05b3e5af-d696-470f-a577-fd7599f74d3c
11 Sep, 2009
1 commit
-
git-svn-id: https://svn.forgerock.org/openicf/trunk@5189 05b3e5af-d696-470f-a577-fd7599f74d3c
10 Sep, 2009
1 commit
-
…plementing Command interface. git-svn-id: https://svn.forgerock.org/openicf/trunk@5181 05b3e5af-d696-470f-a577-fd7599f74d3c
09 Sep, 2009
2 commits
-
* SolarisConnection -- trims the output accordingly. git-svn-id: https://svn.forgerock.org/openicf/trunk@5176 05b3e5af-d696-470f-a577-fd7599f74d3c
-
git-svn-id: https://svn.forgerock.org/openicf/trunk@5171 05b3e5af-d696-470f-a577-fd7599f74d3c
07 Sep, 2009
2 commits
-
git-svn-id: https://svn.forgerock.org/openicf/trunk@5163 05b3e5af-d696-470f-a577-fd7599f74d3c
-
git-svn-id: https://svn.forgerock.org/openicf/trunk@5162 05b3e5af-d696-470f-a577-fd7599f74d3c
01 Sep, 2009
1 commit
-
… to proper location as described at #531 git-svn-id: https://svn.forgerock.org/openicf/trunk@5141 05b3e5af-d696-470f-a577-fd7599f74d3c
31 Aug, 2009
1 commit
-
git-svn-id: https://svn.forgerock.org/openicf/trunk@5140 05b3e5af-d696-470f-a577-fd7599f74d3c
27 Aug, 2009
2 commits
-
git-svn-id: https://svn.forgerock.org/openicf/trunk@5129 05b3e5af-d696-470f-a577-fd7599f74d3c
-
- SolarisConnection altered disconnect according to SVIDRA#getLogoutScript() - fixed imports git-svn-id: https://svn.forgerock.org/openicf/trunk@5126 05b3e5af-d696-470f-a577-fd7599f74d3c
19 Aug, 2009
3 commits
-
git-svn-id: https://svn.forgerock.org/openicf/trunk@5096 05b3e5af-d696-470f-a577-fd7599f74d3c
-
…lled 'getCallbackMethod()' which provides advanced filtering of search result of the native resource. * Added initial prototype for 'SecondaryGroupParser' that is supposed to get the detailed list of groups out of logins command (special parsing is needed, because the list doesn't have a predefined length). TBD: think about propagation of group data, and the rest can be ignored, or just parsed from simple 'logins -oxa' command instead of the special 'logins -oxma', which has variable length of columns. * Fixed Create op. ('OpCreateImpl') -- now it checks if the created account exists and throws connector exception. (This will be needed to pass the CAOT contract too). Made it more robust towards error messages. TBD: go through the adapter code and look for tiny differences, so every corner case is covered. :) * 'PatternBuilder' -- cleanup of unused methods. * 'SearchPerformer' is now more versatile, enables to define a specific handling/filtering of the output from the resource. This is handy for multivalue attributes (like SECONDARY_GROUP). git-svn-id: https://svn.forgerock.org/openicf/trunk@5094 05b3e5af-d696-470f-a577-fd7599f74d3c
-
git-svn-id: https://svn.forgerock.org/openicf/trunk@5087 05b3e5af-d696-470f-a577-fd7599f74d3c
17 Aug, 2009
2 commits
-
…or example: -d "ahoj"-m "ship" --> correct: -d "ahoj"(space)-m "ship"). Not it should be OK. git-svn-id: https://svn.forgerock.org/openicf/trunk@5079 05b3e5af-d696-470f-a577-fd7599f74d3c
-
* AttributeHelper * PatternBuilder 2) SearchPerformer#performCmd() - wait for root shell prompt is a must (this way we empty Expect4j's buffer. todo: there may be better ways to accomplish this. git-svn-id: https://svn.forgerock.org/openicf/trunk@5069 05b3e5af-d696-470f-a577-fd7599f74d3c
14 Aug, 2009
1 commit
-
…r(oclass, options). Now SearchPerformer is added just at the moment of evaluation. git-svn-id: https://svn.forgerock.org/openicf/trunk@5061 05b3e5af-d696-470f-a577-fd7599f74d3c
13 Aug, 2009
2 commits
-
git-svn-id: https://svn.forgerock.org/openicf/trunk@5046 05b3e5af-d696-470f-a577-fd7599f74d3c
-
git-svn-id: https://svn.forgerock.org/openicf/trunk@5044 05b3e5af-d696-470f-a577-fd7599f74d3c