Uses of Class
org.apache.pulsar.common.api.proto.AuthMethod
-
Packages that use AuthMethod Package Description org.apache.pulsar.common.api.proto -
-
Uses of AuthMethod in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return AuthMethod Modifier and Type Method Description AuthMethodCommandConnect. getAuthMethod()static AuthMethodAuthMethod. valueOf(int n)Returns the enum constant of this type with the specified name.static AuthMethodAuthMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AuthMethod[]AuthMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pulsar.common.api.proto with parameters of type AuthMethod Modifier and Type Method Description CommandConnectCommandConnect. setAuthMethod(AuthMethod authMethod)
-