Interface MQTT5ExtendedAuthData.AuthOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MQTT5ExtendedAuthData.Auth, MQTT5ExtendedAuthData.Auth.Builder
Enclosing class:
MQTT5ExtendedAuthData

public static interface MQTT5ExtendedAuthData.AuthOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    bytes authData = 2;
    string authMethod = 1;
    com.google.protobuf.ByteString
    string authMethod = 1;
    boolean
    bool isReAuth = 4;
    .commontype.UserProperties userProps = 3;
    .commontype.UserProperties userProps = 3;
    boolean
    .commontype.UserProperties userProps = 3;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getAuthMethod

      string authMethod = 1;
      Returns:
      The authMethod.
    • getAuthMethodBytes

      com.google.protobuf.ByteString getAuthMethodBytes()
      string authMethod = 1;
      Returns:
      The bytes for authMethod.
    • getAuthData

      com.google.protobuf.ByteString getAuthData()
      bytes authData = 2;
      Returns:
      The authData.
    • hasUserProps

      boolean hasUserProps()
      .commontype.UserProperties userProps = 3;
      Returns:
      Whether the userProps field is set.
    • getUserProps

      .commontype.UserProperties userProps = 3;
      Returns:
      The userProps.
    • getUserPropsOrBuilder

      .commontype.UserProperties userProps = 3;
    • getIsReAuth

      boolean getIsReAuth()
      bool isReAuth = 4;
      Returns:
      The isReAuth.