Access control is the process of limiting the access of ability of users or services to certain resources.

learn more… | top users | synonyms

1
vote
0answers
18 views

Difference between a ProtectionDomain and an AccessControlContext

Could someone explain what the difference is between a ProtectionDomain and an AccessControlContext? I am reading JAAS in Action and from what I can see these two classes seem to be very similar. I ...
0
votes
2answers
40 views

Access control issue in CodeIgniter

I have an admin panel and now I need to give some partners a URL to see their specified data. I have a table for storing these partners login info and authentication is done through it. But the ...
1
vote
1answer
106 views

JQuery AJAX call throws Access-Control-Allow-Origin Error

I'm working on a project where after using $.ajax to make a GET request, I receive an Access-Control-Allow-Origin error. However, the GET request is sent to the server and the response is the ...
0
votes
1answer
24 views

Need help in configuring LDAP acl

I am trying to configure acl in such a way users with attribute allowedService with application name can only login to that particular application. We have users as follows: dn: ...
1
vote
1answer
42 views

Access control - patients and doctors

Is it possible for me to port my design considering the structure when it comes to users and access control? I develop a solution where a patient can report some data related to himself several times ...
0
votes
1answer
28 views

codeigniter handle code when application controller directory get accessed

My directory settings -- application -- controllers -- admin -- manage When I accessed 'localhost/admin', it redirect to 'localhost/'. Question is : - Where should I handle ...
0
votes
0answers
16 views

Protecting a public facing development server with multiple sites/clients/logins

Long story short, we are setting up a development server at work (small 4 man dev team). It will house a GIT repo, and our development sites for clients. We want to restrict access to the server as a ...
0
votes
1answer
24 views

Can XACML policies be defined in term of Service type?

I was just wondering if XACML policies can be defined in term of service types ? In other words, If I have a system where service types are defined with wsdl elements, for instance, (operations, ...
1
vote
0answers
32 views

Wordpress plugin “s2member” not working with zend

I have an application which is build using zend and wordpress using "vulnero" plugin. Now I have installed "s2 member" plugin to add page level restriction. Till this my application is working fine. ...
0
votes
2answers
37 views

How to make ajax request across sub-domain of the same website

please i need help here! am working with jquery, ajax and php, i wrote a function (PHP_FOLDER) like this. function PHP_FOLDER(evt){ return "www.mywebsite.com/path/to/php/files/";} the purpose is ...
0
votes
2answers
52 views

Access Control regex symfony 2

I need help to configure the access control part of my symfony website. I want the access for everyone for : / : the homepage /login : the login page /login_check : the check login page for ...
0
votes
1answer
51 views

Disabling a controller page from being viewed

I am an absolute newbie in the world of Yii and MVC. My question is : Say if I have made a CRUD of some model and I have modified the "_form.php" partial to be used from some place else, for example a ...
0
votes
3answers
40 views

URL access controll by IP in Tomcat7

I need to control URL access according to client IP on tomcat 7.0.39 This is what I found http://tomcat.apache.org/tomcat-7.0-doc/config/filter.html#Remote_Address_Filter but I can't understand all ...
0
votes
1answer
58 views

Limiting access to different user profile views

For a social network style application, there are varying levels of access to user profiles, for instance, full profile (for owner), limited profile (profile owner friend), no access (random user). ...
1
vote
1answer
42 views

Access control with Git on the server (not gitosis or gitolite)

I am trying to set up access control per repo only (with the three permissions no-access, read-only, read/write). I am having an external application control it, which makes syncing admin git repos ...
-2
votes
0answers
32 views

Measuring performance of enhanced role based access control model [closed]

I used a case study to enhance the features of traditional role based access control model(RBAC). case study is in java programming language. i have added features like : audit trail that performs ...
-2
votes
1answer
59 views

In my web site I have three types of users admin, staff and student. So I created three different menus in three [closed]

I'm developing a site with php and my database is in mySQL. In my web site I have three types of users admin, staff and student. So I created three different index pages with different menus on it to ...
0
votes
1answer
23 views

Symfony2 access controll and path names

I could not find this in symfony2 docs so I'm asking here. Is it possible to set path names instead of patterns inside security.yml access_controll? Instead of: access_control: - { path: ...
0
votes
1answer
361 views

java.security.AccessControlException: access denied (“java.util.PropertyPermission” “jna.boot.library.path” “read”)

I am having some trouble running my signed web applet, it runs fine within Eclipse, but as soon as I upload to the webpage, I get this error log: Exception in thread "AWT-EventQueue-2" ...
2
votes
1answer
122 views

MySQL database schema for user and group access control

I've been trying to find a solution to this problem for a couple of days now and I just can't seem to come up with something that works. The problem is the following: I am currently developing a ...
0
votes
1answer
74 views

Implementing RBAC functionality in UNIX

Hey please help me with this problem. I am new to UNIX systems and i want to ask is Role-Based access control possible in UNIX systems. Please see the details below: Your manager wants to implement ...
0
votes
0answers
53 views

codeigniter connect to Sql Server 2000 sp4 of Acces control software Matrix V

I am trying to connect to a sql server 2000 sp4 of a access control software called Matrix V via Codeigniter . My server ip is 192.168.3.9(CentOS) and the access control server is 192.168.3.50(WIN ...
0
votes
1answer
33 views

Where do you set the access control headers in Padrino

In Ruby on Rails you can place the access control headers in the Application Controller. What about Padrino? where do you place them? I've tried placing them in the method of a Controller I need to ...
2
votes
1answer
77 views

Module-wide access control using auth extension

I'm using the auth extension for user access control. I have several modules with several controllers each. I'd like to control access on a modular basis. I tried adding operations as moduleId.* but I ...
2
votes
2answers
49 views

Controlling access to loading of a JAVA class at runtime

I have a requirement to restrict access to loading of a particular class of a JAVA application, at runtime. Just wondering whether this is possible using JAVA Security Manager with a security policy. ...
0
votes
2answers
73 views

Joomla!2.5 ACL doesn't show options [closed]

I'm an amateur when it comes to Joomla, as I've only began developing with this framework last week. As of right now, I'm going through the official Joomla tutorial, as found in their official Wiki. ...
0
votes
1answer
43 views

Block user from taking new TAB/WINDOW/APPLICATION from a browser interface

I am developing an On-line Examination System in Ruby on Rails. The system provides facility for conducting exams. If a user clicks the start exam button, the examination interface opens in another ...
1
vote
2answers
64 views

Is an ACL always required?

For web applications with highly complex access control rules, do you always use an ACL? When determining my users' privileges I have a multitude of considerations, including: Are they logged in? ...
1
vote
0answers
79 views

How to control changes to tags in SVN server on Windows

We use VisualSVN Server 2.5.6 on Windows (important!). Most of our SVN repositories have the standard structure: /trunk /branches /tags We want: allow people to create new tags forbid them to ...
1
vote
1answer
49 views

Transition of SQL Server's Login/User concept to Oracle

in SQL Server users are first registered on the server level as Logins, and after that they are added to all necessary databases on that server as Users. Is there something comparable in Oracle? I ...
2
votes
2answers
134 views

Java Package level access

I know that class members with default access control can be accessible at package level but i'm confused about what does package level access actually mean. If default members can be accessed at ...
0
votes
1answer
176 views

icon font not working in firefox

I'm trying to use icon font, so far it works good in all browsers besides firefox, I don't understand why, instead of icon it just shows value that is in data-icon attribute Can anyone explain why it ...
0
votes
2answers
162 views

FOS UserBundle access controll doesn't work

I have FOS UserBundle installed in my symfony2 project. Login/logout works, only problem is, the system doesn't redirect/close parts that i want closed. The whole site should only be accessable by ...
4
votes
2answers
231 views

Implementing Company, Division, Department User Access Control in MVC4 with EF

This is my first question on stackoverflow, so please be gentle. I am writing a customer portal to a warehouse application using MVC4, Entity Framework and SimpleMembership. The warehouse hosts ...
0
votes
2answers
113 views

SQL Server Database Access for My Application only

I have been assigned to develop a application which is to be deployed in more than 1000 locations. I have some security concern over the database which i am using. I want to ensure the accessibility ...
0
votes
1answer
31 views

CORS error while trying to upload an image

I am working on a Backbone.js based web application which communicates with a WCF service and uploads a "complaint" to an SQL database. The complaint model has various attributes like title, ...
0
votes
0answers
96 views

Password-protected directory no longer requires a password after logging in and back out

I'm a Joomla junior. I want to protect Administrator Directory. I'm using Joomla 1.5. I'm currently using xampp. My joomla website example is disenchanted.com. I have a protadmin directory in the ...
1
vote
2answers
57 views

Building access matrix based on parent=>child relationship of objects?

Some background: A game belongs to a round, A round belongs to a season, A season belongs to a competition A competition is unowned. We have eight tables name => columns `games` => ...
0
votes
0answers
37 views

Access control facility in version control systems

I am working on the development of a Centralized Version Control system. I am developing this VCS from scratch and i have to design pretty much everything from the very basic. I am thinking of ...
0
votes
1answer
39 views

Looking for a way (preferably an API) to determine Effective Permissions on Active Directory object

We have a custom Active Directory integrated web app that helps users perform some self-service on their accounts (e.g. update photo, change phone number, reset password etc.) Our app runs on ...
0
votes
1answer
253 views

x509 certificate based authentication on Azure WCF service on webrole

I have a WCF service hosted on a WebRole in Azure. I would like to setup a federated ACS authentication based on x509 certificate. I am following this link for guidance. In the example cited, they are ...
0
votes
1answer
55 views

How do different methods to determine IP-address ranges work?

I want do deny the access to my Website for IP-Adresses from a certain IP range. (e.g. 143.56.122.127-143.56.122.255). I have found 4 different methods to do this on a Apache-Server: Use a Deny from ...
0
votes
3answers
43 views

Access control in frontend with javascript

Here's the scenario. I am developing a one page app: Most of the operations are achieved through ajax. The page should show different components in different user login state (admin, normal user, ...
0
votes
1answer
417 views

Yii's accessRules misconception

I'm trying to build a site using Yii, and found myself in a situation which requires some clarifications on access control metaphor in Yii. Specifically, one can override accessRules method in ...
0
votes
0answers
272 views

Symfony2 access_control failed

I'm making a Symfony 2.1.x app using FOSUserBundle and FOSFacebookBundle. I have configured both bundles. When a register a new user, I can see on MongoDB the user I created. I want to create a new ...
1
vote
6answers
291 views

Are the private members of superClass inherited by a subClass… Java?

I have gone through this: Does subclasses inherit private fields? But I'm still confused... I'm talking about inheriting only and not accessing. I know that they aren't visible out side class. But ...
0
votes
0answers
332 views

Why Tomcat gives 403 error?

I configure my tomcat-users.xml below: <?xml version='1.0' encoding='utf-8'?> <tomcat-users> <role rolename="tomcat"/> <role rolename="role1"/> <role ...
2
votes
1answer
441 views

How to implement role-based access control Java/MySql?

I am planing to start a web-based project that involves user registrations just like forums/CMS, but my barrier is that I have not idea how to implement the so-called role-based access control. I ...
1
vote
1answer
102 views

Confused by Android access control mechanism. It's DIFFERENT from java

In java, subclass cannot override default or private method from base class if not in the same package. The base class code: //base class public class TestBase { protected void test() { ...
1
vote
1answer
370 views

Origin url is not allowed by Access-Control-Allow-Origin with Google Direction API

I know this question has already been asked and answered, but it didn't help me. Here is my jQuery code: var gmapsurl = 'http://maps.googleapis.com/maps/api/distancematrix/json?'+ ...

1 2 3 4 5 7