001// Generated by the protocol buffer compiler. DO NOT EDIT! 002// source: mqtt5_auth_types.proto 003 004// Protobuf Java Version: 3.25.5 005package com.baidu.bifromq.plugin.authprovider.type; 006 007public final class MQTT5AuthTypesProto { 008 private MQTT5AuthTypesProto() {} 009 public static void registerAllExtensions( 010 com.google.protobuf.ExtensionRegistryLite registry) { 011 } 012 013 public static void registerAllExtensions( 014 com.google.protobuf.ExtensionRegistry registry) { 015 registerAllExtensions( 016 (com.google.protobuf.ExtensionRegistryLite) registry); 017 } 018 static final com.google.protobuf.Descriptors.Descriptor 019 internal_static_mqtt5authtypes_MQTT5AuthData_descriptor; 020 static final 021 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 022 internal_static_mqtt5authtypes_MQTT5AuthData_fieldAccessorTable; 023 static final com.google.protobuf.Descriptors.Descriptor 024 internal_static_mqtt5authtypes_MQTT5ExtendedAuthData_descriptor; 025 static final 026 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 027 internal_static_mqtt5authtypes_MQTT5ExtendedAuthData_fieldAccessorTable; 028 static final com.google.protobuf.Descriptors.Descriptor 029 internal_static_mqtt5authtypes_MQTT5ExtendedAuthData_Initial_descriptor; 030 static final 031 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 032 internal_static_mqtt5authtypes_MQTT5ExtendedAuthData_Initial_fieldAccessorTable; 033 static final com.google.protobuf.Descriptors.Descriptor 034 internal_static_mqtt5authtypes_MQTT5ExtendedAuthData_Auth_descriptor; 035 static final 036 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 037 internal_static_mqtt5authtypes_MQTT5ExtendedAuthData_Auth_fieldAccessorTable; 038 static final com.google.protobuf.Descriptors.Descriptor 039 internal_static_mqtt5authtypes_Success_descriptor; 040 static final 041 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 042 internal_static_mqtt5authtypes_Success_fieldAccessorTable; 043 static final com.google.protobuf.Descriptors.Descriptor 044 internal_static_mqtt5authtypes_Success_AttrsEntry_descriptor; 045 static final 046 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 047 internal_static_mqtt5authtypes_Success_AttrsEntry_fieldAccessorTable; 048 static final com.google.protobuf.Descriptors.Descriptor 049 internal_static_mqtt5authtypes_Failed_descriptor; 050 static final 051 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 052 internal_static_mqtt5authtypes_Failed_fieldAccessorTable; 053 static final com.google.protobuf.Descriptors.Descriptor 054 internal_static_mqtt5authtypes_Continue_descriptor; 055 static final 056 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 057 internal_static_mqtt5authtypes_Continue_fieldAccessorTable; 058 static final com.google.protobuf.Descriptors.Descriptor 059 internal_static_mqtt5authtypes_MQTT5AuthResult_descriptor; 060 static final 061 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 062 internal_static_mqtt5authtypes_MQTT5AuthResult_fieldAccessorTable; 063 static final com.google.protobuf.Descriptors.Descriptor 064 internal_static_mqtt5authtypes_MQTT5ExtendedAuthResult_descriptor; 065 static final 066 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 067 internal_static_mqtt5authtypes_MQTT5ExtendedAuthResult_fieldAccessorTable; 068 069 public static com.google.protobuf.Descriptors.FileDescriptor 070 getDescriptor() { 071 return descriptor; 072 } 073 private static com.google.protobuf.Descriptors.FileDescriptor 074 descriptor; 075 static { 076 java.lang.String[] descriptorData = { 077 "\n\026mqtt5_auth_types.proto\022\016mqtt5authtypes" + 078 "\032\037commontype/UserProperties.proto\"\227\002\n\rMQ" + 079 "TT5AuthData\022\025\n\010username\030\001 \001(\tH\000\210\001\001\022\025\n\010pa" + 080 "ssword\030\002 \001(\014H\001\210\001\001\022\021\n\004cert\030\003 \001(\014H\002\210\001\001\022\025\n\010" + 081 "clientId\030\004 \001(\tH\003\210\001\001\022\022\n\nremoteAddr\030\005 \001(\t\022" + 082 "\022\n\nremotePort\030\006 \001(\r\022\021\n\tchannelId\030\007 \001(\t\022\024" + 083 "\n\014responseInfo\030\010 \001(\010\022-\n\tuserProps\030\t \001(\0132" + 084 "\032.commontype.UserPropertiesB\013\n\t_username" + 085 "B\013\n\t_passwordB\007\n\005_certB\013\n\t_clientId\"\353\002\n\025" + 086 "MQTT5ExtendedAuthData\022@\n\007initial\030\001 \001(\0132-" + 087 ".mqtt5authtypes.MQTT5ExtendedAuthData.In" + 088 "itialH\000\022:\n\004auth\030\002 \001(\0132*.mqtt5authtypes.M" + 089 "QTT5ExtendedAuthData.AuthH\000\032]\n\007Initial\022," + 090 "\n\005basic\030\001 \001(\0132\035.mqtt5authtypes.MQTT5Auth" + 091 "Data\022\022\n\nauthMethod\030\002 \001(\t\022\020\n\010authData\030\003 \001" + 092 "(\014\032m\n\004Auth\022\022\n\nauthMethod\030\001 \001(\t\022\020\n\010authDa" + 093 "ta\030\002 \001(\014\022-\n\tuserProps\030\003 \001(\0132\032.commontype" + 094 ".UserProperties\022\020\n\010isReAuth\030\004 \001(\010B\006\n\004Typ" + 095 "e\"\347\001\n\007Success\022\020\n\010tenantId\030\001 \001(\t\022\016\n\006userI" + 096 "d\030\002 \001(\t\0221\n\005attrs\030\003 \003(\0132\".mqtt5authtypes." + 097 "Success.AttrsEntry\022\031\n\014ResponseInfo\030\004 \001(\t" + 098 "H\000\210\001\001\022-\n\tuserProps\030\005 \001(\0132\032.commontype.Us" + 099 "erProperties\032,\n\nAttrsEntry\022\013\n\003key\030\001 \001(\t\022" + 100 "\r\n\005value\030\002 \001(\t:\0028\001B\017\n\r_ResponseInfo\"\230\002\n\006" + 101 "Failed\022)\n\004code\030\001 \001(\0162\033.mqtt5authtypes.Fa" + 102 "iled.Code\022\025\n\010tenantId\030\002 \001(\tH\000\210\001\001\022\023\n\006user" + 103 "Id\030\003 \001(\tH\001\210\001\001\022\023\n\006reason\030\004 \001(\tH\002\210\001\001\022-\n\tus" + 104 "erProps\030\005 \001(\0132\032.commontype.UserPropertie" + 105 "s\"P\n\004Code\022\013\n\007BadPass\020\000\022\021\n\rNotAuthorized\020" + 106 "\001\022\n\n\006Banned\020\002\022\021\n\rBadAuthMethod\020\003\022\t\n\005Erro" + 107 "r\020\004B\013\n\t_tenantIdB\t\n\007_userIdB\t\n\007_reason\"\257" + 108 "\001\n\010Continue\022\020\n\010authData\030\001 \001(\014\022\025\n\010tenantI" + 109 "d\030\002 \001(\tH\000\210\001\001\022\023\n\006userId\030\003 \001(\tH\001\210\001\001\022\023\n\006rea" + 110 "son\030\004 \001(\tH\002\210\001\001\022-\n\tuserProps\030\005 \001(\0132\032.comm" + 111 "ontype.UserPropertiesB\013\n\t_tenantIdB\t\n\007_u" + 112 "serIdB\t\n\007_reason\"o\n\017MQTT5AuthResult\022*\n\007s" + 113 "uccess\030\001 \001(\0132\027.mqtt5authtypes.SuccessH\000\022" + 114 "(\n\006failed\030\002 \001(\0132\026.mqtt5authtypes.FailedH" + 115 "\000B\006\n\004Type\"\245\001\n\027MQTT5ExtendedAuthResult\022*\n" + 116 "\007success\030\001 \001(\0132\027.mqtt5authtypes.SuccessH" + 117 "\000\022,\n\010continue\030\002 \001(\0132\030.mqtt5authtypes.Con" + 118 "tinueH\000\022(\n\006failed\030\003 \001(\0132\026.mqtt5authtypes" + 119 ".FailedH\000B\006\n\004TypeBE\n*com.baidu.bifromq.p" + 120 "lugin.authprovider.typeB\023MQTT5AuthTypesP" + 121 "rotoH\001P\001b\006proto3" 122 }; 123 descriptor = com.google.protobuf.Descriptors.FileDescriptor 124 .internalBuildGeneratedFileFrom(descriptorData, 125 new com.google.protobuf.Descriptors.FileDescriptor[] { 126 com.baidu.bifromq.type.UserPropertiesProtos.getDescriptor(), 127 }); 128 internal_static_mqtt5authtypes_MQTT5AuthData_descriptor = 129 getDescriptor().getMessageTypes().get(0); 130 internal_static_mqtt5authtypes_MQTT5AuthData_fieldAccessorTable = new 131 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 132 internal_static_mqtt5authtypes_MQTT5AuthData_descriptor, 133 new java.lang.String[] { "Username", "Password", "Cert", "ClientId", "RemoteAddr", "RemotePort", "ChannelId", "ResponseInfo", "UserProps", }); 134 internal_static_mqtt5authtypes_MQTT5ExtendedAuthData_descriptor = 135 getDescriptor().getMessageTypes().get(1); 136 internal_static_mqtt5authtypes_MQTT5ExtendedAuthData_fieldAccessorTable = new 137 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 138 internal_static_mqtt5authtypes_MQTT5ExtendedAuthData_descriptor, 139 new java.lang.String[] { "Initial", "Auth", "Type", }); 140 internal_static_mqtt5authtypes_MQTT5ExtendedAuthData_Initial_descriptor = 141 internal_static_mqtt5authtypes_MQTT5ExtendedAuthData_descriptor.getNestedTypes().get(0); 142 internal_static_mqtt5authtypes_MQTT5ExtendedAuthData_Initial_fieldAccessorTable = new 143 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 144 internal_static_mqtt5authtypes_MQTT5ExtendedAuthData_Initial_descriptor, 145 new java.lang.String[] { "Basic", "AuthMethod", "AuthData", }); 146 internal_static_mqtt5authtypes_MQTT5ExtendedAuthData_Auth_descriptor = 147 internal_static_mqtt5authtypes_MQTT5ExtendedAuthData_descriptor.getNestedTypes().get(1); 148 internal_static_mqtt5authtypes_MQTT5ExtendedAuthData_Auth_fieldAccessorTable = new 149 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 150 internal_static_mqtt5authtypes_MQTT5ExtendedAuthData_Auth_descriptor, 151 new java.lang.String[] { "AuthMethod", "AuthData", "UserProps", "IsReAuth", }); 152 internal_static_mqtt5authtypes_Success_descriptor = 153 getDescriptor().getMessageTypes().get(2); 154 internal_static_mqtt5authtypes_Success_fieldAccessorTable = new 155 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 156 internal_static_mqtt5authtypes_Success_descriptor, 157 new java.lang.String[] { "TenantId", "UserId", "Attrs", "ResponseInfo", "UserProps", }); 158 internal_static_mqtt5authtypes_Success_AttrsEntry_descriptor = 159 internal_static_mqtt5authtypes_Success_descriptor.getNestedTypes().get(0); 160 internal_static_mqtt5authtypes_Success_AttrsEntry_fieldAccessorTable = new 161 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 162 internal_static_mqtt5authtypes_Success_AttrsEntry_descriptor, 163 new java.lang.String[] { "Key", "Value", }); 164 internal_static_mqtt5authtypes_Failed_descriptor = 165 getDescriptor().getMessageTypes().get(3); 166 internal_static_mqtt5authtypes_Failed_fieldAccessorTable = new 167 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 168 internal_static_mqtt5authtypes_Failed_descriptor, 169 new java.lang.String[] { "Code", "TenantId", "UserId", "Reason", "UserProps", }); 170 internal_static_mqtt5authtypes_Continue_descriptor = 171 getDescriptor().getMessageTypes().get(4); 172 internal_static_mqtt5authtypes_Continue_fieldAccessorTable = new 173 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 174 internal_static_mqtt5authtypes_Continue_descriptor, 175 new java.lang.String[] { "AuthData", "TenantId", "UserId", "Reason", "UserProps", }); 176 internal_static_mqtt5authtypes_MQTT5AuthResult_descriptor = 177 getDescriptor().getMessageTypes().get(5); 178 internal_static_mqtt5authtypes_MQTT5AuthResult_fieldAccessorTable = new 179 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 180 internal_static_mqtt5authtypes_MQTT5AuthResult_descriptor, 181 new java.lang.String[] { "Success", "Failed", "Type", }); 182 internal_static_mqtt5authtypes_MQTT5ExtendedAuthResult_descriptor = 183 getDescriptor().getMessageTypes().get(6); 184 internal_static_mqtt5authtypes_MQTT5ExtendedAuthResult_fieldAccessorTable = new 185 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 186 internal_static_mqtt5authtypes_MQTT5ExtendedAuthResult_descriptor, 187 new java.lang.String[] { "Success", "Continue", "Failed", "Type", }); 188 com.baidu.bifromq.type.UserPropertiesProtos.getDescriptor(); 189 } 190 191 // @@protoc_insertion_point(outer_class_scope) 192}