|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface describes an authentication service for a namespace.
| Method Summary | |
void |
authenticate(com.novell.application.console.snapin.ObjectEntry obj)
Authenticates an object. |
void |
authenticate(java.lang.String obj,
java.lang.String authenticateObject,
java.lang.String password)
Authenticates an object. |
void |
authenticateServer(java.lang.String serverName)
Authenticates to a particular server. |
void |
changePassword(com.novell.application.console.snapin.ObjectEntry obj)
Changes a password for an object. |
void |
changePassword(com.novell.application.console.snapin.ObjectEntry obj,
java.lang.String oldPassword,
java.lang.String newPassword)
Changes a password for an object. |
com.novell.application.console.snapin.ObjectEntry |
getAuthenticatedIdentity(com.novell.application.console.snapin.ObjectEntry obj)
Returns the identity for the current logged in user. |
void |
setPassword(com.novell.application.console.snapin.ObjectEntry obj)
Sets the password for an object. |
void |
setPassword(com.novell.application.console.snapin.ObjectEntry obj,
java.lang.String password)
Sets the password for an object. |
void |
unAuthenticate(com.novell.application.console.snapin.ObjectEntry obj)
UnAuthenticates the object. |
void |
unAuthenticate(com.novell.application.console.snapin.ObjectEntry obj,
java.lang.String password)
UnAuthenticates the object. |
| Method Detail |
public com.novell.application.console.snapin.ObjectEntry getAuthenticatedIdentity(com.novell.application.console.snapin.ObjectEntry obj)
throws SPIException
obj - Any ObjectEntry in the namespace. Note: For NDS, an ObjectEntry
is used to obtain the tree name for which the user is logged in to.public void changePassword(com.novell.application.console.snapin.ObjectEntry obj)
throws SPIException
obj - The object whose password will be changed.public void changePassword(com.novell.application.console.snapin.ObjectEntry obj,
java.lang.String oldPassword,
java.lang.String newPassword)
throws SPIException
obj - The object whose password will be changed.oldPassword - The old password.newPassword - The new password.public void setPassword(com.novell.application.console.snapin.ObjectEntry obj)
throws SPIException
obj - The object whose password will be changed.public void setPassword(com.novell.application.console.snapin.ObjectEntry obj,
java.lang.String password)
throws SPIException
obj - The object whose password will be changed.password - The new password.public void authenticate(com.novell.application.console.snapin.ObjectEntry obj)
throws SPIException
obj - The object to authenticate.public void authenticate(java.lang.String obj,
java.lang.String authenticateObject,
java.lang.String password)
throws SPIException
obj - The object to authenticate.authenticateObject - The object to authenticate to. In NDS, this would be the tree.password - The password.public void authenticateServer(java.lang.String serverName)
throws SPIException
serverName - The server to authenticate to.public void unAuthenticate(com.novell.application.console.snapin.ObjectEntry obj)
throws SPIException
obj - The object to unauthenticate.public void unAuthenticate(com.novell.application.console.snapin.ObjectEntry obj,
java.lang.String password)
throws SPIException
obj - The object to unauthenticate.password - The password.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||