public interface UserManager
| 限定符和类型 | 方法和说明 |
|---|---|
leap.lang.Result<leap.core.security.Authentication> |
createAuthenticationByUserId(String userid)
Creates the authentication for the given userid.
|
leap.lang.Result<leap.core.security.Authentication> |
createAuthenticationByUsername(String username)
Creates the authentication for the given username.
|
UserDetails |
getUserDetails(leap.core.security.UserPrincipal user) |
UserDetails |
loadUserDetails(String userId) |
UserDetails getUserDetails(leap.core.security.UserPrincipal user)
UserDetails loadUserDetails(String userId)
leap.lang.Result<leap.core.security.Authentication> createAuthenticationByUsername(String username)
leap.lang.Result<leap.core.security.Authentication> createAuthenticationByUserId(String userid)
Copyright © 2019. All rights reserved.