| Package | Description |
|---|---|
| winstone | |
| winstone.realm |
| Modifier and Type | Field and Description |
|---|---|
protected AuthenticationPrincipal |
WinstoneRequest.authenticatedUser |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationPrincipal |
AuthenticationRealm.authenticateByUsernamePassword(String userName,
String password)
Authenticate the user - do we know them ? Return a distinct id once we
know them.
|
AuthenticationPrincipal |
AuthenticationRealm.retrieveUser(String userName)
Retrieve an authenticated user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WinstoneRequest.setRemoteUser(AuthenticationPrincipal user) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationPrincipal |
ArgumentsRealm.authenticateByUsernamePassword(String userName,
String password)
Authenticate the user - do we know them ? Return a principal once we know
them
|
AuthenticationPrincipal |
FileRealm.authenticateByUsernamePassword(String userName,
String password)
Authenticate the user - do we know them ? Return a principal once we know
them
|
AuthenticationPrincipal |
ArgumentsRealm.retrieveUser(String userName)
Retrieve an authenticated user
|
AuthenticationPrincipal |
FileRealm.retrieveUser(String userName)
Retrieve an authenticated user
|
Copyright © 2014. All rights reserved.