Interface ILdapRule

  • All Superinterfaces:
    ILdapPlugin

    public interface ILdapRule
    extends ILdapPlugin
    Interface for publishing rule which associates a Publisher with a Mapper.
    Version:
    $Revision$ $Date$
    • Method Detail

      • getImplName

        java.lang.String getImplName()
        Returns the implementation name.
      • getDescription

        java.lang.String getDescription()
        Returns the description of the ldap publisher.
      • setInstanceName

        void setInstanceName​(java.lang.String name)
        Sets the instance name.
      • getInstanceName

        java.lang.String getInstanceName()
        Returns the instance name.
      • getInstanceParams

        java.util.Vector<java.lang.String> getInstanceParams()
        Returns the current instance parameters.
      • getDefaultParams

        java.util.Vector<java.lang.String> getDefaultParams()
        Returns the initial default parameters.
      • enabled

        boolean enabled()
        Returns true if the rule is enabled, false if it's disabled.