Package | Description |
---|---|
votorola.a.web.wic.authen |
Identification and authentication of users.
|
votorola.g.web.wic |
Serving Wicket applications.
|
Modifier and Type | Method and Description |
---|---|
(package private) RequestCycleRunner |
WP_OpenIDLogin.requestCycleRunner()
The runner to do any post-login processing, such as redirecting back to the
original referring page.
|
Modifier and Type | Method and Description |
---|---|
(package private) static WP_EmailAuthen1 |
WP_EmailAuthen1.login(Identifier verifiedID,
boolean persistent,
boolean reauthenticationRequested,
RequestCycleRunner runner)
Either logs the user in following on a successful OpenID authentication, or
constructs a WP_EmailAuthen1 in order to continue the login attempt.
|
Constructor and Description |
---|
WP_EmailAuthen2(InternetAddress claimedUserIAddress,
boolean _persistent,
VRequestCycle cycle,
RequestCycleRunner _runner)
Constructs a WP_EmailAuthen2 in continuation of WP_OpenIDLogin (step 1).
|
Modifier and Type | Class and Description |
---|---|
class |
BookmarkRunner
A request cycle runner that sets the response page, according to a bookmark.
|
class |
RequestCycleRunner0
Null implementation of a runner.
|
class |
RequestCycleRunnerW
A request cycle runner that wraps an underlying request cycle runner.
|
Modifier and Type | Method and Description |
---|---|
RequestCycleRunner |
RequestCycleRunnerW.requestCycleRunner()
The underlying request cycle runner.
|
Constructor and Description |
---|
RequestCycleRunnerW(RequestCycleRunner runner)
Constructs a RequestCycleRunnerW.
|