public class AclId
extends java.lang.Object
Constructor and Description |
---|
AclId(byte[] raw)
Constructs an AclId using the raw binary returned by the ora_get_aclids operator.
|
AclId(java.util.List<java.lang.Long> ids)
Constructs an AclId with internal ACL IDs of type long.
|
Modifier and Type | Method and Description |
---|---|
long[] |
getIds()
Returns internal ACL IDs of type long.
|
public AclId(byte[] raw)
raw
- list of ACL IDs in raw formatpublic AclId(java.util.List<java.lang.Long> ids)
ids
- list of ACL IDs