public class Shogun2JdbcMutableAclService
extends org.springframework.security.acls.jdbc.JdbcMutableAclService
| Constructor and Description |
|---|
Shogun2JdbcMutableAclService(DataSource dataSource,
org.springframework.security.acls.jdbc.LookupStrategy lookupStrategy,
org.springframework.security.acls.model.AclCache aclCache)
Just call the parent constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.acls.model.MutableAcl |
createAcl(org.springframework.security.acls.model.ObjectIdentity objectIdentity)
Almost the same implementation as in parent class, except that we take
care in case that the principal object of the authentication object is a
SHOGun2 user object.
|
createEntries, createObjectIdentity, createOrRetrieveClassPrimaryKey, createOrRetrieveSidPrimaryKey, createOrRetrieveSidPrimaryKey, deleteAcl, deleteEntries, deleteObjectIdentity, retrieveObjectIdentityPrimaryKey, setClassIdentityQuery, setClassPrimaryKeyQuery, setDeleteEntryByObjectIdentityForeignKeySql, setDeleteObjectIdentityByPrimaryKeySql, setForeignKeysInDatabase, setInsertClassSql, setInsertEntrySql, setInsertObjectIdentitySql, setInsertSidSql, setObjectIdentityPrimaryKeyQuery, setSidIdentityQuery, setSidPrimaryKeyQuery, setUpdateObjectIdentity, updateAcl, updateObjectIdentityfindChildren, readAclById, readAclById, readAclsById, readAclsById, setFindChildrenQuerypublic Shogun2JdbcMutableAclService(DataSource dataSource, org.springframework.security.acls.jdbc.LookupStrategy lookupStrategy, org.springframework.security.acls.model.AclCache aclCache)
dataSource - lookupStrategy - aclCache - public org.springframework.security.acls.model.MutableAcl createAcl(org.springframework.security.acls.model.ObjectIdentity objectIdentity)
throws org.springframework.security.acls.model.AlreadyExistsException
User.createAcl in interface org.springframework.security.acls.model.MutableAclServicecreateAcl in class org.springframework.security.acls.jdbc.JdbcMutableAclServiceorg.springframework.security.acls.model.AlreadyExistsExceptionCopyright © 2016 terrestris GmbH & Co. KG. All rights reserved.