Package | Description |
---|---|
winstone | |
winstone.realm |
Modifier and Type | Field and Description |
---|---|
protected AuthenticationPrincipal |
WinstoneRequest.authenticatedUser |
Modifier and Type | Method and Description |
---|---|
AuthenticationPrincipal |
AuthenticationRealm.authenticateByUsernamePassword(java.lang.String userName,
java.lang.String password)
Authenticate the user - do we know them ? Return a distinct id once we
know them.
|
AuthenticationPrincipal |
AuthenticationRealm.retrieveUser(java.lang.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(java.lang.String userName,
java.lang.String password)
Authenticate the user - do we know them ? Return a principal once we know
them
|
AuthenticationPrincipal |
FileRealm.authenticateByUsernamePassword(java.lang.String userName,
java.lang.String password)
Authenticate the user - do we know them ? Return a principal once we know
them
|
AuthenticationPrincipal |
ArgumentsRealm.retrieveUser(java.lang.String userName)
Retrieve an authenticated user
|
AuthenticationPrincipal |
FileRealm.retrieveUser(java.lang.String userName)
Retrieve an authenticated user
|
Copyright © 2013. All Rights Reserved.