|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This class allows to register for user mangagement events. IUserListener follows the observer pattern. An observer has to register via registerForEvent. An observer can subscribe more than one time to an event by using different namespaces. Copyright (c) SAP Portals Europe GmbH 2001
| Field Summary | |
static int |
INFORM_ON_GROUP_ASSIGNED
|
static int |
INFORM_ON_GROUP_UNASSIGNED
|
static int |
INFORM_ON_ROLE_ADDED
|
static int |
INFORM_ON_ROLE_REMOVED
|
static int |
INFORM_ON_USER_ASSIGNED
|
static int |
INFORM_ON_USER_UNASSIGNED
|
| Method Summary | |
void |
groupAssigned(java.lang.String uniqueIdOfRole,
java.lang.String assignedUniqueIdOfGroup)
groupAssigned() is called if event INFORM_ON_GROUP_ASSIGNED is fired from the registering factory |
void |
groupUnAssigned(java.lang.String uniqueIdOfRole,
java.lang.String unassignedUniqueIdOfGroup)
groupUnAssigned() is called if event INFORM_ON_GROUP_UNASSIGNED is fired from the registering factory |
void |
roleAdded(java.lang.String uniqueIdOfRole)
roleAdded() is called if event INFORM_ON_ROLE_ADDED is fired from registered factory |
void |
roleRemoved(java.lang.String uniqueIdOfRole)
roleRemoved() is called if event INFORM_ON_ROLE_REMOVED is fired from registered factory |
void |
userAssigned(java.lang.String uniqueIdOfRole,
java.lang.String uniqueIdOfUser)
userAssigned() is called if event INFORM_ON_USER_ASSIGNED is fired from the registering factory |
void |
userUnAssigned(java.lang.String uniqueIdOfRole,
java.lang.String uniqueIdOfUser)
userUnAssigned() is called if event INFORM_ON_USER_UNASSIGNED is fired from the registering factory |
| Field Detail |
public static final int INFORM_ON_ROLE_ADDED
public static final int INFORM_ON_ROLE_REMOVED
public static final int INFORM_ON_USER_ASSIGNED
public static final int INFORM_ON_GROUP_ASSIGNED
public static final int INFORM_ON_USER_UNASSIGNED
public static final int INFORM_ON_GROUP_UNASSIGNED
| Method Detail |
public void roleAdded(java.lang.String uniqueIdOfRole)
throws UMException
uniqueIdOfRole: - name of the newly added roleUMException -
public void roleRemoved(java.lang.String uniqueIdOfRole)
throws UMException
uniqueIdOfRole: - name of the newly added roleUMException -
public void userAssigned(java.lang.String uniqueIdOfRole,
java.lang.String uniqueIdOfUser)
throws UMException
uniqueIdOfRole: - name of the roleuniqueIdOfUser: - name of the user who was assigned to the roleUMException -
public void userUnAssigned(java.lang.String uniqueIdOfRole,
java.lang.String uniqueIdOfUser)
throws UMException
uniqueIdOfRole: - name of the roleuniqueIdOfUser: - name of the user who was unassigned from the roleUMException -
public void groupAssigned(java.lang.String uniqueIdOfRole,
java.lang.String assignedUniqueIdOfGroup)
throws UMException
uniqueIdOfRole: - name of the roleassignedUniqueIdOfGroup: - name of the group which was assigned to the roleUMException -
public void groupUnAssigned(java.lang.String uniqueIdOfRole,
java.lang.String unassignedUniqueIdOfGroup)
throws UMException
uniqueIdOfRole: - name of the roleunAssignedUniqueIdOfGroup: - name of the group which was unassigned from the roleUMException -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||