Uses of Class
com.google.api.AuthProvider.Builder
Packages that use AuthProvider.Builder
-
Uses of AuthProvider.Builder in com.google.api
Methods in com.google.api that return AuthProvider.BuilderModifier and TypeMethodDescriptionAuthProvider.Builder.addAllJwtLocations
(Iterable<? extends JwtLocation> values) Defines the locations to extract the JWT.AuthProvider.Builder.addJwtLocations
(int index, JwtLocation value) Defines the locations to extract the JWT.AuthProvider.Builder.addJwtLocations
(int index, JwtLocation.Builder builderForValue) Defines the locations to extract the JWT.AuthProvider.Builder.addJwtLocations
(JwtLocation value) Defines the locations to extract the JWT.AuthProvider.Builder.addJwtLocations
(JwtLocation.Builder builderForValue) Defines the locations to extract the JWT.Authentication.Builder.addProvidersBuilder()
Defines a set of authentication providers that a service supports.Authentication.Builder.addProvidersBuilder
(int index) Defines a set of authentication providers that a service supports.AuthProvider.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AuthProvider.Builder.clear()
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.clearAuthorizationUrl()
Redirect URL if JWT token is required but not present or is expired.AuthProvider.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) AuthProvider.Builder.clearId()
The unique identifier of the auth provider.AuthProvider.Builder.clearIssuer()
Identifies the principal that issued the JWT.AuthProvider.Builder.clearJwksUri()
URL of the provider's public key set to validate signature of the JWT.AuthProvider.Builder.clearJwtLocations()
Defines the locations to extract the JWT.AuthProvider.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) AuthProvider.Builder.clone()
Authentication.Builder.getProvidersBuilder
(int index) Defines a set of authentication providers that a service supports.AuthProvider.Builder.mergeFrom
(AuthProvider other) AuthProvider.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AuthProvider.Builder.mergeFrom
(com.google.protobuf.Message other) final AuthProvider.Builder
AuthProvider.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static AuthProvider.Builder
AuthProvider.newBuilder()
static AuthProvider.Builder
AuthProvider.newBuilder
(AuthProvider prototype) AuthProvider.newBuilderForType()
protected AuthProvider.Builder
AuthProvider.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) AuthProvider.Builder.removeJwtLocations
(int index) Defines the locations to extract the JWT.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.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.setAuthorizationUrl
(String value) Redirect URL if JWT token is required but not present or is expired.AuthProvider.Builder.setAuthorizationUrlBytes
(com.google.protobuf.ByteString value) Redirect URL if JWT token is required but not present or is expired.The unique identifier of the auth provider.AuthProvider.Builder.setIdBytes
(com.google.protobuf.ByteString value) The unique identifier of the auth provider.Identifies the principal that issued the JWT.AuthProvider.Builder.setIssuerBytes
(com.google.protobuf.ByteString value) Identifies the principal that issued the JWT.AuthProvider.Builder.setJwksUri
(String value) URL of the provider's public key set to validate signature of the JWT.AuthProvider.Builder.setJwksUriBytes
(com.google.protobuf.ByteString value) URL of the provider's public key set to validate signature of the JWT.AuthProvider.Builder.setJwtLocations
(int index, JwtLocation value) Defines the locations to extract the JWT.AuthProvider.Builder.setJwtLocations
(int index, JwtLocation.Builder builderForValue) Defines the locations to extract the JWT.AuthProvider.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final AuthProvider.Builder
AuthProvider.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) AuthProvider.toBuilder()
Methods in com.google.api that return types with arguments of type AuthProvider.BuilderModifier and TypeMethodDescriptionAuthentication.Builder.getProvidersBuilderList()
Defines a set of authentication providers that a service supports.Methods in com.google.api with parameters of type AuthProvider.BuilderModifier and TypeMethodDescriptionAuthentication.Builder.addProviders
(int index, AuthProvider.Builder builderForValue) Defines a set of authentication providers that a service supports.Authentication.Builder.addProviders
(AuthProvider.Builder builderForValue) Defines a set of authentication providers that a service supports.Authentication.Builder.setProviders
(int index, AuthProvider.Builder builderForValue) Defines a set of authentication providers that a service supports.