org.omg.SecurityAdmin
Interface DomainAccessPolicyOperations
- All Superinterfaces:
- AccessPolicyOperations, PolicyOperations
- All Known Subinterfaces:
- DomainAccessPolicy
public interface DomainAccessPolicyOperations
- extends AccessPolicyOperations
Generated from IDL interface "DomainAccessPolicy".
- Version:
- generated at Sep 22, 2012 10:57:58 AM
- Author:
- JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
grant_rights
void grant_rights(SecAttribute priv_attr,
DelegationState del_state,
Right[] rights)
revoke_rights
void revoke_rights(SecAttribute priv_attr,
DelegationState del_state,
Right[] rights)
replace_rights
void replace_rights(SecAttribute priv_attr,
DelegationState del_state,
Right[] rights)
get_rights
Right[] get_rights(SecAttribute priv_attr,
DelegationState del_state,
ExtensibleFamily rights_family)
get_all_rights
Right[] get_all_rights(SecAttribute priv_attr,
DelegationState del_state)
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.