Interface AuthenticationInterceptorService


public interface AuthenticationInterceptorService
  • Method Details

    • runBeforeSystemLogin

      String runBeforeSystemLogin(String username, LoginType loginType)
      Funkcja wywoływana przed uwierzytelnianiem w systemie PlusWorkflow.
      Parameters:
      username - Użytkownik logujący się
      loginType - Metoda logowania
    • runReverseBeforeSystemLogin

      String runReverseBeforeSystemLogin(String username, LoginType loginType)
      Funkcja przywraca zmiany z wywołania #AuthenticationInterceptorService.runBeforeSystemLogin.
      Parameters:
      username - Użytkownik logujący się
      loginType - Metoda logowania