Hi,
I was building a new security system for mmbase, but i found out that there are only 3 Ranks possible in mmbase, and that this cannot be changed due to Rank.java being final.
so i was looking for a way to get rid if this problem.... i've made 2 new classes : AbstractRank.java and Rank.java. So it would be backwards compatible.
Could anyone look at these classes (see attachment) if they can be made in a better way?
thank you.
Vincent van der Locht
AbstractRank.java
Description: Binary data
Rank.java
Description: Binary data
