public class AuthBrokerEvent
extends java.util.EventObject
AuthenticationBroker
logs in or logs out.| Modifier and Type | Field and Description |
|---|---|
protected AuthenticationBroker |
m_authBroker
AuthenticationBroker generating this event.
|
protected com.novell.emframe.fw.authenticator.DirAuthenticator |
m_dirAuth
ManagementServiceSet used by the AuthenticationBroker.
|
protected java.lang.String |
m_protocolId
Protocol of the event.
|
| Constructor and Description |
|---|
AuthBrokerEvent(AuthenticationBroker authBroker,
com.novell.emframe.fw.authenticator.DirAuthenticator dirAuth,
java.lang.String protocolId)
Creates a authentication broker event object.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected AuthenticationBroker m_authBroker
protected com.novell.emframe.fw.authenticator.DirAuthenticator m_dirAuth
protected java.lang.String m_protocolId
public AuthBrokerEvent(AuthenticationBroker authBroker, com.novell.emframe.fw.authenticator.DirAuthenticator dirAuth, java.lang.String protocolId)
authBroker - AuthenticationBroker that is generating this eventdirAuth - ManagementServiceSet using this authbrokerprotocolId - String containing the protocol that is for this eventpublic AuthenticationBroker getAuthBroker()
public ManagementServiceSet getManagementServiceSet()
public java.lang.String getProtocolId()
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 ${TODAY} ${TSTAMP}.