Uses of Class
org.openiam.idm.srvc.policy.domain.PolicyEntity
-
-
Uses of PolicyEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return PolicyEntity Modifier and Type Method Description PolicyEntity
PolicyDozerConverter. convertEntity(PolicyEntity entity, boolean isDeep)
PolicyEntity
PolicyDozerConverter. convertToEntity(Policy entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type PolicyEntity Modifier and Type Method Description List<PolicyEntity>
PolicyDozerConverter. convertToEntityList(List<Policy> list, boolean isDeep)
Set<PolicyEntity>
PolicyDozerConverter. convertToEntitySet(Set<Policy> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type PolicyEntity Modifier and Type Method Description PolicyEntity
PolicyDozerConverter. convertEntity(PolicyEntity entity, boolean isDeep)
Policy
PolicyDozerConverter. convertToDTO(PolicyEntity entity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type PolicyEntity Modifier and Type Method Description List<Policy>
PolicyDozerConverter. convertToDTOList(List<PolicyEntity> list, boolean isDeep)
Set<Policy>
PolicyDozerConverter. convertToDTOSet(Set<PolicyEntity> set, boolean isDeep)
-
Uses of PolicyEntity in org.openiam.esb.core.pswd.service.impl
Methods in org.openiam.esb.core.pswd.service.impl that return PolicyEntity Modifier and Type Method Description PolicyEntity
DefaultPasswordPolicyResolver. resolve(PasswordPolicyAssocSearchBean searchBean, List<PolicyEntity> policies)
Can be overridden in a groovy script, using the org.openiam.password.policy.resolver.script property This is called within a Transacation Picks a PolicyEntity from the given policies, which will be used as the primary password policy for this requestMethod parameters in org.openiam.esb.core.pswd.service.impl with type arguments of type PolicyEntity Modifier and Type Method Description PolicyEntity
DefaultPasswordPolicyResolver. resolve(PasswordPolicyAssocSearchBean searchBean, List<PolicyEntity> policies)
Can be overridden in a groovy script, using the org.openiam.password.policy.resolver.script property This is called within a Transacation Picks a PolicyEntity from the given policies, which will be used as the primary password policy for this request -
Uses of PolicyEntity in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return PolicyEntity Modifier and Type Method Description protected PolicyEntity
AbstractOwnerAdminBeansServiceImpl. getPolicy(ENTITY fromUI, ENTITY fromDb)
-
Uses of PolicyEntity in org.openiam.esb.repository.custom
Methods in org.openiam.esb.repository.custom that return types with arguments of type PolicyEntity Modifier and Type Method Description List<PolicyEntity>
PolicyRepositoryCustom. findForSynchronizationRequest(SynchronizationRequestSearchBean searchBean)
-
Uses of PolicyEntity in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl that return types with arguments of type PolicyEntity Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<PolicyEntity>
PolicyRepositoryImpl. buildSpecifications(PolicySearchBean sb)
List<PolicyEntity>
PolicyRepositoryImpl. findForSynchronizationRequest(SynchronizationRequestSearchBean sb)
protected Class<PolicyEntity>
PolicyRepositoryImpl. getEntityClass()
protected AbstractKeyEntityRepository<PolicyEntity,String>
PolicyRepositoryImpl. getRepository()
-