Class AclId


  • public class AclId
    extends java.lang.Object
    This class represents multiple ACL IDs in either long or raw form.
    • Constructor Summary

      Constructors 
      Constructor 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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long[] getIds()
      Returns internal ACL IDs of type long.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Method Detail

      • getIds

        public long[] getIds()
        Returns internal ACL IDs of type long.
        Returns:
        ACL ID