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

org.yamcs.protobuf.AuthInfoOrBuilder 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 interface AuthInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.auth.AuthInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional bool requireAuthentication = 1;
   * @return Whether the requireAuthentication field is set.
   */
  boolean hasRequireAuthentication();
  /**
   * optional bool requireAuthentication = 1;
   * @return The requireAuthentication.
   */
  boolean getRequireAuthentication();

  /**
   * 
   * If true, the server is supportive of SPNEGO negotiation
   * 
* * optional bool spnego = 2; * @return Whether the spnego field is set. */ boolean hasSpnego(); /** *
   * If true, the server is supportive of SPNEGO negotiation
   * 
* * optional bool spnego = 2; * @return The spnego. */ boolean getSpnego(); /** *
   * OpenID Connect information. If used, the server expects
   * web applications to generate an OAuth2 code directly against
   * the upstream OpenID Connect server.
   * 
* * optional .yamcs.protobuf.auth.OpenIDConnectInfo openid = 3; * @return Whether the openid field is set. */ boolean hasOpenid(); /** *
   * OpenID Connect information. If used, the server expects
   * web applications to generate an OAuth2 code directly against
   * the upstream OpenID Connect server.
   * 
* * optional .yamcs.protobuf.auth.OpenIDConnectInfo openid = 3; * @return The openid. */ org.yamcs.protobuf.OpenIDConnectInfo getOpenid(); /** *
   * OpenID Connect information. If used, the server expects
   * web applications to generate an OAuth2 code directly against
   * the upstream OpenID Connect server.
   * 
* * optional .yamcs.protobuf.auth.OpenIDConnectInfo openid = 3; */ org.yamcs.protobuf.OpenIDConnectInfoOrBuilder getOpenidOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy