Interface AuthenticationInfoOrBuilder

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

@Generated public interface AuthenticationInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Optional credentials
    com.google.protobuf.ByteString
    Optional credentials
    getSchemes(int index)
    Supported authentication schemes - e.g.
    com.google.protobuf.ByteString
    getSchemesBytes(int index)
    Supported authentication schemes - e.g.
    int
    Supported authentication schemes - e.g.
    Supported authentication schemes - e.g.

    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

    • getSchemesList

      List<String> getSchemesList()
       Supported authentication schemes - e.g. Basic, Bearer, etc
       
      repeated string schemes = 1;
      Returns:
      A list containing the schemes.
    • getSchemesCount

      int getSchemesCount()
       Supported authentication schemes - e.g. Basic, Bearer, etc
       
      repeated string schemes = 1;
      Returns:
      The count of schemes.
    • getSchemes

      String getSchemes(int index)
       Supported authentication schemes - e.g. Basic, Bearer, etc
       
      repeated string schemes = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The schemes at the given index.
    • getSchemesBytes

      com.google.protobuf.ByteString getSchemesBytes(int index)
       Supported authentication schemes - e.g. Basic, Bearer, etc
       
      repeated string schemes = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the schemes at the given index.
    • getCredentials

      String getCredentials()
       Optional credentials
       
      string credentials = 2;
      Returns:
      The credentials.
    • getCredentialsBytes

      com.google.protobuf.ByteString getCredentialsBytes()
       Optional credentials
       
      string credentials = 2;
      Returns:
      The bytes for credentials.