Java org.apache.shiro.mgt AuthorizingSecurityManager fields, constructors, methods, implement or subclass

Example usage for Java org.apache.shiro.mgt AuthorizingSecurityManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.shiro.mgt AuthorizingSecurityManager.

The text is from its open source code.

Method

voidsetAuthorizer(Authorizer authorizer)
Sets the underlying Authorizer instance to which this SecurityManager implementation will delegate all of its authorization calls.