public interface ConfigurationActionEvent
ConfigurationActionEvent
class represents
Configuration event.Modifier and Type | Field and Description |
---|---|
static int |
ADDED
Add new configuration.
|
static int |
DELETED
Delete configuration.
|
static int |
MODIFIED
Modify configuration.
|
Modifier and Type | Method and Description |
---|---|
String |
getComponentName()
Returns component name.
|
String |
getConfigurationName()
Returns configuration name.
|
String |
getRealm()
Returns realm name.
|
int |
getType()
Returns the type of this event.
|
static final int ADDED
static final int DELETED
static final int MODIFIED
int getType()
ADDED
,
DELETED
and
MODIFIED
String getConfigurationName()
String getComponentName()
String getRealm()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.