Uses of Class
io.fabric8.openshift.api.model.config.v1.WebhookTokenAuthenticator
-
Packages that use WebhookTokenAuthenticator Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of WebhookTokenAuthenticator in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return WebhookTokenAuthenticator Modifier and Type Method Description WebhookTokenAuthenticatorWebhookTokenAuthenticatorBuilder. build()WebhookTokenAuthenticatorAuthenticationSpecFluent. buildWebhookTokenAuthenticator()WebhookTokenAuthenticatorAuthenticationSpec. getWebhookTokenAuthenticator()Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type WebhookTokenAuthenticator Modifier and Type Method Description protected voidWebhookTokenAuthenticatorFluent. copyInstance(WebhookTokenAuthenticator instance)AuthenticationSpecFluent.WebhookTokenAuthenticatorNested<A>AuthenticationSpecFluent. editOrNewWebhookTokenAuthenticatorLike(WebhookTokenAuthenticator item)voidAuthenticationSpec. setWebhookTokenAuthenticator(WebhookTokenAuthenticator webhookTokenAuthenticator)AuthenticationSpecFluent.WebhookTokenAuthenticatorNested<A>AuthenticationSpecFluent. withNewWebhookTokenAuthenticatorLike(WebhookTokenAuthenticator item)AAuthenticationSpecFluent. withWebhookTokenAuthenticator(WebhookTokenAuthenticator webhookTokenAuthenticator)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type WebhookTokenAuthenticator Constructor Description AuthenticationSpec(ConfigMapNameReference oauthMetadata, List<OIDCProvider> oidcProviders, String serviceAccountIssuer, String type, WebhookTokenAuthenticator webhookTokenAuthenticator, List<DeprecatedWebhookTokenAuthenticator> webhookTokenAuthenticators)WebhookTokenAuthenticatorBuilder(WebhookTokenAuthenticator instance)WebhookTokenAuthenticatorBuilder(WebhookTokenAuthenticatorFluent<?> fluent, WebhookTokenAuthenticator instance)WebhookTokenAuthenticatorFluent(WebhookTokenAuthenticator instance)
-