Top "Access-control" questions

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

Overriding public virtual functions with private functions in C++

Is there is any reason to make the permissions on an overridden C++ virtual function different from the base class? …

c++ overriding access-control virtual-functions
CORS Access-Control-Max-Age is ignored

I'm hosting an WebApp and his API on different domains and use CORS to be able to work around the …

http http-headers cors same-origin-policy access-control
When would I use package-private in Java?

I love access control in any language, but I find that in Java I almost never (if ever) use the …

java private protected access-control package-private
Accessing fileprivate and private variables in extension and another class using swift 4

I have been going through the recent swift docs and working out on few examples in understanding private and fileprivate …

ios swift swift4 access-control access-specifier
Why does Mercurial return "Abort: Access is Denied" when trying to push a repository?

I'm running into a problem with a user not being able to push his commits into a Mercurial repository and …

mercurial access-control
Swift - How can I override an extension method in a concrete subclass

I have an extension on UIView implementing a protocol protocol SomeProtocol { var property : Int } extension UIView : SomeProtocol { var property : Int { …

ios swift access-control swift-extensions
Browser application & local file system access

I want to enhance my browser-based web application with functionality that enables management of local files and folders. E.g. …

html browser permissions filesystems access-control
Access Control in Domain Driven Design

I read about DDD and Access Control, and I found some contradiction between the following two opinions: "security concerns should …

security domain-driven-design access-control
Angular POST cross origin error while POSTMAN works

I try to POST from my angular login service: $http.post('https://xyz/login', { headers: { 'Content-type': 'application/json', 'Accept': 'application/…

javascript angularjs cross-domain cors access-control
Do modern browsers encrypt or otherwise protect IndexedDb storage?

My team is considering using IndexedDb to cache data across user sessions. This data can be large enough that it …

security indexeddb access-control