Package io.grpc.xds

Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InternalRbacFilter

        private InternalRbacFilter()
    • Method Detail

      • createInterceptor

        public static io.grpc.ServerInterceptor createInterceptor​(RBAC rbac)
        Parses RBAC filter config and creates AuthorizationServerInterceptor.