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

dugan
01.16.2008 d048be119faafbb9d83bb2f0f8995d6070b16d52
opends/src/server/org/opends/server/authorization/dseecompat/EnumBindRuleKeyword.java
@@ -77,7 +77,12 @@
     * The enumeration type when the bind rule has specified keyword of
     * authmethod.
     */
    AUTHMETHOD ("authmethod");
    AUTHMETHOD ("authmethod"),
    /**
     * The enumeration type when the bind rule has specified keyword of
     * ssf.
     */
    SSF("ssf");
    /*
     * The keyword name.