Package | Description |
---|---|
org.omg.Security |
Modifier and Type | Field and Description |
---|---|
static SecurityFeature |
SecurityFeature.SecCompositeDelegation |
static SecurityFeature |
SecurityFeature.SecConfidentiality |
static SecurityFeature |
SecurityFeature.SecDetectMisordering |
static SecurityFeature |
SecurityFeature.SecDetectReplay |
static SecurityFeature |
SecurityFeature.SecEstablishTrustInClient |
static SecurityFeature |
SecurityFeature.SecEstablishTrustInTarget |
static SecurityFeature |
SecurityFeature.SecIntegrity |
static SecurityFeature |
SecurityFeature.SecIntegrityAndConfidentiality |
static SecurityFeature |
SecurityFeature.SecNoDelegation |
static SecurityFeature |
SecurityFeature.SecNoProtection |
static SecurityFeature |
SecurityFeature.SecSimpleDelegation |
SecurityFeature |
SecurityFeatureHolder.value |
Modifier and Type | Method and Description |
---|---|
static SecurityFeature |
SecurityFeatureHelper.extract(Any any) |
static SecurityFeature |
SecurityFeature.from_int(int value) |
static SecurityFeature |
SecurityFeatureHelper.read(InputStream in) |
Modifier and Type | Method and Description |
---|---|
static void |
SecurityFeatureHelper.insert(Any any,
SecurityFeature s) |
static void |
SecurityFeatureHelper.write(OutputStream out,
SecurityFeature s) |
Constructor and Description |
---|
SecurityFeatureHolder(SecurityFeature initial) |
Copyright © 2013. All Rights Reserved.