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

dugan
07.56.2007 14c5f3996a46c1281cb133de439f25492c97530a
opends/src/server/org/opends/server/authorization/dseecompat/EnumBindRuleKeyword.java
@@ -32,6 +32,7 @@
 * keyword types.
 */
public enum EnumBindRuleKeyword {
    /**
     * The enumeration type when the bind rule has specified keyword of
     * userdn.
@@ -77,10 +78,11 @@
     * authmethod.
     */
    AUTHMETHOD ("authmethod");
    /**
    /*
     * The keyword name.
     */
    public final String keyword;
    private final String keyword;
    /**
     * Creates a new enumeration type for the specified keyword.