Uses of Enum Class
io.camunda.zeebe.gateway.impl.configuration.AuthenticationCfg.AuthMode
Packages that use AuthenticationCfg.AuthMode
-
Uses of AuthenticationCfg.AuthMode in io.camunda.zeebe.gateway.impl.configuration
Methods in io.camunda.zeebe.gateway.impl.configuration that return AuthenticationCfg.AuthModeModifier and TypeMethodDescriptionAuthenticationCfg.getMode()static AuthenticationCfg.AuthModeReturns the enum constant of this class with the specified name.static AuthenticationCfg.AuthMode[]AuthenticationCfg.AuthMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.camunda.zeebe.gateway.impl.configuration with parameters of type AuthenticationCfg.AuthModeModifier and TypeMethodDescriptionvoidAuthenticationCfg.setMode(AuthenticationCfg.AuthMode mode)