Uses of Class
org.openiam.elasticsearch.model.UserDoc
-
-
Uses of UserDoc in org.openiam.common.authmanager.jdbc.impl
Methods in org.openiam.common.authmanager.jdbc.impl with parameters of type UserDoc Modifier and Type Method Description voidJDBCUserEntitlementsDAOImpl. fillUserDocWithEntitilementIds(UserDoc userDoc) -
Uses of UserDoc in org.openiam.elasticsearch.converter
Methods in org.openiam.elasticsearch.converter that return UserDoc Modifier and Type Method Description UserDocUserDocToEntityConverter. convertToDocument(UserEntity entity)protected UserDocUserDocToEntityConverter. newDocument()Methods in org.openiam.elasticsearch.converter that return types with arguments of type UserDoc Modifier and Type Method Description Class<UserDoc>UserDocToEntityConverter. getDocumentClass()Methods in org.openiam.elasticsearch.converter with parameters of type UserDoc Modifier and Type Method Description UserUserDocToEntityConverter. convertToDTO(UserDoc doc)UserEntityUserDocToEntityConverter. convertToEntity(UserDoc doc)voidUserEntitlementsDAO. fillUserDocWithEntitilementIds(UserDoc userDoc) -
Uses of UserDoc in org.openiam.esb.core.org.service.impl
Methods in org.openiam.esb.core.org.service.impl with parameters of type UserDoc Modifier and Type Method Description protected Set<String>OrganizationServiceImpl. getXrefsForUser(UserDoc userDoc) -
Uses of UserDoc in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl with parameters of type UserDoc Modifier and Type Method Description protected abstract Set<String>AbstractEntitlementGetBeansServiceImpl. getXrefsForUser(UserDoc userDoc)protected Set<String>GroupDataServiceImpl. getXrefsForUser(UserDoc userDoc)protected Set<String>ResourceServiceImpl. getXrefsForUser(UserDoc userDoc)protected Set<String>RoleDataServiceImpl. getXrefsForUser(UserDoc userDoc) -
Uses of UserDoc in org.openiam.esb.elasticsearch.repository
Methods in org.openiam.esb.elasticsearch.repository that return types with arguments of type UserDoc Modifier and Type Method Description default Class<UserDoc>UserElasticSearchRepository. getDocumentClass() -
Uses of UserDoc in org.openiam.esb.elasticsearch.repository.impl
Methods in org.openiam.esb.elasticsearch.repository.impl that return types with arguments of type UserDoc Modifier and Type Method Description Class<UserDoc>UserElasticSearchRepositoryImpl. getDocumentClass()Methods in org.openiam.esb.elasticsearch.repository.impl with parameters of type UserDoc Modifier and Type Method Description voidUserElasticSearchRepositoryImpl. prepare(UserDoc entity)
-