Package io.grpc.xds
Class InternalRbacFilter
- java.lang.Object
-
- io.grpc.xds.InternalRbacFilter
-
@Internal public final class InternalRbacFilter extends java.lang.Object
This class exposes some functionality in RbacFilter to other packages.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
InternalRbacFilter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerInterceptor
createInterceptor(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.
-
-