public interface MutableAclClassService extends AclClassService
Acl classes.| Modifier and Type | Method and Description |
|---|---|
void |
clearCache() |
void |
createAclClass(String type,
Class<?> idType)
Creates an ACL class for the given type.
|
void |
deleteAclClass(String type)
Deletes an ACL class and associated ACLs and ACEs for the given type.
|
getAclClassTypes, hasAclClassvoid createAclClass(String type, Class<?> idType)
type - domain object typeidType - domain object identifier type (e.g. String or Long)void deleteAclClass(String type)
type - domain object typevoid clearCache()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.