public class Shogun2AclHandlerFactory extends Object implements AclHandlerFactory
AclHandlerFactory interface.| Modifier and Type | Field and Description |
|---|---|
protected AclUtil |
aclUtil
The util used to add/delete ACL permissions.
|
| Constructor and Description |
|---|
Shogun2AclHandlerFactory() |
| Modifier and Type | Method and Description |
|---|---|
AbstractAclHandler<? extends de.terrestris.shogun2.model.PersistentObject> |
getAclHandler(de.terrestris.shogun2.model.PersistentObject object)
Checks the type/class of the passed object and returns a concrete
implementation of link
AbstractAclHandler if available. |
@Autowired protected AclUtil aclUtil
public AbstractAclHandler<? extends de.terrestris.shogun2.model.PersistentObject> getAclHandler(de.terrestris.shogun2.model.PersistentObject object) throws Exception
AbstractAclHandler if available.
This implementation has to be extended, if a new SHOGun2 model class has
been added.getAclHandler in interface AclHandlerFactoryExceptionCopyright © 2016 terrestris GmbH & Co. KG. All rights reserved.