Uses of Class
io.quantics.multitenant.oauth2.config.MultiTenantResourceServerProperties.ResolveMode
-
Packages that use MultiTenantResourceServerProperties.ResolveMode Package Description io.quantics.multitenant.oauth2.config Contains configuration classes for OAuth2-based multi-tenant applications. -
-
Uses of MultiTenantResourceServerProperties.ResolveMode in io.quantics.multitenant.oauth2.config
Fields in io.quantics.multitenant.oauth2.config declared as MultiTenantResourceServerProperties.ResolveMode Modifier and Type Field Description static MultiTenantResourceServerProperties.ResolveModeMultiTenantResourceServerProperties. DEFAULT_RESOLVE_MODEMethods in io.quantics.multitenant.oauth2.config that return MultiTenantResourceServerProperties.ResolveMode Modifier and Type Method Description MultiTenantResourceServerProperties.ResolveModeMultiTenantResourceServerProperties. getResolveMode()static MultiTenantResourceServerProperties.ResolveModeMultiTenantResourceServerProperties.ResolveMode. valueOf(String name)Returns the enum constant of this type with the specified name.static MultiTenantResourceServerProperties.ResolveMode[]MultiTenantResourceServerProperties.ResolveMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quantics.multitenant.oauth2.config with parameters of type MultiTenantResourceServerProperties.ResolveMode Modifier and Type Method Description voidMultiTenantResourceServerProperties. setResolveMode(MultiTenantResourceServerProperties.ResolveMode resolveMode)
-