Package net.handle.hdllib
Class AdminRecord
java.lang.Object
net.handle.hdllib.AdminRecord
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
Deprecated.static final int
byte[]
int
static final int
static final int
static final int
Deprecated.boolean
Version 7.3 and earlier had two extra zero bytes at the end of the representationstatic final int
static final int
static final int
boolean[]
static final boolean
static final boolean
static final boolean
static final boolean
static final boolean
static final boolean
static final boolean
static final boolean
static final boolean
static final boolean
static final boolean
static final boolean
static final boolean
static final boolean
static final boolean
static final boolean
static final boolean
static final boolean
static final boolean
static final boolean
static final boolean
static final boolean
static final boolean
static final boolean
static final int
static final int
static final int
-
Constructor Summary
ConstructorsConstructorDescriptionNull constructorAdminRecord
(byte[] adminId, int adminIdIndex, boolean addHandle, boolean deleteHandle, boolean addNA, boolean deleteNA, boolean modifyValue, boolean removeValue, boolean addValue, boolean modifyAdmin, boolean removeAdmin, boolean addAdmin, boolean readValue, boolean listHandles) Constructor -
Method Summary
-
Field Details
-
adminId
public byte[] adminId -
adminIdIndex
public int adminIdIndex -
ADD_HANDLE
public static final int ADD_HANDLE- See Also:
-
DELETE_HANDLE
public static final int DELETE_HANDLE- See Also:
-
ADD_DERIVED_PREFIX
public static final int ADD_DERIVED_PREFIX- See Also:
-
DELETE_DERIVED_PREFIX
public static final int DELETE_DERIVED_PREFIX- See Also:
-
MODIFY_VALUE
public static final int MODIFY_VALUE- See Also:
-
REMOVE_VALUE
public static final int REMOVE_VALUE- See Also:
-
ADD_VALUE
public static final int ADD_VALUE- See Also:
-
MODIFY_ADMIN
public static final int MODIFY_ADMIN- See Also:
-
REMOVE_ADMIN
public static final int REMOVE_ADMIN- See Also:
-
ADD_ADMIN
public static final int ADD_ADMIN- See Also:
-
READ_VALUE
public static final int READ_VALUE- See Also:
-
LIST_HANDLES
public static final int LIST_HANDLES- See Also:
-
ADD_NAMING_AUTH
Deprecated.- See Also:
-
DELETE_NAMING_AUTH
Deprecated.- See Also:
-
PRM_ADD_HANDLE
public static final boolean PRM_ADD_HANDLE- See Also:
-
PRM_NO_ADD_HANDLE
public static final boolean PRM_NO_ADD_HANDLE- See Also:
-
PRM_DELETE_HANDLE
public static final boolean PRM_DELETE_HANDLE- See Also:
-
PRM_NO_DELETE_HANDLE
public static final boolean PRM_NO_DELETE_HANDLE- See Also:
-
PRM_ADD_NA
public static final boolean PRM_ADD_NA- See Also:
-
PRM_NO_ADD_NA
public static final boolean PRM_NO_ADD_NA- See Also:
-
PRM_DELETE_NA
public static final boolean PRM_DELETE_NA- See Also:
-
PRM_NO_DELETE_NA
public static final boolean PRM_NO_DELETE_NA- See Also:
-
PRM_READ_VALUE
public static final boolean PRM_READ_VALUE- See Also:
-
PRM_NO_READ_VALUE
public static final boolean PRM_NO_READ_VALUE- See Also:
-
PRM_MODIFY_VALUE
public static final boolean PRM_MODIFY_VALUE- See Also:
-
PRM_NO_MODIFY_VALUE
public static final boolean PRM_NO_MODIFY_VALUE- See Also:
-
PRM_REMOVE_VALUE
public static final boolean PRM_REMOVE_VALUE- See Also:
-
PRM_NO_REMOVE_VALUE
public static final boolean PRM_NO_REMOVE_VALUE- See Also:
-
PRM_ADD_VALUE
public static final boolean PRM_ADD_VALUE- See Also:
-
PRM_NO_ADD_VALUE
public static final boolean PRM_NO_ADD_VALUE- See Also:
-
PRM_MODIFY_ADMIN
public static final boolean PRM_MODIFY_ADMIN- See Also:
-
PRM_NO_MODIFY_ADMIN
public static final boolean PRM_NO_MODIFY_ADMIN- See Also:
-
PRM_REMOVE_ADMIN
public static final boolean PRM_REMOVE_ADMIN- See Also:
-
PRM_NO_REMOVE_ADMIN
public static final boolean PRM_NO_REMOVE_ADMIN- See Also:
-
PRM_ADD_ADMIN
public static final boolean PRM_ADD_ADMIN- See Also:
-
PRM_NO_ADD_ADMIN
public static final boolean PRM_NO_ADD_ADMIN- See Also:
-
PRM_LIST_HANDLES
public static final boolean PRM_LIST_HANDLES- See Also:
-
PRM_NO_LIST_HANDLES
public static final boolean PRM_NO_LIST_HANDLES- See Also:
-
perms
public boolean[] perms -
legacyByteLength
public boolean legacyByteLengthVersion 7.3 and earlier had two extra zero bytes at the end of the representation
-
-
Constructor Details
-
AdminRecord
public AdminRecord()Null constructor -
AdminRecord
public AdminRecord(byte[] adminId, int adminIdIndex, boolean addHandle, boolean deleteHandle, boolean addNA, boolean deleteNA, boolean modifyValue, boolean removeValue, boolean addValue, boolean modifyAdmin, boolean removeAdmin, boolean addAdmin, boolean readValue, boolean listHandles) Constructor
-
-
Method Details