public final class IdRepoListener extends Object
Modifier and Type | Field and Description |
---|---|
static int |
OBJECT_ADDED
Represents an object addition event type.
|
static int |
OBJECT_CHANGED
Represents an object change event type.
|
static int |
OBJECT_REMOVED
Represents an object removal event type.
|
static int |
OBJECT_RENAMED
Represents an object renaming event type.
|
protected static SOAPClient |
sclient |
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.
|
protected static SOAPClient sclient
public static final int OBJECT_ADDED
public static final int OBJECT_CHANGED
public static final int OBJECT_REMOVED
public static final int OBJECT_RENAMED
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
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.