public interface AuthenticationRealm
| Modifier and Type | Method and Description |
|---|---|
AuthenticationPrincipal |
authenticateByUsernamePassword(String userName,
String password)
Authenticate the user - do we know them ? Return a distinct id once we
know them.
|
AuthenticationPrincipal |
retrieveUser(String userName)
Retrieve an authenticated user.
|
AuthenticationPrincipal authenticateByUsernamePassword(String userName, String password)
AuthenticationPrincipal retrieveUser(String userName)
Copyright © 2014. All rights reserved.