public final class AdministratorAction extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AdministratorAction.Type
Specifies the type of administrator action which must be performed in
order for pending changes to take effect.
|
Constructor and Description |
---|
AdministratorAction(AdministratorAction.Type type,
AbstractManagedObjectDefinition<?,?> d,
String propertyName)
Create a new administrator action.
|
Modifier and Type | Method and Description |
---|---|
LocalizableMessage |
getSynopsis()
Gets the synopsis of this administrator action in the default locale.
|
LocalizableMessage |
getSynopsis(Locale locale)
Gets the synopsis of this administrator action in the specified locale.
|
AdministratorAction.Type |
getType()
Gets the type of this administrator action.
|
public AdministratorAction(AdministratorAction.Type type, AbstractManagedObjectDefinition<?,?> d, String propertyName)
type
- The type of this administration action.d
- The managed object definition associated with this
administrator action.propertyName
- The name of the property definition associated with this
administrator action.public final LocalizableMessage getSynopsis()
null
if there is no synopsis defined.public final LocalizableMessage getSynopsis(Locale locale)
locale
- The locale.null
if there is no synopsis defined.public final AdministratorAction.Type getType()
Copyright 2010-2022 ForgeRock AS.