Package | Description |
---|---|
com.communote.server.core.security |
Modifier and Type | Method and Description |
---|---|
UserDetails |
AuthenticationManagementImpl.checkLocalUserPasswordOnLogin(String username,
String password) |
UserDetails |
AuthenticationManagement.checkLocalUserPasswordOnLogin(String username,
String password)
Check the password of a local user for a match with a given clear text password.
|
protected void |
AuthenticationManagementImpl.handleValidateUserLogin(Long userId) |
protected abstract void |
AuthenticationManagementBase.handleValidateUserLogin(Long userId) |
void |
AuthenticationManagementBase.validateUserLogin(Long userId) |
void |
AuthenticationManagement.validateUserLogin(Long userId)
Does additional login checks.
|
Copyright © 2019 Communote team. All rights reserved.