Uses of Class
io.fabric8.openshift.api.model.config.v1.DelegatedAuthentication
-
Packages that use DelegatedAuthentication Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of DelegatedAuthentication in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return DelegatedAuthentication Modifier and Type Method Description DelegatedAuthenticationDelegatedAuthenticationBuilder. build()DelegatedAuthenticationGenericControllerConfigFluent. buildAuthentication()DelegatedAuthenticationGenericControllerConfig. getAuthentication()GenericControllerConfig provides information to configure a controllerMethods in io.fabric8.openshift.api.model.config.v1 with parameters of type DelegatedAuthentication Modifier and Type Method Description protected voidDelegatedAuthenticationFluent. copyInstance(DelegatedAuthentication instance)GenericControllerConfigFluent.AuthenticationNested<A>GenericControllerConfigFluent. editOrNewAuthenticationLike(DelegatedAuthentication item)voidGenericControllerConfig. setAuthentication(DelegatedAuthentication authentication)GenericControllerConfig provides information to configure a controllerAGenericControllerConfigFluent. withAuthentication(DelegatedAuthentication authentication)GenericControllerConfigFluent.AuthenticationNested<A>GenericControllerConfigFluent. withNewAuthenticationLike(DelegatedAuthentication item)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type DelegatedAuthentication Constructor Description DelegatedAuthenticationBuilder(DelegatedAuthentication instance)DelegatedAuthenticationBuilder(DelegatedAuthenticationFluent<?> fluent, DelegatedAuthentication instance)DelegatedAuthenticationFluent(DelegatedAuthentication instance)GenericControllerConfig(DelegatedAuthentication authentication, DelegatedAuthorization authorization, LeaderElection leaderElection, HTTPServingInfo servingInfo)
-