Uses of Class
org.openiam.elasticsearch.model.AbstractKeyDoc
-
-
Uses of AbstractKeyDoc in org.openiam.api.connector.model.doc
Subclasses of AbstractKeyDoc in org.openiam.api.connector.model.doc Modifier and Type Class Description classConnectorReplyDocclassProvisionStreamDocCreated by IntelliJ IDEA. -
Uses of AbstractKeyDoc in org.openiam.common.authmanager.jdbc.impl
Methods in org.openiam.common.authmanager.jdbc.impl with type parameters of type AbstractKeyDoc Modifier and Type Method Description <T extends AbstractKeyDoc>
voidJDBCEntitlementsDAOImpl. fillDocWithEntitlementIds(T doc)Call for populate entitlements id set for specify class for convert object for ES repo -
Uses of AbstractKeyDoc in org.openiam.elasticsearch.annotation
Methods in org.openiam.elasticsearch.annotation that return types with arguments of type AbstractKeyDoc Modifier and Type Method Description Class<? extends AbstractKeyDoc>value() -
Uses of AbstractKeyDoc in org.openiam.elasticsearch.converter
Classes in org.openiam.elasticsearch.converter with type parameters of type AbstractKeyDoc Modifier and Type Class Description classAbstractKeyDocumentToEntityConverter<D extends AbstractKeyDoc,E extends KeyEntity,DTO extends KeyDTO>Methods in org.openiam.elasticsearch.converter with type parameters of type AbstractKeyDoc Modifier and Type Method Description <T extends AbstractKeyDoc>
voidJdbcEntitlementsDAO. fillDocWithEntitlementIds(T doc)Call for populate entitlements id set for specify class for convert object for ES repo -
Uses of AbstractKeyDoc in org.openiam.elasticsearch.dao
Classes in org.openiam.elasticsearch.dao with type parameters of type AbstractKeyDoc Modifier and Type Class Description classAbstractElasticsearchRepositoryWithAliasImpl<T extends AbstractKeyDoc>See https://github.com/elastic/elasticsearch/issues/7621 The purpose of this class is to wrap the `*byId` calls to use "search" instead of "get" This index has an alias and has a lifecycle, so using *byId will result in exceptions like: alias [provisionrequest] has more than one index associated with it [provisionrequest-000011, provisionrequest-000008, provisionrequest-000012...] -
Uses of AbstractKeyDoc in org.openiam.elasticsearch.model
Subclasses of AbstractKeyDoc in org.openiam.elasticsearch.model Modifier and Type Class Description classAbstractAttributeDocclassAbstractContactInformationDocclassAbstractKeyNameDocclassAbstractMetadataTypeDocclassAbstractMetadataTypeKeyNameDocclassAuditLogAttributeTupleDocclassEmailDocclassGroupAttributeDocclassGroupDocclassIdmAuditLogDocclassIncompleteSelfRegistrationDocclassIncompleteSelfRegistrationUserDocclassLoginDocclassManagedSysDocclassMetadataTypeDocclassOrganizationDocclassOrphanDocclassPhoneDocclassProvisionConnectorRequestDocclassProvisionRequestDocclassResourceAttributeDocclassResourceDocclassRoleDocclassUserAttributeDocclassUserBusinessRuleRecalculationDocclassUserDoc -
Uses of AbstractKeyDoc in org.openiam.esb.core.service.impl
-
Uses of AbstractKeyDoc in org.openiam.model
Subclasses of AbstractKeyDoc in org.openiam.model Modifier and Type Class Description classExternalAuditLog
-