|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebSecurityManager
This interface represents a SecurityManager
implementation that can used in web-enabled applications.
Method Summary | |
---|---|
boolean |
isHttpSessionMode()
Security information needs to be retained from request to request, so Shiro makes use of a session for this. |
Methods inherited from interface org.apache.shiro.mgt.SecurityManager |
---|
createSubject, login, logout |
Methods inherited from interface org.apache.shiro.authc.Authenticator |
---|
authenticate |
Methods inherited from interface org.apache.shiro.authz.Authorizer |
---|
checkPermission, checkPermission, checkPermissions, checkPermissions, checkRole, checkRoles, checkRoles, hasAllRoles, hasRole, hasRoles, isPermitted, isPermitted, isPermitted, isPermitted, isPermittedAll, isPermittedAll |
Methods inherited from interface org.apache.shiro.session.mgt.SessionManager |
---|
getSession, start |
Method Detail |
---|
boolean isHttpSessionMode()
true
if the security manager is using the HTTP session; otherwise,
false
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |