mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 13:43:09 +00:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"extensions": {
|
|
"components": [
|
|
{
|
|
"implementation": "IdentityAggregator.js",
|
|
"type": "aggregator",
|
|
"provides": "identityService",
|
|
"depends": [ "$q" ]
|
|
},
|
|
{
|
|
"implementation": "IdentityProvider.js",
|
|
"type": "provider",
|
|
"provides": "identityService",
|
|
"depends": [ "$q" ],
|
|
"priority": "fallback"
|
|
},
|
|
{
|
|
"type": "decorator",
|
|
"provides": "creationService",
|
|
"implementation": "IdentityCreationDecorator.js",
|
|
"depends": [ "identityService" ]
|
|
}
|
|
],
|
|
"indicators": [
|
|
{
|
|
"implementation": "IdentityIndicator.js",
|
|
"depends": [ "identityService" ]
|
|
}
|
|
],
|
|
"types": [
|
|
{
|
|
"properties": [
|
|
{
|
|
"key": "creator",
|
|
"name": "Creator"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|