mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

dugan
18.04.2007 0f4a89bd11829ff6301edb92637134455d40ff64
Change JavaDoc comments to match new configuration arguments.
2 files modified
9 ■■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/authorization/dseecompat/AciHandler.java 6 ●●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/authorization/dseecompat/AciProvider.java 3 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/authorization/dseecompat/AciHandler.java
@@ -96,7 +96,8 @@
     *  - Processes all "aci" attributes found in the "cn=config" naming
     *    context and adds them to the ACI list cache.
     *
     * @param configuration The configuration entry passed in from the provider.
     * @param configuration The config handler containing the ACI
     *  configuration information.
     * @throws InitializationException if there is a problem processing the
     * config entry or config naming context.
    */
@@ -122,7 +123,8 @@
     * entry and adds them to that ACI list cache. It also logs messages about
     * the number of ACI attribute types added to the cache. This method is
     * called once at startup.
     * @param configEntry  The configuraion entry to search for global ACIs.
     * @param configuration   The config handler containing the ACI
     *  configuration information.
     * @throws InitializationException If there is an error reading
     * the global ACIs from the configuration entry.
     */
opendj-sdk/opends/src/server/org/opends/server/authorization/dseecompat/AciProvider.java
@@ -58,8 +58,7 @@
     * method.
     *
     * @param configuration
     *          The entry containing the configuration Access Control
     *          entry.
     *          The config handler containing the access control configuration.
     * @throws ConfigException
     *           If the initialization fails.
     * @throws InitializationException