OPI Blog
Learn from experts in their fields

Browsing Tags: security

May 25, 2022
A security model for developers
Software security is more important than ever, but developing secure applications is more confusing than ever. TLS, mTLS, RBAC, SAML, OAUTH, OWASP, GDPR, SASL, RSA, JWT, cookie, attack vector, DDoS, firewall, VPN, security groups, exploit, ...
Dec 12, 2018
Open Source InfoSec Using Gradle
Information security needs to be a part of any application. Solutions range in price from no cost to very expensive. However, quality is usually proportional to cost (but not always). We are going to ...
Jun 16, 2017
ABAC or RBAC
Role Based Access Control (RBAC) has been around since the 1970s and continues to be a well-accepted industry standard. However, with the arrival of Attribute Based Access Control (ABAC) many companies are shifting their ...
Flirting with disaster: A dangerous use of Groovy’s dynamic method invocation
I learned something interesting about about Groovy recently. I was tasked with building a tool for advanced admin users, to provide them an easy way to run batch jobs. It was designed so that users could point ...
Fine-Grained Security Simplified
Securing an application’s actions by user and role is easy, but what about this fine-grained security?  For many applications it’s important to restrict access to specific domain object instances.  We could use Spring security ACLs ...