Class DisplayAclDataCaches
- java.lang.Object
-
- org.apache.karaf.shell.console.AbstractAction
-
- org.apache.karaf.shell.console.OsgiCommandSupport
-
- org.opendaylight.netvirt.aclservice.shell.DisplayAclDataCaches
-
- All Implemented Interfaces:
org.apache.felix.gogo.commands.Action,org.apache.karaf.shell.commands.Action,org.apache.karaf.shell.console.BundleContextAware
public class DisplayAclDataCaches extends org.apache.karaf.shell.console.OsgiCommandSupport
-
-
Constructor Summary
Constructors Constructor Description DisplayAclDataCaches()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.ObjectdoExecute()SecurityRuleAttrgetAccessListAttributes(Ace ace)protected voidgetAclInterfaceCache()protected voidgetAclInterfaceMap()protected voidgetAclMap()protected voidgetAclTagMap()protected voidgetRemoteAclIdMap(java.lang.Class<? extends DirectionBase> direction)voidsetAclDataCache(AclDataCache aclDataCache)voidsetAclInterfaceCache(AclInterfaceCache aclInterfaceCache)
-
-
-
Method Detail
-
setAclDataCache
public void setAclDataCache(AclDataCache aclDataCache)
-
setAclInterfaceCache
public void setAclInterfaceCache(AclInterfaceCache aclInterfaceCache)
-
doExecute
protected java.lang.Object doExecute()
- Specified by:
doExecutein classorg.apache.karaf.shell.console.AbstractAction
-
getAclInterfaceMap
protected void getAclInterfaceMap()
-
getRemoteAclIdMap
protected void getRemoteAclIdMap(java.lang.Class<? extends DirectionBase> direction)
-
getAclTagMap
protected void getAclTagMap()
-
getAclInterfaceCache
protected void getAclInterfaceCache()
-
getAclMap
protected void getAclMap()
-
getAccessListAttributes
public SecurityRuleAttr getAccessListAttributes(Ace ace)
-
-