Package io.grpc.xds.internal.rbac.engine
Class AutoValue_GrpcAuthorizationEngine_AndMatcher
java.lang.Object
io.grpc.xds.internal.rbac.engine.GrpcAuthorizationEngine.AndMatcher
io.grpc.xds.internal.rbac.engine.AutoValue_GrpcAuthorizationEngine_AndMatcher
- All Implemented Interfaces:
GrpcAuthorizationEngine.Matcher
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_GrpcAuthorizationEngine_AndMatcher
extends GrpcAuthorizationEngine.AndMatcher
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableList
<? extends GrpcAuthorizationEngine.Matcher> -
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_GrpcAuthorizationEngine_AndMatcher
(com.google.common.collect.ImmutableList<? extends GrpcAuthorizationEngine.Matcher> allMatch) -
Method Summary
Methods inherited from class io.grpc.xds.internal.rbac.engine.GrpcAuthorizationEngine.AndMatcher
create, create, matches
-
Field Details
-
allMatch
private final com.google.common.collect.ImmutableList<? extends GrpcAuthorizationEngine.Matcher> allMatch
-
-
Constructor Details
-
AutoValue_GrpcAuthorizationEngine_AndMatcher
AutoValue_GrpcAuthorizationEngine_AndMatcher(com.google.common.collect.ImmutableList<? extends GrpcAuthorizationEngine.Matcher> allMatch)
-
-
Method Details
-
allMatch
public com.google.common.collect.ImmutableList<? extends GrpcAuthorizationEngine.Matcher> allMatch()- Specified by:
allMatch
in classGrpcAuthorizationEngine.AndMatcher
-
toString
-
equals
-
hashCode
public int hashCode()
-