[AAE-12501] Restore get username methods

This commit is contained in:
Amedeo Lepore
2023-03-17 11:44:52 +01:00
committed by eromano
parent fcb7962a05
commit f94df8a5fd

View File

@@ -62,6 +62,8 @@ export abstract class BaseAuthenticationService {
abstract logout(): Observable<any>;
abstract isEcmLoggedIn(): boolean;
abstract isBpmLoggedIn(): boolean;
abstract getEcmUsername(): string;
abstract getBpmUsername(): string;
abstract reset(): void;
abstract once(event: string): Observable<any>;