Uses of Class
com.bytedesk.core.rbac.user.UserDetailsImpl
Packages that use UserDetailsImpl
Package
Description
Utility classes package containing helper methods and common functionality
-
Uses of UserDetailsImpl in com.bytedesk.core.rbac.auth
Fields in com.bytedesk.core.rbac.auth declared as UserDetailsImplConstructors in com.bytedesk.core.rbac.auth with parameters of type UserDetailsImpl -
Uses of UserDetailsImpl in com.bytedesk.core.rbac.user
Methods in com.bytedesk.core.rbac.user that return UserDetailsImplModifier and TypeMethodDescriptionstatic UserDetailsImpl
UserDetailsImpl.build
(UserEntity user) UserDetailsServiceImpl.loadUserByEmailAndPlatform
(String email, String platform) UserDetailsServiceImpl.loadUserByMobileAndPlatform
(String mobile, String platform) -
Uses of UserDetailsImpl in com.bytedesk.core.utils
Methods in com.bytedesk.core.utils with parameters of type UserDetailsImplModifier and TypeMethodDescriptionstatic UserResponse
ConvertUtils.convertToUserResponse
(UserDetailsImpl userDetails)