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