| Package | Description |
|---|---|
| com.google.api |
| Modifier and Type | Method and Description |
|---|---|
AuthProvider.Builder |
AuthProvider.Builder.addAllJwtLocations(Iterable<? extends JwtLocation> values)
Defines the locations to extract the JWT.
|
AuthProvider.Builder |
AuthProvider.Builder.addJwtLocations(int index,
JwtLocation.Builder builderForValue)
Defines the locations to extract the JWT.
|
AuthProvider.Builder |
AuthProvider.Builder.addJwtLocations(int index,
JwtLocation value)
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.addJwtLocations(JwtLocation value)
Defines the locations to extract the JWT.
|
AuthProvider.Builder |
Authentication.Builder.addProvidersBuilder()
Defines a set of authentication providers that a service supports.
|
AuthProvider.Builder |
Authentication.Builder.addProvidersBuilder(int index)
Defines a set of authentication providers that a service supports.
|
AuthProvider.Builder |
AuthProvider.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AuthProvider.Builder |
AuthProvider.Builder.clear() |
AuthProvider.Builder |
AuthProvider.Builder.clearAudiences()
The list of JWT
[audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3).
|
AuthProvider.Builder |
AuthProvider.Builder.clearAuthorizationUrl()
Redirect URL if JWT token is required but not present or is expired.
|
AuthProvider.Builder |
AuthProvider.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
AuthProvider.Builder |
AuthProvider.Builder.clearId()
The unique identifier of the auth provider.
|
AuthProvider.Builder |
AuthProvider.Builder.clearIssuer()
Identifies the principal that issued the JWT.
|
AuthProvider.Builder |
AuthProvider.Builder.clearJwksUri()
URL of the provider's public key set to validate signature of the JWT.
|
AuthProvider.Builder |
AuthProvider.Builder.clearJwtLocations()
Defines the locations to extract the JWT.
|
AuthProvider.Builder |
AuthProvider.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
AuthProvider.Builder |
AuthProvider.Builder.clone() |
AuthProvider.Builder |
Authentication.Builder.getProvidersBuilder(int index)
Defines a set of authentication providers that a service supports.
|
AuthProvider.Builder |
AuthProvider.Builder.mergeFrom(AuthProvider other) |
AuthProvider.Builder |
AuthProvider.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AuthProvider.Builder |
AuthProvider.Builder.mergeFrom(com.google.protobuf.Message other) |
AuthProvider.Builder |
AuthProvider.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static AuthProvider.Builder |
AuthProvider.newBuilder() |
static AuthProvider.Builder |
AuthProvider.newBuilder(AuthProvider prototype) |
AuthProvider.Builder |
AuthProvider.newBuilderForType() |
protected AuthProvider.Builder |
AuthProvider.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
AuthProvider.Builder |
AuthProvider.Builder.removeJwtLocations(int index)
Defines the locations to extract the JWT.
|
AuthProvider.Builder |
AuthProvider.Builder.setAudiences(String value)
The list of JWT
[audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3).
|
AuthProvider.Builder |
AuthProvider.Builder.setAudiencesBytes(com.google.protobuf.ByteString value)
The list of JWT
[audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3).
|
AuthProvider.Builder |
AuthProvider.Builder.setAuthorizationUrl(String value)
Redirect URL if JWT token is required but not present or is expired.
|
AuthProvider.Builder |
AuthProvider.Builder.setAuthorizationUrlBytes(com.google.protobuf.ByteString value)
Redirect URL if JWT token is required but not present or is expired.
|
AuthProvider.Builder |
AuthProvider.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AuthProvider.Builder |
AuthProvider.Builder.setId(String value)
The unique identifier of the auth provider.
|
AuthProvider.Builder |
AuthProvider.Builder.setIdBytes(com.google.protobuf.ByteString value)
The unique identifier of the auth provider.
|
AuthProvider.Builder |
AuthProvider.Builder.setIssuer(String value)
Identifies the principal that issued the JWT.
|
AuthProvider.Builder |
AuthProvider.Builder.setIssuerBytes(com.google.protobuf.ByteString value)
Identifies the principal that issued the JWT.
|
AuthProvider.Builder |
AuthProvider.Builder.setJwksUri(String value)
URL of the provider's public key set to validate signature of the JWT.
|
AuthProvider.Builder |
AuthProvider.Builder.setJwksUriBytes(com.google.protobuf.ByteString value)
URL of the provider's public key set to validate signature of the JWT.
|
AuthProvider.Builder |
AuthProvider.Builder.setJwtLocations(int index,
JwtLocation.Builder builderForValue)
Defines the locations to extract the JWT.
|
AuthProvider.Builder |
AuthProvider.Builder.setJwtLocations(int index,
JwtLocation value)
Defines the locations to extract the JWT.
|
AuthProvider.Builder |
AuthProvider.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
AuthProvider.Builder |
AuthProvider.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
AuthProvider.Builder |
AuthProvider.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<AuthProvider.Builder> |
Authentication.Builder.getProvidersBuilderList()
Defines a set of authentication providers that a service supports.
|
| Modifier and Type | Method and Description |
|---|---|
Authentication.Builder |
Authentication.Builder.addProviders(AuthProvider.Builder builderForValue)
Defines a set of authentication providers that a service supports.
|
Authentication.Builder |
Authentication.Builder.addProviders(int index,
AuthProvider.Builder builderForValue)
Defines a set of authentication providers that a service supports.
|
Authentication.Builder |
Authentication.Builder.setProviders(int index,
AuthProvider.Builder builderForValue)
Defines a set of authentication providers that a service supports.
|
Copyright © 2020 Google LLC. All rights reserved.