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 Dec 2, 2008 2:43:16 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 5), 06-Jun-2007

Method Summary
 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)
           
 
Methods inherited from interface org.omg.SecurityAdmin.AccessPolicyOperations
get_all_effective_rights, get_effective_rights
 
Methods inherited from interface org.omg.CORBA.PolicyOperations
copy, destroy, policy_type
 

Method Detail

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)