| Package | Description |
|---|---|
| io.fabric8.istio.api.security.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
JWTRule |
JWTRuleBuilder.build() |
JWTRule |
RequestAuthenticationSpecFluent.buildFirstJwtRule() |
JWTRule |
RequestAuthenticationSpecFluent.buildJwtRule(int index) |
JWTRule |
RequestAuthenticationSpecFluent.buildLastJwtRule() |
JWTRule |
RequestAuthenticationSpecFluent.buildMatchingJwtRule(Predicate<JWTRuleBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<JWTRule> |
RequestAuthenticationSpecFluent.buildJwtRules() |
List<JWTRule> |
RequestAuthenticationSpec.getJwtRules() |
| Modifier and Type | Method and Description |
|---|---|
RequestAuthenticationSpecFluent.JwtRulesNested<A> |
RequestAuthenticationSpecFluent.addNewJwtRuleLike(JWTRule item) |
A |
RequestAuthenticationSpecFluent.addToJwtRules(int index,
JWTRule item) |
A |
RequestAuthenticationSpecFluent.addToJwtRules(JWTRule... items) |
protected void |
JWTRuleFluent.copyInstance(JWTRule instance) |
A |
RequestAuthenticationSpecFluent.removeFromJwtRules(JWTRule... items) |
RequestAuthenticationSpecFluent.JwtRulesNested<A> |
RequestAuthenticationSpecFluent.setNewJwtRuleLike(int index,
JWTRule item) |
A |
RequestAuthenticationSpecFluent.setToJwtRules(int index,
JWTRule item) |
A |
RequestAuthenticationSpecFluent.withJwtRules(JWTRule... jwtRules) |
| Modifier and Type | Method and Description |
|---|---|
A |
RequestAuthenticationSpecFluent.addAllToJwtRules(Collection<JWTRule> items) |
A |
RequestAuthenticationSpecFluent.removeAllFromJwtRules(Collection<JWTRule> items) |
void |
RequestAuthenticationSpec.setJwtRules(List<JWTRule> jwtRules) |
A |
RequestAuthenticationSpecFluent.withJwtRules(List<JWTRule> jwtRules) |
| Constructor and Description |
|---|
JWTRuleBuilder(JWTRule instance) |
JWTRuleBuilder(JWTRuleFluent<?> fluent,
JWTRule instance) |
JWTRuleFluent(JWTRule instance) |
| Constructor and Description |
|---|
RequestAuthenticationSpec(List<JWTRule> jwtRules,
WorkloadSelector selector) |
Copyright © 2015–2024 Red Hat. All rights reserved.