List of usage examples for org.apache.shiro.authz ModularRealmAuthorizer subclass-usage
From source file org.sonatype.nexus.security.authz.ExceptionCatchingModularRealmAuthorizer.java
/**
* A implementation of the Shiro ModularRealmAuthorizer, that catches exceptions caused by individual realms and
* ignores
* them. For example if a JDBC realm throws an exception while getting the list of users Roles (and is not caught, the
* system should continue looking for permissions in other realms).
*/
From source file org.sonatype.security.authorization.ExceptionCatchingModularRealmAuthorizer.java
/**
* A implementation of the Shiro ModularRealmAuthorizer, that catches exceptions caused by individual realms and
* ignores
* them. For example if a JDBC realm throws an exception while getting the list of users Roles (and is not caught, the
* system should continue looking for permissions in other realms).
*/