|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The LDAPAuthenticationNamespace extends the AuthenticationNamespace by adding methods which will authenticate an LDAP object using an SSL connection.
| Method Summary | |
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. |
| Methods inherited from interface com.novell.admin.ns.AuthenticationNamespace |
authenticate, authenticate, authenticateServer, changePassword, changePassword, getAuthenticatedIdentity, setPassword, setPassword, unAuthenticate, unAuthenticate |
| Method Detail |
public 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.public 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.public 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||