public interface LDAPAuthenticationNamespace
| Modifier and Type | Method and Description |
|---|---|
void |
authenticate(java.lang.Object authenticatedObject)
Authenticates an object.
|
void |
authenticate(ObjectEntry obj,
boolean ssl)
Authenticates an LDAP object using SSL.
|
void |
authenticate(java.lang.String obj,
java.lang.String authenticateObject,
java.lang.String password,
boolean ssl)
Authenticates an object.
|
void |
authenticateServer(java.lang.String serverName,
boolean ssl)
Authenticates to a particular server.
|
void authenticate(ObjectEntry obj, boolean ssl) throws SPIException
obj - The object to authenticate.ssl - boolean indicating whether or not to use SSL.SPIException - Thrown when the service providerk returns an
error.void authenticate(java.lang.String obj,
java.lang.String authenticateObject,
java.lang.String password,
boolean ssl)
throws SPIException
obj - The object to authenticate.authenticateObject - The object to authenticate to. In NDS, this
would be the tree.password - The password.ssl - boolean indicating whether or not to use SSL.SPIException - Thrown when the service provider returns an
error.void authenticate(java.lang.Object authenticatedObject)
throws SPIException
authenticatedObject - - An authenticated object of the correct type.
If the authenticatedObject is not the correct type for the implemenation,
then an exception will be thrown.SPIException - Thrown if the authenticated object is not a valid type for this
implementation or when the service provider returns an error.void authenticateServer(java.lang.String serverName,
boolean ssl)
throws SPIException
serverName - The server to authenticate to.ssl - boolean indicating whether or not to use SSL.SPIException - Thrown when the service provider returns an
error.
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}.