Apache.Shiro.Authz.Aop.AuthorizingMethodInterceptorSupport.AssertAuthorized C# (CSharp) Method

AssertAuthorized() public abstract method

public abstract AssertAuthorized ( IMethodInvocation invocation ) : void
invocation IMethodInvocation
return void
        public abstract void AssertAuthorized(IMethodInvocation invocation);
AuthorizingMethodInterceptorSupport