io.github.xezzon.geom.auth.AuthenticationProto Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: authentication.proto
// Protobuf Java Version: 3.25.1
package io.github.xezzon.geom.auth;
public final class AuthenticationProto {
private AuthenticationProto() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
static final com.google.protobuf.Descriptors.Descriptor
internal_static_io_github_xezzon_geom_auth_JwtClaim_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_io_github_xezzon_geom_auth_JwtClaim_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\024authentication.proto\022\032io.github.xezzon" +
".geom.auth\"~\n\010JwtClaim\022\017\n\007subject\030\001 \001(\t\022" +
"\032\n\022preferred_username\030\002 \001(\t\022\020\n\010nickname\030" +
"\003 \001(\t\022\r\n\005roles\030\004 \003(\t\022\024\n\014entitlements\030\005 \003" +
"(\t\022\016\n\006groups\030\006 \003(\tB3\n\032io.github.xezzon.g" +
"eom.authB\023AuthenticationProtoP\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
});
internal_static_io_github_xezzon_geom_auth_JwtClaim_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_io_github_xezzon_geom_auth_JwtClaim_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_io_github_xezzon_geom_auth_JwtClaim_descriptor,
new java.lang.String[] { "Subject", "PreferredUsername", "Nickname", "Roles", "Entitlements", "Groups", });
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy