Apache.Shiro.Authz.Aop.AuthenticatedAttributeMethodInterceptor.AuthenticatedAttributeMethodInterceptor C# (CSharp) Method

AuthenticatedAttributeMethodInterceptor() public method

        public AuthenticatedAttributeMethodInterceptor()
            : base(new AuthenticatedAttributeHandler())
        {
        }
AuthenticatedAttributeMethodInterceptor