Package org.rundeck.app.acl
Class ContextACLStorageFileManager
- java.lang.Object
-
- org.rundeck.app.acl.BaseContextACLManager<AppACLContext>
-
- org.rundeck.app.acl.ContextACLStorageFileManager
-
- Type Parameters:
T-
- All Implemented Interfaces:
ContextACLManager<AppACLContext>,ContextValidator<AppACLContext>
public class ContextACLStorageFileManager extends BaseContextACLManager<AppACLContext> implements ContextACLManager<AppACLContext>
Provides ACLFileManager interface with a context argument
-
-
Constructor Summary
Constructors Constructor Description ContextACLStorageFileManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ACLFileManagercreateManager(AppACLContext context)-
Methods inherited from class org.rundeck.app.acl.BaseContextACLManager
addListener, addListenerMap, applyMappings, deletePolicyFile, existsPolicyFile, forContext, getAclPolicy, getPolicyFileContents, listStoredPolicyFiles, loadPolicyFileContents, removeListener, storePolicyFile, storePolicyFileContents, validatePolicyFile, validateYamlPolicy
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rundeck.app.acl.ContextACLManager
addListener, addListenerMap, deletePolicyFile, existsPolicyFile, forContext, getAclPolicy, getPolicyFileContents, listStoredPolicyFiles, loadPolicyFileContents, removeListener, storePolicyFile, storePolicyFileContents
-
Methods inherited from interface org.rundeck.app.acl.ContextValidator
validatePolicyFile, validateYamlPolicy
-
-
-
-
Method Detail
-
createManager
protected ACLFileManager createManager(AppACLContext context)
- Specified by:
createManagerin classBaseContextACLManager<AppACLContext>- Returns:
- create a manager based on context
-
-