public interface ErrorLogAccountStatusNotificationHandlerCfgClient extends AccountStatusNotificationHandlerCfgClient
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 |
---|---|
ManagedObjectDefinition<? extends ErrorLogAccountStatusNotificationHandlerCfgClient,? extends ErrorLogAccountStatusNotificationHandlerCfg> |
definition()
Get the configuration definition 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 |
setAccountStatusNotificationType(Collection<ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType> values)
Sets the "account-status-notification-type" property.
|
void |
setJavaClass(String value)
Sets the "java-class" property.
|
isEnabled, setEnabled
commit, properties
ManagedObjectDefinition<? extends ErrorLogAccountStatusNotificationHandlerCfgClient,? extends ErrorLogAccountStatusNotificationHandlerCfg> definition()
definition
in interface AccountStatusNotificationHandlerCfgClient
definition
in interface ConfigurationClient
SortedSet<ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType> getAccountStatusNotificationType()
Indicates which types of event can trigger an account status notification.
void setAccountStatusNotificationType(Collection<ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType> values) throws PropertyException
Indicates which types of event can trigger an account status notification.
values
- The values of the "account-status-notification-type" property.PropertyException
- If one or more of the new values are invalid.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Error Log Account Status Notification Handler implementation.
getJavaClass
in interface AccountStatusNotificationHandlerCfgClient
void setJavaClass(String value) throws PropertyException
Specifies the fully-qualified name of the Java class that provides the Error Log Account Status Notification Handler implementation.
setJavaClass
in interface AccountStatusNotificationHandlerCfgClient
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.