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

dugan
07.56.2007 7bbe88cbb3a5a0be5e2799935e00907f755b7a0a
opendj-sdk/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.