com.novell.emframe.dev
Class AuthBrokerEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.novell.emframe.dev.AuthBrokerEvent
All Implemented Interfaces:
java.io.Serializable

public class AuthBrokerEvent
extends java.util.EventObject

Defines a Authentication Broker event. This event is broadcasted when the AuthenticationBroker logs in or logs out.

See Also:
Serialized Form

Field Summary
protected  AuthenticationBroker m_authBroker
          AuthenticationBroker generating this event.
protected  ManagementServiceSet m_manageSS
          ManagementServiceSet used by the AuthenticationBroker.
protected  java.lang.String m_protocolId
          Protocol of the event.
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AuthBrokerEvent(AuthenticationBroker authBroker, ManagementServiceSet manageSS, java.lang.String protocolId)
          Creates a authentication broker event object.
 
Method Summary
 AuthenticationBroker getAuthBroker()
          Returns the authentication broker which created this event object.
 ManagementServiceSet getManagementServiceSet()
          Returns the ManagementServiceSet object .
 java.lang.String getProtocolId()
          Returns the protocol identification associated with this event.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_authBroker

protected AuthenticationBroker m_authBroker
AuthenticationBroker generating this event.


m_manageSS

protected ManagementServiceSet m_manageSS
ManagementServiceSet used by the AuthenticationBroker.


m_protocolId

protected java.lang.String m_protocolId
Protocol of the event.

Constructor Detail

AuthBrokerEvent

public AuthBrokerEvent(AuthenticationBroker authBroker,
                       ManagementServiceSet manageSS,
                       java.lang.String protocolId)
Creates a authentication broker event object. The protocolID could be any of the specific available protocols in AuthenticationBroker or it could be AuthenticationBroker.PROTOCOL_ALLPROTOCOLS that signals this is effecting all the protocols.

Parameters:
authBroker - AuthenticationBroker that is generating this event
manageSS - ManagementServiceSet using this authbroker
protocolId - String containing the protocol that is for this event
Method Detail

getAuthBroker

public AuthenticationBroker getAuthBroker()
Returns the authentication broker which created this event object.

Returns:
AuthenticationBroker object which created this event

getManagementServiceSet

public ManagementServiceSet getManagementServiceSet()
Returns the ManagementServiceSet object .

Returns:
ManagementServiceSet object used by the AuthenticationBroker

getProtocolId

public java.lang.String getProtocolId()
Returns the protocol identification associated with this event. It could be any of the specific available protocols in AuthenticationBroker or it could be AuthenticationBroker.PROTOCOL_ALLPROTOCOLS that signals this is effecting all the protocols.

Returns:
String containing the protocol associated with this event


API Documentation Copyright © 1998-2004 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated September 2 2004 0111.