com.sap.security.api
Interface UserListener
- public interface UserListener
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
- Version:
- $Revision: #1 $
|
Method Summary |
void |
userAdded(java.lang.String uniqueIdOfUser)
userAdded() is called if event INFORM_ON_USER_ADDED is fired from
registered factory |
void |
userRemoved(java.lang.String uniqueIdOfUser)
userRemoved() is called if event INFORM_ON_USER_REMOVED is fired from
registered factory |
INFORM_ON_USER_ADDED
public static final int INFORM_ON_USER_ADDED
INFORM_ON_USER_REMOVED
public static final int INFORM_ON_USER_REMOVED
userAdded
public void userAdded(java.lang.String uniqueIdOfUser)
throws UMException
- userAdded() is called if event INFORM_ON_USER_ADDED is fired from
registered factory
- Parameters:
uniqueIdOfUser: - uniqueID of the newly added user- Throws:
UMException -
userRemoved
public void userRemoved(java.lang.String uniqueIdOfUser)
throws UMException
- userRemoved() is called if event INFORM_ON_USER_REMOVED is fired from
registered factory
- Parameters:
uniqueIdOfUser: - uniqueID of the removed user- Throws:
UMException -
Copyright © 2002 SAP AG All Rights Reserved.