Uses of Interface
org.openiam.esb.repository.GroupRepository
-
Packages that use GroupRepository Package Description org.openiam.esb.core.org.service.impl org.openiam.esb.core.pswd.service.impl org.openiam.esb.core.service.impl -
-
Uses of GroupRepository in org.openiam.esb.core.org.service.impl
-
Uses of GroupRepository in org.openiam.esb.core.pswd.service.impl
Constructors in org.openiam.esb.core.pswd.service.impl with parameters of type GroupRepository Constructor Description PasswordPolicyProviderImpl(ContentProviderRepository contentProviderDAO, PolicyRepository policyDAO, SysConfiguration sysConfiguration, PolicyDozerConverter policyDozerConverter, URIPatternRepository uriPatternDAO, AuthManagerMQService authManager, RoleRepository roleRepository, GroupRepository groupRepository, OrganizationRepository organizationRepository, DefaultPasswordPolicyResolver policyResolver, LoginRepository loginDAO, ManagedSysRepository managedSysDAO, AuthProviderCache authProviderCache, PolicyCache policyCache)
-
Uses of GroupRepository in org.openiam.esb.core.service.impl
Fields in org.openiam.esb.core.service.impl declared as GroupRepository Modifier and Type Field Description protected GroupRepository
AbstractOwnerAdminBeansServiceImpl. groupDao
-