Package com.netscape.cms.listeners
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 TypeMethodDescriptionvoid
Accepts request.String[]
getName()
void
init
(ISubsystem sub, ConfigStore config) Initializes request listener for the specific subsystem and configuration store.void
init
(String name, String ImplName, ConfigStore config) void
Sets attribute.void
shutdown()
-
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:IRequestListener
Initializes request listener for the specific subsystem and configuration store.- Specified by:
init
in interfaceIRequestListener
- Parameters:
sub
- subsystemconfig
- configuration store- Throws:
EBaseException
-
init
- Throws:
EBaseException
-
accept
Description copied from interface:IRequestListener
Accepts request.- Specified by:
accept
in interfaceIRequestListener
- Parameters:
r
- request
-
set
Description copied from interface:IRequestListener
Sets attribute.- Specified by:
set
in interfaceIRequestListener
- Parameters:
name
- attribute nameval
- attribute value
-