com.sun.identity.plugin.configuration
インタフェース ConfigurationActionEvent


public interface ConfigurationActionEvent

The ConfigurationActionEvent class represents Configuration event.


フィールドの概要
static int ADDED
          Add new configuration.
static int DELETED
          Delete configuration.
static int MODIFIED
          Modify configuration.
 
メソッドの概要
 String getComponentName()
          Returns component name.
 String getConfigurationName()
          Returns configuration name.
 String getRealm()
          Returns realm name.
 int getType()
          Returns the type of this event.
 

フィールドの詳細

ADDED

static final int ADDED
Add new configuration.

関連項目:
定数フィールド値

DELETED

static final int DELETED
Delete configuration.

関連項目:
定数フィールド値

MODIFIED

static final int MODIFIED
Modify configuration.

関連項目:
定数フィールド値
メソッドの詳細

getType

int getType()
Returns the type of this event.

戻り値:
The type of this event. Possible types are :
  • ADDED,
  • DELETED and
  • MODIFIED

getConfigurationName

String getConfigurationName()
Returns configuration name.

戻り値:
configuration name or null if it is default configuration.

getComponentName

String getComponentName()
Returns component name.

戻り値:
component name

getRealm

String getRealm()
Returns realm name.

戻り値:
realm name or null if it is default configuration.