@alfresco/adf-core 8.4.0-18773685927 → 8.4.0-18776431779
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -59,16 +59,4 @@ export declare abstract class AuthService {
|
|
|
59
59
|
*/
|
|
60
60
|
abstract loginCallback(loginOptions?: LoginOptions): Promise<string | undefined>;
|
|
61
61
|
abstract updateIDPConfiguration(...args: any[]): void;
|
|
62
|
-
/**
|
|
63
|
-
* Get the stored issuer URL.
|
|
64
|
-
*
|
|
65
|
-
* @returns stored issuer URL
|
|
66
|
-
*/
|
|
67
|
-
abstract getStoredIssuer(): string;
|
|
68
|
-
/**
|
|
69
|
-
* Get the stored session ID.
|
|
70
|
-
*
|
|
71
|
-
* @returns stored session ID
|
|
72
|
-
*/
|
|
73
|
-
abstract getStoredSessionId(): string;
|
|
74
62
|
}
|
|
@@ -76,8 +76,6 @@ export declare class RedirectAuthService extends AuthService {
|
|
|
76
76
|
login(currentUrl?: string): void;
|
|
77
77
|
baseAuthLogin(username: string, password: string): Observable<TokenResponse>;
|
|
78
78
|
loginCallback(loginOptions?: LoginOptions): Promise<string | undefined>;
|
|
79
|
-
getStoredIssuer(): string;
|
|
80
|
-
getStoredSessionId(): string;
|
|
81
79
|
private _getRedirectUrl;
|
|
82
80
|
private configureAuth;
|
|
83
81
|
/**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfresco/adf-core",
|
|
3
3
|
"description": "Alfresco ADF core",
|
|
4
|
-
"version": "8.4.0-
|
|
4
|
+
"version": "8.4.0-18776431779",
|
|
5
5
|
"author": "Hyland Software, Inc. and its affiliates",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"@angular/router": ">=16.0.0",
|
|
64
64
|
"@mat-datetimepicker/core": ">=12.0.1",
|
|
65
65
|
"@ngx-translate/core": ">=16.0.0",
|
|
66
|
-
"@alfresco/js-api": ">=9.4.0-
|
|
67
|
-
"@alfresco/adf-extensions": ">=8.4.0-
|
|
66
|
+
"@alfresco/js-api": ">=9.4.0-18776431779",
|
|
67
|
+
"@alfresco/adf-extensions": ">=8.4.0-18776431779",
|
|
68
68
|
"minimatch": ">=10.0.0",
|
|
69
69
|
"pdfjs-dist": ">=3.3.122"
|
|
70
70
|
},
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
|
|
4
|
-
*
|
|
5
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
-
* you may not use this file except in compliance with the License.
|
|
7
|
-
* You may obtain a copy of the License at
|
|
8
|
-
*
|
|
9
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
*
|
|
11
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
-
* See the License for the specific language governing permissions and
|
|
15
|
-
* limitations under the License.
|
|
16
|
-
*/
|
|
17
|
-
import { OnInit } from '@angular/core';
|
|
18
|
-
import * as i0 from "@angular/core";
|
|
19
|
-
export declare class FrontChannelLogoutComponent implements OnInit {
|
|
20
|
-
private readonly activatedRoute;
|
|
21
|
-
private readonly authService;
|
|
22
|
-
ngOnInit(): void;
|
|
23
|
-
private logoutIfIssuerAndSessionIdMatch;
|
|
24
|
-
private getIssuerAndSessionIdFromAuthService;
|
|
25
|
-
private getIssuerAndSessionIdFromRouteParams;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FrontChannelLogoutComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FrontChannelLogoutComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
28
|
-
}
|