Class MapperProxy
java.lang.Object
com.netscape.certsrv.publish.MapperProxy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns ILdapMapper object.booleanisEnable()Returns if enabled.
-
Constructor Details
-
MapperProxy
Contructs MapperProxy .- Parameters:
enable- Enabled or not.mapper- Corresponding ILdapMapper object.
-
-
Method Details
-
isEnable
public boolean isEnable()Returns if enabled.- Returns:
- true if enabled, otherwise false.
-
getMapper
-