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

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)


Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.