Questions tagged [role]
396 questions
0
votes
1 answer
Transmit same data to different ports using Role-Links in Biztalk
I have three servers which are assigned different IDs
Server1 = ID1
Server2 = ID2
Server3 = ID3
I want to get data for Server1 from Server2 and Server3, I have to send same ID (ID1) to the other two servers to fetch data. I want to achieve this by…

Shabbir Hussain
- 35
- 1
- 9
0
votes
3 answers
Whats the difference between Object Role Modeling and Object-relational mapping?
I have learn about Object role modeling but not about Object-relational mapping and I want to know if they are two ways of doing the same thing and what are the pros and cons? To me Object role modeling makes a lot more sense. Could you make a brief…

Cool Hand Luke
- 2,120
- 9
- 32
- 51
0
votes
2 answers
Query regarding Asp.net membership
My requirement is to
1)create a role and add user to that particular role.
2)I have a directory Admin which contains a aspx page which can be access by admin only
3)so i want to redirect user to login page if he tries to access any of the aspx page…

Abhishek gupta
- 463
- 3
- 12
- 33
0
votes
1 answer
Adding a user in table to Role declare in asp.net
i have created a role in asp.net as :

Abhishek gupta
- 463
- 3
- 12
- 33
0
votes
1 answer
Role on dynamic google chart (interval)
How can I use this: https://developers.google.com/chart/interactive/docs/roles if I populate the graph dynamically?
This is part of my code:
...
data.addRows(dates.length);
for (i = 0; i < dates.length; i++){
if (i!=0){
data.setValue( i,…

Piero Alberto
- 3,823
- 6
- 56
- 108
0
votes
1 answer
Rails Models: For numerous Roles, multiple User models with additional sub-roles the right design?
I am writing my first Ruby On Rails app - a website for a gated residential community.
The community area consists of Empty plots, with one or more Houses in a built-up plot. Plots will have one owner only, but multiple houses in a plot can each…

Jayawanth
- 1
- 2
0
votes
1 answer
Symfony2 - How to manage permissions with roles by action not by the object
I would like to manage the permissions of my roles.
You should know that my roles are stored in the database.
Generally, the permissions are for each object, I will like do the permissions for each action. How would you know?

Onita
- 154
- 8
0
votes
1 answer
spring security dynamic roles to load from db
my question is similar to post [question]: Dynamic Spring Security using SQL Query
I've tried the solution given by Rob Winch but spring security complains as such. So not sure whether this due to spring latest version 3.1 or something else I've…

watts
- 313
- 3
- 10
0
votes
1 answer
Devise add authentication to creating a role
I'm using devise and cancan as an authentication solution.
For devise I have added a role attribute, and created a constant ROLES:
#Migration for adding roles
class AddRoleToUsers < ActiveRecord::Migration
def change
add_column :users, :role,…

jethro kuan
- 59
- 5
0
votes
1 answer
how to mange role Assignment by action wise in MVC3 i.e.each role be assign by different Action?
How to manage role Assignment by action wise in MVC3, i.e. each role is assigned by a different Action in MVC3 in C#.net ?
0
votes
1 answer
Websphere and ibm-application-bnd.xmi file issue
My web application (enabled with basic authentication for security) builded through maven and deployed in websphere. When I am mapping security user roles to respective group websphere server internally creating ibm-application-bnd.xmi with my role…

Mohan
- 3,893
- 9
- 33
- 42
0
votes
1 answer
Which aria role should a portlet have
Which aria role should a portlet(see the jquery ui example below, but with more content in it like form, pictures, tables etc) have.
http://jqueryui.com/demos/sortable/#portlets

user759235
- 2,147
- 3
- 39
- 77
0
votes
1 answer
Assign capability to access custom plugins only in wordpress
I have developed a custom plugin "career" in wordpress . It is for view job application . Jobs are actually posts. I am using user role editor plugin to create role and capabilities . there i have created a capability 'career' and a role…

Avijit Das
- 1
- 1
0
votes
1 answer
Is there a variable available that will allow me to discover the Capistrano role from within a task?
I have two tasks for different roles that are virtually identical. The only difference is that a command they're running has an argument that is equal to the role name. Is it possible to combine these two tasks to a single task using the role name…

Matt
- 71
- 5
0
votes
1 answer
How to change the JAAS context from an interceptor?
I want to ask if it is possible to change the Java EE JAAS Context (assigned user roles) from an EJB interceptor?
I have a few EJB Session beans which are using the method 'isUserInRole()' to test for authorization. On the other hand my application…

Ralph
- 4,500
- 9
- 48
- 87