org.omg.SecurityAdmin
Interface DomainAccessPolicyOperations

All Superinterfaces:
AccessPolicyOperations, PolicyOperations
All Known Subinterfaces:
DomainAccessPolicy

public interface DomainAccessPolicyOperations
extends AccessPolicyOperations

Generated from IDL interface "DomainAccessPolicy"

Author:
JacORB IDL compiler V 2.1 (JBoss patch 1), 01-Mar-2004

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

public void grant_rights(SecAttribute priv_attr,
                         DelegationState del_state,
                         Right[] rights)

revoke_rights

public void revoke_rights(SecAttribute priv_attr,
                          DelegationState del_state,
                          Right[] rights)

replace_rights

public void replace_rights(SecAttribute priv_attr,
                           DelegationState del_state,
                           Right[] rights)

get_rights

public Right[] get_rights(SecAttribute priv_attr,
                          DelegationState del_state,
                          ExtensibleFamily rights_family)

get_all_rights

public Right[] get_all_rights(SecAttribute priv_attr,
                              DelegationState del_state)