Uses of Enum Class
io.trino.plugin.pinot.auth.PinotAuthenticationType
Packages that use PinotAuthenticationType
-
Uses of PinotAuthenticationType in io.trino.plugin.pinot.auth
Methods in io.trino.plugin.pinot.auth that return PinotAuthenticationTypeModifier and TypeMethodDescription@NotNull PinotAuthenticationTypePinotAuthenticationTypeConfig.getBrokerAuthenticationType()@NotNull PinotAuthenticationTypePinotAuthenticationTypeConfig.getControllerAuthenticationType()static PinotAuthenticationTypeReturns the enum constant of this class with the specified name.static PinotAuthenticationType[]PinotAuthenticationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.plugin.pinot.auth with parameters of type PinotAuthenticationTypeModifier and TypeMethodDescriptionPinotAuthenticationTypeConfig.setBrokerAuthenticationType(PinotAuthenticationType brokerAuthenticationType) PinotAuthenticationTypeConfig.setControllerAuthenticationType(PinotAuthenticationType controllerAuthenticationType)