public class MapperProxy
extends java.lang.Object
| Constructor and Description |
|---|
MapperProxy(boolean enable,
ILdapMapper mapper)
Contructs MapperProxy .
|
| Modifier and Type | Method and Description |
|---|---|
ILdapMapper |
getMapper()
Returns ILdapMapper object.
|
boolean |
isEnable()
Returns if enabled.
|
public MapperProxy(boolean enable,
ILdapMapper mapper)
enable - Enabled or not.mapper - Corresponding ILdapMapper object.public boolean isEnable()
public ILdapMapper getMapper()