|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.cafesoft.cams.auth.callback.NamePasswordCallbackHandler
|
+--com.cafesoft.cams.auth.callback.AutoLoginNamePasswordCallbackHandler
CallbackHandler interface for JAAS LoginModules that must prompt for input. Provides the specified username and password when prompted by the Callback.
| Constructor Summary | |
AutoLoginNamePasswordCallbackHandler()
Create a new AutoLoginNamePasswordCallbackHandler object. |
|
AutoLoginNamePasswordCallbackHandler(String username,
String password)
Create a new AutoLoginNamePasswordCallbackHandler object. |
|
| Method Summary | |
void |
setAutologin_credentials(String autologincredentials)
Set the autologin_credentials callback value. |
void |
setAutologin_flag(String autologinflag)
Set the autologin_flag callback value. |
| Methods inherited from class com.cafesoft.cams.auth.callback.NamePasswordCallbackHandler |
handle, setPassword, setSession_id, setUsername |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AutoLoginNamePasswordCallbackHandler()
public AutoLoginNamePasswordCallbackHandler(String username,
String password)
username - the username to provide when prompted.password - the password to provide when prompted.| Method Detail |
public void setAutologin_flag(String autologinflag)
autologinflag - the value of the autologin_flag callback.public void setAutologin_credentials(String autologincredentials)
autologincredentials - the value of the autologin_credentials
callback.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||