Uses of Enum
io.strimzi.test.container.AuthenticationType
-
Uses of AuthenticationType in io.strimzi.test.container
Methods in io.strimzi.test.container that return AuthenticationTypeModifier and TypeMethodDescriptionStrimziKafkaContainer.getAuthenticationType()Deprecated.static AuthenticationTypeReturns the enum constant of this type with the specified name.static AuthenticationType[]AuthenticationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.strimzi.test.container with parameters of type AuthenticationTypeModifier and TypeMethodDescriptionStrimziKafkaContainer.withAuthenticationType(AuthenticationType authType) Deprecated.Sets the authentication type for the Kafka container.