Home
last modified time | relevance | path

Searched refs:getEntityId (Results 1 – 25 of 130) sorted by relevance

123456

/dports/devel/stack/stack-2.7.3/_cabal_deps/persistent-2.13.0.1/Database/Persist/
H A DEntityDef.hs16 , getEntityId
136 getEntityId
139 getEntityId = entityId function
146 case getEntityId ed of
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/test/java/org/apache/hadoop/yarn/api/records/timeline/
H A DTestTimelineRecords.java72 Assert.assertEquals("entity id 0", entity1.getEntityId()); in testEntities()
80 Assert.assertEquals("entity id 1", entity2.getEntityId()); in testEntities()
112 Assert.assertEquals("entity id 0", partEvents1.getEntityId()); in testEvents()
122 Assert.assertEquals("entity id 1", partEvents2.getEntityId()); in testEvents()
154 Assert.assertEquals(error1.getEntityId(), e.getEntityId()); in testTimelinePutErrors()
158 Assert.assertEquals(error1.getEntityId(), e.getEntityId()); in testTimelinePutErrors()
162 Assert.assertEquals(error2.getEntityId(), e.getEntityId()); in testTimelinePutErrors()
/dports/www/ilias/ILIAS-5.4.25/Services/Saml/classes/
H A Dclass.ilSamlIdp.php145 'entity_id' => array('text', $this->getEntityId()),
185 'entity_id' => $this->getEntityId()
221 $this->setEntityId($metadata->getIdpMetadataParser()->getEntityId());
260 if ($idp->isActive() && $idp->getEntityId() === $entityId) {
335 public function getEntityId() function in ilSamlIdp
/dports/www/ilias6/ILIAS-6.14/Services/Saml/classes/
H A Dclass.ilSamlIdp.php109 'entity_id' => ['text', $this->getEntityId()],
151 'entity_id' => $this->getEntityId()
187 $this->setEntityId((string) $metadata->getIdpMetadataParser()->getEntityId());
230 if ($idp->isActive() && $idp->getEntityId() === $entityId) {
305 public function getEntityId() : string function in ilSamlIdp
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/modules/core/lib/Auth/Process/
H A DTargetedID.php115 $srcID = self::getEntityId($state['Source']);
121 $dstID = self::getEntityId($state['Destination']);
163 private static function getEntityId($metadata) function in SimpleSAML\\Module\\core\\Auth\\Process\\TargetedID
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/modules/core/lib/Auth/Process/
H A DTargetedID.php106 $srcID = self::getEntityId($state['Source']);
112 $dstID = self::getEntityId($state['Destination']);
154 private static function getEntityId($metadata) { function in sspmod_core_Auth_Process_TargetedID
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/modules/metarefresh/lib/
H A DMetaLoader.php153 …if (!empty($source['blacklist']) && in_array($entity->getEntityId(), $source['blacklist'], true)) {
154 Logger::info('Skipping "'.$entity->getEntityId().'" - blacklisted.'."\n");
160 …if (!empty($source['whitelist']) && !in_array($entity->getEntityId(), $source['whitelist'], true))…
161 … Logger::info('Skipping "'.$entity->getEntityId().'" - not in the whitelist.'."\n");
169 … 'Skipping "'.$entity->getEntityId().'" - could not verify signature using certificate.'."\n"
182 … 'Skipping "'.$entity->getEntityId().'" - could not verify signature using fingerprint.'."\n"
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/modules/saml/hooks/
H A Dhook_metadata_hosted.php27 'entityid' => $source->getEntityId(),
28 'metadata-index' => $source->getEntityId(),
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/modules/saml/hooks/
H A Dhook_metadata_hosted.php28 'entityid' => $source->getEntityId(),
29 'metadata-index' => $source->getEntityId(),
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/test/java/org/apache/hadoop/yarn/server/timeline/
H A DTestTimelineDataManager.java87 Assert.assertEquals("OLD_ENTITY_ID_1", entity.getEntityId()); in testGetOldEntityWithOutDomainId()
103 entities.getEntities().get(0).getEntityId()); in testGetEntitiesAclEnabled()
116 entities.getEntities().get(0).getEntityId()); in testGetOldEntitiesWithOutDomainId()
122 entities.getEntities().get(1).getEntityId()); in testGetOldEntitiesWithOutDomainId()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/test/java/org/apache/hadoop/yarn/server/timeline/webapp/
H A DTestTimelineWebServicesWithSSL.java108 expectedEntity.getEntityId(), expectedEntity.getEntityType(), in testPutEntities()
112 expectedEntity.getEntityId(), actualEntity.getEntityId()); in testPutEntities()
H A DTestTimelineWebServices.java198 Assert.assertEquals("id_1", entity1.getEntityId()); in verifyEntities()
206 Assert.assertEquals("id_2", entity2.getEntityId()); in verifyEntities()
214 Assert.assertEquals("id_6", entity3.getEntityId()); in verifyEntities()
357 Assert.assertEquals("id_1", entity.getEntityId()); in testGetEntity()
375 Assert.assertEquals("id_1", entity.getEntityId()); in testGetEntityFields1()
394 Assert.assertEquals("id_1", entity.getEntityId()); in testGetEntityFields2()
486 Assert.assertEquals("test id 1", entity.getEntityId()); in testPostEntities()
560 Assert.assertEquals("test id 3", entity.getEntityId()); in testPostEntitiesWithYarnACLsEnabled()
598 Assert.assertEquals("test id 7", entity.getEntityId()); in testPostEntitiesToDefaultDomain()
730 assertEquals("test id 4", entities.getEntities().get(0).getEntityId()); in testGetEntitiesWithYarnACLsEnabled()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/main/java/org/apache/hadoop/yarn/server/timeline/
H A DMemoryTimelineStore.java131 entity.getEntityId(), entity.getEntityType())) > fromTs) { in getEntities()
291 new EntityIdentifier(entity.getEntityId(), entity.getEntityType()); in put()
296 existingEntity.setEntityId(entity.getEntityId()); in put()
379 existingEntity.getEntityType(), existingEntity.getEntityId()); in put()
385 error.setEntityId(existingEntity.getEntityId()); in put()
395 existingEntity.getEntityId()); in put()
448 entityToReturn.setEntityId(entity.getEntityId()); in maskFields()
H A DTimelineDataManager.java111 + new EntityIdentifier(entity.getEntityId(), in check()
211 eventsOfOneEntity.getEntityId(), in getEvents()
223 + new EntityIdentifier(eventsOfOneEntity.getEntityId(), in getEvents()
251 new EntityIdentifier(entity.getEntityId(), entity.getEntityType()); in postEntities()
H A DLeveldbTimelineStore.java710 error.setEntityId(entity.getEntityId()); in handleError()
723 writeLocks.getLock(new EntityIdentifier(entity.getEntityId(), in put()
736 entity.getEntityId(), entity.getEntityType(), in put()
749 byte[] markerKey = createEntityMarkerKey(entity.getEntityId(), in put()
761 byte[] key = createEntityEventKey(entity.getEntityId(), in put()
814 entity.getEntityId(), entity.getEntityType()); in put()
825 byte[] key = createPrimaryFilterKey(entity.getEntityId(), in put()
839 byte[] key = createOtherInfoKey(entity.getEntityId(), in put()
848 byte[] key = createDomainIdKey(entity.getEntityId(), in put()
863 LOG.error("Error putting entity " + entity.getEntityId() + in put()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapred/
H A DTestMRTimelineEventHandling.java111 Assert.assertEquals(job.getID().toString(), tEntity.getEntityId()); in testMRTimelineEventHandling()
126 Assert.assertEquals(job.getID().toString(), tEntity.getEntityId()); in testMRTimelineEventHandling()
176 Assert.assertEquals(job.getID().toString(), tEntity.getEntityId()); in testMapreduceJobTimelineServiceEnabled()
218 Assert.assertEquals(job.getID().toString(), tEntity.getEntityId()); in testMapreduceJobTimelineServiceEnabled()
/dports/www/drupal9/drupal-9.2.10/core/modules/migrate/src/Plugin/migrate/destination/
H A DEntity.php156 $entity_id = reset($old_destination_id_values) ?: $this->getEntityId($row);
186 protected function getEntityId(Row $row) { function in Drupal\\migrate\\Plugin\\migrate\\destination\\Entity
/dports/biology/jalview/jalview/test/jalview/ws/sifts/
H A DSiftsClientTest.java483 Assert.assertEquals(entityA.getEntityId(), "A"); in getEntityByMostOptimalMatchedIdTest1()
485 Assert.assertEquals(entityB.getEntityId(), "C"); in getEntityByMostOptimalMatchedIdTest1()
487 Assert.assertEquals(entityC.getEntityId(), "B"); in getEntityByMostOptimalMatchedIdTest1()
489 Assert.assertEquals(entityD.getEntityId(), "D"); in getEntityByMostOptimalMatchedIdTest1()
508 Assert.assertEquals(entityA.getEntityId(), "A"); in getEntityByMostOptimalMatchedIdTest2()
/dports/www/drupal8/drupal-8.9.20/core/modules/migrate/src/Plugin/migrate/destination/
H A DEntity.php156 $entity_id = reset($old_destination_id_values) ?: $this->getEntityId($row);
186 protected function getEntityId(Row $row) { function in Drupal\\migrate\\Plugin\\migrate\\destination\\Entity
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/analytics/shared/components/
H A Dprojects_dropdown_filter.vue194 getEntityId(project) {
216 :entity-id="getEntityId(selectedProjects[0])"
244 :entity-id="getEntityId(project)"
268 :entity-id="getEntityId(project)"
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/saml2/src/SAML2/Configuration/
H A DEntityIdProvider.php13 public function getEntityId(); function
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/saml2/src/SAML2/Configuration/
H A DEntityIdProvider.php15 public function getEntityId() : ?string; function
/dports/www/nextcloud/nextcloud/lib/public/WorkflowEngine/
H A DISpecificOperation.php49 public function getEntityId():string; function
/dports/www/guacamole-client/guacamole-client-1.3.0/extensions/guacamole-auth-saml/src/main/java/org/apache/guacamole/auth/saml/conf/
H A DConfigurationService.java164 private URI getEntityId() throws GuacamoleException { in getEntityId() method in ConfigurationService
336 URI entityId = getEntityId(); in getSamlSettings()
/dports/www/grafana8/grafana-8.3.6/public/app/features/alerting/unified/utils/
H A Dredux.ts92 getEntityId: (arg: ThunkArg) => string
102 const entityId = getEntityId(asyncAction.meta.arg);

123456