Interface LoginVerifier


public interface LoginVerifier
Generisches Interface fuer einen Login-Verifier.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    verify(String username, char[] password)
    Prueft das Login.
  • Method Details

    • verify

      boolean verify(String username, char[] password)
      Prueft das Login.
      Parameters:
      username - der Username. Optional.
      password - das Passwort.
      Returns:
      true, wenn das Login korrekt ist.