com.ibm.presence.api.authorization
Interface AuthorizationRulesListener
- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
public interface AuthorizationRulesListener
- extends javax.ejb.EJBObject
Remote interface for Enterprise Bean: AuthorizationRulesListener
This interface is implemented by the presence server and is used as a listener
to events from an Authorization Service.
- See Also:
AuthorizationService.doSubscribeIsAllowedUser(AuthorizationData, AuthorizationRulesListener)
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
onSubscriptionIsAllowed
void onSubscriptionIsAllowed(AuthorizationData authorizationData,
AuthorizationRules authenticationRules)
throws java.rmi.RemoteException,
com.ibm.presence.api.exceptions.DataLayerException
- Event from authorization service
- Parameters:
authorizationData
- received by authorization service when subscribedauthenticationRules
- rules how to proceed with authorization data
- Throws:
java.rmi.RemoteException,
- DataLayerException
java.rmi.RemoteException
com.ibm.presence.api.exceptions.DataLayerException
Copyright © 2003 IBM Corp. All Rights Reserved.