Package com.netscape.certsrv.publish
Class MapperProxy
- java.lang.Object
-
- com.netscape.certsrv.publish.MapperProxy
-
public class MapperProxy extends java.lang.ObjectClass 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 ILdapMappergetMapper()Returns ILdapMapper object.booleanisEnable()Returns if enabled.
-
-
-
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.
-
-