Interface AuthProfileDAO
- All Superinterfaces:
DAO<AuthProfile>
- All Known Subinterfaces:
AuthProfileRepo
,AuthProfileRepo
-
Field Summary
Fields inherited from interface org.apache.syncope.core.persistence.api.dao.DAO
DEFAULT_SORT
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page
<? extends AuthProfile> findAll
(org.springframework.data.domain.Pageable pageable) Optional
<? extends AuthProfile> findByOwner
(String owner) Methods inherited from interface org.apache.syncope.core.persistence.api.dao.DAO
count, delete, deleteById, existsById, findAll, findById, save
-
Method Details
-
findByOwner
-
findAll
org.springframework.data.domain.Page<? extends AuthProfile> findAll(org.springframework.data.domain.Pageable pageable)
-