public class MutableAclClassServiceImpl extends Object implements MutableAclClassService
JdbcMutableAclService| Constructor and Description |
|---|
MutableAclClassServiceImpl(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate,
org.springframework.security.acls.model.AclCache aclCache) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearCache() |
void |
createAclClass(String type,
Class<?> idType) |
void |
deleteAclClass(String type) |
Collection<String> |
getAclClassTypes() |
boolean |
hasAclClass(String type) |
public MutableAclClassServiceImpl(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate,
org.springframework.security.acls.model.AclCache aclCache)
@Transactional public void createAclClass(String type, Class<?> idType)
createAclClass in interface MutableAclClassService@Transactional public void deleteAclClass(String type)
deleteAclClass in interface MutableAclClassServicepublic void clearCache()
clearCache in interface MutableAclClassServicepublic boolean hasAclClass(String type)
hasAclClass in interface AclClassServicepublic Collection<String> getAclClassTypes()
getAclClassTypes in interface AclClassServiceCopyright © 2018 Pivotal Software, Inc.. All rights reserved.