Uses of Class
org.openiam.idm.srvc.policy.domain.PasswordDictionaryEntity
-
Packages that use PasswordDictionaryEntity Package Description org.openiam.esb.core.dozer.converter org.openiam.esb.repository org.openiam.esb.repository.impl -
-
Uses of PasswordDictionaryEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return PasswordDictionaryEntity Modifier and Type Method Description PasswordDictionaryEntity
PasswordDictionaryDozerConverter. convertEntity(PasswordDictionaryEntity passwordDictionaryEntity, boolean isDeep)
PasswordDictionaryEntity
PasswordDictionaryDozerConverter. convertToEntity(PasswordDictionary entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type PasswordDictionaryEntity Modifier and Type Method Description List<PasswordDictionaryEntity>
PasswordDictionaryDozerConverter. convertToEntityList(List<PasswordDictionary> list, boolean isDeep)
Set<PasswordDictionaryEntity>
PasswordDictionaryDozerConverter. convertToEntitySet(Set<PasswordDictionary> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type PasswordDictionaryEntity Modifier and Type Method Description PasswordDictionaryEntity
PasswordDictionaryDozerConverter. convertEntity(PasswordDictionaryEntity passwordDictionaryEntity, boolean isDeep)
PasswordDictionary
PasswordDictionaryDozerConverter. convertToDTO(PasswordDictionaryEntity passwordDictionaryEntity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type PasswordDictionaryEntity Modifier and Type Method Description List<PasswordDictionary>
PasswordDictionaryDozerConverter. convertToDTOList(List<PasswordDictionaryEntity> list, boolean isDeep)
Set<PasswordDictionary>
PasswordDictionaryDozerConverter. convertToDTOSet(Set<PasswordDictionaryEntity> set, boolean isDeep)
-
Uses of PasswordDictionaryEntity in org.openiam.esb.repository
Methods in org.openiam.esb.repository that return types with arguments of type PasswordDictionaryEntity Modifier and Type Method Description List<PasswordDictionaryEntity>
PasswordDictionaryRepository. findByPolicyId(String policyId)
-
Uses of PasswordDictionaryEntity in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl that return types with arguments of type PasswordDictionaryEntity Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<PasswordDictionaryEntity>
PasswordDictionaryRepositoryImpl. buildSpecifications(PasswordDictionarySearchBean sb)
protected Class<PasswordDictionaryEntity>
PasswordDictionaryRepositoryImpl. getEntityClass()
protected AbstractKeyEntityRepository<PasswordDictionaryEntity,String>
PasswordDictionaryRepositoryImpl. getRepository()
-