Package com.ocient.jdbc.proto
Interface ClientWireProtocol.OpenIDAuthenticatorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClientWireProtocol.OpenIDAuthenticator,ClientWireProtocol.OpenIDAuthenticator.Builder
- Enclosing class:
ClientWireProtocol
public static interface ClientWireProtocol.OpenIDAuthenticatorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring clientId = 2;com.google.protobuf.ByteStringstring clientId = 2;string issuer = 1;com.google.protobuf.ByteStringstring issuer = 1;getScope(int index) repeated string scope = 3;com.google.protobuf.ByteStringgetScopeBytes(int index) repeated string scope = 3;intrepeated string scope = 3;repeated string scope = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getIssuer
String getIssuer()string issuer = 1;- Returns:
- The issuer.
-
getIssuerBytes
com.google.protobuf.ByteString getIssuerBytes()string issuer = 1;- Returns:
- The bytes for issuer.
-
getClientId
String getClientId()string clientId = 2;- Returns:
- The clientId.
-
getClientIdBytes
com.google.protobuf.ByteString getClientIdBytes()string clientId = 2;- Returns:
- The bytes for clientId.
-
getScopeList
repeated string scope = 3;- Returns:
- A list containing the scope.
-
getScopeCount
int getScopeCount()repeated string scope = 3;- Returns:
- The count of scope.
-
getScope
repeated string scope = 3;- Parameters:
index- The index of the element to return.- Returns:
- The scope at the given index.
-
getScopeBytes
com.google.protobuf.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.
-