Hi,
I am trying to use the Spring Security ACL to implement domain object level security.
Is it mandatory to have my primary key named as "id" with type as int in the my Application specific tables in order for entry to be inserted into acl_object_identity table?
cant i have my primary key as string and perhaps named for eg employee_code?


Reply With Quote
roperty name="objectIdentityRetrievalStrategy">
