integrate new login bpm modify and change token to ticket

This commit is contained in:
Eugenio Romano
2016-07-11 16:17:20 +01:00
parent e57ff04e4f
commit 8c84bc9be5
7 changed files with 107 additions and 94 deletions

View File

@@ -26,8 +26,7 @@ export interface AbstractAuthentication {
isLoggedIn(): boolean ;
getToken(): string;
saveToken(): void;
getTicket(): string;
saveTicket(ticket: any): void;
}