Uses of Class
io.apicurio.registry.mt.RegistryTenantContext
-
Packages that use RegistryTenantContext Package Description io.apicurio.registry.mt -
-
Uses of RegistryTenantContext in io.apicurio.registry.mt
Methods in io.apicurio.registry.mt that return RegistryTenantContext Modifier and Type Method Description static RegistryTenantContextTenantContextImpl. current()RegistryTenantContextTenantContextLoader. defaultTenantContext()RegistryTenantContextTenantContextLoader. loadBatchJobContext(String tenantId)Used for internal stuff where there isn't a JWT token from the user request available This won't perform any authorization check.RegistryTenantContextTenantContextLoader. loadRequestContext(String tenantId)Used for user requests where there is a JWT token in the request This method enforces authorization and uses JWT token information to verify if the tenant is authorized to access the organization indicated in the JWTMethods in io.apicurio.registry.mt with parameters of type RegistryTenantContext Modifier and Type Method Description voidTenantContext. setContext(RegistryTenantContext ctx)voidTenantContextImpl. setContext(RegistryTenantContext ctx)static voidTenantContextImpl. setCurrentContext(RegistryTenantContext context)
-