Class PinRemovalListener
java.lang.Object
com.netscape.cms.listeners.PinRemovalListener
- All Implemented Interfaces:
IRequestListener
This represnets a listener that removes pin from LDAP directory.
- Version:
- $Revision$, $Date$
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAccepts request.String[]getName()voidinit(ISubsystem sub, IConfigStore config) Initializes request listener for the specific subsystem and configuration store.voidinit(String name, String ImplName, IConfigStore config) voidSets attribute.voidshutdown()
-
Field Details
-
logger
public static org.slf4j.Logger logger -
PROP_ENABLED
- See Also:
-
PROP_LDAP
- See Also:
-
PROP_BASEDN
- See Also:
-
PROP_PINATTR
- See Also:
-
mName
-
mImplName
-
mBaseDN
-
mPinAttr
-
configParams
-
-
Constructor Details
-
PinRemovalListener
public PinRemovalListener()
-
-
Method Details
-
getName
-
getImplName
-
getConfigStore
-
shutdown
public void shutdown() -
getConfigParams
- Throws:
EBaseException
-
init
Description copied from interface:IRequestListenerInitializes request listener for the specific subsystem and configuration store.- Specified by:
initin interfaceIRequestListener- Parameters:
sub- subsystemconfig- configuration store- Throws:
EBaseException
-
init
- Throws:
EBaseException
-
accept
Description copied from interface:IRequestListenerAccepts request.- Specified by:
acceptin interfaceIRequestListener- Parameters:
r- request
-
set
Description copied from interface:IRequestListenerSets attribute.- Specified by:
setin interfaceIRequestListener- Parameters:
name- attribute nameval- attribute value
-