public interface DomainAccessPolicyOperations extends AccessPolicyOperations
Modifier and Type | Method and Description |
---|---|
Right[] |
get_all_rights(SecAttribute priv_attr,
DelegationState del_state) |
Right[] |
get_rights(SecAttribute priv_attr,
DelegationState del_state,
ExtensibleFamily rights_family) |
void |
grant_rights(SecAttribute priv_attr,
DelegationState del_state,
Right[] rights) |
void |
replace_rights(SecAttribute priv_attr,
DelegationState del_state,
Right[] rights) |
void |
revoke_rights(SecAttribute priv_attr,
DelegationState del_state,
Right[] rights) |
get_all_effective_rights, get_effective_rights
copy, destroy, policy_type
void grant_rights(SecAttribute priv_attr, DelegationState del_state, Right[] rights)
void revoke_rights(SecAttribute priv_attr, DelegationState del_state, Right[] rights)
void replace_rights(SecAttribute priv_attr, DelegationState del_state, Right[] rights)
Right[] get_rights(SecAttribute priv_attr, DelegationState del_state, ExtensibleFamily rights_family)
Right[] get_all_rights(SecAttribute priv_attr, DelegationState del_state)
Copyright © 2013. All Rights Reserved.