Uses of Class
io.fabric8.openshift.api.model.config.v1.OIDCProvider
-
Packages that use OIDCProvider Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of OIDCProvider in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return OIDCProvider Modifier and Type Method Description OIDCProviderOIDCProviderBuilder. build()OIDCProviderAuthenticationSpecFluent. buildFirstOidcProvider()OIDCProviderAuthenticationSpecFluent. buildLastOidcProvider()OIDCProviderAuthenticationSpecFluent. buildMatchingOidcProvider(Predicate<OIDCProviderBuilder> predicate)OIDCProviderAuthenticationSpecFluent. buildOidcProvider(int index)Methods in io.fabric8.openshift.api.model.config.v1 that return types with arguments of type OIDCProvider Modifier and Type Method Description List<OIDCProvider>AuthenticationSpecFluent. buildOidcProviders()List<OIDCProvider>AuthenticationSpec. getOidcProviders()oidcProviders are OIDC identity providers that can issue tokens for this cluster Can only be set if "Type" is set to "OIDC".Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type OIDCProvider Modifier and Type Method Description AuthenticationSpecFluent.OidcProvidersNested<A>AuthenticationSpecFluent. addNewOidcProviderLike(OIDCProvider item)AAuthenticationSpecFluent. addToOidcProviders(int index, OIDCProvider item)AAuthenticationSpecFluent. addToOidcProviders(OIDCProvider... items)protected voidOIDCProviderFluent. copyInstance(OIDCProvider instance)AAuthenticationSpecFluent. removeFromOidcProviders(OIDCProvider... items)AuthenticationSpecFluent.OidcProvidersNested<A>AuthenticationSpecFluent. setNewOidcProviderLike(int index, OIDCProvider item)AAuthenticationSpecFluent. setToOidcProviders(int index, OIDCProvider item)AAuthenticationSpecFluent. withOidcProviders(OIDCProvider... oidcProviders)Method parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type OIDCProvider Modifier and Type Method Description AAuthenticationSpecFluent. addAllToOidcProviders(Collection<OIDCProvider> items)AAuthenticationSpecFluent. removeAllFromOidcProviders(Collection<OIDCProvider> items)voidAuthenticationSpec. setOidcProviders(List<OIDCProvider> oidcProviders)oidcProviders are OIDC identity providers that can issue tokens for this cluster Can only be set if "Type" is set to "OIDC".AAuthenticationSpecFluent. withOidcProviders(List<OIDCProvider> oidcProviders)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type OIDCProvider Constructor Description OIDCProviderBuilder(OIDCProvider instance)OIDCProviderBuilder(OIDCProviderFluent<?> fluent, OIDCProvider instance)OIDCProviderFluent(OIDCProvider instance)Constructor parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type OIDCProvider Constructor Description AuthenticationSpec(ConfigMapNameReference oauthMetadata, List<OIDCProvider> oidcProviders, String serviceAccountIssuer, String type, WebhookTokenAuthenticator webhookTokenAuthenticator, List<DeprecatedWebhookTokenAuthenticator> webhookTokenAuthenticators)
-