public interface AMObjectListener extends EventListener
Modifier and Type | Field and Description |
---|---|
static int |
ADD
Deprecated.
|
static int |
DELETE
Deprecated.
|
static int |
MODIFY
Deprecated.
|
static int |
RENAMED
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
allObjectsChanged()
Deprecated.
This callback notifies the listener that all object should be marked as
"changed" or "dirty".
|
Map |
getConfigMap()
Deprecated.
|
void |
objectChanged(String name,
int type,
Map configMap)
Deprecated.
This callback method is called by the Identity Repository plugin when
backend datastore triggers a notification event
|
void |
objectsChanged(String parentNames,
int type,
Set attrNames,
Map configMap)
Deprecated.
This callback method is called by the Identity Repository plugin when
backend datastore triggers a notification event that results in multiple
objects being modified.
|
void |
permissionsChanged(String orgName,
Map configMap)
Deprecated.
This callback method is called by the Identity Repository plugin when
backend datastore triggers a permission change notification event.
|
void |
setConfigMap(Map cmap)
Deprecated.
|
static final int ADD
static final int DELETE
static final int MODIFY
static final int RENAMED
void objectChanged(String name, int type, Map configMap)
name
- unique name of the object that has changedtype
- type of change i.e., ADD, DELETE, MODIFYconfigMap
- Map of configuration information which the AM SDK framework
passes to the plugin, and which the plugin should return as
is. This information helps the framework to map the object to
the universal identifier used as the cache key.void objectsChanged(String parentNames, int type, Set attrNames, Map configMap)
parentNames
- name of the parent whoes "dynamic" attributes attributes have
been modified, affecting all its childrentype
- type of change i.e., ADD, DELETE, MODIFYattrNames
- attribute names that have been modifiedconfigMap
- Map of configuration information which the AM SDK framework
passes to the plugin, and which the plugin should return as
is. This information helps the framework to map the object to
the universal identifier used as the cache key.void permissionsChanged(String orgName, Map configMap)
orgName
- unique name of the organization whoes permissions has changedconfigMap
- Map of configuration information which the AM SDK framework
passes to the plugin, and which the plugin should return as
is. This information helps the framework to map the object to
the universal identifier used as the cache key.void allObjectsChanged()
void setConfigMap(Map cmap)
Map getConfigMap()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.