All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.yamcs.protobuf.AuthProto Maven / Gradle / Ivy

There is a newer version: 5.10.9
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: yamcs/protobuf/auth/auth.proto

package org.yamcs.protobuf;

public final class AuthProto {
  private AuthProto() {}
  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_yamcs_protobuf_auth_AuthInfo_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_yamcs_protobuf_auth_AuthInfo_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_yamcs_protobuf_auth_OpenIDConnectInfo_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_yamcs_protobuf_auth_OpenIDConnectInfo_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_yamcs_protobuf_auth_TokenResponse_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_yamcs_protobuf_auth_TokenResponse_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\036yamcs/protobuf/auth/auth.proto\022\023yamcs." +
      "protobuf.auth\032\034yamcs/protobuf/iam/iam.pr" +
      "oto\"q\n\010AuthInfo\022\035\n\025requireAuthentication" +
      "\030\001 \001(\010\022\016\n\006spnego\030\002 \001(\010\0226\n\006openid\030\003 \001(\0132&" +
      ".yamcs.protobuf.auth.OpenIDConnectInfo\"S" +
      "\n\021OpenIDConnectInfo\022\020\n\010clientId\030\001 \001(\t\022\035\n" +
      "\025authorizationEndpoint\030\002 \001(\t\022\r\n\005scope\030\003 " +
      "\001(\t\"\220\001\n\rTokenResponse\022\024\n\014access_token\030\001 " +
      "\001(\t\022\022\n\ntoken_type\030\002 \001(\t\022\022\n\nexpires_in\030\003 " +
      "\001(\005\022\025\n\rrefresh_token\030\004 \001(\t\022*\n\004user\030\005 \001(\013" +
      "2\034.yamcs.protobuf.iam.UserInfoB!\n\022org.ya" +
      "mcs.protobufB\tAuthProtoP\001"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          org.yamcs.protobuf.IamProto.getDescriptor(),
        });
    internal_static_yamcs_protobuf_auth_AuthInfo_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_yamcs_protobuf_auth_AuthInfo_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_yamcs_protobuf_auth_AuthInfo_descriptor,
        new java.lang.String[] { "RequireAuthentication", "Spnego", "Openid", });
    internal_static_yamcs_protobuf_auth_OpenIDConnectInfo_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_yamcs_protobuf_auth_OpenIDConnectInfo_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_yamcs_protobuf_auth_OpenIDConnectInfo_descriptor,
        new java.lang.String[] { "ClientId", "AuthorizationEndpoint", "Scope", });
    internal_static_yamcs_protobuf_auth_TokenResponse_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_yamcs_protobuf_auth_TokenResponse_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_yamcs_protobuf_auth_TokenResponse_descriptor,
        new java.lang.String[] { "AccessToken", "TokenType", "ExpiresIn", "RefreshToken", "User", });
    org.yamcs.protobuf.IamProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy