Top "Access-control" questions

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

Blackberry permissions -- what does "trusted application status" refer to?

For some device users, on startup they are presented with the following permissions dialog "Would you like to grant AppX …

blackberry permissions access-control trusted
Cross-Origin request warning for google fonts

I am using Google Webfonts on my website. In the console on Chrome I get the following warning: Blink is …

http cors access-control
c++ using declaration, scope and access control

Typically the 'using' declaration is used to bring into scope some member functions of base classes that would otherwise be …

c++ scope access-control using-declaration
How to add `nofollow, noindex` all pages in robots.txt?

I want to add nofollow and noindex to my site whilst it's being built. The client has request I use …

http robots.txt access-control
Best way to make Admin pages in CodeIgniter?

I'm working on an app in CodeIgniter, and I want to have admin pages for several of the objects in …

php codeigniter access-control
public struct in framework init is inaccessible due to 'internal' protection level in compiler

I have a struct in a framework called "MyFramework" public struct ShipmentPackage:Encodable { let package_code:String let weight:Float } …

swift access-control swift-custom-framework
JAX-WS, Authentication and Authorization - How to?

What is the best way to do authentication and authorization in web services? I am developing a set of web …

java web-services authentication jax-ws access-control
Is this key-oriented access-protection pattern a known idiom?

Matthieu M. brought up a pattern for access-protection in this answer that i'd seen before, but never conciously considered a …

c++ design-patterns friend access-control
Adding Swift files to test target not fixing unit tests

I have looked at a lot of blogs and tried many things to get my Swift unit tests to work …

ios unit-testing swift access-control xctest
How to use the AccessDecisionManager in Symfony2 for authorization of arbitrary users?

I'd like to be able to verify whether or not attributes (roles) are granted to any arbitrary object implementing UserInterface …

php symfony access-control