Interface AuthenticationInterceptorService
public interface AuthenticationInterceptorService
-
Method Summary
Modifier and TypeMethodDescriptionrunBeforeSystemLogin
(String username, LoginType loginType) Funkcja wywoływana przed uwierzytelnianiem w systemie PlusWorkflow.runReverseBeforeSystemLogin
(String username, LoginType loginType) Funkcja przywraca zmiany z wywołania #AuthenticationInterceptorService.runBeforeSystemLogin.
-
Method Details
-
runBeforeSystemLogin
Funkcja wywoływana przed uwierzytelnianiem w systemie PlusWorkflow.- Parameters:
username
- Użytkownik logujący sięloginType
- Metoda logowania
-
runReverseBeforeSystemLogin
Funkcja przywraca zmiany z wywołania #AuthenticationInterceptorService.runBeforeSystemLogin.- Parameters:
username
- Użytkownik logujący sięloginType
- Metoda logowania
-