|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RemotePasswordCallbackInterface
Interface for a remote version of the PasswordCallback defined in the javax.security.auth.callback package.
Method Summary | |
---|---|
void |
ClearPassword()
Clear the password stored in this object. |
char[] |
getPassword()
Get the password provided by the user as a character array. |
java.lang.String |
getPrompt()
Get the prompt to display when asking for the password. |
boolean |
isEchoOn()
Get the flag indicating whether to echo input. |
void |
setPassword(char[] password)
Set the password entered by the user. |
Method Detail |
---|
void ClearPassword() throws java.rmi.RemoteException
java.rmi.RemoteException
- in the event of remote object failure.char[] getPassword() throws java.rmi.RemoteException
java.rmi.RemoteException
- in the event of remote object failure.void setPassword(char[] password) throws java.rmi.RemoteException
password
- A character array containing the user's password.
java.rmi.RemoteException
- in the event of remote object failure.java.lang.String getPrompt() throws java.rmi.RemoteException
java.rmi.RemoteException
- in the event of remote object failure.boolean isEchoOn() throws java.rmi.RemoteException
java.rmi.RemoteException
- in the event of remote object failure.
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |