avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-auth
/
io.github.lishangbu.avalon.auth.repository
/
Oauth2RegisteredClientRepository
/
findAll
find
All
open
fun
findAll
(
specification
:
Specification
<
OauthRegisteredClient
>
?
)
:
List
<
OauthRegisteredClient
>
按条件查询 OAuth2 注册客户端列表
open
fun
findAll
(
specification
:
Specification
<
OauthRegisteredClient
>
?
,
pageable
:
Pageable
)
:
Page
<
OauthRegisteredClient
>
按条件分页查询 OAuth2 注册客户端