Uses of Interface
org.apache.wiki.api.core.Session
Packages that use Session
Package
Description
JSPWiki's central API.
JSPWiki's SPI package.
-
Uses of Session in org.apache.wiki.api.core
Methods in org.apache.wiki.api.core that return SessionModifier and TypeMethodDescriptionContext.getWikiSession()
Returns the Session associated with the context.Methods in org.apache.wiki.api.core with parameters of type SessionModifier and TypeMethodDescriptionstatic Object
Session.doPrivileged
(Session session, PrivilegedAction<?> action) Wrapper forSubject.doAsPrivileged(Subject, PrivilegedAction, java.security.AccessControlContext)
that executes an action with the privileges possessed by a Session's Subject. -
Uses of Session in org.apache.wiki.api.spi
Methods in org.apache.wiki.api.spi that return SessionModifier and TypeMethodDescriptionReturns the Session object associated with the current HTTP request.Returns the Session object associated with the current HTTP request.Creates a new "guest" session containing a single user Principalorg.apache.wiki.auth.WikiPrincipal#GUEST
, plus the role principalsRole#ALL
andRole#ANONYMOUS
.Creates a new "guest" session containing a single user Principalorg.apache.wiki.auth.WikiPrincipal#GUEST
, plus the role principalsRole#ALL
andRole#ANONYMOUS
.