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.