Spring security is used to secure the URL and only authenticated user is allowed to access that. But sometimes we need to secure the java Class instances and here comes ACL to rescue us. Let's see why we need object based security/ACL model. Suppose, there is relation "BankAccount" and 10 records exists for it. So as per the...