So I have tried to implement a simple ACL example in my project and everythi开发者_JAVA百科ng works as it should. I have the following configuration:
Closed. This question is opinion-based. It is not currently accepting answers. 开发者_Python百科 Want to improve this question? Update the question so it can be answered with facts and cita
I would like implement spring acl for my object fields. does anyone has an idea what do i have to implment for it?
I have the following in C#: public static bool IsAlphaAndNumeric(string s) { return Regex.IsMatch(s, @\"[a-zA-Z]+\")