16 Sep, 2009

3 commits


15 Sep, 2009

2 commits


14 Sep, 2009

2 commits

  • git-svn-id: https://svn.forgerock.org/openicf/trunk@5200 05b3e5af-d696-470f-a577-fd7599f74d3c
    davidadam
     
  • - 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
    davidadam
     

11 Sep, 2009

1 commit


10 Sep, 2009

2 commits


09 Sep, 2009

2 commits


08 Sep, 2009

2 commits


07 Sep, 2009

3 commits


01 Sep, 2009

1 commit


31 Aug, 2009

1 commit


28 Aug, 2009

1 commit


27 Aug, 2009

8 commits


26 Aug, 2009

5 commits


21 Aug, 2009

2 commits


19 Aug, 2009

5 commits

  • git-svn-id: https://svn.forgerock.org/openicf/trunk@5096 05b3e5af-d696-470f-a577-fd7599f74d3c
    davidadam
     
  • …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
    davidadam
     
  • git-svn-id: https://svn.forgerock.org/openicf/trunk@5090 05b3e5af-d696-470f-a577-fd7599f74d3c
    abadea
     
  • git-svn-id: https://svn.forgerock.org/openicf/trunk@5089 05b3e5af-d696-470f-a577-fd7599f74d3c
    davidadam
     
  • git-svn-id: https://svn.forgerock.org/openicf/trunk@5088 05b3e5af-d696-470f-a577-fd7599f74d3c
    davidadam