Uses of Class
com.bytedesk.core.rbac.auth.sso.SsoOAuth2Request
Packages that use SsoOAuth2Request
-
Uses of SsoOAuth2Request in com.bytedesk.core.rbac.auth.sso
Methods in com.bytedesk.core.rbac.auth.sso with parameters of type SsoOAuth2RequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
SsoOAuth2RestController.create
(SsoOAuth2Request request) SsoOAuth2RestService.create
(SsoOAuth2Request request) org.springframework.http.ResponseEntity<?>
SsoOAuth2RestController.delete
(SsoOAuth2Request request) void
SsoOAuth2RestService.delete
(SsoOAuth2Request entity) SsoOAuth2RestController.export
(SsoOAuth2Request request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>
SsoOAuth2RestController.queryByOrg
(SsoOAuth2Request request) org.springframework.data.domain.Page<SsoOAuth2Response>
SsoOAuth2RestService.queryByOrg
(SsoOAuth2Request request) org.springframework.http.ResponseEntity<?>
SsoOAuth2RestController.queryByUid
(SsoOAuth2Request request) SsoOAuth2RestService.queryByUid
(SsoOAuth2Request request) org.springframework.http.ResponseEntity<?>
SsoOAuth2RestController.queryByUser
(SsoOAuth2Request request) org.springframework.data.domain.Page<SsoOAuth2Response>
SsoOAuth2RestService.queryByUser
(SsoOAuth2Request request) org.springframework.http.ResponseEntity<?>
SsoOAuth2RestController.update
(SsoOAuth2Request request) SsoOAuth2RestService.update
(SsoOAuth2Request request)