public interface AuthBrokerListener
extends java.util.EventListener
AuthenticationBroker. To
process these events, implement this interface then register with the
AuthenticationBroker to listen for the events.
For example:
authBroker.addAuthBrokerListener(this);| Modifier and Type | Method and Description |
|---|---|
void |
loginEvent(AuthBrokerEvent abEvent)
Called just after a successful login happens.
|
void |
preLogoutEvent(AuthBrokerEvent abEvent)
Called when a logout is about to happen.
|
void loginEvent(AuthBrokerEvent abEvent)
abEvent - - the Authentication Broker event objectvoid preLogoutEvent(AuthBrokerEvent abEvent)
abEvent - - the Authentication Broker event object
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}.