public abstract class LazyAuthBrokerAuthenticator extends AuthBrokerAuthenticator
| Constructor and Description |
|---|
LazyAuthBrokerAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.Object |
authenticate(java.lang.String name,
java.lang.String password,
java.lang.String accessDomain,
java.util.Properties properties)
Abstract method called when the Lazy AuthBrokerAuthenticator should login.
|
destroy, init, login, logoutpublic abstract java.lang.Object authenticate(java.lang.String name,
java.lang.String password,
java.lang.String accessDomain,
java.util.Properties properties)
throws AuthBrokerException
The object returned from this authenticate call will be returned to the user when they call getAPIObject(id, prop). The user will then be responsible for the cleanup of this object
name - Username to use to loginpassword - Password to use to loginaccessDomain - Location to use to login (tree, server, etc...)properties - Properties object containing information relative to the loginAuthBrokerException - if login was unsuccessful
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}.