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.SubjectgetSubject()Resolves and returns aSubjectinstance.
-
-
-
Method Detail
-
getSubject
org.apache.shiro.subject.Subject getSubject() throws RuntimeExceptionResolves and returns aSubjectinstance. If one cannot be found, a runtimeExceptionis thrown.- Returns:
- a resolved
Subjectinstance. - Throws:
RuntimeException
-
-