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

GuestAttributeMethodInterceptor() public method

        public GuestAttributeMethodInterceptor()
            : base(new GuestAttributeHandler())
        {
        }
GuestAttributeMethodInterceptor