public class RequestAuthenticationSpecFluentImpl<A extends RequestAuthenticationSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements RequestAuthenticationSpecFluent<A>
RequestAuthenticationSpecFluent.JwtRulesNested<N>, RequestAuthenticationSpecFluent.TypeSelectorNested<N>| Constructor and Description |
|---|
RequestAuthenticationSpecFluentImpl() |
RequestAuthenticationSpecFluentImpl(RequestAuthenticationSpec instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic RequestAuthenticationSpecFluentImpl()
public RequestAuthenticationSpecFluentImpl(RequestAuthenticationSpec instance)
public A addToJwtRules(Integer index, JWTRule item)
addToJwtRules in interface RequestAuthenticationSpecFluent<A extends RequestAuthenticationSpecFluent<A>>public A setToJwtRules(Integer index, JWTRule item)
setToJwtRules in interface RequestAuthenticationSpecFluent<A extends RequestAuthenticationSpecFluent<A>>public A addToJwtRules(JWTRule... items)
addToJwtRules in interface RequestAuthenticationSpecFluent<A extends RequestAuthenticationSpecFluent<A>>public A addAllToJwtRules(Collection<JWTRule> items)
addAllToJwtRules in interface RequestAuthenticationSpecFluent<A extends RequestAuthenticationSpecFluent<A>>public A removeFromJwtRules(JWTRule... items)
removeFromJwtRules in interface RequestAuthenticationSpecFluent<A extends RequestAuthenticationSpecFluent<A>>public A removeAllFromJwtRules(Collection<JWTRule> items)
removeAllFromJwtRules in interface RequestAuthenticationSpecFluent<A extends RequestAuthenticationSpecFluent<A>>public A removeMatchingFromJwtRules(Predicate<JWTRuleBuilder> predicate)
removeMatchingFromJwtRules in interface RequestAuthenticationSpecFluent<A extends RequestAuthenticationSpecFluent<A>>@Deprecated public List<JWTRule> getJwtRules()
getJwtRules in interface RequestAuthenticationSpecFluent<A extends RequestAuthenticationSpecFluent<A>>public List<JWTRule> buildJwtRules()
buildJwtRules in interface RequestAuthenticationSpecFluent<A extends RequestAuthenticationSpecFluent<A>>public JWTRule buildJwtRule(Integer index)
buildJwtRule in interface RequestAuthenticationSpecFluent<A extends RequestAuthenticationSpecFluent<A>>public JWTRule buildFirstJwtRule()
buildFirstJwtRule in interface RequestAuthenticationSpecFluent<A extends RequestAuthenticationSpecFluent<A>>public JWTRule buildLastJwtRule()
buildLastJwtRule in interface RequestAuthenticationSpecFluent<A extends RequestAuthenticationSpecFluent<A>>public JWTRule buildMatchingJwtRule(Predicate<JWTRuleBuilder> predicate)
buildMatchingJwtRule in interface RequestAuthenticationSpecFluent<A extends RequestAuthenticationSpecFluent<A>>public Boolean hasMatchingJwtRule(Predicate<JWTRuleBuilder> predicate)
hasMatchingJwtRule in interface RequestAuthenticationSpecFluent<A extends RequestAuthenticationSpecFluent<A>>public A withJwtRules(List<JWTRule> jwtRules)
withJwtRules in interface RequestAuthenticationSpecFluent<A extends RequestAuthenticationSpecFluent<A>>public A withJwtRules(JWTRule... jwtRules)
withJwtRules in interface RequestAuthenticationSpecFluent<A extends RequestAuthenticationSpecFluent<A>>public Boolean hasJwtRules()
hasJwtRules in interface RequestAuthenticationSpecFluent<A extends RequestAuthenticationSpecFluent<A>>public RequestAuthenticationSpecFluent.JwtRulesNested<A> addNewJwtRule()
addNewJwtRule in interface RequestAuthenticationSpecFluent<A extends RequestAuthenticationSpecFluent<A>>public RequestAuthenticationSpecFluent.JwtRulesNested<A> addNewJwtRuleLike(JWTRule item)
addNewJwtRuleLike in interface RequestAuthenticationSpecFluent<A extends RequestAuthenticationSpecFluent<A>>public RequestAuthenticationSpecFluent.JwtRulesNested<A> setNewJwtRuleLike(Integer index, JWTRule item)
setNewJwtRuleLike in interface RequestAuthenticationSpecFluent<A extends RequestAuthenticationSpecFluent<A>>public RequestAuthenticationSpecFluent.JwtRulesNested<A> editJwtRule(Integer index)
editJwtRule in interface RequestAuthenticationSpecFluent<A extends RequestAuthenticationSpecFluent<A>>public RequestAuthenticationSpecFluent.JwtRulesNested<A> editFirstJwtRule()
editFirstJwtRule in interface RequestAuthenticationSpecFluent<A extends RequestAuthenticationSpecFluent<A>>public RequestAuthenticationSpecFluent.JwtRulesNested<A> editLastJwtRule()
editLastJwtRule in interface RequestAuthenticationSpecFluent<A extends RequestAuthenticationSpecFluent<A>>public RequestAuthenticationSpecFluent.JwtRulesNested<A> editMatchingJwtRule(Predicate<JWTRuleBuilder> predicate)
editMatchingJwtRule in interface RequestAuthenticationSpecFluent<A extends RequestAuthenticationSpecFluent<A>>@Deprecated public WorkloadSelector getSelector()
getSelector in interface RequestAuthenticationSpecFluent<A extends RequestAuthenticationSpecFluent<A>>public WorkloadSelector buildSelector()
buildSelector in interface RequestAuthenticationSpecFluent<A extends RequestAuthenticationSpecFluent<A>>public A withSelector(WorkloadSelector selector)
withSelector in interface RequestAuthenticationSpecFluent<A extends RequestAuthenticationSpecFluent<A>>public Boolean hasSelector()
hasSelector in interface RequestAuthenticationSpecFluent<A extends RequestAuthenticationSpecFluent<A>>public RequestAuthenticationSpecFluent.TypeSelectorNested<A> withNewTypeSelector()
withNewTypeSelector in interface RequestAuthenticationSpecFluent<A extends RequestAuthenticationSpecFluent<A>>public RequestAuthenticationSpecFluent.TypeSelectorNested<A> withNewSelectorLike(WorkloadSelector item)
withNewSelectorLike in interface RequestAuthenticationSpecFluent<A extends RequestAuthenticationSpecFluent<A>>public RequestAuthenticationSpecFluent.TypeSelectorNested<A> editTypeSelector()
editTypeSelector in interface RequestAuthenticationSpecFluent<A extends RequestAuthenticationSpecFluent<A>>public RequestAuthenticationSpecFluent.TypeSelectorNested<A> editOrNewSelector()
editOrNewSelector in interface RequestAuthenticationSpecFluent<A extends RequestAuthenticationSpecFluent<A>>public RequestAuthenticationSpecFluent.TypeSelectorNested<A> editOrNewSelectorLike(WorkloadSelector item)
editOrNewSelectorLike in interface RequestAuthenticationSpecFluent<A extends RequestAuthenticationSpecFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RequestAuthenticationSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RequestAuthenticationSpecFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.