Package lumis.portal.authentication
Interface ILoginValidator
-
- All Known Implementing Classes:
LoginValidator
public interface ILoginValidator
Deprecated.to customize credential validation you must create a new JAAS login module or extend theLumisLoginModule
- Since:
- 4.0.0
- Version:
- $Revision: 6239 $ $Date: 2007-03-26 15:50:32 -0300 (Mon, 26 Mar 2007) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
validateLogin(String login, String password)
Deprecated.
-
-
-
Method Detail
-
validateLogin
boolean validateLogin(String login, String password) throws PortalException
Deprecated.- Throws:
PortalException
-
-