Class GrpcAuthorizationEngine.RequestedServerNameMatcher
java.lang.Object
io.grpc.xds.internal.rbac.engine.GrpcAuthorizationEngine.RequestedServerNameMatcher
- All Implemented Interfaces:
GrpcAuthorizationEngine.Matcher
- Enclosing class:
GrpcAuthorizationEngine
public abstract static class GrpcAuthorizationEngine.RequestedServerNameMatcher
extends Object
implements GrpcAuthorizationEngine.Matcher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(Matchers.StringMatcher delegate) abstract Matchers.StringMatcherdelegate()booleanmatches(io.grpc.xds.internal.rbac.engine.GrpcAuthorizationEngine.EvaluateArgs args)
-
Constructor Details
-
RequestedServerNameMatcher
public RequestedServerNameMatcher()
-
-
Method Details
-
delegate
-
create
public static GrpcAuthorizationEngine.RequestedServerNameMatcher create(Matchers.StringMatcher delegate) -
matches
public boolean matches(io.grpc.xds.internal.rbac.engine.GrpcAuthorizationEngine.EvaluateArgs args) - Specified by:
matchesin interfaceGrpcAuthorizationEngine.Matcher
-