Java org.apache.shiro SecurityUtils fields, constructors, methods, implement or subclass

Example usage for Java org.apache.shiro SecurityUtils fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Subclass

org.apache.shiro.SecurityUtils has subclasses.
Click this link to see all its subclasses.

Method

SecurityManagergetSecurityManager()
Returns the SecurityManager accessible to the calling code.
SubjectgetSubject()
Returns the currently accessible Subject available to the calling code depending on runtime environment.
voidsetSecurityManager(SecurityManager securityManager)
Sets a VM (static) singleton SecurityManager, specifically for transparent use in the #getSubject() getSubject() implementation.