@Generated(value="jsonschema2pojo") public class OAuthSpec extends Object implements io.fabric8.kubernetes.api.builder.Editable<OAuthSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
OAuthSpec()
No args constructor for use in serialization
|
OAuthSpec(List<IdentityProvider> identityProviders,
OAuthTemplates templates,
TokenConfig tokenConfig) |
| Modifier and Type | Method and Description |
|---|---|
OAuthSpecBuilder |
edit() |
Map<String,Object> |
getAdditionalProperties() |
List<IdentityProvider> |
getIdentityProviders() |
OAuthTemplates |
getTemplates() |
TokenConfig |
getTokenConfig() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setIdentityProviders(List<IdentityProvider> identityProviders) |
void |
setTemplates(OAuthTemplates templates) |
void |
setTokenConfig(TokenConfig tokenConfig) |
OAuthSpecBuilder |
toBuilder() |
public OAuthSpec()
public OAuthSpec(List<IdentityProvider> identityProviders, OAuthTemplates templates, TokenConfig tokenConfig)
public List<IdentityProvider> getIdentityProviders()
public void setIdentityProviders(List<IdentityProvider> identityProviders)
public OAuthTemplates getTemplates()
public void setTemplates(OAuthTemplates templates)
public TokenConfig getTokenConfig()
public void setTokenConfig(TokenConfig tokenConfig)
public OAuthSpecBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<OAuthSpecBuilder>public OAuthSpecBuilder toBuilder()
Copyright © 2015–2023 Red Hat. All rights reserved.