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

dugan
07.56.2007 14c5f3996a46c1281cb133de439f25492c97530a
opends/src/server/org/opends/server/authorization/dseecompat/AuthMethod.java
@@ -34,7 +34,15 @@
 * The AuthMethod class represents an authmethod bind rule keyword expression.
 */
public class AuthMethod implements KeywordBindRule {
    /*
     * Enumeration representing the authentication method.
     */
    private EnumAuthMethod authMethod=null;
    /*
     * Enumeration representing the bind rule operation type.
     */
    private EnumBindRuleType type=null;
    /**