Java org.apache.shiro.web.subject WebSubjectContext fields, constructors, methods, implement or subclass

Example usage for Java org.apache.shiro.web.subject WebSubjectContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.shiro.web.subject WebSubjectContext.

The text is from its open source code.

Method

booleanisSessionCreationEnabled()
Returns true if the constructed Subject should be allowed to create a session, false otherwise.
booleanresolveAuthenticated()
StringresolveHost()
PrincipalCollectionresolvePrincipals()
SecurityManagerresolveSecurityManager()
Resolves the SecurityManager instance that should be used to back the constructed Subject instance (typically used to support org.apache.shiro.subject.support.DelegatingSubject DelegatingSubject implementations).
ServletRequestresolveServletRequest()
ServletResponseresolveServletResponse()
SessionresolveSession()