KeyValueAuthorizationStore
internal class KeyValueAuthorizationStore(val keyValueStore: KeyValueStore) : AuthorizationStore(source)
Coordinates KeyValueAuthorizationStore behavior in the SDAI data layer.
Author
Dmitriy Moroz
Types
Functions
Link copied to clipboard
Loads SDAI data through getAuthorizationCredentials.
Link copied to clipboard
Loads SDAI data through getCredentialsTypeKey.
Link copied to clipboard
Loads SDAI data through getHttpBasicCredentials.
Link copied to clipboard
Executes the storeAuthorizationCredentials step in the SDAI data layer.