Class RepositoryBeans

java.lang.Object
com.skava.auth.service.impl.session.RepositoryBeans
Direct Known Subclasses:
RefreshSessionServiceImpl

public class RepositoryBeans extends Object
This class holds the repository beans for db operations.
Author:
Infosys Equinox
  • Field Details

    • userSessionRepository

      @Autowired protected UserSessionRepository userSessionRepository
      user session repository
    • collectionPropertyRepository

      @Autowired protected CollectionPropertyRepository collectionPropertyRepository
      collection property repository
    • roleRepository

      @Autowired protected RoleRepository roleRepository
      role repository
    • clientSessionRepository

      @Autowired protected ClientSessionRepository clientSessionRepository
      client session repository
  • Constructor Details

    • RepositoryBeans

      protected RepositoryBeans()
      default constructor