Package de.elo.ix.client
Class AclItem
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.AclItem
- All Implemented Interfaces:
Serializable
Human readable ACL entry.
Copyright: Copyright (c) 2004
Organisation: ELO Digital Office GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
Access mode.protected IdName[]
Only valid for group items.protected int
ID of user, group, key.protected String
Name of user, group, key.protected int
Item type: user, group, key, ...Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
access
protected int accessAccess mode. Bitset of LUR_*. -
id
protected int idID of user, group, key. -
name
Name of user, group, key. -
type
protected int typeItem type: user, group, key, ... -
andGroups
Only valid for group items. Contains the IDs and names of additional groups. The user has to be a member in each of this groups to be able to access the object.- Since:
- 7.00.000.005
-
-
Constructor Details
-
AclItem
public AclItem() -
AclItem
-
AclItem
-
-
Method Details