Modifier and Type | Class and Description |
---|---|
class |
EComSession<U extends IGenericEcomUser>
E-Commerce
BasicSession |
Modifier and Type | Method and Description |
---|---|
void |
EComSession.extendShell(BasicSession environment) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLoginForm<T extends BasicSession,U extends User>
A simple Basic Auth type Sign In Form
Since this implements ChangeGenerator ; it will also generate Events of TypeSuccess Login - AuthenticationToken
Failed Login - String userId
Critical Exception - Exception
|
Modifier and Type | Class and Description |
---|---|
class |
ContextualSession<U extends User,S extends ContextualWebUserShell<U,org.apache.wicket.protocol.http.WebSession>>
Deprecated.
Context based methods cause confusion as the Shell and the Session both support them creating confusion there may be separate copies.
Rely on
BasicSession and for context inject a ContextualWebUserShell into the session. |
Modifier and Type | Method and Description |
---|---|
static BasicSession |
BasicSession.get()
Use Java 5 covariance
|
Modifier and Type | Method and Description |
---|---|
void |
BasicSession.extendShell(BasicSession environment)
Extend the current Shell, with a new child shell.
|
Modifier and Type | Class and Description |
---|---|
class |
WicketBasicSessionAdapter<S extends BasicSession<U,?>,U extends User>
A wicket implementation for the
UserSessionAdapter |
Modifier and Type | Class and Description |
---|---|
class |
AdminLoginForm<T extends BasicSession>
A simple Basic Auth type Sign In Form
|
Modifier and Type | Class and Description |
---|---|
class |
AdminSession<U extends User,S extends WebUserShell<U,org.apache.wicket.protocol.http.WebSession>>
Represents an Admin session object
|
Modifier and Type | Class and Description |
---|---|
class |
WicketBasicSessionAuthService<U extends User,S extends BasicSession>
BasicSession specific implementation of AbstractSessionAuthService
Note this is difference from WicketBasicSessionAuthService as this is the main logic service
and that is a WebSerivice wrapper. |
Modifier and Type | Class and Description |
---|---|
class |
WicketBasicSessionAuthService<U extends User,S extends BasicSession>
Default Web Service to handle Session based Auth.
|
Modifier and Type | Method and Description |
---|---|
static <U extends User> |
WicketUtils.getUserFromSession(BasicSession bs,
Class<U> userTypeExpected)
When user is switching between multiple context, the session type or user type
may not match expected/intended type.
|
static String |
WicketUtils.getUserId(BasicSession bs)
Deprecated.
Now supplied for util completeness and null check only. Use
getUserId() instead. |
Copyright © 2018. All rights reserved.