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 void
JDBCUserEntitlementsDAOImpl. 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 UserDoc
UserDocToEntityConverter. convertToDocument(UserEntity entity)
protected UserDoc
UserDocToEntityConverter. 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 User
UserDocToEntityConverter. convertToDTO(UserDoc doc)
UserEntity
UserDocToEntityConverter. convertToEntity(UserDoc doc)
void
UserEntitlementsDAO. 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 void
UserElasticSearchRepositoryImpl. prepare(UserDoc entity)
-