public class OAuth2FluentImpl<A extends OAuth2Fluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements OAuth2Fluent<A>
OAuth2Fluent.ClientIdNested<N>| Constructor and Description |
|---|
OAuth2FluentImpl() |
OAuth2FluentImpl(OAuth2 instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic OAuth2FluentImpl()
public OAuth2FluentImpl(OAuth2 instance)
@Deprecated public SecretOrConfigMap getClientId()
getClientId in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public SecretOrConfigMap buildClientId()
buildClientId in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public A withClientId(SecretOrConfigMap clientId)
withClientId in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public Boolean hasClientId()
hasClientId in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public OAuth2Fluent.ClientIdNested<A> withNewClientId()
withNewClientId in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public OAuth2Fluent.ClientIdNested<A> withNewClientIdLike(SecretOrConfigMap item)
withNewClientIdLike in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public OAuth2Fluent.ClientIdNested<A> editClientId()
editClientId in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public OAuth2Fluent.ClientIdNested<A> editOrNewClientId()
editOrNewClientId in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public OAuth2Fluent.ClientIdNested<A> editOrNewClientIdLike(SecretOrConfigMap item)
editOrNewClientIdLike in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public io.fabric8.kubernetes.api.model.SecretKeySelector getClientSecret()
getClientSecret in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public A withClientSecret(io.fabric8.kubernetes.api.model.SecretKeySelector clientSecret)
withClientSecret in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public Boolean hasClientSecret()
hasClientSecret in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public A withNewClientSecret(String key, String name, Boolean optional)
withNewClientSecret in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public A addToEndpointParams(String key, String value)
addToEndpointParams in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public A addToEndpointParams(Map<String,String> map)
addToEndpointParams in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public A removeFromEndpointParams(String key)
removeFromEndpointParams in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public A removeFromEndpointParams(Map<String,String> map)
removeFromEndpointParams in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public Map<String,String> getEndpointParams()
getEndpointParams in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public <K,V> A withEndpointParams(Map<String,String> endpointParams)
withEndpointParams in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public Boolean hasEndpointParams()
hasEndpointParams in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public A addToScopes(Integer index, String item)
addToScopes in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public A setToScopes(Integer index, String item)
setToScopes in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public A addToScopes(String... items)
addToScopes in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public A addAllToScopes(Collection<String> items)
addAllToScopes in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public A removeFromScopes(String... items)
removeFromScopes in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public A removeAllFromScopes(Collection<String> items)
removeAllFromScopes in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public List<String> getScopes()
getScopes in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public String getScope(Integer index)
getScope in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public String getFirstScope()
getFirstScope in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public String getLastScope()
getLastScope in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public String getMatchingScope(Predicate<String> predicate)
getMatchingScope in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public Boolean hasMatchingScope(Predicate<String> predicate)
hasMatchingScope in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public A withScopes(List<String> scopes)
withScopes in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public A withScopes(String... scopes)
withScopes in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public Boolean hasScopes()
hasScopes in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public String getTokenUrl()
getTokenUrl in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public A withTokenUrl(String tokenUrl)
withTokenUrl in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public Boolean hasTokenUrl()
hasTokenUrl in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface OAuth2Fluent<A extends OAuth2Fluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends OAuth2Fluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends OAuth2Fluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.