| Package | Description |
|---|---|
| com.google.api |
| Modifier and Type | Method and Description |
|---|---|
JwtLocation.Builder |
AuthProvider.Builder.addJwtLocationsBuilder()
Defines the locations to extract the JWT.
|
JwtLocation.Builder |
AuthProvider.Builder.addJwtLocationsBuilder(int index)
Defines the locations to extract the JWT.
|
JwtLocation.Builder |
JwtLocation.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
JwtLocation.Builder |
JwtLocation.Builder.clear() |
JwtLocation.Builder |
JwtLocation.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
JwtLocation.Builder |
JwtLocation.Builder.clearHeader()
Specifies HTTP header name to extract JWT token.
|
JwtLocation.Builder |
JwtLocation.Builder.clearIn() |
JwtLocation.Builder |
JwtLocation.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
JwtLocation.Builder |
JwtLocation.Builder.clearQuery()
Specifies URL query parameter name to extract JWT token.
|
JwtLocation.Builder |
JwtLocation.Builder.clearValuePrefix()
The value prefix.
|
JwtLocation.Builder |
JwtLocation.Builder.clone() |
JwtLocation.Builder |
AuthProvider.Builder.getJwtLocationsBuilder(int index)
Defines the locations to extract the JWT.
|
JwtLocation.Builder |
JwtLocation.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
JwtLocation.Builder |
JwtLocation.Builder.mergeFrom(JwtLocation other) |
JwtLocation.Builder |
JwtLocation.Builder.mergeFrom(com.google.protobuf.Message other) |
JwtLocation.Builder |
JwtLocation.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static JwtLocation.Builder |
JwtLocation.newBuilder() |
static JwtLocation.Builder |
JwtLocation.newBuilder(JwtLocation prototype) |
JwtLocation.Builder |
JwtLocation.newBuilderForType() |
protected JwtLocation.Builder |
JwtLocation.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
JwtLocation.Builder |
JwtLocation.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
JwtLocation.Builder |
JwtLocation.Builder.setHeader(String value)
Specifies HTTP header name to extract JWT token.
|
JwtLocation.Builder |
JwtLocation.Builder.setHeaderBytes(com.google.protobuf.ByteString value)
Specifies HTTP header name to extract JWT token.
|
JwtLocation.Builder |
JwtLocation.Builder.setQuery(String value)
Specifies URL query parameter name to extract JWT token.
|
JwtLocation.Builder |
JwtLocation.Builder.setQueryBytes(com.google.protobuf.ByteString value)
Specifies URL query parameter name to extract JWT token.
|
JwtLocation.Builder |
JwtLocation.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
JwtLocation.Builder |
JwtLocation.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
JwtLocation.Builder |
JwtLocation.Builder.setValuePrefix(String value)
The value prefix.
|
JwtLocation.Builder |
JwtLocation.Builder.setValuePrefixBytes(com.google.protobuf.ByteString value)
The value prefix.
|
JwtLocation.Builder |
JwtLocation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<JwtLocation.Builder> |
AuthProvider.Builder.getJwtLocationsBuilderList()
Defines the locations to extract the JWT.
|
| Modifier and Type | Method and Description |
|---|---|
AuthProvider.Builder |
AuthProvider.Builder.addJwtLocations(int index,
JwtLocation.Builder builderForValue)
Defines the locations to extract the JWT.
|
AuthProvider.Builder |
AuthProvider.Builder.addJwtLocations(JwtLocation.Builder builderForValue)
Defines the locations to extract the JWT.
|
AuthProvider.Builder |
AuthProvider.Builder.setJwtLocations(int index,
JwtLocation.Builder builderForValue)
Defines the locations to extract the JWT.
|
Copyright © 2021 Google LLC. All rights reserved.