Uses of Class
com.oracle.bmc.managedkafka.model.AuthenticationMechanism
-
Packages that use AuthenticationMechanism Package Description com.oracle.bmc.managedkafka.model -
-
Uses of AuthenticationMechanism in com.oracle.bmc.managedkafka.model
Methods in com.oracle.bmc.managedkafka.model that return AuthenticationMechanism Modifier and Type Method Description static AuthenticationMechanismAuthenticationMechanism. create(String key)AuthenticationMechanismInstallPublicConnectivityAddonDetails. getAuthenticationMechanism()Authentication mechanism.AuthenticationMechanismPublicConnectivityAddon. getAuthenticationMechanism()Authentication mechanism.static AuthenticationMechanismAuthenticationMechanism. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationMechanism[]AuthenticationMechanism. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.managedkafka.model with parameters of type AuthenticationMechanism Modifier and Type Method Description InstallPublicConnectivityAddonDetails.BuilderInstallPublicConnectivityAddonDetails.Builder. authenticationMechanism(AuthenticationMechanism authenticationMechanism)Authentication mechanism.PublicConnectivityAddon.BuilderPublicConnectivityAddon.Builder. authenticationMechanism(AuthenticationMechanism authenticationMechanism)Authentication mechanism.Constructors in com.oracle.bmc.managedkafka.model with parameters of type AuthenticationMechanism Constructor Description InstallPublicConnectivityAddonDetails(String name, String description, AuthenticationMechanism authenticationMechanism, List<String> networkCidrs)Deprecated.PublicConnectivityAddon(String name, String description, Date timeCreated, Date timeUpdated, KafkaClusterAddon.LifecycleState lifecycleState, AuthenticationMechanism authenticationMechanism, String bootstrapUrl, List<String> networkCidrs)Deprecated.
-