Package io.grpc.xds
Class InternalRbacFilter
- java.lang.Object
-
- io.grpc.xds.InternalRbacFilter
-
@Internal public final class InternalRbacFilter extends java.lang.ObjectThis class exposes some functionality in RbacFilter to other packages.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateInternalRbacFilter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerInterceptorcreateInterceptor(RBAC rbac)Parses RBAC filter config and creates AuthorizationServerInterceptor.
-
-
-
Method Detail
-
createInterceptor
public static io.grpc.ServerInterceptor createInterceptor(RBAC rbac)
Parses RBAC filter config and creates AuthorizationServerInterceptor.
-
-