public interface ErrorLogAccountStatusNotificationHandlerCfg extends AccountStatusNotificationHandlerCfg
The Error Log Account Status Notification Handler is a notification handler that writes information to the server error log whenever an appropriate account status event occurs.
Modifier and Type | Method and Description |
---|---|
void |
addErrorLogChangeListener(ConfigurationChangeListener<ErrorLogAccountStatusNotificationHandlerCfg> listener)
Register to be notified when this Error Log Account Status Notification Handler is changed.
|
Class<? extends ErrorLogAccountStatusNotificationHandlerCfg> |
configurationClass()
Gets the configuration class associated with this Error Log Account Status Notification Handler.
|
SortedSet<ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType> |
getAccountStatusNotificationType()
Gets the "account-status-notification-type" property.
|
String |
getJavaClass()
Gets the "java-class" property.
|
void |
removeErrorLogChangeListener(ConfigurationChangeListener<ErrorLogAccountStatusNotificationHandlerCfg> listener)
Deregister an existing Error Log Account Status Notification Handler configuration change listener.
|
addChangeListener, isEnabled, removeChangeListener
dn
Class<? extends ErrorLogAccountStatusNotificationHandlerCfg> configurationClass()
configurationClass
in interface AccountStatusNotificationHandlerCfg
configurationClass
in interface Configuration
void addErrorLogChangeListener(ConfigurationChangeListener<ErrorLogAccountStatusNotificationHandlerCfg> listener)
listener
- The Error Log Account Status Notification Handler configuration change listener.void removeErrorLogChangeListener(ConfigurationChangeListener<ErrorLogAccountStatusNotificationHandlerCfg> listener)
listener
- The Error Log Account Status Notification Handler configuration change listener.SortedSet<ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType> getAccountStatusNotificationType()
Indicates which types of event can trigger an account status notification.
String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Error Log Account Status Notification Handler implementation.
getJavaClass
in interface AccountStatusNotificationHandlerCfg
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.