Top "Access-control" questions

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

How can I restrict access to certain URLs by source IP in Tomcat?

I want to restrict access to certain URLs in my Tomcat webapp. Only 3 known IP addresses should be allowed access …

security jakarta-ee tomcat tomcat6 access-control
What MongoDB user privileges do I need to add a user to a new/another mongo database?

I have enabled authentication in the MongoDB config file after adding one admin user with the following privileges: userAdmin and …

security mongodb privileges access-control
How to implement Permission Based Access Control with Asp.Net Core

I am trying to implement permission based access control with aspnet core. For dynamically managing user roles and permissions(create_…

c# asp.net-mvc asp.net-core access-control
Best Role-Based Access Control (RBAC) database model

What is the best database schema to track role-based access controls for a web application? I am using Rails, but …

ruby-on-rails permissions roles access-control rbac
Role Based Access Control

Are there any open source, PHP based, role based access control system that can be used for CodeIgniter?

php codeigniter access-control
Directory.CreateDirectory access to path is denied?

I have server-client application, it's a file manager my problem is when I go inside a folder which requires access …

c# permissions access-control create-directory
What is a good example to differentiate between fileprivate and private in Swift3

This article has been helpful in understanding the new access specifiers in Swift 3. It also gives some examples of different …

swift swift3 private access-control access-specifier
Access control for cross site requests in Internet Explorer

I am trying to make an AJAX call from several domains to a single one which will handle the request. …

javascript internet-explorer cross-domain access-control
How to block access to Tomcat listening port, and allow localhost only?

I have an application running on Tomcat and listening on port 8080. I made the redirect changes on the Apache level (…

tomcat access-control