forked from wso2/docs-apim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.spelling
6497 lines (6497 loc) · 99.6 KB
/
.spelling
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
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# markdown-spellcheck spelling configuration file
# Format - lines beginning # are comments
# global dictionary is at the start, file overrides afterwards
# one word per line, to define a file override use ' - filename'
# where filename is relative to this configuration file
multitenancy
Auth0
OAuth
APIs
JWTValidator
ForgeRock
Keycloak
truststore
Okta
PingFederate
portOffset
validator
backend
MySQL
no-sql
log4j
LogProvider
LogFileProvider
getApplicationNames
tenantDomain
serverKey
getSystemLogs
LogEvents
getAllLogs
getLogsByAppName
appName
getLogs
LogEvent
logsCount
clearLogs
LoggingConfig
loggingConfig
getLogFileInfoList
serviceName
downloadLogFile
logFile
LogViewer
log4j2
Hazelcast
appenders
appender
CARBON_LOGFILE
log4j2.properties
AUDIT_LOGFILE
JConsole
JMX-compliant
MBeans
ServerAdmin
ActiveConnections
LastXxxConnections
RequestSizesMap
ResponseSizesMap
LastResetTime
AvgLatency
LastHourAvgLatency
RequestReadTime
15m
RequestWriteTime
ResponseReadTime
ResponseWriteTime
ClientWorker
ServeWorker
ServerWorker
TotalWorkerCount
AvgUnblockedWorkerPercentage
AvgBlockedWorkerPercentage
LastXxxBlockedWorkerPercentage
DeadLockedWorkers
MBean
ActiveThreadCount
AvgSizeReceived
AvgSizeSent
BytesReceived
BytesSent
FaultsReceiving
FaultsSending
MaxSizeReceived
MaxSizeSent
MetricsWindow
MinSizeReceived
MinSizeSent
MessagesReceived
MessagesSent
QueueSize
ResponseCodeTable
TimeoutsReceiving
TimeoutsSending
resetStatistics
maintenenceShutdown
gracePeriod
webapp
monitored.user.stores
pool_usage_limit_percentage
monitored.datasources
HealthChecker
OSGi
HealthMonitorServiceComponent.java
DataSources
TCP-based
TCPMon
OpenTracing
Zipkin
KeyStores
APIM_HOME
deployment.toml
user_store
adminUser
datasources
SHARED_DB
userstore
classpath
user_store_properties
user-mgt
create_admin_account
admin_role
read_only_ldap
base_dn
ConnectionURL
connection_url
carbon.xml
keystores
ConnectionName
connection_name
ConnectionPassword
connection_password
UserEntryObjectClass
user_entry_object_class
identityPerson
UserNameAttribute
user_name_attribute
UserNameSearchFilter
user_name_search_filter
objectClass
UserNameListFilter
user_name_list_filter
UserDNPattern
user_dn_pattern
DisplayNameAttribute
display_name_attribute
ReadGroups
read_groups
WriteGroups
GroupSearchBase
GroupNameListFilter
GroupNameAttribute
write_groups
group_search_base
GroupEntryObjectClass
group_entry_object_class
groupOfNames
group_name_attribute
GroupNameSearchFilter
group_name_search_filter
group_name_list_filter
groupOfName
RoleDNPattern
role_dn_pattern
MembershipAttribute
membership_attribute_range
MemberOfAttribute
member_of_attribute
memberOf
BackLinksEnabled
back_links_enabled
UsernameJavaRegEx
username_java_regex
UsernameJava
ScriptRegEx
username_java
_script_regex
UsernameJavaReg
ExViolationErrorMsg
username_java_reg
_ex_violation_error_msg
PasswordJavaRegEx
password_java_regex
PasswordJava
password_java
PasswordJavaReg
password_java_reg
ex_violation_error_msg
passwordJavaRegEx
RolenameJavaRegEx
rolename_java_regex
SCIMEnabled
scim_enabled
PasswordHashMethod
password_hash_method
SHA-256
PLAIN_TEXT
OpenLDAP
OpenDJ
ApacheDS
SHA-512
MultiAttribute
multi_attribute
_separator
MaxUserName
ListLength
max_user_name
_list_length
MaxPageSize
MaxRoleName
max_role_name_
list_length
kdcEnabled
kdc_enabled
Kerberos
UserRoles
CacheEnabled
user_roles_
cache_enabled
PoolingEnabled
connection_
pooling_enabled
LDAPConnection
ldap_connection
_timeout
ReadTimeout
read_timeout
AttributeRange
membership_
attribute_range
RetryAttempts
retry_attempts
active_directory
sAMAccountName
membership_attribute
username_java_
script_regex
username_java_reg_
password_java_
MultiAttributeSeparator
multi_attribute_separator
max_user_name_
LDAPConnectionT
org.wso2.carbon.user.core.ldap.ReadOnlyLDAPUserStoreManager
read_write_ldap
org.wso2.carbon.user.core.ldap.ReadWriteLDAPUserStoreManager
org.wso2.carbon.user.core.ldap.ActiveDirectoryUserStoreManager
org.wso2.carbon.user.core.jdbc.JDBCUserStoreManager
jndi
PRODUCT_HOME
isCascadeDeleteEnabled
UM_USER_PERMISSION
UM_ROLE_PERMISSION
UM_PERMISSION
validationQuery
AdminUser
AddAdmin
wso2Person
EnableEmailUserName
UsernameWithEmailJavaScriptRegEx
CaseInsensitiveUsername
rolename
MultiTenantRealmConfigBuilder
AbstractUserStoreManager
preparePassword
deletedRoles
newRoles
deletedUsers
newUsers
URIs
IntelliJ
Jasypt
pom.xml
pre-WebSocket
pre-installed
pre-prod
pre-migrated
bucketName
objectKey
ProxyServiceSampleConfigs
ProxyServiceSampleCompositeExporter
- docs/administer/key-managers/configure-keycloak-connector.md
keystore
- docs/administer/key-managers/configure-okta-connector.md
https
MySQL
no-sql
log4j
LogProvider
LogFileProvider
getApplicationNames
tenantDomain
serverKey
getSystemLogs
LogEvents
getAllLogs
getLogsByAppName
appName
getLogs
LogEvent
logsCount
clearLogs
LoggingConfig
loggingConfig
getLogFileInfoList
serviceName
downloadLogFile
logFile
LogViewer
log4j2
appenders
CARBON_LOGFILE
log4j2.properties
appender
AUDIT_LOGFILE
DevOps
servlet
PassThrough
runtime
referer
enableLookups
identd
charset
Hazelcast
Auth0
OAuth
APIs
JWTValidator
ForgeRock
Keycloak
truststore
Okta
PingFederate
portOffset
validator
backend
- docs/administer/key-managers/configure-keycloak-connector.md
keystore
- docs/administer/key-managers/configure-okta-connector.md
https
MBeans
ObjectName
MBeanServer
MBean
datasources
JConsole
RMIRegistryPort
RMIServerPort
PRODUCT_HOME
deployment.toml
datasource
jmxEnabled
JMX-compliant
localhost
ServerAdmin
org.wso2.carbon
ServerStatus
ServerData
ServerVersion
restartGracefully
shutdownGracefully
startMaintenance
endMaintenance
ServiceAdmin
NumberOfActiveServices
NumberOfInactiveServices
NumberOfFaultyServices
startService
stopService
StatisticsAdmin
AvgSystemResponseTime
MaxSystemResponseTime
MinSystemResponseTime
SystemFaultCount
SystemRequestCount
SystemResponseCount
getServiceRequestCount
getServiceResponseCount
getServiceFaultCount
getMaxServiceResponseTime
getMinServiceResponseTime
getAvgServiceResponseTime
getOperationRequestCount
getOperationResponseCount
getOperationFaultCount
getMaxOperationResponseTime
getMinOperationResponseTime
getAvgOperationResponseTime
Jolokia
JMX-HTTP
JSR-160
OSGi
hostname
JMX-based
ActiveConnections
LastXxxConnections
RequestSizesMap
ResponseSizesMap
LastResetTime
AvgLatency
LastHourAvgLatency
RequestReadTime
RequestWriteTime
ResponseReadTime
ResponseWriteTime
ClientWorker
ServeWorker
ServerWorker
TotalWorkerCount
AvgUnblockedWorkerPercentage
AvgBlockedWorkerPercentage
LastXxxBlockedWorkerPercentage
DeadLockedWorkers
ActiveThreadCount
AvgSizeReceived
AvgSizeSent
BytesReceived
BytesSent
FaultsReceiving
FaultsSending
MaxSizeReceived
MaxSizeSent
MetricsWindow
MinSizeReceived
MinSizeSent
MessagesReceived
MessagesSent
QueueSize
ResponseCodeTable
TimeoutsReceiving
TimeoutsSending
resetStatistics
maintenenceShutdown
gracePeriod
e.g.
webapp
monitored.user.stores
pool_usage_limit_percentage
monitored.datasources
HealthChecker
HealthMonitorServiceComponent.java
TCP-based
TCPMon
OpenTracing
Zipkin
15m
- docs/administer/logging-and-monitoring/monitoring/jmx-based-monitoring.md
rmi_server_startfalse
p1
p2
- docs/administer/logging-and-monitoring/monitoring/jmx-monitoring.md
Esb
txxx
MySQL
no-sql
log4j
LogProvider
LogFileProvider
getApplicationNames
tenantDomain
serverKey
getSystemLogs
LogEvents
getAllLogs
getLogsByAppName
appName
getLogs
LogEvent
logsCount
clearLogs
LoggingConfig
loggingConfig
getLogFileInfoList
serviceName
downloadLogFile
logFile
LogViewer
log4j2
appenders
CARBON_LOGFILE
log4j2.properties
appender
AUDIT_LOGFILE
DevOps
servlet
PassThrough
runtime
referer
enableLookups
identd
charset
Hazelcast
Auth0
OAuth
APIs
JWTValidator
ForgeRock
Keycloak
truststore
Okta
PingFederate
portOffset
validator
backend
- docs/administer/key-managers/configure-keycloak-connector.md
keystore
- docs/administer/key-managers/configure-okta-connector.md
https
analytics
KeyStores
lifecycle
i.e.
jndi
isCascadeDeleteEnabled
UM_USER_PERMISSION
UM_ROLE_PERMISSION
UM_PERMISSION
validationQuery
AdminUser
AddAdmin
wso2Person
EnableEmailUserName
UsernameWithEmailJavaScriptRegEx
CaseInsensitiveUsername
rolename
MultiTenantRealmConfigBuilder
AbstractUserStoreManager
preparePassword
programmatically
deletedRoles
newRoles
deletedUsers
newUsers
URIs
IntelliJ
Jasypt
pom.xml
APIM_HOME
user_store
adminUser
SHARED_DB
userstore
classpath
user_store_properties
user-mgt
create_admin_account
admin_role
read_only_ldap
base_dn
ConnectionURL
connection_url
carbon.xml
keystores
ConnectionName
connection_name
ConnectionPassword
connection_password
UserEntryObjectClass
user_entry_object_class
identityPerson
UserNameAttribute
user_name_attribute
UserNameSearchFilter
user_name_search_filter
objectClass
UserNameListFilter
user_name_list_filter
UserDNPattern
user_dn_pattern
DisplayNameAttribute
display_name_attribute
ReadGroups
read_groups
WriteGroups
GroupSearchBase
GroupNameListFilter
GroupNameAttribute
write_groups
group_search_base
GroupEntryObjectClass
group_entry_object_class
groupOfNames
group_name_attribute
GroupNameSearchFilter
group_name_search_filter
group_name_list_filter
groupOfName
RoleDNPattern
role_dn_pattern
MembershipAttribute
membership_attribute_range
MemberOfAttribute
member_of_attribute
memberOf
BackLinksEnabled
back_links_enabled
UsernameJavaRegEx
username_java_regex
UsernameJava
ScriptRegEx
username_java
_script_regex
UsernameJavaReg
ExViolationErrorMsg
username_java_reg
_ex_violation_error_msg
PasswordJavaRegEx
password_java_regex
PasswordJava
password_java
PasswordJavaReg
password_java_reg
ex_violation_error_msg
passwordJavaRegEx
RolenameJavaRegEx
rolename_java_regex
SCIMEnabled
scim_enabled
PasswordHashMethod
password_hash_method
SHA-256
PLAIN_TEXT
OpenLDAP
OpenDJ
ApacheDS
SHA-512
MultiAttribute
multi_attribute
_separator
MaxUserName
ListLength
max_user_name
_list_length
MaxPageSize
MaxRoleName
max_role_name_
list_length
kdcEnabled
kdc_enabled
Kerberos
UserRoles
CacheEnabled
user_roles_
cache_enabled
PoolingEnabled
connection_
pooling_enabled
LDAPConnection
ldap_connection
_timeout
ReadTimeout
read_timeout
AttributeRange
membership_
attribute_range
RetryAttempts
retry_attempts
active_directory
sAMAccountName
membership_attribute
username_java_
script_regex
username_java_reg_
password_java_
MultiAttributeSeparator
multi_attribute_separator
max_user_name_
LDAPConnectionT
schemas
org.wso2.carbon.user.core.ldap.ReadOnlyLDAPUserStoreManager
read_write_ldap
org.wso2.carbon.user.core.ldap.ReadWriteLDAPUserStoreManager
org.wso2.carbon.user.core.ldap.ActiveDirectoryUserStoreManager
org.wso2.carbon.user.core.jdbc.JDBCUserStoreManager
- docs/administer/managing-users-and-roles/managing-user-stores/configure-primary-user-store/configuring-a-read-only-ldap-user-store.md
xml
4.5.x
AdminSOA
ou
wso2
ldap
ldaps
jks
uid
cn
a-zA-Z0-9
_
- docs/administer/managing-users-and-roles/managing-user-stores/configure-primary-user-store/configuring-a-read-write-active-directory-user-store.md
sn
abc.com
axis2
foo.com
bar.com
GhostDeployment
MyService
Choreo
10-minute
customer1-dev
md
CounterMetric
MetricReporter
Elasticsearch
Kibana
Filebeat
pre-built
UIs
SLAs
tooltip
webapp
OAuth2
GraphQL
APIs
Reddit
iframe
i18n
programmatically
AliExpress
SaaS
i.e.
PizzaShackAPI
xxxx
phoneverify
context_name
lifecycle
property_name
property_value
api-category
SDKs
e.g.
JMeter
Node.js
NodeJs
Clojure
AsyncScala
CsharpDotNet2
README.md
PhoneNumber
LicenseKey
backend
HTTPS-based
OpenAPI
PizzaShack
GraphiQL
StarWarsAPI
SLAs
pre-created
json
usecase
dropdown
client-truststore
untrusted
HumanTask
testApplication
OAuth2.0
Okta
KeyCloak
Keycloak
OAuth
OAuth2
DefaultGroupIDExtractorImpl
user1
user2
org1
App_A
SubscriptionUpdateSimpleWorkflowExecutor
SubscriptionUpdateApprovalWorkflowExecutor
popup
TIER_UPDATE_PENDING
ON_HOLD
OpenAPIs
microservices
CPUs
lockdown
param
Backends
parameterized
runtime
APIs
backend
ip
pre-production
carbon-analytics
analytics
truststore
keystore
jks
localhost
hostname
https
Geolocation
OAuth2.0
IPs
schemas
backend-jwt-intro
md
Base64URL
Base64
backend-jwt-note
JWTGenerator
backend-jwt-gw-note
apim.jwt.enable
Uncomment
apim.jwt.header
X-JWT-Assertion
apim.jwt.enable_user_claims
apim.jwt.claims_extractor_impl
org.wso2.carbon.apimgt.impl.token.DefaultClaimsRetriever
apim.jwt.claim_dialect
uncomment
apim.jwt.convert_dialect
AuthorizationGrantCache
getUserClaimValues
apim.jwt.signing_algorithm
infor
SHA256withRSA
apim.jwt.gateway_generator.impl
org.wso2.carbon.apimgt.gateway.handlers.security.jwt.generator.APIMgtGatewayJWTGeneratorImpl
apim.jwt.gateway_generator.excluded_claims
TCPMon
Choreo
Enduser
Jconsole
MBeans
MBean
proxying
insequence
outsequence
popup
Lifecycle
wso2carbon
e.g.
Formatters
formatters
xml
org.apache.axis2.builder.ApplicationXMLBuilder
x-www-form-urlencoded
org.apache.synapse.commons.builders.XFormURLEncodedBuilder
multipart
org.apache.axis2.builder.MultipartFormDataBuilder
json
org.apache.synapse.commons.json.JsonStreamBuilder
badgerfish
org.apache.axis2.json.JSONBadgerfishOMBuilder
javascript
org.apache.axis2.json.JSONBuilder
html
org.wso2.carbon.relay.BinaryRelayBuilder
org.apache.axis2.format.PlainTextBuilder
org.apache.axis2.transport.http.XFormURLEncodedFormatter
org.apache.axis2.transport.http.MultipartFormDataFormatter
org.apache.axis2.transport.http.ApplicationXMLFormatter
org.apache.axis2.transport.http.SOAPMessageFormatter
org.apache.synapse.commons.json.JsonStreamFormatter
org.apache.axis2.json.JSONBadgerfishMessageFormatter
org.apache.axis2.json.JSONMessageFormatter
org.wso2.carbon.relay.ExpandingMessageFormatter
i.e.
WSO2-Integration-Studio-7
linux-gtk-x86_64
tar.gz.
IntegrationStudio
TestProject
TestProjectConfigs
src
synapse-config
Checkin
backends
TestAPI
businessId
JAX-RS
TestCustomHeader
testcustomheader
XPath
Axis2
StAXON
infoset
JsonStreamBuilder
JsonBuilder
axis2
messageType
pre-configured
validator
maxPropertyCount
maxStringLength
maxArrayElementCount
maxKeyLength
maxJsonDepth
Queryparam
dtdEnabled
externalEntitiesEnabled
maxXMLDepth
maxElementCount
maxAttributeCount
maxAttributeLength
entityExpansionLimit
maxChildrenPerElement
userapi
addResource
xsd
choreo-connect-1
choreo-connect-2
requestBody
HTTP2-Settings
enforcer.jwtGenerator.enable
enforcer.jwtGenerator.header
enforcer.jwtGenerator.claimDialect
enforcer.jwtGenerator.signingAlgorithm
enforcer.jwtGenerator.gatewayGeneratorImpl
enforcer.jwtGenerator.publicCertificatePath
enforcer.jwtGenerator.privateKeyPath
CustomJwtTransformerorg.wso2.carbon.apimgt
CHOREO-CONNECT_HOME
dropins
jti
etcd
JWTs
OpenAPI
microservice
3.0.x
x-wso2-basePath
x-wso2-production-endpoints
onwards
basePath
v2
v1
OAuth
gRPC
keymanager
keyManagers
failover
applicationId
baz
p12
e001
p20
e002
baz.id
qux
quz.id
Adaptor
toml
adapter.server
tokenTTL
1h
tokenPrivateKeyPath
wso2
mg.key
adapter.server.users
env
adapter_admin_pwd
adapter.keystore
certPath
mg.pem
keyPath
adapter.truststore
adapter.vhostMapping
vhost
adapter.consul
pollInterval
aclToken
d3a2a719-4221-8c65-5212-58d4727427ac
mgwServiceName
serviceMeshEnabled
tls
caCertFile
pem
certFile
keyFile
analytics.adapter
bufferFlushInterval
1s
bufferSizeBytes
gRPCRequestTimeout
20s
analytics.enforcer.configProperties
authURL
analytics_authURL
authToken
analytics_authToken
analytics.enforcer.LogReceiver
maxMessageSize
maxHeaderLimit
keepAliveTime
analytics.enforcer.LogReceiver.threadPool
coreSize
maxSize
Log4j2
log4j2
Appenders
appender
appenders
MGW_CONSOLE
MGW_LOGFILE
controlPlane
serviceUrl
cp_admin_pwd
environmentLabels
retryInterval
skipSSLVerification
controlPlane.jmsConnectionParameters
eventListeningEndpoints
amqp