Package io.grpc.xds.internal.rbac.engine
Class AutoValue_GrpcAuthorizationEngine_AlwaysTrueMatcher
- java.lang.Object
-
- io.grpc.xds.internal.rbac.engine.GrpcAuthorizationEngine.AlwaysTrueMatcher
-
- io.grpc.xds.internal.rbac.engine.AutoValue_GrpcAuthorizationEngine_AlwaysTrueMatcher
-
- All Implemented Interfaces:
GrpcAuthorizationEngine.Matcher
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_GrpcAuthorizationEngine_AlwaysTrueMatcher extends GrpcAuthorizationEngine.AlwaysTrueMatcher
-
-
Field Summary
-
Fields inherited from class io.grpc.xds.internal.rbac.engine.GrpcAuthorizationEngine.AlwaysTrueMatcher
INSTANCE
-
-
Constructor Summary
Constructors Constructor Description AutoValue_GrpcAuthorizationEngine_AlwaysTrueMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
toString()
-
Methods inherited from class io.grpc.xds.internal.rbac.engine.GrpcAuthorizationEngine.AlwaysTrueMatcher
matches
-
-