roles
TransactionScope with Membership and Roles calls in same block (way to use only one connection?)
I have calls to the Membership API and the Roles API in the same transaction scope. I\'ve read that opening more than one connection causes escalation r开发者_如何学Goequiring distributed transactions[详细]
2023-03-11 16:13 分类:问答Refresh Glassfish realm to update user roles
I use the security annotations in GlassFish (@RolesAllowed, ...) in combination with a custom realm (based on AppservRealm). When the user logs in the realm returns the assigned user roles via getGrou[详细]
2023-03-11 15:05 分类:问答LDAP authorization
I\'m starting t开发者_如何学Pythono implement authorization and authentication mechanism using LDAP, for some existing system. On the development stage, I\'m facing a difficult design decision: where[详细]
2023-03-10 19:28 分类:问答Best way to model users that have roles with differing attributes in Rails?
I\'m a Rails noob and am hoping someone can help me wrap my head around this issue.I have an app that has a single User model using Authlogic for authentication and CanCan for authorization.There are[详细]
2023-03-08 20:13 分类:问答(Multiple) Role definition and checking in H2
Greetings, What is the meaning of database role in H2? Is it kind of rights or grants? Which approach should be used:[详细]
2023-03-08 15:26 分类:问答How do I intentionally make Azure role crash?
I want to make a Windows Azure application as fault-resistant as possible and I need to be able to make roles crash intentionally to test how the whole application recovers from such crashes.[详细]
2023-03-07 14:19 分类:问答DDD, Repositories and Role Interfaces
I would really appreciate peoples opinions on the below design problem. I have a model in which either a ‘Person’ or a ‘Business’ may be the provider of a certain ‘Service’. An example class d[详细]
2023-03-07 05:24 分类:问答SQL Server: Let user create/modify new views, but not alter existing
We would like to let users create their own custom views but don\'t want to let them modify any existing tables or views.I am pretty green regarding the administration capabilities of SQL Server, but[详细]
2023-03-07 03:17 分类:问答Rails before_filter check multiple roles
In my before filter, I call a method containing the following code: authorized_for_roles :administrator[详细]
2023-03-07 03:12 分类:问答TabLayoutPanel - Show tabs based on roles
I\'m developing a GWT-Application where the navigation is mainly a TabLayoutPane, where each Tab represents a different functionality. What I need is to only show tabs the user is allowed to see (each[详细]
2023-03-06 19:59 分类:问答