Example usage for org.apache.shiro.authz ModularRealmAuthorizer subclass-usage

List of usage examples for org.apache.shiro.authz ModularRealmAuthorizer subclass-usage

Introduction

In this page you can find the example usage for org.apache.shiro.authz ModularRealmAuthorizer subclass-usage.

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).
 */