Java org.apache.shiro.subject.support DefaultSubjectContext fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Field

StringSESSION_CREATION_ENABLED
StringPRINCIPALS_SESSION_KEY
The session key that is used to store subject principals.
StringAUTHENTICATED_SESSION_KEY
The session key that is used to store whether or not the user is authenticated.

Constructor