Interface SubjectResolver
-
- All Known Implementing Classes:
ConnectionSubjectResolver
public interface SubjectResolver
- Since:
- 5.10.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.shiro.subject.Subject
getSubject()
Resolves and returns aSubject
instance.
-
-
-
Method Detail
-
getSubject
org.apache.shiro.subject.Subject getSubject() throws RuntimeException
Resolves and returns aSubject
instance. If one cannot be found, a runtimeException
is thrown.- Returns:
- a resolved
Subject
instance. - Throws:
RuntimeException
-
-