Uses of Class
com.bytedesk.core.rbac.auth.AuthRequest
Packages that use AuthRequest
-
Uses of AuthRequest in com.bytedesk.core.push
Methods in com.bytedesk.core.push with parameters of type AuthRequestModifier and TypeMethodDescriptionPushRestService.sendCode(AuthRequest authRequest, jakarta.servlet.http.HttpServletRequest request) -
Uses of AuthRequest in com.bytedesk.core.rbac.auth
Methods in com.bytedesk.core.rbac.auth with parameters of type AuthRequestModifier and TypeMethodDescriptionorg.springframework.security.core.AuthenticationAuthService.authenticateWithPasswordHash(AuthRequest authRequest) 密码哈希登录 - 支持AES解密 前端使用AES加密密码,后端解密后验证org.springframework.http.ResponseEntity<?>AuthController.loginWithAccessToken(AuthRequest authRequest, jakarta.servlet.http.HttpServletRequest request) org.springframework.http.ResponseEntity<?>AuthController.loginWithEmailCode(AuthRequest authRequest, jakarta.servlet.http.HttpServletRequest request) org.springframework.http.ResponseEntity<?>AuthController.loginWithMobileCode(AuthRequest authRequest, jakarta.servlet.http.HttpServletRequest request) org.springframework.http.ResponseEntity<?>AuthVipControllerVisitor.loginWithScanCode(AuthRequest authRequest, jakarta.servlet.http.HttpServletRequest request) org.springframework.http.ResponseEntity<?>AuthController.loginWithUsernamePassword(AuthRequest authRequest) org.springframework.http.ResponseEntity<?>AuthController.sendEmailCode(AuthRequest authRequest, jakarta.servlet.http.HttpServletRequest request) org.springframework.http.ResponseEntity<?>AuthController.sendMobileCode(AuthRequest authRequest, jakarta.servlet.http.HttpServletRequest request) -
Uses of AuthRequest in com.bytedesk.core.rbac.user
Methods in com.bytedesk.core.rbac.user with parameters of type AuthRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>UserRestController.logout(AuthRequest request)