Interface AuthStateRepositoryCustom

  • All Known Subinterfaces:
    AuthStateRepository
    All Known Implementing Classes:
    AuthStateRepositoryImpl

    public interface AuthStateRepositoryCustom
    This is custom repository for working with AuthStateEntity
    Author:
    Andrey Lezhebokov
    • 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:
      • logoutByContentProvider

        void logoutByContentProvider​(String userId,
                                     String contentProviderId)