public final class ErrorLogAccountStatusNotificationHandlerCfgDefn extends ManagedObjectDefinition<ErrorLogAccountStatusNotificationHandlerCfgClient,ErrorLogAccountStatusNotificationHandlerCfg>
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 | Class and Description |
---|---|
static class |
ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType
Defines the set of permissable values for the "account-status-notification-type" property.
|
getAggregationPropertyDefinition, getAggregationPropertyDefinitions, getAllAggregationPropertyDefinitions, getAllChildren, getAllConstraints, getAllPropertyDefinitions, getAllRelationDefinitions, getAllReverseAggregationPropertyDefinitions, getAllReverseRelationDefinitions, getAllTags, getChild, getChildren, getConstraints, getDescription, getDescription, getName, getParent, getPropertyDefinition, getPropertyDefinitions, getRelationDefinition, getRelationDefinitions, getReverseAggregationPropertyDefinitions, getReverseRelationDefinitions, getSynopsis, getSynopsis, getUserFriendlyName, getUserFriendlyName, getUserFriendlyPluralName, getUserFriendlyPluralName, hasChildren, hasOption, hasTag, initialize, isChildOf, isParentOf, isTop, registerConstraint, registerOption, registerPropertyDefinition, registerRelationDefinition, registerTag, resolveManagedObjectDefinition, toString, toString
public static ErrorLogAccountStatusNotificationHandlerCfgDefn getInstance()
public ErrorLogAccountStatusNotificationHandlerCfgClient createClientConfiguration(ManagedObject<? extends ErrorLogAccountStatusNotificationHandlerCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<ErrorLogAccountStatusNotificationHandlerCfgClient,ErrorLogAccountStatusNotificationHandlerCfg>
impl
- The managed object.public ErrorLogAccountStatusNotificationHandlerCfg createServerConfiguration(ServerManagedObject<? extends ErrorLogAccountStatusNotificationHandlerCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<ErrorLogAccountStatusNotificationHandlerCfgClient,ErrorLogAccountStatusNotificationHandlerCfg>
impl
- The server managed object.public Class<ErrorLogAccountStatusNotificationHandlerCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<ErrorLogAccountStatusNotificationHandlerCfgClient,ErrorLogAccountStatusNotificationHandlerCfg>
public EnumPropertyDefinition<ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType> getAccountStatusNotificationTypePropertyDefinition()
Indicates which types of event can trigger an account status notification.
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the Error Log Account Status Notification Handler is enabled. Only enabled handlers are invoked whenever a related event occurs in the server.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the Error Log Account Status Notification Handler implementation.
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.