Package io.grpc.xds.internal.rbac.engine
Class GrpcAuthorizationEngine.InvertMatcher
java.lang.Object
io.grpc.xds.internal.rbac.engine.GrpcAuthorizationEngine.InvertMatcher
- All Implemented Interfaces:
GrpcAuthorizationEngine.Matcher
- Direct Known Subclasses:
AutoValue_GrpcAuthorizationEngine_InvertMatcher
- Enclosing class:
GrpcAuthorizationEngine
public abstract static class GrpcAuthorizationEngine.InvertMatcher
extends Object
implements GrpcAuthorizationEngine.Matcher
Negate matcher.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(GrpcAuthorizationEngine.Matcher matcher) boolean
abstract GrpcAuthorizationEngine.Matcher
-
Constructor Details
-
InvertMatcher
public InvertMatcher()
-
-
Method Details
-
toInvertMatcher
-
create
-
matches
- Specified by:
matches
in interfaceGrpcAuthorizationEngine.Matcher
-