Interface AuthStateRepositoryCustom
-
- All Known Subinterfaces:
AuthStateRepository
- All Known Implementing Classes:
AuthStateRepositoryImpl
public interface AuthStateRepositoryCustomThis is custom repository for working with AuthStateEntity- Author:
- Andrey Lezhebokov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.data.domain.Page<AuthStateEntity>find(AuthStateSearchBean searchBean, org.springframework.data.domain.Pageable pageable)find by search beanvoidlogoutByContentProvider(String userId, String contentProviderId)
-
-
-
Method Detail
-
find
org.springframework.data.domain.Page<AuthStateEntity> find(AuthStateSearchBean searchBean, org.springframework.data.domain.Pageable pageable)
find by search bean- Parameters:
searchBean-pageable-- Returns:
-
-