Class MethodInterceptorSupport

    • Constructor Detail

      • MethodInterceptorSupport

        public MethodInterceptorSupport()
        Default no-argument constructor for subclasses.
    • Method Detail

      • getSubject

        protected Subject getSubject()
        Returns the Subject associated with the currently-executing code.

        This default implementation merely calls SecurityUtils.getSubject().

        Returns:
        the Subject associated with the currently-executing code.