Example usage for org.apache.shiro.mgt SecurityManager interface-usage

List of usage examples for org.apache.shiro.mgt SecurityManager interface-usage

Introduction

In this page you can find the example usage for org.apache.shiro.mgt SecurityManager interface-usage.

Usage

From source file stroom.security.server.StroomSecurityManager.java

@Component
public class StroomSecurityManager extends DefaultWebSecurityManager implements SecurityManager {
    @Inject
    public StroomSecurityManager(final Realm singleRealm) {
        super(singleRealm);
    }