@Component(value="squashtest.core.security.ObjectIdentityRetrievalStrategy") public class InheritableAclsObjectIdentityRetrievalStrategy extends Object implements org.springframework.security.acls.model.ObjectIdentityRetrievalStrategy
ObjectIdentityRetrievalStrategy checks if an entity should inherit ACLs from another entity. If so, the
object identity will be retrieved from the "constrained" object.| Constructor and Description |
|---|
InheritableAclsObjectIdentityRetrievalStrategy() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.acls.model.ObjectIdentity |
getObjectIdentity(Object domainObject)
If the domain object is annotated with
InheritsAcls, will return an ObjectIdentity according to
the annotation rules. |
public InheritableAclsObjectIdentityRetrievalStrategy()
public org.springframework.security.acls.model.ObjectIdentity getObjectIdentity(Object domainObject)
InheritsAcls, will return an ObjectIdentity according to
the annotation rules. Otherwise, simple delegates the retrieval.getObjectIdentity in interface org.springframework.security.acls.model.ObjectIdentityRetrievalStrategyCopyright © 2010–2017 Henix, henix.fr. All rights reserved.