Uses of Class
io.envoyproxy.envoy.config.filter.http.jwt_authn.v2alpha.RequirementRule
-
Packages that use RequirementRule Package Description io.envoyproxy.envoy.config.filter.http.jwt_authn.v2alpha -
-
Uses of RequirementRule in io.envoyproxy.envoy.config.filter.http.jwt_authn.v2alpha
Methods in io.envoyproxy.envoy.config.filter.http.jwt_authn.v2alpha that return RequirementRule Modifier and Type Method Description RequirementRuleRequirementRule.Builder. build()RequirementRuleRequirementRule.Builder. buildPartial()static RequirementRuleRequirementRule. getDefaultInstance()RequirementRuleRequirementRule.Builder. getDefaultInstanceForType()RequirementRuleRequirementRule. getDefaultInstanceForType()RequirementRuleJwtAuthentication.Builder. getRules(int index)Specifies requirements based on the route matches.RequirementRuleJwtAuthentication. getRules(int index)Specifies requirements based on the route matches.RequirementRuleJwtAuthenticationOrBuilder. getRules(int index)Specifies requirements based on the route matches.static RequirementRuleRequirementRule. parseDelimitedFrom(InputStream input)static RequirementRuleRequirementRule. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RequirementRuleRequirementRule. parseFrom(byte[] data)static RequirementRuleRequirementRule. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RequirementRuleRequirementRule. parseFrom(com.google.protobuf.ByteString data)static RequirementRuleRequirementRule. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RequirementRuleRequirementRule. parseFrom(com.google.protobuf.CodedInputStream input)static RequirementRuleRequirementRule. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RequirementRuleRequirementRule. parseFrom(InputStream input)static RequirementRuleRequirementRule. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RequirementRuleRequirementRule. parseFrom(ByteBuffer data)static RequirementRuleRequirementRule. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.config.filter.http.jwt_authn.v2alpha that return types with arguments of type RequirementRule Modifier and Type Method Description com.google.protobuf.Parser<RequirementRule>RequirementRule. getParserForType()List<RequirementRule>JwtAuthentication.Builder. getRulesList()Specifies requirements based on the route matches.List<RequirementRule>JwtAuthentication. getRulesList()Specifies requirements based on the route matches.List<RequirementRule>JwtAuthenticationOrBuilder. getRulesList()Specifies requirements based on the route matches.static com.google.protobuf.Parser<RequirementRule>RequirementRule. parser()Methods in io.envoyproxy.envoy.config.filter.http.jwt_authn.v2alpha with parameters of type RequirementRule Modifier and Type Method Description JwtAuthentication.BuilderJwtAuthentication.Builder. addRules(int index, RequirementRule value)Specifies requirements based on the route matches.JwtAuthentication.BuilderJwtAuthentication.Builder. addRules(RequirementRule value)Specifies requirements based on the route matches.RequirementRule.BuilderRequirementRule.Builder. mergeFrom(RequirementRule other)static RequirementRule.BuilderRequirementRule. newBuilder(RequirementRule prototype)JwtAuthentication.BuilderJwtAuthentication.Builder. setRules(int index, RequirementRule value)Specifies requirements based on the route matches.Method parameters in io.envoyproxy.envoy.config.filter.http.jwt_authn.v2alpha with type arguments of type RequirementRule Modifier and Type Method Description JwtAuthentication.BuilderJwtAuthentication.Builder. addAllRules(Iterable<? extends RequirementRule> values)Specifies requirements based on the route matches.
-