I have configAllowedUsers.properties
.
It has single in Entry like the following:
users = abc, pew, rt, me1, me3, ku3,........
I have some doubts about length of value stored in it. I will read it using java.util.Properties
. Thousands of usernames would be stored in it and I could not store them in database.