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 the LumisLoginModule
    Since:
    4.0.0
    Version:
    $Revision: 6239 $ $Date: 2007-03-26 15:50:32 -0300 (Mon, 26 Mar 2007) $
    • Method Detail

      • validateLogin

        boolean validateLogin​(java.lang.String login,
                              java.lang.String password)
                       throws PortalException
        Deprecated.
        Throws:
        PortalException