Want to create an interactive transcript for this episode?
Podcast: airhacks.fm podcast with adam bien
Episode: Java Authentication and Authorization with Apache Shiro
Description: An airhacks.fm conversation with Benjamin Marwell (@bmarwell) about:
Recent airhacks.fm episode with Ben: "#180 Trombones, Java, Large Scale WebSphere Liberty Deployments and 50.000 JVMs in Production"
security library and authentication and authorization framework,
using Apache Shiro for CLI applications,
the Apache Shiro security manager,
the Shiro realm is the source of information for login credentials validation,
the "hello, world" Shiro application requires a single dependency,
WebListener is used for authentication,
the killer use cases of Apache Shiro are permissions,
a role comprises multiple permissions,
wildcard permissions are a colon-separated list,
comparing Shiro to AWS permissions,
Sonatype Nexus is using Shiro,
...