Package org.rundeck.app.acl
Interface ACLCacheControl
-
public interface ACLCacheControlCache cleanup methods
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcleanAclCache(AppACLContext context, java.lang.String path)Clean acl cache for supplied context and path
-
-
-
Method Detail
-
cleanAclCache
void cleanAclCache(AppACLContext context, java.lang.String path)
Clean acl cache for supplied context and path
-
-