Interface SubjectResolver

    • Method Detail

      • getSubject

        org.apache.shiro.subject.Subject getSubject()
                                             throws RuntimeException
        Resolves and returns a Subject instance. If one cannot be found, a runtime Exception is thrown.
        Returns:
        a resolved Subject instance.
        Throws:
        RuntimeException