Class OIDCClientReference
- java.lang.Object
-
- io.fabric8.openshift.api.model.config.v1.OIDCClientReference
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<OIDCClientReferenceBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class OIDCClientReference extends Object implements io.fabric8.kubernetes.api.builder.Editable<OIDCClientReferenceBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OIDCClientReference()No args constructor for use in serializationOIDCClientReference(String clientID, String issuerURL, String oidcProviderName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OIDCClientReferenceBuilderedit()Map<String,Object>getAdditionalProperties()StringgetClientID()clientID is the identifier of the OIDC client from the OIDC providerStringgetIssuerURL()URL is the serving URL of the token issuer.StringgetOidcProviderName()OIDCName refers to the `name` of the provider from `oidcProviders`voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetClientID(String clientID)clientID is the identifier of the OIDC client from the OIDC providervoidsetIssuerURL(String issuerURL)URL is the serving URL of the token issuer.voidsetOidcProviderName(String oidcProviderName)OIDCName refers to the `name` of the provider from `oidcProviders`OIDCClientReferenceBuildertoBuilder()
-
-
-
Method Detail
-
getClientID
public String getClientID()
clientID is the identifier of the OIDC client from the OIDC provider
-
setClientID
public void setClientID(String clientID)
clientID is the identifier of the OIDC client from the OIDC provider
-
getIssuerURL
public String getIssuerURL()
URL is the serving URL of the token issuer. Must use the https:// scheme.
-
setIssuerURL
public void setIssuerURL(String issuerURL)
URL is the serving URL of the token issuer. Must use the https:// scheme.
-
getOidcProviderName
public String getOidcProviderName()
OIDCName refers to the `name` of the provider from `oidcProviders`
-
setOidcProviderName
public void setOidcProviderName(String oidcProviderName)
OIDCName refers to the `name` of the provider from `oidcProviders`
-
edit
public OIDCClientReferenceBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<OIDCClientReferenceBuilder>
-
toBuilder
public OIDCClientReferenceBuilder toBuilder()
-
-