public class LDAPCallbacks extends Object
Constructor and Description |
---|
LDAPCallbacks(CallbackHandler callbackHandler,
ResourceBundle bundle) |
Modifier and Type | Method and Description |
---|---|
protected String |
getConfirmPWD() |
protected String |
getNewPWD() |
protected String |
getOldPWD() |
protected String |
getUserName() |
protected String |
getUserPWD() |
void |
sendMessage(int type,
String msg)
Instantiates and passes a
TextOutputCallback to the
invokeCallback method of a CallbackHandler to
display information messages, warning messages and error messages. |
void |
setLoginScreen()
Instantiates and passes a callbacks to the
invokeCallback
method of a CallbackHandler to ask for user name and
password to procees Login Page. |
void |
setPwdExpiryScreen()
Instantiates and passes a callbacks to the
invokeCallback
method of a CallbackHandler to ask for old, new and
confirm passwords to procees change password screen. |
public LDAPCallbacks(CallbackHandler callbackHandler, ResourceBundle bundle)
public void setLoginScreen() throws LoginException
invokeCallback
method of a CallbackHandler
to ask for user name and
password to procees Login Page.LoginException
public void setPwdExpiryScreen() throws LoginException
invokeCallback
method of a CallbackHandler
to ask for old, new and
confirm passwords to procees change password screen.LoginException
public void sendMessage(int type, String msg) throws LoginException
TextOutputCallback
to the
invokeCallback
method of a CallbackHandler
to
display information messages, warning messages and error messages.type
- msg
- LoginException
protected String getUserName()
protected String getUserPWD()
protected String getOldPWD()
protected String getNewPWD()
protected String getConfirmPWD()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.