public class EnvironmentCredentialsCondition
extends java.lang.Object
implements io.micronaut.context.condition.Condition
A custom condition that matches when the following environment variables are defined.
AZURE_CLIENT_IDAZURE_CLIENT_SECRETAZURE_TENANT_IDor:
AZURE_CLIENT_IDAZURE_CLIENT_CERTIFICATE_PATHAZURE_TENANT_IDor:
AZURE_CLIENT_IDAZURE_USERNAMEAZURE_PASSWORD| Constructor and Description |
|---|
EnvironmentCredentialsCondition() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(io.micronaut.context.condition.ConditionContext context) |