Class ApplicationSession
- java.lang.Object
-
- org.apache.wicket.Session
-
- org.apache.wicket.protocol.http.WebSession
-
- org.apache.wicket.authroles.authentication.AbstractAuthenticatedWebSession
-
- org.apache.wicket.authroles.authentication.AuthenticatedWebSession
-
- de.tudarmstadt.ukp.clarin.webanno.security.SpringAuthenticatedWebSession
-
- de.tudarmstadt.ukp.clarin.webanno.ui.core.ApplicationSession
-
- All Implemented Interfaces:
java.io.Serializable
,org.apache.wicket.event.IEventSink
,org.apache.wicket.util.io.IClusterable
public class ApplicationSession extends SpringAuthenticatedWebSession
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ApplicationSession(org.apache.wicket.request.Request aRequest)
-
Method Summary
Modifier and Type Method Description static ApplicationSession
get()
-
Methods inherited from class de.tudarmstadt.ukp.clarin.webanno.security.SpringAuthenticatedWebSession
authenticate, getRoles, signOut
-
Methods inherited from class org.apache.wicket.authroles.authentication.AuthenticatedWebSession
invalidate, isSignedIn, signIn, signIn
-
Methods inherited from class org.apache.wicket.protocol.http.WebSession
generateNewSessionId, getClientInfo, newBrowserInfoPage
-
Methods inherited from class org.apache.wicket.Session
bind, changeSessionId, clear, debug, detach, dirty, dirty, error, exists, fatal, getApplication, getAttribute, getAttributeNames, getAuthorizationStrategy, getClassResolver, getFeedbackMessages, getId, getLocale, getMetaData, getPageFactory, getPageManager, getSessionStore, getSizeInBytes, getStyle, info, internalDetach, invalidateNow, isSessionInvalidated, isTemporary, newPageAccessSynchronizer, nextPageId, nextSequenceValue, onEvent, onInvalidate, removeAttribute, replaceSession, setAttribute, setClientInfo, setLocale, setMetaData, setStyle, success, warn
-
-
-
-
Method Detail
-
get
public static ApplicationSession get()
- Returns:
- Current WebAnno web session
-
-