DBA Data[Home] [Help]

SYS.DBMS_NETWORK_ACL_ADMIN dependencies on XS$ACE_TYPE

Line 378: ace in xs$ace_type);

374: */
375: procedure append_host_ace(host in varchar2,
376: lower_port in pls_integer default null,
377: upper_port in pls_integer default null,
378: ace in xs$ace_type);
379:
380: /*
381: * Append access control entries (ACE) of an access control list (ACL) to
382: * the ACL of a network host.

Line 428: ace in xs$ace_type,

424: */
425: procedure remove_host_ace(host in varchar2,
426: lower_port in pls_integer default null,
427: upper_port in pls_integer default null,
428: ace in xs$ace_type,
429: remove_empty_acl in boolean default false);
430:
431: /*
432: * Append an access control entry (ACE) to the access control list (ACL)

Line 453: ace in xs$ace_type);

449: * - If the ACL is shared with another host or wallet, a copy of the ACL
450: * will be made before the ACL is modified.
451: */
452: procedure append_wallet_ace(wallet_path in varchar2,
453: ace in xs$ace_type);
454:
455: /*
456: * Append access control entries (ACE) of an access control list (ACL) to the
457: * ACL of a wallet.

Line 491: ace in xs$ace_type,

487: * - If the ACL is shared with another host or wallet, a copy of the ACL
488: * will be made before the ACL is modified.
489: */
490: procedure remove_wallet_ace(wallet_path in varchar2,
491: ace in xs$ace_type,
492: remove_empty_acl in boolean default false);
493:
494: /*
495: * Set the access control list (ACL) of a network host which controls access