Package | Description |
---|---|
org.omg.Security | |
org.omg.SecurityAdmin | |
org.omg.SecurityLevel2 |
Modifier and Type | Field and Description |
---|---|
Right |
RightHolder.value |
Right[] |
RightsListHolder.value |
Modifier and Type | Method and Description |
---|---|
static Right[] |
RightsListHelper.extract(Any any) |
static Right |
RightHelper.extract(Any any) |
static Right[] |
RightsListHelper.read(InputStream _in) |
static Right |
RightHelper.read(InputStream in) |
Modifier and Type | Method and Description |
---|---|
static void |
RightHelper.insert(Any any,
Right s) |
static void |
RightsListHelper.insert(Any any,
Right[] s) |
static void |
RightHelper.write(OutputStream out,
Right s) |
static void |
RightsListHelper.write(OutputStream _out,
Right[] _s) |
Constructor and Description |
---|
RightHolder(Right initial) |
RightsListHolder(Right[] initial) |
Modifier and Type | Method and Description |
---|---|
Right[] |
AccessPolicyOperations.get_all_effective_rights(SecAttribute[] attrib_list) |
Right[] |
DomainAccessPolicyOperations.get_all_rights(SecAttribute priv_attr,
DelegationState del_state) |
Right[] |
AccessPolicyOperations.get_effective_rights(SecAttribute[] attrib_list,
ExtensibleFamily rights_family) |
Right[] |
DomainAccessPolicyOperations.get_rights(SecAttribute priv_attr,
DelegationState del_state,
ExtensibleFamily rights_family) |
Modifier and Type | Method and Description |
---|---|
void |
DomainAccessPolicyOperations.grant_rights(SecAttribute priv_attr,
DelegationState del_state,
Right[] rights) |
void |
DomainAccessPolicyOperations.replace_rights(SecAttribute priv_attr,
DelegationState del_state,
Right[] rights) |
void |
DomainAccessPolicyOperations.revoke_rights(SecAttribute priv_attr,
DelegationState del_state,
Right[] rights) |
Modifier and Type | Method and Description |
---|---|
void |
RequiredRightsOperations.set_required_rights(String operation_name,
String interface_name,
Right[] rights,
RightsCombinator rights_combinator) |
Copyright © 2017 JacORB. All rights reserved.