Uses of Class
io.fabric8.openshift.api.model.config.v1.ConsoleAuthentication
-
Packages that use ConsoleAuthentication Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of ConsoleAuthentication in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return ConsoleAuthentication Modifier and Type Method Description ConsoleAuthenticationConsoleAuthenticationBuilder. build()ConsoleAuthenticationConsoleSpecFluent. buildAuthentication()ConsoleAuthenticationConsoleSpec. getAuthentication()ConsoleSpec is the specification of the desired behavior of the Console.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type ConsoleAuthentication Modifier and Type Method Description protected voidConsoleAuthenticationFluent. copyInstance(ConsoleAuthentication instance)ConsoleSpecFluent.AuthenticationNested<A>ConsoleSpecFluent. editOrNewAuthenticationLike(ConsoleAuthentication item)voidConsoleSpec. setAuthentication(ConsoleAuthentication authentication)ConsoleSpec is the specification of the desired behavior of the Console.AConsoleSpecFluent. withAuthentication(ConsoleAuthentication authentication)ConsoleSpecFluent.AuthenticationNested<A>ConsoleSpecFluent. withNewAuthenticationLike(ConsoleAuthentication item)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type ConsoleAuthentication Constructor Description ConsoleAuthenticationBuilder(ConsoleAuthentication instance)ConsoleAuthenticationBuilder(ConsoleAuthenticationFluent<?> fluent, ConsoleAuthentication instance)ConsoleAuthenticationFluent(ConsoleAuthentication instance)ConsoleSpec(ConsoleAuthentication authentication)
-