Uses of Class
org.forgerock.opendj.config.AdministratorAction.Type
-
Packages that use AdministratorAction.Type Package Description org.forgerock.opendj.config Common administration classes. -
-
Uses of AdministratorAction.Type in org.forgerock.opendj.config
Methods in org.forgerock.opendj.config that return AdministratorAction.Type Modifier and Type Method Description AdministratorAction.Type
AdministratorAction. getType()
Gets the type of this administrator action.static AdministratorAction.Type
AdministratorAction.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static AdministratorAction.Type[]
AdministratorAction.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.forgerock.opendj.config with parameters of type AdministratorAction.Type Constructor Description AdministratorAction(AdministratorAction.Type type, AbstractManagedObjectDefinition<?,?> d, String propertyName)
Create a new administrator action.
-