|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.novell.emframe.dev.AuthBrokerEvent
Defines a Authentication Broker event. This event is broadcasted when the AuthenticationBroker
logs in or logs out.
| 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 |
protected AuthenticationBroker m_authBroker
protected ManagementServiceSet m_manageSS
protected java.lang.String m_protocolId
| Constructor Detail |
public AuthBrokerEvent(AuthenticationBroker authBroker,
ManagementServiceSet manageSS,
java.lang.String protocolId)
authBroker - AuthenticationBroker that is generating this eventmanageSS - ManagementServiceSet using this authbrokerprotocolId - String containing the protocol that is for this event| Method Detail |
public AuthenticationBroker getAuthBroker()
public ManagementServiceSet getManagementServiceSet()
public java.lang.String getProtocolId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||