Apache.Shiro.Aop.MethodInterceptorSupport.GetSubject C# (CSharp) Method

GetSubject() protected method

protected GetSubject ( ) : ISubject
return ISubject
        protected ISubject GetSubject()
        {
            return SecurityUtils.GetSubject();
        }
MethodInterceptorSupport