Package com.netscape.certsrv.publish
Class MapperProxy
java.lang.Object
com.netscape.certsrv.publish.MapperProxy
Class representing a LdapMapper.
- Version:
- $Revision$ $Date$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns ILdapMapper object.boolean
isEnable()
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
Returns ILdapMapper object.- Returns:
- Intance of ILdapMapper object.
-