Uses of Class
io.envoyproxy.envoy.extensions.filters.http.api_key_auth.v3.Credential
Packages that use Credential
-
Uses of Credential in io.envoyproxy.envoy.extensions.filters.http.api_key_auth.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.api_key_auth.v3 that return CredentialModifier and TypeMethodDescriptionCredential.Builder.build()Credential.Builder.buildPartial()ApiKeyAuth.Builder.getCredentials(int index) The credentials that are used to authenticate the clients.ApiKeyAuth.getCredentials(int index) The credentials that are used to authenticate the clients.ApiKeyAuthOrBuilder.getCredentials(int index) The credentials that are used to authenticate the clients.ApiKeyAuthPerRoute.Builder.getCredentials(int index) The credentials that are used to authenticate the clients.ApiKeyAuthPerRoute.getCredentials(int index) The credentials that are used to authenticate the clients.ApiKeyAuthPerRouteOrBuilder.getCredentials(int index) The credentials that are used to authenticate the clients.static CredentialCredential.getDefaultInstance()Credential.Builder.getDefaultInstanceForType()Credential.getDefaultInstanceForType()static CredentialCredential.parseDelimitedFrom(InputStream input) static CredentialCredential.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CredentialCredential.parseFrom(byte[] data) static CredentialCredential.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CredentialCredential.parseFrom(com.google.protobuf.ByteString data) static CredentialCredential.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CredentialCredential.parseFrom(com.google.protobuf.CodedInputStream input) static CredentialCredential.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CredentialCredential.parseFrom(InputStream input) static CredentialCredential.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CredentialCredential.parseFrom(ByteBuffer data) static CredentialCredential.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.extensions.filters.http.api_key_auth.v3 that return types with arguments of type CredentialModifier and TypeMethodDescriptionApiKeyAuth.Builder.getCredentialsList()The credentials that are used to authenticate the clients.ApiKeyAuth.getCredentialsList()The credentials that are used to authenticate the clients.ApiKeyAuthOrBuilder.getCredentialsList()The credentials that are used to authenticate the clients.ApiKeyAuthPerRoute.Builder.getCredentialsList()The credentials that are used to authenticate the clients.ApiKeyAuthPerRoute.getCredentialsList()The credentials that are used to authenticate the clients.ApiKeyAuthPerRouteOrBuilder.getCredentialsList()The credentials that are used to authenticate the clients.com.google.protobuf.Parser<Credential>Credential.getParserForType()static com.google.protobuf.Parser<Credential>Credential.parser()Methods in io.envoyproxy.envoy.extensions.filters.http.api_key_auth.v3 with parameters of type CredentialModifier and TypeMethodDescriptionApiKeyAuth.Builder.addCredentials(int index, Credential value) The credentials that are used to authenticate the clients.ApiKeyAuth.Builder.addCredentials(Credential value) The credentials that are used to authenticate the clients.ApiKeyAuthPerRoute.Builder.addCredentials(int index, Credential value) The credentials that are used to authenticate the clients.ApiKeyAuthPerRoute.Builder.addCredentials(Credential value) The credentials that are used to authenticate the clients.Credential.Builder.mergeFrom(Credential other) static Credential.BuilderCredential.newBuilder(Credential prototype) ApiKeyAuth.Builder.setCredentials(int index, Credential value) The credentials that are used to authenticate the clients.ApiKeyAuthPerRoute.Builder.setCredentials(int index, Credential value) The credentials that are used to authenticate the clients.Method parameters in io.envoyproxy.envoy.extensions.filters.http.api_key_auth.v3 with type arguments of type CredentialModifier and TypeMethodDescriptionApiKeyAuth.Builder.addAllCredentials(Iterable<? extends Credential> values) The credentials that are used to authenticate the clients.ApiKeyAuthPerRoute.Builder.addAllCredentials(Iterable<? extends Credential> values) The credentials that are used to authenticate the clients.