Hi, I have been trying to fix a bug [ https://wso2.org/jira/browse/IDENTITY-3235 <https://www.google.com/url?q=https%3A%2F%2Fwso2.org%2Fjira%2Fbrowse%2FIDENTITY-3235&sa=D&sntz=1&usg=AFQjCNErzS46IPaEGxwAFhOKGDQUPlmZdA> ] and I have noticed that when we try to login from the Primary domain, the UserStoreManager( a ReadWriteLDAPUserStoreManager ) contains the 'userCache' member which has stored the logged in users from the primary domain. However, if we have a secondary user store (A jdbc store, say) the same cannot be found.
I am having trouble understanding how the locked users are stored in this information flow. For instance, if a user from the primary domain gets locked with max number of failed attempts, that information is stored in the userClaimsDo instance pertaining to that user, in the userIdentityDataMap. And then this user is put into a cache. What I need to know is, is it intended to be non-persistent (the locked details go away when we restart the server) or is there a persistent storage mechanism involved. Secondly, I am trying to figure out where the userStore domain information is stored in one these user instances at the back end. Any idea where to start looking for that? Thanks. -- *-Damith Senanayake-* +94712205272
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
