114115116117118119120
AuthorizationManager mgr = m_engine.getAuthorizationManager(); if( mgr.checkPermission( m_context.getWikiSession(), perm ) ) return; throw new AuthenticationFailed( "You have no access to this resource, o master" ); }
111112113114115116117