|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface RemoteNameCallbackInterface
Interface for a remote version of the NameCallback defined in the javax.security.auth.callback package.
| Method Summary | |
|---|---|
abstract java.lang.String |
getDefaultName()
Get the default name for this callback. |
abstract java.lang.String |
getName()
Get the name that was set by the callback handler, hopefully provided by the user. |
abstract java.lang.String |
getPrompt()
Get the prompt string to use when asking for the name. |
abstract void |
setName(java.lang.String name)
Set the name provided by the user. |
| Method Detail |
|---|
java.lang.String getDefaultName()
throws java.rmi.RemoteException
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.
java.lang.String getName()
throws java.rmi.RemoteException
java.rmi.RemoteException - in the event of remote object failure.
void setName(java.lang.String name)
throws java.rmi.RemoteException
name - The name provided by the user to authenticate.
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 | |||||||||||||