public interface WebSecurityManager extends 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.
|
createSubject, login, logoutauthenticatecheckPermission, checkPermission, checkPermissions, checkPermissions, checkRole, checkRoles, checkRoles, hasAllRoles, hasRole, hasRoles, isPermitted, isPermitted, isPermitted, isPermitted, isPermittedAll, isPermittedAllgetSession, startboolean isHttpSessionMode()
true if the security manager is using the HTTP session; otherwise,
false.Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.