Uses of Class
org.openiam.idm.searchbeans.PasswordDictionarySearchBean
-
Packages that use PasswordDictionarySearchBean Package Description org.openiam.esb.core.service org.openiam.esb.core.service.impl org.openiam.esb.repository.impl org.openiam.srvc.common -
-
Uses of PasswordDictionarySearchBean in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service with parameters of type PasswordDictionarySearchBean Modifier and Type Method Description org.springframework.data.domain.Page<PasswordDictionary>
PolicyService. findDictionary(PasswordDictionarySearchBean searchBean, int from, int size)
-
Uses of PasswordDictionarySearchBean in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl with parameters of type PasswordDictionarySearchBean Modifier and Type Method Description org.springframework.data.domain.Page<PasswordDictionary>
PolicyServiceImpl. findDictionary(PasswordDictionarySearchBean searchBean, int from, int size)
-
Uses of PasswordDictionarySearchBean in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl with parameters of type PasswordDictionarySearchBean Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<PasswordDictionaryEntity>
PasswordDictionaryRepositoryImpl. buildSpecifications(PasswordDictionarySearchBean sb)
-
Uses of PasswordDictionarySearchBean in org.openiam.srvc.common
Methods in org.openiam.srvc.common with parameters of type PasswordDictionarySearchBean Modifier and Type Method Description PasswordDictionaryListResponse
PasswordDictionaryDataWebService. findBeans(PasswordDictionarySearchBean searchBean, int from, int size)
PasswordDictionaryListResponse
PasswordDictionaryDataWebServiceImpl. findBeans(PasswordDictionarySearchBean searchBean, int from, int size)
-