krokodajl 0 Light Poster

Hi,

I have a class with some methods. Application which uses this class and its methods should be secured by login controls. How can I deny access to method for some users. For example user AA has access(can invoke) to method a() and user BB has access(can invoke) to method b() and users AA and BB have not access(cannot invoke) to method c(). Are there any solutions of this problem?

regards

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.