| Modifier and Type | Method and Description |
|---|---|
void |
WaspSession.login(Object context)
Attempts to login with the current login info.
|
| Modifier and Type | Method and Description |
|---|---|
LoginException |
LoginException.setLoginContext(Object loginContext)
Set the login context that caused the problem.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Subject |
UsernamePasswordContext.getSubject(String username,
String password)
Validates the username and password.
|
abstract Subject |
LoginContext.login()
Perform a login.
|
Subject |
UsernamePasswordContext.login()
The username and password are always null after this method returns.
|
void |
LoginContainer.login(LoginContext context)
Attempts to login through the context, if successful the subject and all its rights are
included in the overall user rights.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
HttpAuthenticationLoginPage.handleAuthentication(org.apache.wicket.request.http.WebRequest request,
org.apache.wicket.request.http.WebResponse response,
String scheme,
String param)
Delegates authentication.
|
protected boolean |
HttpAuthenticationLoginPage.handleBasicAuthentication(org.apache.wicket.request.http.WebRequest request,
org.apache.wicket.request.http.WebResponse response,
String scheme,
String param)
Handles authentication for the "Basic" scheme.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
WaspAuthorizationStrategy.login(Object context)
Attempts to log the user in.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SwarmStrategy.login(Object context)
Logs a user in.
|
Copyright © 2015. All rights reserved.