- TenantException - Exception in io.micronaut.multitenancy.exceptions
-
Exception thrown when an error occurs resolving the tenant.
- TenantException(String) - Constructor for exception io.micronaut.multitenancy.exceptions.TenantException
-
Constructs a new tenant exception with the specified detail message.
- TenantException(String, Throwable) - Constructor for exception io.micronaut.multitenancy.exceptions.TenantException
-
Constructs a new tenant exception with the specified detail message.
- TenantNotFoundException - Exception in io.micronaut.multitenancy.exceptions
-
Thrown when the tenant cannot be found.
- TenantNotFoundException() - Constructor for exception io.micronaut.multitenancy.exceptions.TenantNotFoundException
-
Constructs a new Tenant Not Found exception.
- TenantNotFoundException(String) - Constructor for exception io.micronaut.multitenancy.exceptions.TenantNotFoundException
-
Constructs a new Tenant Not Found with the specified detail message.
- TenantNotFoundException(String, Throwable) - Constructor for exception io.micronaut.multitenancy.exceptions.TenantNotFoundException
-
Constructs a new Tenant Not Found with the specified detail message.
- TenantPropagationConfiguration - Interface in io.micronaut.multitenancy.propagation
-
Tenant propagation Configuration.
- tenantPropagationConfiguration - Variable in class io.micronaut.multitenancy.propagation.TenantPropagationHttpClientFilter
-
Tenant Propagation Configuration.
- TenantPropagationConfigurationProperties - Class in io.micronaut.multitenancy.propagation
-
Tenant propagation Configuration Properties.
- TenantPropagationConfigurationProperties() - Constructor for class io.micronaut.multitenancy.propagation.TenantPropagationConfigurationProperties
-
- TenantPropagationHttpClientFilter - Class in io.micronaut.multitenancy.propagation
-
HttpClientFilter
to enable Token propagation.
- TenantPropagationHttpClientFilter(TenantResolver, TenantWriter, TenantPropagationConfiguration, OutgoingHttpRequestProcessor) - Constructor for class io.micronaut.multitenancy.propagation.TenantPropagationHttpClientFilter
-
- tenantResolver - Variable in class io.micronaut.multitenancy.propagation.TenantPropagationHttpClientFilter
-
Bean responsible for resolving the tenant.
- TenantResolver - Interface in io.micronaut.multitenancy.tenantresolver
-
An interface for applications that implement Multi Tenancy to implement in order to resolve the current identifier.
- TenantWriter - Interface in io.micronaut.multitenancy.writer
-
Responsible for writing the tenant in the request.
- tokenWriter - Variable in class io.micronaut.multitenancy.propagation.TenantPropagationHttpClientFilter
-
bean responsible for writing the tenant to the target request.