public interface WebSecurityManager
extends org.apache.shiro.mgt.SecurityManager
SecurityManager implementation that can used in web-enabled applications.| Modifier and Type | Method and Description |
|---|---|
boolean |
isHttpSessionMode()
Security information needs to be retained from request to request, so Shiro makes use of a
session for this.
|
boolean isHttpSessionMode()
true if the security manager is using the HTTP session; otherwise,
false.Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.