| java.lang.Object com.rift.coad.lib.security.login.handlers.PasswordInfoHandler
PasswordInfoHandler | public class PasswordInfoHandler implements LoginInfoHandler(Code) | | This class will handle a basic password login if both user name and password
are supplied when the class is instanciated.
author: Brett Chaldecott |
Method Summary | |
public String | getAuthType() This method returns the authentication type required. | public Map | getInfo() This method return the information required to perform the login. |
PasswordInfoHandler | public PasswordInfoHandler(String username, String password)(Code) | | Creates a new instance of PasswordInfoHandler
|
getAuthType | public String getAuthType()(Code) | | This method returns the authentication type required.
The string containing the authentication type. |
getInfo | public Map getInfo() throws LoginException(Code) | | This method return the information required to perform the login.
The map containing the authentication information. exception: LoginException - |
|
|