Interface AclServiceListener

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean applyAce​(AclInterface port, java.lang.String aclName, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.access.control.list.rev160218.access.lists.acl.access.list.entries.Ace ace)  
      boolean applyAcl​(AclInterface port)  
      boolean bindAcl​(AclInterface port)  
      boolean removeAce​(AclInterface port, java.lang.String aclName, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.access.control.list.rev160218.access.lists.acl.access.list.entries.Ace ace)  
      boolean removeAcl​(AclInterface port)  
      boolean unbindAcl​(AclInterface port)  
      boolean updateAcl​(AclInterface portBefore, AclInterface portAfter)  
      void updateRemoteAcl​(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.access.control.list.rev160218.access.lists.Acl aclBefore, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.access.control.list.rev160218.access.lists.Acl aclAfter, java.util.Collection<AclInterface> portsBefore)  
    • Method Detail

      • applyAce

        boolean applyAce​(AclInterface port,
                         java.lang.String aclName,
                         org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.access.control.list.rev160218.access.lists.acl.access.list.entries.Ace ace)
      • removeAce

        boolean removeAce​(AclInterface port,
                          java.lang.String aclName,
                          org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.access.control.list.rev160218.access.lists.acl.access.list.entries.Ace ace)
      • updateRemoteAcl

        void updateRemoteAcl​(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.access.control.list.rev160218.access.lists.Acl aclBefore,
                             org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.access.control.list.rev160218.access.lists.Acl aclAfter,
                             java.util.Collection<AclInterface> portsBefore)