public class AMObjectListenerImpl extends Object implements AMObjectListener
ADD, DELETE, MODIFY, RENAMED
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 eventType,
Map configMap)
Deprecated.
This callback method is called by the Identity Repository plugin when
backend datastore triggers a notification event
|
void |
objectsChanged(String parentName,
int eventType,
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.
|
public void objectChanged(String name, int eventType, Map configMap)
AMObjectListener
objectChanged
in interface AMObjectListener
name
- unique name of the object that has changedeventType
- 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.public void objectsChanged(String parentName, int eventType, Set attrNames, Map configMap)
AMObjectListener
objectsChanged
in interface AMObjectListener
parentName
- name of the parent whoes "dynamic" attributes attributes have
been modified, affecting all its childreneventType
- 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.public void permissionsChanged(String orgName, Map configMap)
AMObjectListener
permissionsChanged
in interface AMObjectListener
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.public void allObjectsChanged()
AMObjectListener
allObjectsChanged
in interface AMObjectListener
public Map getConfigMap()
getConfigMap
in interface AMObjectListener
public void setConfigMap(Map cMap)
setConfigMap
in interface AMObjectListener
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.