Interface AclServiceManager
-
- All Known Implementing Classes:
AclServiceManagerImpl
public interface AclServiceManager
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
AclServiceManager.Action
static class
AclServiceManager.MatchCriteria
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notify(AclInterface port, @Nullable AclInterface oldPort, AclServiceManager.Action action)
void
notifyAce(AclInterface port, AclServiceManager.Action action, java.lang.String aclName, Ace ace)
void
notifyAcl(Acl aclBefore, Acl aclAfter, java.util.Collection<AclInterface> portsBefore, AclServiceManager.Action action)
-
-
-
Method Detail
-
notify
void notify(AclInterface port, @Nullable AclInterface oldPort, AclServiceManager.Action action)
-
notifyAce
void notifyAce(AclInterface port, AclServiceManager.Action action, java.lang.String aclName, Ace ace)
-
notifyAcl
void notifyAcl(Acl aclBefore, Acl aclAfter, java.util.Collection<AclInterface> portsBefore, AclServiceManager.Action action)
-
-