org.omg.SecurityAdmin

Interface DomainAccessPolicyOperations

All Superinterfaces:
AccessPolicyOperations, PolicyOperations
Known Subinterfaces:
DomainAccessPolicy

public interface DomainAccessPolicyOperations
extends AccessPolicyOperations

Generated from IDL interface "DomainAccessPolicy"

Author:
JacORB IDL compiler V 2.2, 7-May-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 Details

get_all_rights

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


get_rights

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


grant_rights

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


replace_rights

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


revoke_rights

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