Home
last modified time | relevance | path

Searched refs:PortAuthorizationMatcher (Results 1 – 5 of 5) sorted by relevance

/dports/devel/grpc/grpc-1.42.0/src/core/lib/security/authorization/
H A Dmatchers.h128 class PortAuthorizationMatcher : public AuthorizationMatcher {
130 explicit PortAuthorizationMatcher(int port) : port_(port) {} in PortAuthorizationMatcher() function
H A Dmatchers.cc57 return absl::make_unique<PortAuthorizationMatcher>(permission.port); in Create()
172 bool PortAuthorizationMatcher::Matches(const EvaluateArgs& args) const { in Matches()
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/lib/security/authorization/
H A Dmatchers.h128 class PortAuthorizationMatcher : public AuthorizationMatcher {
130 explicit PortAuthorizationMatcher(int port) : port_(port) {} in PortAuthorizationMatcher() function
H A Dmatchers.cc57 return absl::make_unique<PortAuthorizationMatcher>(permission.port); in Create()
172 bool PortAuthorizationMatcher::Matches(const EvaluateArgs& args) const { in Matches()
/dports/devel/grpc/grpc-1.42.0/test/core/security/
H A Dauthorization_matchers_test.cc309 PortAuthorizationMatcher matcher(/*port=*/123); in TEST_F()
316 PortAuthorizationMatcher matcher(/*port=*/456); in TEST_F()