org.omg.SecurityAdmin
Interface AccessPolicyOperations

All Superinterfaces:
PolicyOperations
All Known Subinterfaces:
AccessPolicy, DomainAccessPolicy, DomainAccessPolicyOperations

public interface AccessPolicyOperations
extends PolicyOperations

Generated from IDL interface "AccessPolicy"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005

Method Summary
 Right[] get_all_effective_rights(SecAttribute[] attrib_list)
           
 Right[] get_effective_rights(SecAttribute[] attrib_list, ExtensibleFamily rights_family)
           
 
Methods inherited from interface org.omg.CORBA.PolicyOperations
copy, destroy, policy_type
 

Method Detail

get_effective_rights

public Right[] get_effective_rights(SecAttribute[] attrib_list,
                                    ExtensibleFamily rights_family)

get_all_effective_rights

public Right[] get_all_effective_rights(SecAttribute[] attrib_list)