Class TestRealmContextResolver

java.lang.Object
org.apache.polaris.service.context.TestRealmContextResolver
All Implemented Interfaces:
RealmContextResolver

@ApplicationScoped @Identifier("test") public class TestRealmContextResolver extends Object implements RealmContextResolver
For local/dev testing, this resolver simply expects a custom bearer-token format that is a semicolon-separated list of colon-separated key/value pairs that constitute the realm properties.

Example: principal:data-engineer;password:test;realm:acct123