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

dugan
07.56.2007 14c5f3996a46c1281cb133de439f25492c97530a
opends/src/server/org/opends/server/authorization/dseecompat/EnumAuthMethod.java
@@ -41,6 +41,7 @@
 * This class provides an enumeration of the allowed authmethod types.
 */
public enum EnumAuthMethod {
    /**
     * The enumeration type when the bind rule has specified authentication of
     * none.
@@ -76,10 +77,10 @@
     */
    AUTHMETHOD_NOMATCH       ("nomatch");
    /**
    /*
     * The name of the authmethod.
     */
    public String authmethod = null;
    private String authmethod = null;
    /**
     * Creates a new enumeration type for this authmethod.