Uses of Interface
org.openiam.esb.repository.UserRepository
-
Packages that use UserRepository Package Description org.openiam.esb.core.auth.module org.openiam.esb.core.org.service.impl org.openiam.esb.core.pswd.rule org.openiam.esb.core.service.impl -
-
Uses of UserRepository in org.openiam.esb.core.auth.module
Fields in org.openiam.esb.core.auth.module declared as UserRepository Modifier and Type Field Description protected UserRepositoryAbstractLoginModule. userRepository -
Uses of UserRepository in org.openiam.esb.core.org.service.impl
-
Uses of UserRepository in org.openiam.esb.core.pswd.rule
Fields in org.openiam.esb.core.pswd.rule declared as UserRepository Modifier and Type Field Description protected UserRepositoryPasswordValidatorImpl. userDao -
Uses of UserRepository in org.openiam.esb.core.service.impl
Fields in org.openiam.esb.core.service.impl declared as UserRepository Modifier and Type Field Description protected UserRepositoryAbstractOwnerAdminBeansServiceImpl. userDAOprotected UserRepositoryLoginDataServiceImpl. userRepository
-