Uses of Class
io.fabric8.openshift.api.model.config.v1.AuthenticationSpec
-
Packages that use AuthenticationSpec Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of AuthenticationSpec in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return AuthenticationSpec Modifier and Type Method Description AuthenticationSpecAuthenticationSpecBuilder. build()AuthenticationSpecAuthenticationFluent. buildSpec()AuthenticationSpecAuthentication. getSpec()Authentication specifies cluster-wide settings for authentication (like OAuth and webhook token authenticators).Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type AuthenticationSpec Modifier and Type Method Description protected voidAuthenticationSpecFluent. copyInstance(AuthenticationSpec instance)AuthenticationFluent.SpecNested<A>AuthenticationFluent. editOrNewSpecLike(AuthenticationSpec item)voidAuthentication. setSpec(AuthenticationSpec spec)Authentication specifies cluster-wide settings for authentication (like OAuth and webhook token authenticators).AuthenticationFluent.SpecNested<A>AuthenticationFluent. withNewSpecLike(AuthenticationSpec item)AAuthenticationFluent. withSpec(AuthenticationSpec spec)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type AuthenticationSpec Constructor Description Authentication(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, AuthenticationSpec spec, AuthenticationStatus status)AuthenticationSpecBuilder(AuthenticationSpec instance)AuthenticationSpecBuilder(AuthenticationSpecFluent<?> fluent, AuthenticationSpec instance)AuthenticationSpecFluent(AuthenticationSpec instance)
-