Interface ClientWireProtocol.OpenIDAuthenticatorOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
ClientWireProtocol.OpenIDAuthenticator, ClientWireProtocol.OpenIDAuthenticator.Builder
Enclosing class:
ClientWireProtocol

public static interface ClientWireProtocol.OpenIDAuthenticatorOrBuilder extends MessageOrBuilder
  • Method Details

    • getIssuer

      String getIssuer()
      string issuer = 1;
      Returns:
      The issuer.
    • getIssuerBytes

      ByteString getIssuerBytes()
      string issuer = 1;
      Returns:
      The bytes for issuer.
    • getClientId

      String getClientId()
      string clientId = 2;
      Returns:
      The clientId.
    • getClientIdBytes

      ByteString getClientIdBytes()
      string clientId = 2;
      Returns:
      The bytes for clientId.
    • getScopeList

      List<String> getScopeList()
      repeated string scope = 3;
      Returns:
      A list containing the scope.
    • getScopeCount

      int getScopeCount()
      repeated string scope = 3;
      Returns:
      The count of scope.
    • getScope

      String getScope(int index)
      repeated string scope = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The scope at the given index.
    • getScopeBytes

      ByteString getScopeBytes(int index)
      repeated string scope = 3;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the scope at the given index.
    • getDisabled

      boolean getDisabled()
      bool disabled = 4;
      Returns:
      The disabled.
    • getIdentityProvider

      String getIdentityProvider()
      string identityProvider = 5;
      Returns:
      The identityProvider.
    • getIdentityProviderBytes

      ByteString getIdentityProviderBytes()
      string identityProvider = 5;
      Returns:
      The bytes for identityProvider.