Hi all, I am having a UI on which I want to have a layer that implements "Access Control". So if the user is not allowed to perform certain operation it will throw the exception based on the permissions defined. Now, I know that Java uses AccessController class and those doPriviledge() actions etc to impose this constraints on the operations but I will have to design similar thing on my own. Can anybody suggest some good book/article or something that describes how this AccessController model is designed in Java? I am googling on this but if already you know please let me know. Regards Maulin