Interface QuarkusAuthenticationConfiguration
- All Superinterfaces:
org.apache.polaris.service.auth.AuthenticationConfiguration<QuarkusAuthenticationRealmConfiguration>
@ConfigMapping(prefix="polaris.authentication")
public interface QuarkusAuthenticationConfiguration
extends org.apache.polaris.service.auth.AuthenticationConfiguration<QuarkusAuthenticationRealmConfiguration>
-
Field Summary
Fields inherited from interface org.apache.polaris.service.auth.AuthenticationConfiguration
DEFAULT_REALM_KEY -
Method Summary
Modifier and TypeMethodDescription@WithUnnamedKey("<default>") Map<String, QuarkusAuthenticationRealmConfiguration> realms()Methods inherited from interface org.apache.polaris.service.auth.AuthenticationConfiguration
forRealm, forRealm
-
Method Details
-
realms
@WithParentName @WithUnnamedKey("<default>") @WithDefaults @WithUnnamedKey("<default>") Map<String,QuarkusAuthenticationRealmConfiguration> realms()- Specified by:
realmsin interfaceorg.apache.polaris.service.auth.AuthenticationConfiguration<QuarkusAuthenticationRealmConfiguration>
-