| Package | Description |
|---|---|
| io.fabric8.istio.api.security.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
Condition |
ConditionBuilder.build() |
Condition |
RuleFluentImpl.buildFirstWhen() |
Condition |
RuleFluent.buildFirstWhen() |
Condition |
RuleFluentImpl.buildLastWhen() |
Condition |
RuleFluent.buildLastWhen() |
Condition |
RuleFluentImpl.buildMatchingWhen(Predicate<ConditionBuilder> predicate) |
Condition |
RuleFluent.buildMatchingWhen(Predicate<ConditionBuilder> predicate) |
Condition |
RuleFluentImpl.buildWhen(Integer index) |
Condition |
RuleFluent.buildWhen(Integer index) |
| Modifier and Type | Method and Description |
|---|---|
List<Condition> |
RuleFluentImpl.buildWhen() |
List<Condition> |
RuleFluent.buildWhen() |
List<Condition> |
RuleFluentImpl.getWhen()
Deprecated.
|
List<Condition> |
RuleFluent.getWhen()
Deprecated.
|
List<Condition> |
Rule.getWhen() |
| Modifier and Type | Method and Description |
|---|---|
RuleFluent.WhenNested<A> |
RuleFluentImpl.addNewWhenLike(Condition item) |
RuleFluent.WhenNested<A> |
RuleFluent.addNewWhenLike(Condition item) |
A |
RuleFluentImpl.addToWhen(Condition... items) |
A |
RuleFluent.addToWhen(Condition... items) |
A |
RuleFluentImpl.addToWhen(Integer index,
Condition item) |
A |
RuleFluent.addToWhen(Integer index,
Condition item) |
A |
RuleFluentImpl.removeFromWhen(Condition... items) |
A |
RuleFluent.removeFromWhen(Condition... items) |
RuleFluent.WhenNested<A> |
RuleFluentImpl.setNewWhenLike(Integer index,
Condition item) |
RuleFluent.WhenNested<A> |
RuleFluent.setNewWhenLike(Integer index,
Condition item) |
A |
RuleFluentImpl.setToWhen(Integer index,
Condition item) |
A |
RuleFluent.setToWhen(Integer index,
Condition item) |
A |
RuleFluentImpl.withWhen(Condition... when) |
A |
RuleFluent.withWhen(Condition... when) |
| Modifier and Type | Method and Description |
|---|---|
A |
RuleFluentImpl.addAllToWhen(Collection<Condition> items) |
A |
RuleFluent.addAllToWhen(Collection<Condition> items) |
A |
RuleFluentImpl.removeAllFromWhen(Collection<Condition> items) |
A |
RuleFluent.removeAllFromWhen(Collection<Condition> items) |
void |
Rule.setWhen(List<Condition> when) |
A |
RuleFluentImpl.withWhen(List<Condition> when) |
A |
RuleFluent.withWhen(List<Condition> when) |
| Constructor and Description |
|---|
ConditionBuilder(Condition instance) |
ConditionBuilder(Condition instance,
Boolean validationEnabled) |
ConditionBuilder(ConditionFluent<?> fluent,
Condition instance) |
ConditionBuilder(ConditionFluent<?> fluent,
Condition instance,
Boolean validationEnabled) |
ConditionFluentImpl(Condition instance) |
| Constructor and Description |
|---|
Rule(List<RuleFrom> from,
List<RuleTo> to,
List<Condition> when) |
Copyright © 2015–2022 Red Hat. All rights reserved.