Uses of Interface
org.apache.wiki.api.core.Session
-
Packages that use Session Package Description org.apache.wiki.api.core JSPWiki's central API.org.apache.wiki.api.spi JSPWiki's SPI package. -
-
Uses of Session in org.apache.wiki.api.core
Methods in org.apache.wiki.api.core that return Session Modifier and Type Method Description SessionContext. getWikiSession()Returns the Session associated with the context.Methods in org.apache.wiki.api.core with parameters of type Session Modifier and Type Method Description static java.lang.ObjectSession. doPrivileged(Session session, java.security.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 Session Modifier and Type Method Description SessionSessionDSL. find(Engine engine, javax.servlet.http.HttpServletRequest request)Returns the Session object associated with the current HTTP request.SessionSessionSPI. find(Engine engine, javax.servlet.http.HttpServletRequest request)Returns the Session object associated with the current HTTP request.SessionSessionDSL. guest(Engine engine)Creates a new "guest" session containing a single user Principalorg.apache.wiki.auth.WikiPrincipal#GUEST, plus the role principalsRole#ALLandRole#ANONYMOUS.SessionSessionSPI. guest(Engine engine)Creates a new "guest" session containing a single user Principalorg.apache.wiki.auth.WikiPrincipal#GUEST, plus the role principalsRole#ALLandRole#ANONYMOUS.
-