| name | data type | description |
|---|---|---|
| classLoader | ClassLoader | |
| codeSource | CodeSource | |
| permissions | PermissionCollection | |
| principals | array of object |
Example
{
"classLoader" : {
"systemClassLoader" : { },
"parent" : { }
},
"principals" : [ { }, { } ],
"permissions" : {
"readOnly" : true
},
"codeSource" : {
"certificates" : [ {
"encoded" : "...",
"publicKey" : { },
"type" : "..."
}, {
"encoded" : "...",
"publicKey" : { },
"type" : "..."
} ],
"location" : {
"userInfo" : "...",
"content" : { },
"host" : "...",
"protocol" : "...",
"defaultPort" : 12345.0,
"port" : 12345.0,
"path" : "...",
"ref" : "...",
"file" : "...",
"query" : "...",
"authority" : "..."
},
"codeSigners" : [ {
"timestamp" : { },
"signerCertPath" : { }
}, {
"timestamp" : { },
"signerCertPath" : { }
} ]
}
}