Uses of Class
org.openiam.am.srvc.domain.AuthenticationRuleEntity
-
Packages that use AuthenticationRuleEntity Package Description org.openiam.am.srvc.domain org.openiam.am.srvc.domain.pk org.openiam.esb.core.dozer.converter org.openiam.esb.repository.impl -
-
Uses of AuthenticationRuleEntity in org.openiam.am.srvc.domain
Constructors in org.openiam.am.srvc.domain with parameters of type AuthenticationRuleEntity Constructor Description RuleContentProviderXrefEntity(AuthenticationRuleEntity rule, ContentProviderEntity contentProvider)
-
Uses of AuthenticationRuleEntity in org.openiam.am.srvc.domain.pk
Constructors in org.openiam.am.srvc.domain.pk with parameters of type AuthenticationRuleEntity Constructor Description RuleContentProviderXrefIdEntity(AuthenticationRuleEntity rule, ContentProviderEntity contentProvider)
-
Uses of AuthenticationRuleEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return AuthenticationRuleEntity Modifier and Type Method Description AuthenticationRuleEntity
AuthRuleDozerConverter. convertEntity(AuthenticationRuleEntity userEntity, boolean isDeep)
AuthenticationRuleEntity
AuthRuleDozerConverter. convertToEntity(AuthenticationRule entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type AuthenticationRuleEntity Modifier and Type Method Description List<AuthenticationRuleEntity>
AuthRuleDozerConverter. convertToEntityList(List<AuthenticationRule> list, boolean isDeep)
Set<AuthenticationRuleEntity>
AuthRuleDozerConverter. convertToEntitySet(Set<AuthenticationRule> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type AuthenticationRuleEntity Modifier and Type Method Description AuthenticationRuleEntity
AuthRuleDozerConverter. convertEntity(AuthenticationRuleEntity userEntity, boolean isDeep)
AuthenticationRule
AuthRuleDozerConverter. convertToDTO(AuthenticationRuleEntity userEntity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type AuthenticationRuleEntity Modifier and Type Method Description List<AuthenticationRule>
AuthRuleDozerConverter. convertToDTOList(List<AuthenticationRuleEntity> list, boolean isDeep)
Set<AuthenticationRule>
AuthRuleDozerConverter. convertToDTOSet(Set<AuthenticationRuleEntity> set, boolean isDeep)
-
Uses of AuthenticationRuleEntity in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl that return types with arguments of type AuthenticationRuleEntity Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<AuthenticationRuleEntity>
AuthenticationRuleRepositoryImpl. buildSpecifications(AuthenticationRuleSearchBean sb)
protected Class<AuthenticationRuleEntity>
AuthenticationRuleRepositoryImpl. getEntityClass()
protected AbstractKeyEntityRepository<AuthenticationRuleEntity,String>
AuthenticationRuleRepositoryImpl. getRepository()
-