We have an environment where usernames can be any character thus the rules 
enforced by Username does not apply to us. We were thinking about subclassing 
it, until we saw it has a private constructor signaling that it isn't meant for 
extending. 

I propose to change this constructor to be protected so one may extend this 
class with custom validation-logic for the userName. How are others handling 
this problem? 



-- 
Andreas Joseph Krogh 
CTO / Partner - Visena AS 
---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to