Example usage for org.apache.shiro.authz.permission PermissionResolverAware interface-usage

List of usage examples for org.apache.shiro.authz.permission PermissionResolverAware interface-usage

Introduction

In this page you can find the example usage for org.apache.shiro.authz.permission PermissionResolverAware interface-usage.

Usage

From source file net.swigg.security.authorization.AuthorizingRealm.java

/**
 * Abstract {@link org.apache.shiro.realm.Realm} that implements {@link Authorizer}.
 *
 * @author Dustin Sweigart <dustin@swigg.net>
 */
public abstract class AuthorizingRealm extends AuthenticatingRealm implements Authorizer, PermissionResolverAware {