Shiro support of a {@link SecurityManager} class hierarchy that delegates all authorization (access control) operations to a wrapped {@link Authorizer Authorizer} instance. That is, this class implements all the <tt>Authorizer</tt> methods in the {@link SecurityManager SecurityManager} interface, but in reality, those methods are merely passthrough calls to the underlying 'real' <tt>Authorizer</tt> instance.