libs/auth/src/lib/basic-auth/basic-auth-service-maintainer.service.ts
This service maintaines all service urls which are secured with basic auth. The service is used to check for every servie url if it is necessary to work with basic auth. It is possible to register a url and it also checks every dataset url in the settings.
Properties |
|
Methods |
|
constructor(settingsService: SettingsService
|
||||||
Parameters :
|
Public getCorrespondingService | ||||||
getCorrespondingService(url: string)
|
||||||
Checks if a given url is registered as secured with basic auth.
Parameters :
Returns :
string
|
Public registerService | ||||||
registerService(url: string)
|
||||||
Register an additional service url, which is secured with basic auth.
Parameters :
Returns :
void
|
Private services |
Type : string[]
|
Default value : []
|