Uses of Class
org.opends.server.types.AccountStatusNotificationType
-
Packages that use AccountStatusNotificationType Package Description org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.types Contains implementations for a number of Directory Server data types. -
-
Uses of AccountStatusNotificationType in org.opends.server.core
Methods in org.opends.server.core with parameters of type AccountStatusNotificationType Modifier and Type Method Description void
PasswordPolicyState. generateAccountStatusNotification(AccountStatusNotificationType notificationType, Entry userEntry, LocalizableMessage message, Map<AccountStatusNotificationProperty,List<String>> notificationProperties)
Generates an account status notification for this user. -
Uses of AccountStatusNotificationType in org.opends.server.types
Methods in org.opends.server.types that return AccountStatusNotificationType Modifier and Type Method Description AccountStatusNotificationType
AccountStatusNotification. getNotificationType()
Retrieves the notification type for this account status notification.static AccountStatusNotificationType
AccountStatusNotificationType. typeForName(String name)
Retrieves the account status notification type with the specified name.static AccountStatusNotificationType
AccountStatusNotificationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AccountStatusNotificationType[]
AccountStatusNotificationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.opends.server.types with parameters of type AccountStatusNotificationType Constructor Description AccountStatusNotification(AccountStatusNotificationType notificationType, Entry userEntry, LocalizableMessage message, Map<AccountStatusNotificationProperty,List<String>> notificationProperties)
Creates a new account status notification object with the provided information.
-