Class MapperProxy


  • public class MapperProxy
    extends java.lang.Object
    Class representing a LdapMapper.
    Version:
    $Revision$ $Date$
    • Constructor Summary

      Constructors 
      Constructor Description
      MapperProxy​(boolean enable, ILdapMapper mapper)
      Contructs MapperProxy .
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ILdapMapper getMapper()
      Returns ILdapMapper object.
      boolean isEnable()
      Returns if enabled.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MapperProxy

        public MapperProxy​(boolean enable,
                           ILdapMapper mapper)
        Contructs MapperProxy .
        Parameters:
        enable - Enabled or not.
        mapper - Corresponding ILdapMapper object.
    • Method Detail

      • isEnable

        public boolean isEnable()
        Returns if enabled.
        Returns:
        true if enabled, otherwise false.
      • getMapper

        public ILdapMapper getMapper()
        Returns ILdapMapper object.
        Returns:
        Intance of ILdapMapper object.