|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WebSubject
A WebSubject represents a Subject instance that was acquired as a result of an incoming
ServletRequest.
| Nested Class Summary | |
|---|---|
static class |
WebSubject.Builder
A WebSubject.Builder performs the same function as a Subject.Builder, but
additionally ensures that the Servlet request/response pair that is triggering the Subject instance's creation
is retained for use by internal Shiro components as necessary. |
| Method Summary | |
|---|---|
javax.servlet.ServletRequest |
getServletRequest()
Returns the ServletRequest accessible when the Subject instance was created. |
javax.servlet.ServletResponse |
getServletResponse()
Returns the ServletResponse accessible when the Subject instance was created. |
| Methods inherited from interface org.apache.shiro.subject.Subject |
|---|
associateWith, associateWith, checkPermission, checkPermission, checkPermissions, checkPermissions, checkRole, checkRoles, checkRoles, execute, execute, getPreviousPrincipals, getPrincipal, getPrincipals, getSession, getSession, hasAllRoles, hasRole, hasRoles, isAuthenticated, isPermitted, isPermitted, isPermitted, isPermitted, isPermittedAll, isPermittedAll, isRemembered, isRunAs, login, logout, releaseRunAs, runAs |
| Method Detail |
|---|
javax.servlet.ServletRequest getServletRequest()
ServletRequest accessible when the Subject instance was created.
getServletRequest in interface RequestPairSourceServletRequest accessible when the Subject instance was created.javax.servlet.ServletResponse getServletResponse()
ServletResponse accessible when the Subject instance was created.
getServletResponse in interface RequestPairSourceServletResponse accessible when the Subject instance was created.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||