|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectIdentityRetrievalStrategy | |
---|---|
org.acegisecurity.acls.objectidentity | Provides indirection between ACL packages and domain objects. |
org.acegisecurity.afterinvocation | Used for post-processing of an object returned from a secure object invocation. |
org.acegisecurity.vote | Implements a vote-based approach to authorization decisions. |
Uses of ObjectIdentityRetrievalStrategy in org.acegisecurity.acls.objectidentity |
---|
Classes in org.acegisecurity.acls.objectidentity that implement ObjectIdentityRetrievalStrategy | |
---|---|
class |
ObjectIdentityRetrievalStrategyImpl
Basic implementation of ObjectIdentityRetrievalStrategy that uses the constructor of ObjectIdentityImpl to create the ObjectIdentity . |
Uses of ObjectIdentityRetrievalStrategy in org.acegisecurity.afterinvocation |
---|
Methods in org.acegisecurity.afterinvocation with parameters of type ObjectIdentityRetrievalStrategy | |
---|---|
void |
AbstractAclProvider.setObjectIdentityRetrievalStrategy(ObjectIdentityRetrievalStrategy objectIdentityRetrievalStrategy)
|
Uses of ObjectIdentityRetrievalStrategy in org.acegisecurity.vote |
---|
Methods in org.acegisecurity.vote with parameters of type ObjectIdentityRetrievalStrategy | |
---|---|
void |
AclEntryVoter.setObjectIdentityRetrievalStrategy(ObjectIdentityRetrievalStrategy objectIdentityRetrievalStrategy)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |