Class OAuthTemplates
- java.lang.Object
-
- io.fabric8.openshift.api.model.config.v1.OAuthTemplates
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<OAuthTemplatesBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class OAuthTemplates extends Object implements io.fabric8.kubernetes.api.builder.Editable<OAuthTemplatesBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
OAuthTemplates allow for customization of pages like the login page- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OAuthTemplates()No args constructor for use in serializationOAuthTemplates(SecretNameReference error, SecretNameReference login, SecretNameReference providerSelection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OAuthTemplatesBuilderedit()Map<String,Object>getAdditionalProperties()SecretNameReferencegetError()OAuthTemplates allow for customization of pages like the login pageSecretNameReferencegetLogin()OAuthTemplates allow for customization of pages like the login pageSecretNameReferencegetProviderSelection()OAuthTemplates allow for customization of pages like the login pagevoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetError(SecretNameReference error)OAuthTemplates allow for customization of pages like the login pagevoidsetLogin(SecretNameReference login)OAuthTemplates allow for customization of pages like the login pagevoidsetProviderSelection(SecretNameReference providerSelection)OAuthTemplates allow for customization of pages like the login pageOAuthTemplatesBuildertoBuilder()
-
-
-
Constructor Detail
-
OAuthTemplates
public OAuthTemplates()
No args constructor for use in serialization
-
OAuthTemplates
public OAuthTemplates(SecretNameReference error, SecretNameReference login, SecretNameReference providerSelection)
-
-
Method Detail
-
getError
public SecretNameReference getError()
OAuthTemplates allow for customization of pages like the login page
-
setError
public void setError(SecretNameReference error)
OAuthTemplates allow for customization of pages like the login page
-
getLogin
public SecretNameReference getLogin()
OAuthTemplates allow for customization of pages like the login page
-
setLogin
public void setLogin(SecretNameReference login)
OAuthTemplates allow for customization of pages like the login page
-
getProviderSelection
public SecretNameReference getProviderSelection()
OAuthTemplates allow for customization of pages like the login page
-
setProviderSelection
public void setProviderSelection(SecretNameReference providerSelection)
OAuthTemplates allow for customization of pages like the login page
-
edit
public OAuthTemplatesBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<OAuthTemplatesBuilder>
-
toBuilder
public OAuthTemplatesBuilder toBuilder()
-
-