forked from wso2/product-is
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LICENSE.txt
857 lines (849 loc) · 98.6 KB
/
LICENSE.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
This product is licensed by WSO2 LLC. under Apache License 2.0. The license
can be downloaded from the following locations:
http://www.apache.org/licenses/LICENSE-2.0.html
http://www.apache.org/licenses/LICENSE-2.0.txt
This product also contains software under different licenses. This table below
all the contained libraries (jar files) and the license under which they are
provided to you.
At the bottom of this file is a table that shows what each license indicated
below is and where the actual text of the license can be found.
Name Type License
_________________________________________________________________________________________________________________________________________________
org.wso2.carbon.identity.oauth2.grant.jwt-2.3.1.jar bundle apache2
org.wso2.carbon.identity.provisioning.connector.scim-5.3.2.jar bundle apache2
org.wso2.carbon.identity.application.authenticator.google-5.2.15.jar bundle apache2
org.wso2.carbon.identity.application.authenticator.fido-5.4.9.jar bundle apache2
u2flib-server-core-0.14.0.jar jarinbundle bsd
org.wso2.carbon.identity.application.authentication.handler.identifier-6.8.3.jar bundle apache2
org.wso2.carbon.identity.application.authenticator.basicauth.jwt-6.8.3.jar bundle apache2
org.wso2.carbon.identity.application.authentication.handler.session-6.8.3.jar bundle apache2
org.wso2.carbon.identity.provisioning.connector.google-5.2.4.jar bundle apache2
google-api-client-1.34.0.jar jarinbundle apache2
google-api-services-admin-directory_v1-rev28-1.17.0-rc.jar jarinbundle apache2
opencensus-contrib-http-util-0.30.0.jar jarinbundle apache2
google-http-client-1.34.0.jar jarinbundle apache2
google-oauth-client-1.34.0.jar jarinbundle apache2
google-http-client-jackson2-1.34.0.jar jarinbundle apache2
jsr305-1.3.9.jar jarinbundle apache2
opencensus-api-0.30.0.jar jarinbundle apache2
jackson-core-2.9.9.jar jarinbundle apache2
grpc-context-1.43.2.jar jarinbundle apache2
org.wso2.carbon.identity.application.authenticator.live-5.2.3.jar bundle apache2
org.wso2.carbon.identity.application.authenticator.apple-1.0.5.jar bundle apache2
org.wso2.carbon.extension.identity.x509Certificate.valve-1.1.4.jar bundle apache2
org.wso2.carbon.extension.identity.authenticator.twitter.connector-1.1.2.jar bundle apache2
org.wso2.carbon.identity.oauth2.token.handler.clientauth.mutualtls-2.5.1.jar bundle apache2
org.wso2.carbon.identity.application.authenticator.basicauth-6.8.3.jar bundle apache2
org.wso2.carbon.identity.oauth2.validators.xacml-2.5.1.jar bundle apache2
org.wso2.carbon.identity.application.authenticator.passive.sts-5.5.1.jar bundle apache2
org.wso2.carbon.identity.application.authenticator.facebook-5.2.12.jar bundle apache2
org.wso2.carbon.extension.identity.authenticator.office365.connector-2.1.3.jar bundle apache2
org.wso2.carbon.identity.local.auth.api.core-2.5.10.jar bundle apache2
org.wso2.carbon.extension.identity.authenticator.smsotp.connector-3.3.20.jar bundle apache2
org.wso2.carbon.identity.provisioning.connector.salesforce-5.2.6.jar bundle apache2
org.wso2.carbon.identity.application.authenticator.samlsso-5.9.2.jar bundle apache2
org.wso2.carbon.extension.identity.authenticator.github.connector-1.1.14.jar bundle apache2
org.wso2.carbon.identity.application.authenticator.iwa-5.4.4.jar bundle apache2
org.wso2.carbon.extension.identity.authenticator.x509Certificate.connector-3.1.13.jar bundle apache2
pdepublishing-ant.jar jar epl1
pdepublishing.jar jar epl1
commons-text_1.10.0.wso2v2.jar bundle apache2
org.wso2.carbon.identity.branding.preference.management.core_1.1.3.jar bundle apache2
org.wso2.carbon.identity.organization.management.claim.provider_1.4.8.jar bundle apache2
org.wso2.carbon.identity.oauth.ui_7.0.26.jar bundle apache2
org.wso2.carbon.identity.application.authenticator.oidc_5.12.3.jar bundle apache2
org.eclipse.equinox.p2.jarprocessor_1.0.300.v20131211-1531.jar bundle epl1
org.wso2.carbon.registry.search.ui_4.8.24.jar bundle apache2
org.wso2.carbon.security.mgt_7.0.78.jar bundle apache2
org.wso2.carbon.identity.oidc.session_7.0.26.jar bundle apache2
org.eclipse.equinox.preferences_3.6.0.v20160120-1756.jar bundle epl1
google-api-client_2.2.0.wso2v1.jar bundle apache2
cglib_2.2.0.wso2v1.jar bundle apache2
org.wso2.carbon.tenant.sso.redirector.ui_4.11.19.jar bundle apache2
org.wso2.carbon.um.ws.api.stub_5.8.1.jar bundle apache2
org.wso2.carbon.webapp.mgt_4.12.24.jar bundle apache2
org.wso2.charon.core_2.1.6.jar bundle apache2
org.wso2.orbit.sun.xml.bind.jaxb_2.3.2.wso2v1.jar bundle apache2
org.wso2.carbon.event.publisher.admin_5.2.58.jar bundle apache2
org.wso2.carbon.roles.mgt.ui_4.10.9.jar bundle apache2
org.wso2.carbon.user.mgt.stub_7.0.78.jar bundle apache2
org.wso2.carbon.ui.menu.general_4.10.9.jar bundle apache2
org.wso2.carbon.identity.claim.metadata.mgt.stub_7.0.78.jar bundle apache2
org.wso2.carbon.event.output.adapter.logger_5.2.58.jar bundle apache2
org.wso2.carbon.user.core_4.10.9.jar bundle apache2
woden_1.0.0.M9-wso2v1.jar bundle apache2
org.eclipse.equinox.launcher_1.3.200.v20160318-1642.jar bundle epl1
org.wso2.carbon.logging.appender.service_4.10.9.jar bundle apache2
org.wso2.carbon.admin.advisory.mgt.ui_4.10.9.jar bundle apache2
org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar bundle apache2
org.wso2.carbon.identity.organization.management.service_1.1.2.jar bundle apache2
org.eclipse.equinox.p2.console_1.0.300.v20131113-1212.jar bundle epl1
org.wso2.carbon.event.processor.manager.commons_5.2.58.jar bundle apache2
org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar bundle epl1
org.wso2.carbon.identity.data.publisher.authentication.analytics.session_5.7.1.jar bundle apache2
org.wso2.carbon.identity.auth.valve_1.9.4.jar bundle apache2
svn-client-adapter_1.10.9.wso2v1.jar bundle apache2
tomcat-el-api_9.0.82.wso2v1.jar bundle apache2
org.eclipse.equinox.p2.director.app_1.0.300.v20150129-0838.jar bundle epl1
org.wso2.carbon.directory.server.manager.ui_7.0.78.jar bundle apache2
org.wso2.carbon.mex_5.11.5.jar bundle apache2
org.wso2.carbon.feature.mgt.core_4.10.9.jar bundle apache2
csrfguard_3.1.0.wso2v4.jar bundle apache2
org.wso2.carbon.consent.mgt.core_2.6.2.jar bundle apache2
org.eclipse.equinox.frameworkadmin.equinox_1.0.700.v20160102-2223.jar bundle epl1
nimbus-jose-jwt_7.9.0.wso2v1.jar bundle apache2
org.wso2.carbon.identity.tools.saml.validator.stub_5.5.8.jar bundle apache2
tomcat_9.0.82.wso2v1.jar bundle apache2
commons-lang3_3.4.0.wso2v1.jar bundle apache2
org.wso2.carbon.tenant.redirector.servlet.ui_4.11.19.jar bundle apache2
org.eclipse.jdt.core.compiler.batch_3.28.0.v20211117-1416.jar bundle epl1
org.eclipse.equinox.p2.updatesite_1.0.400.v20131211-1531.jar bundle epl1
org.wso2.carbon.extension.identity.verification.provider_1.0.7.jar bundle apache2
org.eclipse.equinox.p2.metadata.repository_1.2.100.v20131209-2144.jar bundle epl1
org.wso2.carbon.registry.common_4.8.24.jar bundle apache2
org.eclipse.core.runtime_3.9.0.v20130326-1255.jar bundle epl1
org.wso2.carbon.identity.governance.stub_7.0.78.jar bundle apache2
org.wso2.carbon.identity.core.ui_7.0.78.jar bundle apache2
org.wso2.carbon.identity.tenant.resource.manager_1.9.6.jar bundle apache2
org.wso2.carbon.event.output.adapter.soap_5.2.58.jar bundle apache2
org.wso2.carbon.identity.conditional.auth.functions.notification_1.2.44.jar bundle apache2
org.wso2.carbon.framework.exporter_4.10.9.jar bundle apache2
org.wso2.carbon.identity.user.store.configuration.stub_7.0.78.jar bundle apache2
org.wso2.carbon.identity.oauth.ciba_7.0.26.jar bundle apache2
org.wso2.carbon.event.admin_4.10.9.jar bundle apache2
org.wso2.carbon.tenant.mgt.ui_4.11.19.jar bundle apache2
org.wso2.carbon.identity.tools.saml.validator.ui_5.5.8.jar bundle apache2
org.wso2.carbon.statistics.stub_4.10.9.jar bundle apache2
org.wso2.carbon.core_4.10.9.jar bundle apache2
commons-collections-3.2.2.wso2v1.jar bundle apache2
org.wso2.carbon.claim.mgt.stub_7.0.78.jar bundle apache2
org.wso2.carbon.identity.handler.event.account.lock_1.9.2.jar bundle apache2
org.wso2.carbon.security.mgt.ui_7.0.78.jar bundle apache2
org.wso2.carbon.identity.cors.valve_1.9.4.jar bundle apache2
org.wso2.carbon.identity.configuration.mgt.core_7.0.78.jar bundle apache2
org.wso2.carbon.consent.mgt.ui_2.6.2.jar bundle apache2
org.wso2.carbon.identity.sso.saml.stub_5.7.0.jar bundle apache2
org.wso2.carbon.identity.query.saml_5.11.37.jar bundle apache2
org.apache.felix.gogo.shell_0.10.0.v201212101605.jar bundle apache2
org.wso2.carbon.tomcat_4.10.9.jar bundle apache2
org.wso2.carbon.databridge.commons.thrift_5.2.58.jar bundle apache2
org.wso2.carbon.event.output.adapter.ui_5.2.58.jar bundle apache2
org.wso2.carbon.identity.conditional.auth.functions.jwt.decode_1.2.44.jar bundle apache2
org.wso2.carbon.identity.application.authenticator.oauth2_1.0.12.jar bundle apache2
lucene_8.11.1.wso2v1.jar bundle apache2
spatial4j-0.8.jar jarinbundle apache2
org.wso2.carbon.user.mgt.common_7.0.78.jar bundle apache2
org.wso2.balana_1.2.13.jar bundle apache2
cors-filter_1.7.0.wso2v1.jar bundle apache2
org.eclipse.equinox.common_3.8.0.v20160509-1230.jar bundle epl1
org.wso2.carbon.identity.organization.management.handler_1.4.8.jar bundle apache2
org.wso2.carbon.registry.resource_4.8.24.jar bundle apache2
org.wso2.carbon.webapp.deployer_4.12.24.jar bundle apache2
org.wso2.carbon.identity.application.authentication.framework.stub_7.0.78.jar bundle apache2
xmlbeans_3.1.0.wso2v1.jar bundle apache2
json-simple_1.1.0.wso2v1.jar bundle apache2
org.wso2.carbon.identity.application.mgt_7.0.78.jar bundle apache2
com.fasterxml.jackson.datatype.jackson-datatype-jdk8_2.16.1.jar bundle apache2
client.wso2_7.10.0.wso2v1.jar bundle apache2
client-7.10.0.jar jarinbundle apache2
org.wso2.carbon.event.output.adapter.core_5.2.58.jar bundle apache2
bcpkix-jdk18on_1.74.0.wso2v1.jar bundle bouncy
bcpkix-jdk18on-1.74.jar jarinbundle bouncy
bcutil-jdk18on-1.74.jar jarinbundle bouncy
org.wso2.carbon.security.mgt.stub_7.0.78.jar bundle apache2
waffle-jna_1.6.0.wso2v6.jar bundle epl1
org.wso2.carbon.identity.user.store.remote_5.2.5.jar bundle apache2
org.wso2.carbon.addressing_4.10.9.jar bundle apache2
org.wso2.carbon.event.client_4.10.9.jar bundle apache2
org.wso2.carbon.identity.cors.service_1.9.4.jar bundle apache2
org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar bundle epl1
org.wso2.carbon.tenant.dispatcher_4.11.19.jar bundle apache2
org.wso2.carbon.identity.user.store.configuration.ui_7.0.78.jar bundle apache2
org.wso2.carbon.identity.recovery_1.9.6.jar bundle apache2
hector-core_1.1.4.wso2v2.jar bundle apache2
org.apache.commons.configuration_1.10.0.jar bundle apache2
org.wso2.carbon.identity.secret.mgt.core_7.0.78.jar bundle apache2
axis2-jibx_1.6.1.wso2v11.jar bundle apache2
org.eclipse.equinox.event_1.5.100.v20190528-1257.jar bundle epl1
org.wso2.carbon.tenant.common_4.10.9.jar bundle apache2
commons-io_2.7.0.wso2v1.jar bundle apache2
org.wso2.carbon.email.mgt.ui_1.8.6.jar bundle apache2
org.eclipse.equinox.registry_3.6.0.v20150318-1503.jar bundle epl1
org.wso2.carbon.identity.oauth.par_7.0.26.jar bundle apache2
org.wso2.carbon.deployment.synchronizer.subversion_4.10.9.jar bundle apache2
webauthn4j_0.21.0.wso2v1.jar bundle apache2
org.wso2.carbon.admin.advisory.mgt.stub_4.10.9.jar bundle apache2
antlr_3.2.0.wso2v1.jar bundle bsd
org.wso2.carbon.identity.sts.passive.ui_5.11.5.jar bundle apache2
org.wso2.carbon.core.services_4.10.9.jar bundle apache2
org.wso2.carbon.identity.organization.discovery.service_1.4.8.jar bundle apache2
org.wso2.carbon.identity.conditional.auth.functions.analytics_1.2.44.jar bundle apache2
org.wso2.carbon.identity.functions.library.mgt.stub_7.0.78.jar bundle apache2
httpclient_4.5.13.wso2v1.jar bundle apache2
org.eclipse.equinox.jsp.jasper_1.1.200.v20190214-1948.jar bundle epl1
org.wso2.carbon.extension.identity.authenticator.totp.connector_3.3.26.jar bundle apache2
org.wso2.carbon.identity.authenticator.saml2.sso_5.9.4.jar bundle apache2
org.eclipse.equinox.p2.director_2.3.100.v20140224-1921.jar bundle epl1
org.wso2.carbon.registry.admin.api_4.8.24.jar bundle apache2
org.wso2.carbon.role.mgt.ui_7.0.78.jar bundle apache2
org.eclipse.osgi.compatibility.state_1.0.200.v20160504-1419.jar bundle epl1
tomcat-catalina-ha_9.0.82.wso2v1.jar bundle apache2
org.wso2.carbon.identity.event_7.0.78.jar bundle apache2
org.wso2.carbon.identity.conditional.auth.functions.common_1.2.44.jar bundle apache2
org.wso2.carbon.identity.user.account.association.stub_5.5.8.jar bundle apache2
org.eclipse.ecf.filetransfer_5.0.0.v20130604-1622.jar bundle epl1
twilio.wso2_9.14.0.wso2v1.jar bundle apache2
twilio-9.14.0.jar jarinbundle mit
org.wso2.carbon.identity.webfinger_7.0.26.jar bundle apache2
siddhi-core_3.2.11.jar bundle apache2
org.wso2.carbon.identity.api.resource.mgt_7.0.78.jar bundle apache2
org.wso2.carbon.identity.local.auth.smsotp.authenticator_1.0.7.jar bundle apache2
org.wso2.carbon.identity.idle.account.identification_1.9.6.jar bundle apache2
org.wso2.carbon.identity.entitlement.ui_7.0.78.jar bundle apache2
com.fasterxml.jackson.dataformat.jackson-dataformat-cbor_2.16.1.jar bundle apache2
org.wso2.carbon.identity.password.policy_1.9.6.jar bundle apache2
org.eclipse.ecf_3.2.0.v20130604-1622.jar bundle epl1
org.eclipse.equinox.security_1.2.100.v20150423-1356.jar bundle epl1
org.wso2.carbon.directory.server.manager.common_7.0.78.jar bundle apache2
org.wso2.carbon.identity.application.authentication.framework_7.0.78.jar bundle apache2
org.wso2.carbon.identity.application.authenticator.fido2_5.4.9.jar bundle apache2
XmlSchema_1.4.7.wso2v6.jar bundle apache2
org.wso2.carbon.logging.remote.config.stub_4.10.9.jar bundle apache2
org.eclipse.core.expressions_3.4.500.v20130515-1343.jar bundle epl1
commons-collections4_4.4.0.wso2v1.jar bundle apache2
org.wso2.carbon.registry.resource.stub_4.8.24.jar bundle apache2
org.wso2.carbon.databridge.agent_5.2.58.jar bundle apache2
org.wso2.carbon.identity.data.publisher.authentication.audit_5.7.1.jar bundle apache2
org.wso2.carbon.identity.oauth.common_7.0.26.jar bundle apache2
org.wso2.carbon.admin.advisory.mgt_4.10.9.jar bundle apache2
org.wso2.carbon.identity.mgt_7.0.78.jar bundle apache2
org.wso2.carbon.xfer_4.2.0.jar bundle apache2
org.wso2.carbon.identity.sp.metadata.saml2_1.8.3.jar bundle apache2
org.wso2.carbon.identity.conditional.auth.functions.choreo_1.2.44.jar bundle apache2
com.fasterxml.jackson.core.jackson-annotations_2.16.1.jar bundle apache2
org.wso2.carbon.identity.authenticator.saml2.sso.ui_5.9.4.jar bundle apache2
opensaml_3.3.1.wso2v11.jar bundle apache2
esapi-2.5.3.1.jar jarinbundle bsd + cc-by-sa3
org.wso2.carbon.identity.authenticator.saml2.sso.common_5.9.4.jar bundle apache2
com.fasterxml.jackson.core.jackson-databind_2.16.1.jar bundle apache2
org.wso2.carbon.identity.core_7.0.78.jar bundle apache2
bcel_6.7.0.wso2v1.jar bundle apache2
org.wso2.carbon.identity.user.registration_7.0.78.jar bundle apache2
org.objectweb.asm.all_5.2.0.jar bundle asm
google-http-client_1.43.3.wso2v1.jar bundle apache2
net.minidev.accessors-smart_2.4.7.jar bundle apache2
org.wso2.carbon.server.admin.common_4.10.9.jar bundle apache2
org.wso2.carbon.idp.mgt.ui_7.0.78.jar bundle apache2
org.wso2.carbon.crypto.provider_1.1.14.jar bundle apache2
org.wso2.carbon.event.application.deployer_5.2.58.jar bundle apache2
org.wso2.carbon.logging.updater_4.10.9.jar bundle apache2
org.wso2.carbon.ndatasource.common_4.10.9.jar bundle apache2
org.wso2.carbon.identity.provisioning_7.0.78.jar bundle apache2
org.wso2.carbon.identity.template.mgt.ui_7.0.78.jar bundle apache2
tiles-jsp_2.0.5.wso2v2.jar bundle apache2
commons-beanutils-1.9.4.jar jarinbundle apache2
commons-collections-3.2.2.jar jarinbundle apache2
commons-digester-1.8.jar jarinbundle apache2
abdera_1.0.0.wso2v3.jar bundle apache2
org.wso2.carbon.identity.authz.valve_1.9.4.jar bundle apache2
org.wso2.carbon.um.ws.api_5.8.1.jar bundle apache2
org.wso2.carbon.identity.conditional.auth.functions.elk_1.2.44.jar bundle apache2
org.wso2.carbon.identity.saml.common.util_1.4.0.jar bundle apache2
disruptor_3.4.2.wso2v1.jar bundle apache2
axis2-transport-mail_2.0.0.wso2v42.jar bundle apache2
org.ops4j.pax.logging.pax-logging-log4j2_2.1.0.wso2v4.jar bundle apache2
org.wso2.carbon.identity.extension.mgt_7.0.78.jar bundle apache2
org.wso2.carbon.identity.multi.attribute.login.service_1.9.6.jar bundle apache2
org.wso2.carbon.identity.entitlement.stub_7.0.78.jar bundle apache2
org.wso2.carbon.identity.oauth.stub_7.0.26.jar bundle apache2
com.google.guava_33.0.0.jre.jar bundle apache2
org.wso2.carbon.identity.organization.management.authz.service_1.4.8.jar bundle apache2
org.eclipse.equinox.console_1.3.300.v20190516-1504.jar bundle epl1
org.wso2.carbon.healthcheck.api.core_1.3.0.jar bundle apache2
org.eclipse.equinox.p2.engine_2.3.0.v20140506-1720.jar bundle epl1
org.wso2.carbon.identity.multi.attribute.login.resolver.regex_1.9.6.jar bundle apache2
org.restlet_2.3.0.wso2v1.jar bundle apache2
org.wso2.carbon.extension.identity.verification.mgt_1.0.7.jar bundle apache2
org.wso2.carbon.tenant.redirector.servlet_4.11.19.jar bundle apache2
spatial4j_0.4.1.wso2v1.jar bundle apache2
org.wso2.carbon.identity.entitlement.common_7.0.78.jar bundle apache2
org.wso2.carbon.identity.sso.saml.stub_5.11.37.jar bundle apache2
org.wso2.carbon.application.deployer_4.10.9.jar bundle apache2
org.wso2.carbon.mex2_5.11.5.jar bundle apache2
org.wso2.charon3.core_4.0.17.jar bundle apache2
org.wso2.carbon.event.output.adapter.mqtt_5.2.58.jar bundle apache2
org.wso2.carbon.server.admin.ui_4.10.9.jar bundle apache2
org.wso2.carbon.policyeditor_7.0.78.jar bundle apache2
org.wso2.carbon.identity.local.auth.smsotp.provider_1.0.7.jar bundle apache2
org.wso2.carbon.extension.identity.authenticator.backupcode.connector_0.0.18.jar bundle apache2
org.eclipse.equinox.p2.artifact.repository_1.1.300.v20131211-1531.jar bundle epl1
org.wso2.carbon.identity.data.publisher.audit.user.operation_1.4.4.jar bundle apache2
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.0.v20110511-wso2v1.jar bundle epl1
compass_2.0.1.wso2v2.jar bundle apache2
org.wso2.carbon.identity.user.account.association_5.5.8.jar bundle apache2
org.eclipse.equinox.p2.directorywatcher_1.1.0.v20131211-1531.jar bundle epl1
httpmime_4.5.13.wso2v1.jar bundle apache2
org.wso2.carbon.registry.servlet_4.8.24.jar bundle apache2
org.wso2.carbon.crypto.impl_1.1.14.jar bundle apache2
wsdl4j_1.6.2.wso2v4.jar bundle apache2
org.wso2.carbon.ndatasource.rdbms_4.10.9.jar bundle apache2
org.ops4j.pax.logging.pax-logging-api_2.1.0.wso2v4.jar bundle apache2
org.wso2.carbon.statistics.ui_4.10.9.jar bundle apache2
hazelcast_5.3.6.wso2v1.jar bundle apache2
org.wso2.carbon.deployment.synchronizer_4.10.9.jar bundle apache2
org.wso2.carbon.user.mgt_7.0.78.jar bundle apache2
org.wso2.carbon.identity.oauth_7.0.26.jar bundle apache2
org.wso2.carbon.identity.organization.management.tenant.association_1.4.8.jar bundle apache2
org.eclipse.equinox.p2.metadata_2.2.0.v20131211-1531.jar bundle epl1
org.wso2.carbon.tenant.redirector.servlet.stub_4.11.19.jar bundle apache2
org.wso2.carbon.identity.application.common_7.0.78.jar bundle apache2
org.wso2.carbon.identity.user.store.count_7.0.78.jar bundle apache2
org.wso2.carbon.identity.user.functionality.mgt_7.0.78.jar bundle apache2
org.wso2.carbon.um.ws.service_5.8.1.jar bundle apache2
org.eclipse.equinox.http.helper_1.1.0.wso2v1.jar bundle epl1
org.wso2.carbon.identity.user.onboard.core.service_1.9.6.jar bundle apache2
org.wso2.carbon.identity.user.profile.stub_7.0.78.jar bundle apache2
org.wso2.carbon.identity.application.authenticator.requestpath.basicauth_5.5.5.jar bundle apache2
encoder_1.2.0.wso2v1.jar bundle apache2
org.wso2.carbon.identity.user.store.count.stub_7.0.78.jar bundle apache2
org.wso2.carbon.crypto.api_1.1.14.jar bundle apache2
poi-ooxml_5.2.3.wso2v1.jar bundle apache2
org.wso2.carbon.identity.password.history_1.9.6.jar bundle apache2
libthrift_0.16.0.wso2v1.jar bundle apache2
opencensus_0.31.1.wso2v3.jar bundle apache2
org.wso2.carbon.tenant.mgt_4.11.19.jar bundle apache2
org.wso2.carbon.idp.mgt_7.0.78.jar bundle apache2
opencsv_1.8.0.wso2v1.jar bundle apache2
opencsv-1.8.jar jarinbundle apache2
org.wso2.carbon.identity.cors.mgt.core_7.0.78.jar bundle apache2
poi-scratchpad_5.2.3.wso2v1.jar bundle apache2
org.wso2.carbon.identity.functions.library.mgt.ui_7.0.78.jar bundle apache2
org.wso2.carbon.identity.unique.claim.mgt_7.0.78.jar bundle apache2
org.wso2.carbon.identity.user.export.core_1.9.6.jar bundle apache2
org.wso2.carbon.identity.discovery_7.0.26.jar bundle apache2
org.wso2.carbon.registry.core_4.10.9.jar bundle apache2
neethi_2.0.4.wso2v5.jar bundle apache2
org.wso2.carbon.application.upload_4.7.39.jar bundle apache2
org.wso2.carbon.event.processor.manager.core_5.2.58.jar bundle apache2
org.wso2.carbon.identity.scim.common_5.7.7.jar bundle apache2
org.wso2.carbon.logging.service_4.10.9.jar bundle apache2
org.wso2.carbon.identity.user.profile_7.0.78.jar bundle apache2
org.wso2.carbon.server.admin.stub_4.10.9.jar bundle apache2
org.eclipse.equinox.p2.garbagecollector_1.0.200.v20131115-1210.jar bundle epl1
org.wso2.carbon.identity.authenticator.mutualssl_5.5.0.jar bundle apache2
org.sat4j.core_2.3.5.v201308161310.jar bundle epl1 + lgpl2
noggit_0.6.0.wso2v1.jar bundle apache2
solr_8.11.1.wso2v11.jar bundle apache2
rrd4j-3.8.1.jar jarinbundle apache2
http2-common-9.4.53.v20231009.jar jarinbundle apache2
jetty-client-9.4.53.v20231009.jar jarinbundle apache2
metrics-core-4.2.9.jar jarinbundle apache2
calcite-linq4j-1.32.0.jar jarinbundle apache2
jetty-http-9.4.53.v20231009.jar jarinbundle apache2
http2-http-client-transport-9.4.53.v20231009.jar jarinbundle apache2
http2-client-9.4.53.v20231009.jar jarinbundle apache2
avatica-core-1.22.0.jar jarinbundle apache2
calcite-core-1.32.0.jar jarinbundle apache2
jetty-io-9.4.53.v20231009.jar jarinbundle apache2
jetty-util-9.4.53.v20231009.jar jarinbundle apache2
commons-collections4-4.4.wso2v1.jar bundle apache2
caffeine-2.9.2.jar jarinbundle apache2
zookeeper-3.9.1.jar jarinbundle apache2
org.wso2.carbon.identity.role.v2.mgt.core_7.0.78.jar bundle apache2
org.wso2.carbon.identity.provisioning.connector.scim2_2.0.6.jar bundle apache2
org.wso2.carbon.extension.identity.scim2.client-2.0.2.jar bundle apache2
okio-3.6.0.jar jarinbundle apache2
org.wso2.carbon.captcha.mgt_7.0.78.jar bundle apache2
com.google.gson_2.9.0.jar bundle apache2
org.wso2.carbon.identity.mgt.stub_7.0.78.jar bundle apache2
org.wso2.carbon.claim.mgt_7.0.78.jar bundle apache2
org.eclipse.osgi_3.14.0.v20190517-1309.jar bundle apache2
org.eclipse.equinox.p2.publisher_1.2.0.v20110511.jar bundle epl1
google-api-services-playintegrity_2.0.0.wso2v1.jar bundle apache2
org.wso2.carbon.identity.application.authenticator.magiclink_1.1.22.jar bundle apache2
org.wso2.carbon.hazelcast_4.10.9.jar bundle apache2
org.wso2.carbon.authenticator.proxy_4.10.9.jar bundle apache2
org.wso2.carbon.identity.data.publisher.audit.common_1.4.4.jar bundle apache2
org.eclipse.equinox.p2.repository_2.3.0.v20131211-1531.jar bundle epl1
javasysmon_0.3.3.wso2v1.jar bundle bsd
org.wso2.carbon.logging.view_4.10.9.jar bundle apache2
org.wso2.carbon.identity.account.suspension.notification.task_1.9.6.jar bundle apache2
org.eclipse.ecf.identity_3.2.0.v20130604-1622.jar bundle epl1
step2_1.0.0.wso2v2.jar bundle apache2
step2-consumer-1.0.0-wso2v2.jar bundle apache2
step2-common-1.0.0-wso2v2.jar bundle apache2
org.wso2.carbon.identity.application.authenticator.organization.login_1.1.30.jar bundle apache2
org.wso2.carbon.idp.mgt.stub_7.0.78.jar bundle apache2
httpcore_4.4.16.wso2v1.jar bundle apache2
org.wso2.carbon.identity.governance_1.9.6.jar bundle apache2
org.wso2.carbon.identity.claim.metadata.mgt_7.0.78.jar bundle apache2
org.wso2.carbon.tenant.keystore.mgt_4.11.19.jar bundle apache2
org.wso2.carbon.roles.mgt_4.10.9.jar bundle apache2
org.wso2.carbon.databridge.commons_5.2.58.jar bundle apache2
org.wso2.carbon.extension.identity.x509Certificate.validation_1.1.4.jar bundle apache2
ua-parser_1.5.4.wso2v2.jar bundle apache2
org.wso2.carbon.identity.organization.config.service_1.4.8.jar bundle apache2
org.wso2.carbon.tenant.mgt.core_4.11.19.jar bundle apache2
org.wso2.identity.styles_7.0.0.jar bundle apache2
org.wso2.carbon.email.mgt_1.8.6.jar bundle apache2
jibx_1.2.1.wso2v1.jar bundle apache2
org.wso2.carbon.identity.provider_5.10.2.jar bundle apache2
org.wso2.carbon.registry.common.ui_4.8.24.jar bundle apache2
commons-pool_1.5.6.wso2v1.jar bundle apache2
java-property-utils_1.9.0.wso2v1.jar bundle apache2
org.wso2.carbon.directory.server.manager.stub_7.0.78.jar bundle apache2
org.wso2.carbon.identity.branding.preference.resolver_1.1.3.jar bundle apache2
org.objectweb.asm_9.2.0.jar bundle bsd3
org.wso2.carbon.identity.role.mgt.core_7.0.78.jar bundle apache2
org.wso2.carbon.identity.data.publisher.oauth_1.7.1.jar bundle apache2
org.wso2.carbon.registry.search.stub_4.8.24.jar bundle apache2
jettison_1.3.4.wso2v1.jar bundle apache2
commons-codec_1.16.0.wso2v1.jar bundle apache2
org.wso2.carbon.statistics_4.10.9.jar bundle apache2
gdata-core_1.47.0.wso2v1.jar bundle apache2
org.wso2.carbon.identity.event.handler.notification_1.8.6.jar bundle apache2
org.wso2.carbon.pax-logging-log4j2-plugins_4.10.9.jar bundle apache2
org.wso2.carbon.event.stream.admin_5.2.58.jar bundle apache2
org.wso2.carbon.identity.client.attestation.mgt_7.0.78.jar bundle apache2
org.eclipse.ecf.provider.filetransfer.httpclient_4.0.200.v20120319-0616.jar bundle epl1
org.wso2.carbon.identity.authenticator.emailotp_4.1.23.jar bundle apache2
jstl_1.2.2.wso2v1.jar bundle cddl1 + gpl2
grpc-context_1.59.0.wso2v1.jar bundle apache2
com.fasterxml.jackson.core.jackson-core_2.16.1.jar bundle apache2
org.wso2.carbon.identity.organization.management.application_1.4.8.jar bundle apache2
javax.cache.wso2_4.10.9.jar bundle apache2
xmlbeans_5.1.1.wso2v1.jar bundle apache2
org.wso2.carbon.identity.entitlement_7.0.78.jar bundle apache2
org.eclipse.equinox.http.servlet_1.1.400.v20130418-1354.jar bundle epl1
org.wso2.carbon.ui_4.10.9.jar bundle apache2
org.wso2.carbon.event.output.adapter.websocket.local_5.2.58.jar bundle apache2
org.wso2.carbon.tenant.mgt.stub_4.11.19.jar bundle apache2
org.wso2.carbon.identity.application.authenticator.requestpath.oauth_5.5.6.jar bundle apache2
org.wso2.carbon.identity.idp.metadata.saml2_1.8.3.jar bundle apache2
guice_3.0.0.wso2v1.jar bundle apache2
org.wso2.balana.utils_1.2.13.jar bundle apache2
org.wso2.carbon.policyeditor.ui_7.0.78.jar bundle apache2
org.wso2.carbon.queuing_4.10.9.jar bundle apache2
google-auth-library-oauth2-http_1.20.0.wso2v1.jar bundle bsd3
org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar bundle epl1
org.wso2.carbon.core.bootup.validator_4.10.9.jar bundle apache2
org.wso2.carbon.identity.organization.management.organization.user.sharing_1.4.8.jar bundle apache2
org.wso2.carbon.database.utils_2.1.7.jar bundle apache2
org.wso2.carbon.identity.hash.provider.pbkdf2_0.1.4.jar bundle apache2
org.wso2.carbon.identity.sso.saml_5.11.37.jar bundle apache2
kaptcha_2.3.0.wso2v1.jar bundle apache2
org.wso2.carbon.server.admin_4.10.9.jar bundle apache2
org.wso2.carbon.uuid.generator_4.10.9.jar bundle apache2
org.wso2.carbon.identity.notification.mgt_7.0.78.jar bundle apache2
commons-lang_2.6.0.wso2v1.jar bundle apache2
org.wso2.carbon.identity.application.authz.xacml_2.3.2.jar bundle apache2
org.wso2.carbon.identity.authenticator.saml2.sso.stub_5.9.4.jar bundle apache2
org.wso2.carbon.identity.user.store.configuration_7.0.78.jar bundle apache2
commons-io_2.11.0.wso2v1.jar bundle apache2
org.wso2.carbon.event.stream.core_5.2.58.jar bundle apache2
org.wso2.carbon.identity.conditional.auth.functions.user.store_1.2.44.jar bundle apache2
org.wso2.carbon.databridge.commons.binary_5.2.58.jar bundle apache2
org.wso2.carbon.event.output.adapter.kafka_5.2.58.jar bundle apache2
org.wso2.carbon.identity.organization.user.invitation.management_1.4.8.jar bundle apache2
org.wso2.carbon.identity.base_7.0.78.jar bundle apache2
tomcat-jsp-api_9.0.82.wso2v1.jar bundle apache2
org.wso2.carbon.identity.consent.mgt_7.0.78.jar bundle apache2
org.wso2.carbon.identity.sts.passive.stub_5.11.5.jar bundle apache2
org.wso2.carbon.identity.data.publisher.authentication.analytics.login_5.7.1.jar bundle apache2
org.wso2.carbon.registry.profiles.ui_4.8.24.jar bundle apache2
org.wso2.carbon.registry.api_4.10.9.jar bundle apache2
org.eclipse.equinox.p2.core_2.3.0.v20131211-1531.jar bundle epl1
org.wso2.carbon.identity.oauth.dcr_7.0.26.jar bundle apache2
org.wso2.carbon.identity.auth.service_1.9.4.jar bundle apache2
org.wso2.carbon.identity.oauth2.grant.organizationswitch_1.1.22.jar bundle apache2
org.wso2.carbon.identity.organization.management.ext_1.4.8.jar bundle apache2
org.eclipse.equinox.p2.transport.ecf_1.0.100.v20110902-0807.jar bundle epl1
org.wso2.carbon.identity.local.auth.emailotp_1.0.18.jar bundle apache2
org.wso2.carbon.identity.user.profile.ui_7.0.78.jar bundle apache2
org.wso2.carbon.identity.notification.sender.tenant.config_1.8.6.jar bundle apache2
commons-httpclient_3.1.0.wso2v6.jar bundle apache2
poi_5.2.3.wso2v1.jar bundle apache2
org.wso2.carbon.event.client.stub_4.10.9.jar bundle apache2
org.sat4j.pb_2.3.5.v201308161310.jar bundle epl1 + lgpl2
org.wso2.carbon.osgi.security_4.10.9.jar bundle apache2
org.wso2.carbon.tenant.common.stub_4.10.9.jar bundle apache2
org.wso2.carbon.identity.password.expiry_1.9.6.jar bundle apache2
org.wso2.carbon.i18n_4.10.9.jar bundle apache2
org.wso2.carbon.identity.central.log.mgt_7.0.78.jar bundle apache2
openid4java_1.0.0.wso2v6.jar bundle apache2
nekohtml-1.9.22.noko2.jar jarinbundle apache2
openxri-client-1.2.0.jar jarinbundle apache2
openxri-syntax-1.2.0.jar jarinbundle apache2
org.wso2.carbon.tenant.theme.mgt_4.11.19.jar bundle apache2
jdbc-pool_9.0.65.wso2v1.jar bundle apache2
jsr105_1.0.1.wso2v1.jar bundle apache2
httpcore_4.4.14.wso2v1.jar bundle apache2
org.wso2.carbon.directory.server.manager_7.0.78.jar bundle apache2
org.wso2.carbon.roles.mgt.stub_4.10.9.jar bundle apache2
org.eclipse.equinox.p2.extensionlocation_1.2.100.v20131119-0908.jar bundle epl1
org.wso2.carbon.identity.captcha_1.9.6.jar bundle apache2
org.wso2.carbon.identity.piicontroller_1.9.6.jar bundle apache2
org.eclipse.equinox.simpleconfigurator_1.1.200.v20160504-1450.jar bundle epl1
org.wso2.carbon.base_4.10.9.jar bundle apache2
org.eclipse.osgi.services_3.5.100.v20160504-1419.jar bundle epl1
org.wso2.carbon.identity.conditional.auth.functions.utils_1.2.44.jar bundle apache2
org.wso2.carbon.identity.user.registration.stub_7.0.78.jar bundle apache2
com.google.guava.failureaccess_1.0.2.jar bundle apache2
org.wso2.carbon.identity.user.rename.core_1.9.6.jar bundle apache2
commons-compress_1.25.0.wso2v1.jar bundle apache2
org.wso2.carbon.event.common_4.10.9.jar bundle apache2
org.wso2.carbon.identity.application.mgt.ui_7.0.78.jar bundle apache2
org.wso2.carbon.user.mgt.ui_7.0.78.jar bundle apache2
org.wso2.carbon.tomcat.ext_4.10.9.jar bundle apache2
org.wso2.carbon.registry.profiles.stub_4.8.24.jar bundle apache2
json_3.0.0.wso2v4.jar bundle apache2
org.wso2.identity.apps.common_2.1.30.jar bundle apache2
oltu_1.0.0.wso2v3.jar bundle apache2
org.wso2.carbon.registry.profiles_4.8.24.jar bundle apache2
org.wso2.carbon.event.output.adapter.sms_5.2.58.jar bundle apache2
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar bundle epl1
tomcat-servlet-api_9.0.82.wso2v1.jar bundle apache2
org.wso2.carbon.event.publisher.core_5.2.58.jar bundle apache2
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar bundle epl1
org.wso2.carbon.securevault_4.10.9.jar bundle apache2
org.wso2.carbon.ndatasource.core_4.10.9.jar bundle apache2
org.wso2.carbon.identity.organization.management.governance.connector_1.4.8.jar bundle apache2
backport-util-concurrent_3.1.0.wso2v1.jar bundle apache2
org.wso2.carbon.extension.identity.verification.ui_1.0.7.jar bundle apache2
org.wso2.carbon.ui.menu.tools_4.9.23.jar bundle apache2
org.wso2.carbon.logging.appender.http_4.10.9.jar bundle apache2
org.wso2.carbon.authenticator.stub_4.10.9.jar bundle apache2
org.eclipse.equinox.cm_1.3.100.v20180827-1235.jar bundle epl1
org.wso2.carbon.ui.menu.registry_4.5.3.jar bundle apache2
org.wso2.carbon.identity.mgt.ui_7.0.78.jar bundle apache2
org.apache.felix.gogo.command_0.10.0.v201209301215.jar bundle apache2
bcprov-jdk18on_1.74.0.wso2v1.jar bundle bouncy
bcprov-jdk18on-1.74.jar jarinbundle bouncy
org.wso2.carbon.registry.indexing_4.8.24.jar bundle apache2
org.wso2.carbon.registry.search_4.8.24.jar bundle apache2
axis2_1.6.1.wso2v76.jar bundle apache2
xmlbeans-3.1.0.jar jarinbundle apache2
org.wso2.carbon.identity.oidc.dcr_7.0.26.jar bundle apache2
axis2-json_1.6.1.wso2v76.jar bundle apache2
org.wso2.carbon.email.mgt.stub_1.8.6.jar bundle apache2
org.eclipse.equinox.p2.updatechecker_1.1.200.v20131119-0908.jar bundle epl1
org.wso2.carbon.identity.user.store.configuration.deployer_7.0.78.jar bundle apache2
org.wso2.carbon.registry.properties.stub_4.8.24.jar bundle apache2
axis2-jaxbri_1.6.1.wso2v42.jar bundle apache2
net.minidev.json-smart_2.4.10.jar bundle apache2
org.wso2.carbon.registry.server_4.10.9.jar bundle apache2
org.wso2.carbon.qpid.stub_4.10.9.jar bundle apache2
org.wso2.carbon.identity.api.resource.collection.mgt_7.0.78.jar bundle apache2
org.wso2.carbon.event.output.adapter.websocket_5.2.58.jar bundle apache2
org.wso2.carbon.identity.template.mgt_7.0.78.jar bundle apache2
org.wso2.carbon.identity.organization.management.role.management.service_1.4.8.jar bundle apache2
org.wso2.carbon.event.output.adapter.wso2event_5.2.58.jar bundle apache2
org.wso2.carbon.identity.context.rewrite.valve_1.9.4.jar bundle apache2
org.wso2.carbon.core.commons.stub_4.10.9.jar bundle apache2
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar bundle epl1
org.wso2.carbon.identity.auth.attribute.handler_1.9.6.jar bundle apache2
org.wso2.carbon.registry.resource.ui_4.8.24.jar bundle apache2
org.wso2.carbon.registry.properties_4.8.24.jar bundle apache2
org.wso2.carbon.identity.organization.management.tomcat.ext.tenant.resolver_1.4.8.jar bundle apache2
joda-time_2.9.4.wso2v1.jar bundle apache2
org.wso2.carbon.identity.authz.service_1.9.4.jar bundle apache2
org.wso2.carbon.identity.functions.library.mgt_7.0.78.jar bundle apache2
org.wso2.carbon.extension.identity.helper_1.0.16.jar bundle apache2
org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20140523-0116.jar bundle epl1
org.wso2.carbon.identity.oauth2.token.handler.clientauth.jwt_2.5.1.jar bundle apache2
org.wso2.carbon.identity.conditional.auth.functions.user_1.2.44.jar bundle apache2
org.wso2.carbon.identity.consent.server.configs.mgt_7.0.78.jar bundle apache2
annogen_0.1.0.wso2v1.jar bundle apache2
org.wso2.carbon.core.common_4.10.9.jar bundle apache2
org.wso2.carbon.identity.sso.saml.ui_5.11.37.jar bundle apache2
org.wso2.carbon.event.core_4.10.9.jar bundle apache2
h2-engine_2.2.224.wso2v2.jar bundle mpl20
h2-2.2.224.jar jarinbundle epl1 + mpl20
axiom_1.2.11.wso2v28.jar bundle apache2
org.wso2.carbon.identity.scim2.common_3.4.67.jar bundle apache2
org.wso2.carbon.event.output.adapter.email_5.2.58.jar bundle apache2
org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar bundle epl1
org.wso2.carbon.utils_4.10.9.jar bundle apache2
org.wso2.carbon.logging.remote.config.ui_4.10.9.jar bundle apache2
commons-fileupload_1.5.0.wso2v2.jar bundle apache2
org.wso2.carbon.identity.application.mgt.stub_7.0.78.jar bundle apache2
httpasyncclient_4.1.3.wso2v1.jar bundle apache2
org.wso2.carbon.event.output.adapter.rdbms_5.2.58.jar bundle apache2
org.wso2.carbon.identity.multi.attribute.login.mgt_7.0.78.jar bundle apache2
org.wso2.carbon.identity.application.default.auth.sequence.mgt.stub_7.0.78.jar bundle apache2
org.wso2.carbon.identity.local.auth.smsotp.event.handler_1.0.7.jar bundle apache2
org.wso2.carbon.event.ws_4.10.9.jar bundle apache2
yubico-webauthn_2.4.0.wso2v1.jar bundle bsd
jackson-datatype-jsr310-2.14.2.jar jarinbundle apache2
numbers-1.8.2.jar jarinbundle ccpd
webauthn-server-core-2.4.0.jar jarinbundle bsd
httpcore5-5.2.jar jarinbundle apache2
cbor-4.5.2.jar jarinbundle ccpd
httpcore5-h2-5.2.jar jarinbundle apache2
httpclient5-5.2.1.jar jarinbundle apache2
webauthn-server-attestation-2.4.0.jar jarinbundle bsd
cose-java-1.1.0.jar jarinbundle bsd3
yubico-util-2.4.0.jar jarinbundle bsd
eddsa-0.3.0.jar jarinbundle ccpd-universal
org.wso2.carbon.identity.data.publisher.application.authentication_5.7.1.jar bundle apache2
org.wso2.carbon.identity.input.validation.mgt_7.0.78.jar bundle apache2
org.wso2.carbon.registry.properties.ui_4.8.24.jar bundle apache2
org.wso2.carbon.event.output.adapter.jms_5.2.58.jar bundle apache2
org.wso2.carbon.identity.authenticator.thrift_7.0.78.jar bundle apache2
org.wso2.carbon.identity.sts.passive_5.11.5.jar bundle apache2
cxf-rt-frontend-jaxws-3.5.5.jar jarinbundle apache2
xmlsec-2.3.4.jar jarinbundle apache2
cxf-core-3.5.5.jar jarinbundle apache2
wss4j-ws-security-common-2.3.0.jar jarinbundle apache2
cxf-services-sts-core-3.5.5.jar jarinbundle apache2
wss4j-ws-security-dom-2.3.0.jar jarinbundle apache2
cxf-rt-ws-security-3.5.5.jar jarinbundle apache2
cxf-rt-security-3.5.5.jar jarinbundle apache2
org.wso2.carbon.user.api_4.10.9.jar bundle apache2
org.wso2.carbon.identity.tools.saml.validator_5.5.8.jar bundle apache2
org.wso2.carbon.event.output.adapter.http_5.2.58.jar bundle apache2
org.eclipse.equinox.p2.repository.tools_2.1.0.v20131211-1531.jar bundle epl1
org.wso2.carbon.cluster.mgt.core_4.10.9.jar bundle apache2
org.wso2.carbon.claim.mgt.ui_7.0.78.jar bundle apache2
org.wso2.stratos.identity.dashboard.ui_2.2.1.jar bundle apache2
org.wso2.orbit.javax.xml.bind.jaxb-api_2.3.1.wso2v1.jar bundle apache2
org.wso2.carbon.identity.conditional.auth.functions.http_1.2.44.jar bundle apache2
org.eclipse.ecf.provider.filetransfer_3.2.0.v20130604-1622.jar bundle epl1
ehcache_1.5.0.wso2v3.jar bundle apache2
org.wso2.carbon.identity.auth.otp.core_1.0.5.jar bundle apache2
org.apache.santuario.xmlsec_2.3.4.jar bundle apache2
org.wso2.carbon.identity.sso.saml.common_5.11.37.jar bundle apache2
org.wso2.securevault_1.1.7.jar bundle apache2
tyrus-standalone-client_1.7.0.wso2v1.jar bundle cddl1
org.eclipse.equinox.simpleconfigurator.manipulator_2.0.200.v20160504-1450.jar bundle epl1
org.wso2.carbon.identity.oauth2.grant.token.exchange_1.1.6.jar bundle apache2
geronimo-activation_1.1_spec-1.1.jar bundle apache2
jaxen-1.2.0.jar bundle bsd2
org.wso2.identity.apps.taglibs.layout.controller-1.4.34.jar bundle apache2
wstx-asl-3.2.9.jar jar apache2
axiom-impl-1.2.11.jar bundle apache2
taglibs-standard-impl-1.2.5.jar bundle apache2
encoder-jsp-1.2.2.jar jar bsd3
commons-codec-1.14.0.wso2v1.jar bundle apache2
org.wso2.carbon.identity.user.registration.stub-5.0.7.jar bundle apache2
geronimo-stax-api_1.0_spec-1.0.1.jar bundle apache2
geronimo-javamail_1.4_spec-1.7.1.jar bundle apache2
org.wso2.carbon.identity.application.authentication.endpoint.util-5.0.7.jar bundle apache2
commons-cli-1.0.jar jar apache2
encoder-1.2.2.jar jar bsd3
org.wso2.securevault-1.1.3.jar bundle apache2
axiom-api-1.2.11-wso2v16.jar bundle apache2
java-property-utils-1.9.jar jar apache2
org.wso2.carbon.identity.oauth.extension-7.0.26.jar bundle apache2
cors-filter-1.7.jar jar apache2
swagger-jaxrs-1.6.2.jar bundle apache2
swagger-core-1.6.2.jar bundle apache2
javassist-3.21.0-GA.jar bundle apache2 + lgpl2 + mpl11
swagger-models-1.6.2.jar bundle apache2
swagger-annotations-1.6.2.jar bundle apache2
validation-api-1.1.0.Final.jar bundle apache2
commons-lang3-3.2.1.jar bundle apache2
reflections-0.9.11.jar bundle bsd2
org.wso2.carbon.identity.api.server.authenticators.v1-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.server.admin.advisory.management.v1-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.server.input.validation.v1-1.2.176.jar bundle apache2
org.wso2.carbon.identity.rest.api.user.mfa.v1-1.3.36.jar bundle apache2
org.wso2.carbon.identity.api.server.keystore.management.v1-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.server.notification.sender.v1-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.user.fido2.common-1.3.36.jar bundle apache2
org.wso2.carbon.identity.rest.api.user.session.v1-1.3.36.jar bundle apache2
org.wso2.carbon.identity.api.server.keystore.management.common-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.user.session.common-1.3.36.jar bundle apache2
org.wso2.carbon.identity.api.server.branding.preference.management.v1-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.server.oidc.scope.management.common-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.server.userstore.common-1.2.176.jar bundle apache2
org.wso2.carbon.identity.rest.api.server.email.template.v1-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.server.script.library.common-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.server.input.validation.common-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.server.authenticators.common-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.user.recovery.commons-1.3.36.jar bundle apache2
org.wso2.carbon.identity.api.server.configuration.mgt-7.0.78.jar bundle apache2
org.wso2.carbon.identity.api.server.tenant.management.common-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.user.recovery-1.9.6.jar bundle apache2
org.wso2.carbon.identity.rest.api.user.backupcode.v1-1.3.36.jar bundle apache2
org.wso2.carbon.identity.api.server.organization.selfservice.v1-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.idle.account.identification.v1-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.user.common-1.3.36.jar bundle apache2
org.wso2.carbon.identity.api.user.idv.v1-1.3.36.jar bundle apache2
org.wso2.carbon.identity.api.server.claim.management.common-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.server.identity.governance.common-1.2.176.jar bundle apache2
org.wso2.carbon.identity.rest.api.user.authorized.apps.v1-1.3.36.jar bundle apache2
org.wso2.carbon.identity.api.server.organization.role.management.v1-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.server.identity.governance.v1-1.2.176.jar bundle apache2
org.wso2.carbon.identity.rest.api.user.association.v1-1.3.36.jar bundle apache2
org.wso2.carbon.identity.api.server.entitlement-7.0.78.jar bundle apache2
org.wso2.carbon.identity.api.server.api.resource.v1-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.server.idv.provider.v1-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.server.tenant.management.v1-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.server.organization.selfservice.common-1.2.176.jar bundle apache2
org.wso2.carbon.api.server.local.auth.api-2.5.10.jar bundle apache2
org.wso2.carbon.identity.api.server.common-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.server.organization.user.invitation.management.common-1.2.176.jar bundle apache2
org.wso2.carbon.identity.rest.api.user.recovery.v2-1.3.36.jar bundle apache2
org.wso2.carbon.identity.api.server.secret.management.v1-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.user.onboard.common-1.3.36.jar bundle apache2
org.wso2.carbon.identity.api.server.organization.configs.common-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.server.idp.common-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.server.organization.user.invitation.management.v1-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.server.branding.preference.management.common-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.user.fido2-5.4.9.jar bundle apache2
org.wso2.carbon.identity.api.server.permission.management.v1-1.2.176.jar bundle apache2
org.wso2.carbon.identity.rest.api.user.backupcode.common-1.3.36.jar bundle apache2
org.wso2.carbon.identity.api.server.organization.management.common-1.2.176.jar bundle apache2
org.wso2.carbon.api.server.consent.mgt-2.6.2.jar bundle apache2
org.wso2.carbon.identity.api.expired.password.identification.common-1.2.176.jar bundle apache2
org.wso2.carbon.identity.rest.api.user.authorized.apps.v2-1.3.36.jar bundle apache2
org.wso2.carbon.identity.rest.api.user.recovery.v1-1.3.36.jar bundle apache2
org.wso2.carbon.identity.api.user.idv.common-1.3.36.jar bundle apache2
org.wso2.carbon.identity.api.server.userstore.v1-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.server.configs.v1-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.server.organization.management.v1-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.server.organization.role.management.common-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.user.functionality.common-1.3.36.jar bundle apache2
org.wso2.carbon.identity.rest.api.user.fido2.v1-1.3.36.jar bundle apache2
org.wso2.carbon.identity.api.server.extension.management.common-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.server.secret.management.common-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.server.email.template.common-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.server.extension.management.v1-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.server.organization.configs.v1-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.server.script.library.v1-1.2.176.jar bundle apache2
org.wso2.carbon.identity.rest.api.user.mfa.common-1.3.36.jar bundle apache2
org.wso2.carbon.identity.api.server.oauth.scope-7.0.26.jar bundle apache2
org.wso2.carbon.identity.api.user.application.common-1.3.36.jar bundle apache2
org.wso2.carbon.identity.rest.api.user.application.v1-1.3.36.jar bundle apache2
org.wso2.carbon.identity.api.server.oidc.scope.management.v1-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.server.application.management.common-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.expired.password.identification.v1-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.server.permission.management.common-1.2.176.jar bundle apache2
org.wso2.carbon.identity.rest.api.user.totp.common-1.3.36.jar bundle apache2
org.wso2.carbon.identity.api.server.idv.provider.common-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.server.idp.v1-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.idle.account.identification.common-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.dispatcher.core-2.0.17.jar bundle apache2
org.wso2.carbon.identity.api.server.api.resource.common-1.2.176.jar bundle apache2
org.wso2.carbon.identity.rest.api.user.organization.v1-1.3.36.jar bundle apache2
org.wso2.carbon.identity.rest.api.user.totp.v1-1.3.36.jar bundle apache2
org.wso2.carbon.identity.api.server.dcr-7.0.26.jar bundle apache2
org.wso2.carbon.identity.rest.api.server.claim.management.v1-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.server.configs.common-1.2.176.jar bundle apache2
org.wso2.carbon.identity.rest.api.user.functionality.v1-1.3.36.jar bundle apache2
org.wso2.carbon.identity.api.user.onboard.v1-1.3.36.jar bundle apache2
org.wso2.carbon.identity.api.server.cors.common-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.server.application.management.v1-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.user.governance-1.9.6.jar bundle apache2
org.wso2.carbon.identity.api.server.admin.advisory.management.common-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.user.organization.common-1.3.36.jar bundle apache2
org.wso2.carbon.identity.api.server.notification.sender.common-1.2.176.jar bundle apache2
org.wso2.carbon.identity.api.server.cors.v1-1.2.176.jar bundle apache2
commons-logging-1.2.jar bundle apache2
addressing-1.6.1-wso2v76.mar bundle apache2
org.wso2.carbon.bootstrap-4.10.9.jar bundle apache2
tomcat-juli-9.0.82.jar bundle apache2
jackson-module-jaxb-annotations-2.16.1.jar bundle apache2
spring-web-5.3.31-wso2v1.jar bundle apache2
spring-context-5.3.31-wso2v1.jar bundle apache2
olingo-odata2-api-incubating-1.1.0.jar bundle apache2
spring-expression-5.3.31-wso2v1.jar bundle apache2
org.wso2.carbon.identity.oauth.client.authn.filter-7.0.26.jar bundle apache2
jackson-dataformat-xml-2.16.1.jar bundle apache2
org.wso2.carbon.identity.client.attestation.filter-7.0.26.jar bundle apache2
jackson-dataformat-yaml-2.16.1.jar bundle apache2
jersey-core-1.19.1.jar bundle epl2
jersey-multipart-1.19.1.jar bundle cddl1
spring-aop-5.3.31-wso2v1.jar bundle apache2
javax.ws.rs-api-2.1.1.jar bundle epl2 + gpl2
validation-api-2.0.1.Final.jar bundle apache2
jersey-client-1.19.1.jar bundle epl2
cxf-rt-rs-extension-providers-3.5.5.jar bundle apache2
cxf-rt-frontend-jaxrs-3.5.5.jar bundle apache2
classmate-1.3.4.jar bundle apache2
hibernate-validator-6.2.0.Final.jar bundle apache2
spring-core-5.3.31-wso2v1.jar bundle apache2
spring-beans-5.3.31-wso2v1.jar bundle apache2
jackson-jaxrs-json-provider-2.16.1.jar bundle apache2
spring-jcl-5.3.31-wso2v1.jar bundle apache2
cxf-rt-transports-http-3.5.5.jar bundle apache2
javax.annotation-api-1.3.2.jar bundle cddl1
cxf-rt-rs-extension-search-3.5.5.jar bundle apache2
org.wso2.carbon.identity.mgt.endpoint.util-7.0.78.jar bundle apache2
jackson-jaxrs-base-2.16.1.jar bundle apache2
org.wso2.carbon.identity.application.authentication.endpoint.util-7.0.78.jar bundle apache2
cxf-rt-rs-client-3.5.5.jar bundle apache2
cxf-rt-rs-service-description-3.5.5.jar bundle apache2
olingo-odata2-core-incubating-1.1.0.jar bundle apache2
woodstox-core-asl-4.4.1.jar bundle apache2
slf4j-simple-1.7.28.jar bundle mit
xercesImpl-2.12.2.wso2v1.jar bundle apache2
org.wso2.ciphertool-1.1.21.jar bundle apache2
saaj-impl-1.5.0.jar jar apache2
re2j-1.2.jar jar golang
jinjava-2.6.0.jar jar apache2
istack-commons-runtime-3.0.8.jar bundle edl1
config-mapper-1.0.22.jar jar apache2
org.wso2.carbon.server-4.10.9.jar bundle apache2
jsoup-1.15.3.jar bundle mit
ant-contrib-1.0b3.jar jar apache2
xml-apis-1.4.01.jar jar apache2
jaxb-api-2.4.0-b180830.0359.jar bundle cddl1
xalan-2.7.3.wso2v1.jar bundle apache2
stax2-api-3.1.4.jar bundle bsd
commons-codec-1.12.jar bundle apache2
xml-resolver-1.2.jar jar apache2
jaxb-impl-2.4.0-b180830.0438.jar bundle cddl1
stax-ex-1.8.3.jar bundle edl1
serializer-2.7.3.wso2v1.jar bundle apache2
log4j-jcl-2.17.1.jar bundle apache2
log4j-core-2.17.1.jar bundle apache2
geronimo-jta_1.1_spec-1.1.jar jar apache2
jaxws-ri-2.3.2.wso2v1.jar bundle apache2 + edl1
slf4j-api-1.7.25.jar bundle mit
activation-1.1.1.jar jar cddl1
log4j-api-2.17.1.jar bundle apache2
cava-toml-0.5.0.jar jar apache2
antlr4-runtime-4.7.1.jar bundle bsd
guava-33.0.0-jre.jar bundle apache2
commons-lang3-3.9.jar bundle apache2
The license types used by the above libraries and their information is given below:
apache2 Apache License Version 2.0
http://www.apache.org/licenses/LICENSE-2.0.html
bsd Berkeley License
http://www.opensource.org/licenses/bsd-license.php
epl1 Eclipse Public License
http://www.eclipse.org/legal/epl-v10.html
bouncy Bouncy Castle License
http://www.bouncycastle.org/licence.html
mit MIT License
http://www.opensource.org/licenses/mit-license.php
cc-by-sa3 Creative Commons Attribution-ShareAlike Version 3.0
https://creativecommons.org/licenses/by-sa/3.0/
asm ASM License
http://asm.objectweb.org/license.html
lgpl2 Lesser General Public License Version 2.1
http://www.gnu.org/licenses/lgpl-2.1.php
bsd3 Berkeley License - 3
http://opensource.org/licenses/BSD-3-Clause
cddl1 Common Development and Distribution License
http://www.opensource.org/licenses/cddl1.php
gpl2 General Public License Version 2.0
https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
mpl20 Mozilla Public License Version 2.0
http://www.mozilla.org/MPL/2.0/
ccpd Creative Commons Public Domain
http://creativecommons.org/licenses/publicdomain
ccpd-universal CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
https://creativecommons.org/publicdomain/zero/1.0/
bsd2 Berkeley License - 2
https://opensource.org/licenses/BSD-2-Clause
mpl11 Mozilla Public License Version 1.1
http://www.mozilla.org/MPL/MPL-1.1.html
epl2 Eclipse Public License Version 2.0
https://www.eclipse.org/legal/epl-2.0/
golang Go Lang
https://golang.org/LICENSE
edl1 Eclipse Distribution License Version 1.0
http://www.eclipse.org/org/documents/edl-v10.php