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

AttributeAuthorizingMethodInterceptor() public method

public AttributeAuthorizingMethodInterceptor ( ) : System.Collections.Generic
return System.Collections.Generic
        public AttributeAuthorizingMethodInterceptor()
        {
            MethodInterceptors = new IAuthorizingMethodInterceptor[]
            {
                new RolesAttributeMethodInterceptor(),
                new PermissionsAttributeMethodInterceptor(),
                new AuthenticatedAttributeMethodInterceptor(),
                new UserAttributeMethodInterceptor(),
                new GuestAttributeMethodInterceptor()
            };
        }