Package oracle.security.xs
Class AclId
- java.lang.Object
-
- oracle.security.xs.AclId
-
public class AclId extends java.lang.ObjectThis class represents multiple ACL IDs in either long or raw form.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long[]getIds()Returns internal ACL IDs of type long.
-
-
-
Constructor Detail
-
AclId
public AclId(byte[] raw)
Constructs an AclId using the raw binary returned by the ora_get_aclids operator.- Parameters:
raw- list of ACL IDs in raw format
-
AclId
public AclId(java.util.List<java.lang.Long> ids)
Constructs an AclId with internal ACL IDs of type long. This is for advanced users only.- Parameters:
ids- list of ACL IDs
-
-