Interface IndexedUserDetailsService

    • Method Detail

      • getUserForIndexKey

        IndexedUserDetails getUserForIndexKey​(UserIndexKey key)
                                       throws org.springframework.security.core.userdetails.UsernameNotFoundException,
                                              org.springframework.dao.DataAccessException
        Throws:
        org.springframework.security.core.userdetails.UsernameNotFoundException
        org.springframework.dao.DataAccessException
      • getOrCreateUserForIndexKey

        IndexedUserDetails getOrCreateUserForIndexKey​(UserIndexKey key,
                                                      String credentials,
                                                      boolean isAnonymous)
                                               throws org.springframework.dao.DataAccessException
        Throws:
        org.springframework.dao.DataAccessException
      • resetUserForIndexKey

        void resetUserForIndexKey​(UserIndexKey key)