Interface AuthInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AuthInfo, AuthInfo.Builder

public interface AuthInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    OpenID Connect information.
    OpenID Connect information.
    boolean
    optional bool requireAuthentication = 1;
    boolean
    If true, the server is supportive of SPNEGO negotiation
    boolean
    OpenID Connect information.
    boolean
    optional bool requireAuthentication = 1;
    boolean
    If true, the server is supportive of SPNEGO negotiation

    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

    • hasRequireAuthentication

      boolean hasRequireAuthentication()
      optional bool requireAuthentication = 1;
      Returns:
      Whether the requireAuthentication field is set.
    • getRequireAuthentication

      boolean getRequireAuthentication()
      optional bool requireAuthentication = 1;
      Returns:
      The requireAuthentication.
    • hasSpnego

      boolean hasSpnego()
       If true, the server is supportive of SPNEGO negotiation
       
      optional bool spnego = 2;
      Returns:
      Whether the spnego field is set.
    • getSpnego

      boolean getSpnego()
       If true, the server is supportive of SPNEGO negotiation
       
      optional bool spnego = 2;
      Returns:
      The spnego.
    • hasOpenid

      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;
      Returns:
      Whether the openid field is set.
    • getOpenid

      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;
      Returns:
      The openid.
    • getOpenidOrBuilder

      OpenIDConnectInfoOrBuilder getOpenidOrBuilder()
       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;