I have a system using resteasy 2.3.7 and picketlink. I extend the AbstractCredentialHandler class and the getAccount() method was overridden. This method creates an instance to the logged user. We have seen the logged user's objects has increased so much! Is there someway to take off these objects from memory?