Top "Access-control" questions

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

Allow only author to edit his post in yii2 using ACF

I am using Access Control Filter for access managing, but can't get one thing done - for example, how can …

php yii2 access-control role yii2-user
What does "network: Cache entry not found [url: ...]" mean exactly?

Shortly I cannot figure out what is the common reason of network: Cache entry not found [url: ...] message's appearence in …

java caching networking access-control worldwind
Resource Based Access Control vs Role Based Access Control

I am learning Apache Shiro, and I found this article: The New RBAC: Resource-Based Access Control And the author said: .......…

authentication access-control rbac
Difference between fileprivate and private extension?

Swift 3.0 I know that fileprivate access level modifier limited using of function/property to source file where it was declared …

swift3 swift4 access-control access-modifiers access-levels
Nginx allow only root and api locations

I have a server configured as a reverse proxy to my server. I want to reject all the requests except …

nginx webserver web-hosting access-control nginx-location
PHP Access Control System

I am part of a team creating a web application using PHP and MySQL. The application will have multiple users …

php database-design permissions access-control database-permissions
XACML implementation

I am novice to XACML policies. Can you specify me how to implement XACML policies. I have tried different API's. …

java authorization access-control xacml
Apache: how to limit virtual dir to local network

On my Apache 2.x server at home, I have a number of virtual directories. I've set up my router so …

security apache access-control apache-config lan
What is the difference between private and fileprivate in Swift 4

In Swift 4, since now private is visible in extensions also in the same source code file, how is it different …

swift access-control access-modifiers swift4 access-levels
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 …

mysql access-control