public static interface Messages.AuthenticationMechanismsMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getMechanisms(int index)
repeated string mechanisms = 1; |
com.google.protobuf.ByteString |
getMechanismsBytes(int index)
repeated string mechanisms = 1; |
int |
getMechanismsCount()
repeated string mechanisms = 1; |
List<String> |
getMechanismsList()
repeated string mechanisms = 1; |
List<String> getMechanismsList()
repeated string mechanisms = 1;
List of available SASL mechanisms.
int getMechanismsCount()
repeated string mechanisms = 1;
List of available SASL mechanisms.
String getMechanisms(int index)
repeated string mechanisms = 1;
List of available SASL mechanisms.
com.google.protobuf.ByteString getMechanismsBytes(int index)
repeated string mechanisms = 1;
List of available SASL mechanisms.
Copyright © 2014–2015. All rights reserved.