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)

Method Summary
 void onSubscriptionIsAllowed(AuthorizationData authorizationData, AuthorizationRules authenticationRules)
          Event from authorization service
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

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 subscribed
authenticationRules - 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.