public class JwtFluentImpl<A extends JwtFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements JwtFluent<A>
| Constructor and Description |
|---|
JwtFluentImpl() |
JwtFluentImpl(Jwt instance) |
public JwtFluentImpl()
public JwtFluentImpl(Jwt instance)
public A addToAudiences(int index, String item)
addToAudiences in interface JwtFluent<A extends JwtFluent<A>>public A setToAudiences(int index, String item)
setToAudiences in interface JwtFluent<A extends JwtFluent<A>>public A addToAudiences(String... items)
addToAudiences in interface JwtFluent<A extends JwtFluent<A>>public A addAllToAudiences(Collection<String> items)
addAllToAudiences in interface JwtFluent<A extends JwtFluent<A>>public A removeFromAudiences(String... items)
removeFromAudiences in interface JwtFluent<A extends JwtFluent<A>>public A removeAllFromAudiences(Collection<String> items)
removeAllFromAudiences in interface JwtFluent<A extends JwtFluent<A>>public List<String> getAudiences()
getAudiences in interface JwtFluent<A extends JwtFluent<A>>public String getAudience(int index)
getAudience in interface JwtFluent<A extends JwtFluent<A>>public String getFirstAudience()
getFirstAudience in interface JwtFluent<A extends JwtFluent<A>>public String getLastAudience()
getLastAudience in interface JwtFluent<A extends JwtFluent<A>>public String getMatchingAudience(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)
getMatchingAudience in interface JwtFluent<A extends JwtFluent<A>>public A withAudiences(List<String> audiences)
withAudiences in interface JwtFluent<A extends JwtFluent<A>>public A withAudiences(String... audiences)
withAudiences in interface JwtFluent<A extends JwtFluent<A>>public Boolean hasAudiences()
hasAudiences in interface JwtFluent<A extends JwtFluent<A>>public String getIssuer()
public A withIssuer(String issuer)
withIssuer in interface JwtFluent<A extends JwtFluent<A>>public Boolean hasIssuer()
public String getJwksUri()
getJwksUri in interface JwtFluent<A extends JwtFluent<A>>public A withJwksUri(String jwksUri)
withJwksUri in interface JwtFluent<A extends JwtFluent<A>>public Boolean hasJwksUri()
hasJwksUri in interface JwtFluent<A extends JwtFluent<A>>public A addToJwtHeaders(int index, String item)
addToJwtHeaders in interface JwtFluent<A extends JwtFluent<A>>public A setToJwtHeaders(int index, String item)
setToJwtHeaders in interface JwtFluent<A extends JwtFluent<A>>public A addToJwtHeaders(String... items)
addToJwtHeaders in interface JwtFluent<A extends JwtFluent<A>>public A addAllToJwtHeaders(Collection<String> items)
addAllToJwtHeaders in interface JwtFluent<A extends JwtFluent<A>>public A removeFromJwtHeaders(String... items)
removeFromJwtHeaders in interface JwtFluent<A extends JwtFluent<A>>public A removeAllFromJwtHeaders(Collection<String> items)
removeAllFromJwtHeaders in interface JwtFluent<A extends JwtFluent<A>>public List<String> getJwtHeaders()
getJwtHeaders in interface JwtFluent<A extends JwtFluent<A>>public String getJwtHeader(int index)
getJwtHeader in interface JwtFluent<A extends JwtFluent<A>>public String getFirstJwtHeader()
getFirstJwtHeader in interface JwtFluent<A extends JwtFluent<A>>public String getLastJwtHeader()
getLastJwtHeader in interface JwtFluent<A extends JwtFluent<A>>public String getMatchingJwtHeader(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)
getMatchingJwtHeader in interface JwtFluent<A extends JwtFluent<A>>public A withJwtHeaders(List<String> jwtHeaders)
withJwtHeaders in interface JwtFluent<A extends JwtFluent<A>>public A withJwtHeaders(String... jwtHeaders)
withJwtHeaders in interface JwtFluent<A extends JwtFluent<A>>public Boolean hasJwtHeaders()
hasJwtHeaders in interface JwtFluent<A extends JwtFluent<A>>public A addToJwtParams(int index, String item)
addToJwtParams in interface JwtFluent<A extends JwtFluent<A>>public A setToJwtParams(int index, String item)
setToJwtParams in interface JwtFluent<A extends JwtFluent<A>>public A addToJwtParams(String... items)
addToJwtParams in interface JwtFluent<A extends JwtFluent<A>>public A addAllToJwtParams(Collection<String> items)
addAllToJwtParams in interface JwtFluent<A extends JwtFluent<A>>public A removeFromJwtParams(String... items)
removeFromJwtParams in interface JwtFluent<A extends JwtFluent<A>>public A removeAllFromJwtParams(Collection<String> items)
removeAllFromJwtParams in interface JwtFluent<A extends JwtFluent<A>>public List<String> getJwtParams()
getJwtParams in interface JwtFluent<A extends JwtFluent<A>>public String getJwtParam(int index)
getJwtParam in interface JwtFluent<A extends JwtFluent<A>>public String getFirstJwtParam()
getFirstJwtParam in interface JwtFluent<A extends JwtFluent<A>>public String getLastJwtParam()
getLastJwtParam in interface JwtFluent<A extends JwtFluent<A>>public String getMatchingJwtParam(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)
getMatchingJwtParam in interface JwtFluent<A extends JwtFluent<A>>public A withJwtParams(List<String> jwtParams)
withJwtParams in interface JwtFluent<A extends JwtFluent<A>>public A withJwtParams(String... jwtParams)
withJwtParams in interface JwtFluent<A extends JwtFluent<A>>public Boolean hasJwtParams()
hasJwtParams in interface JwtFluent<A extends JwtFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.