public interface AuthenticationRealm
Modifier and Type | Method and Description |
---|---|
AuthenticationPrincipal |
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 |
retrieveUser(java.lang.String userName)
Retrieve an authenticated user.
|
AuthenticationPrincipal authenticateByUsernamePassword(java.lang.String userName, java.lang.String password)
AuthenticationPrincipal retrieveUser(java.lang.String userName)
Copyright © 2012. All Rights Reserved.