Uses of Class
com.google.api.JwtLocation.Builder
Packages that use JwtLocation.Builder
-
Uses of JwtLocation.Builder in com.google.api
Methods in com.google.api that return JwtLocation.BuilderModifier and TypeMethodDescriptionAuthProvider.Builder.addJwtLocationsBuilder()Defines the locations to extract the JWT.AuthProvider.Builder.addJwtLocationsBuilder(int index) Defines the locations to extract the JWT.JwtLocation.Builder.clear()JwtLocation.Builder.clearCookie()Specifies cookie name to extract JWT token.JwtLocation.Builder.clearHeader()Specifies HTTP header name to extract JWT token.JwtLocation.Builder.clearIn()JwtLocation.Builder.clearQuery()Specifies URL query parameter name to extract JWT token.JwtLocation.Builder.clearValuePrefix()The value prefix.AuthProvider.Builder.getJwtLocationsBuilder(int index) Defines the locations to extract the JWT.JwtLocation.Builder.mergeFrom(JwtLocation other) JwtLocation.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) JwtLocation.Builder.mergeFrom(com.google.protobuf.Message other) static JwtLocation.BuilderJwtLocation.newBuilder()static JwtLocation.BuilderJwtLocation.newBuilder(JwtLocation prototype) JwtLocation.newBuilderForType()protected JwtLocation.BuilderJwtLocation.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Specifies cookie name to extract JWT token.JwtLocation.Builder.setCookieBytes(com.google.protobuf.ByteString value) Specifies cookie name to extract JWT token.Specifies HTTP header name to extract JWT token.JwtLocation.Builder.setHeaderBytes(com.google.protobuf.ByteString value) Specifies HTTP header name to extract JWT token.Specifies URL query parameter name to extract JWT token.JwtLocation.Builder.setQueryBytes(com.google.protobuf.ByteString value) Specifies URL query parameter name to extract JWT token.JwtLocation.Builder.setValuePrefix(String value) The value prefix.JwtLocation.Builder.setValuePrefixBytes(com.google.protobuf.ByteString value) The value prefix.JwtLocation.toBuilder()Methods in com.google.api that return types with arguments of type JwtLocation.BuilderModifier and TypeMethodDescriptionAuthProvider.Builder.getJwtLocationsBuilderList()Defines the locations to extract the JWT.Methods in com.google.api with parameters of type JwtLocation.BuilderModifier and TypeMethodDescriptionAuthProvider.Builder.addJwtLocations(int index, JwtLocation.Builder builderForValue) Defines the locations to extract the JWT.AuthProvider.Builder.addJwtLocations(JwtLocation.Builder builderForValue) Defines the locations to extract the JWT.AuthProvider.Builder.setJwtLocations(int index, JwtLocation.Builder builderForValue) Defines the locations to extract the JWT.