public final class IdRepoListener extends Object
Constructor and Description |
---|
IdRepoListener() |
Modifier and Type | Method and Description |
---|---|
static void |
addRemoteListener(IdEventListener l) |
void |
allObjectsChanged() |
Map |
getConfigMap() |
void |
objectChanged(String name,
IdType idType,
int changeType,
Map cMap)
Notification mechanism for IdRepo plugins to specify the identiy name
and identity type that has been changed.
|
void |
objectChanged(String name,
int type,
Map cMap)
Deprecated.
As of Sun Java System Access Manager 7.1.
|
void |
setConfigMap(Map cMap) |
void |
setServiceAttributes(String sName,
Map attrs)
Stores service's dynamic attributes within the IdRepo plugin
configuration.
|
public void allObjectsChanged()
public void objectChanged(String name, int type, Map cMap)
name
- name of the identity that changedtype
- change type i.e., add, delete, modify, etc.cMap
- configuration map that contains realm and plugin-namepublic void objectChanged(String name, IdType idType, int changeType, Map cMap)
name
- name of the identity that changedidType
- IdType i.e., user, group, etc.changeType
- change type i.e., add, delete, modify, etc.cMap
- configuration map that contains realm and plugin-namepublic static void addRemoteListener(IdEventListener l)
public Map getConfigMap()
public void setConfigMap(Map cMap)
public void setServiceAttributes(String sName, Map attrs) throws IdRepoException
sName
- service name for which attributes are being setattrs
- service synamic attributesIdRepoException
- If there was an error while setting the service attributes.Copyright © 2010-2020, ForgeRock All Rights Reserved.