Uses of Class
org.forgerock.opendj.server.config.meta.ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType
-
Packages that use ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType Package Description org.forgerock.opendj.server.config.client Provides client-side interfaces for querying and managing the Core directory server administrative components.org.forgerock.opendj.server.config.meta Provides introspection interfaces for the Core directory server administrative components.org.forgerock.opendj.server.config.server Provides server-side interfaces for accessing the Core directory server administrative components. -
-
Uses of ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType Modifier and Type Method Description SortedSet<ValueOrExpression<ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType>>
ErrorLogAccountStatusNotificationHandlerCfgClient. getAccountStatusNotificationType()
Gets the "account-status-notification-type" property.Method parameters in org.forgerock.opendj.server.config.client with type arguments of type ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType Modifier and Type Method Description void
ErrorLogAccountStatusNotificationHandlerCfgClient. setAccountStatusNotificationType(Collection<ValueOrExpression<ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType>> values)
Sets the "account-status-notification-type" property. -
Uses of ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType Modifier and Type Method Description static ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType
ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType[]
ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType Modifier and Type Method Description EnumPropertyDefinition<ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType>
ErrorLogAccountStatusNotificationHandlerCfgDefn. getAccountStatusNotificationTypePropertyDefinition()
Get the "account-status-notification-type" property definition. -
Uses of ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType Modifier and Type Method Description SortedSet<ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType>
ErrorLogAccountStatusNotificationHandlerCfg. getAccountStatusNotificationType()
Gets the "account-status-notification-type" property.
-