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.authFields 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.userMethods in com.bytedesk.core.rbac.user that return UserDetailsImplModifier and TypeMethodDescriptionstatic UserDetailsImplUserDetailsImpl.build(UserEntity user) UserDetailsServiceImpl.loadUserByEmailAndPlatform(String email, String platform) UserDetailsServiceImpl.loadUserByMobileAndPlatform(String mobile, String platform) 
- 
Uses of UserDetailsImpl in com.bytedesk.core.utilsMethods in com.bytedesk.core.utils with parameters of type UserDetailsImplModifier and TypeMethodDescriptionstatic UserResponseConvertUtils.convertToUserResponse(UserDetailsImpl userDetails)