Ft.Server.Common.AclConstants

Data

ALLOWED = 1
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
ANONYMOUS_USER_NAME = 'guest'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
CHANGE_OWNER_ACCESS = 'change owner'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
CHANGE_PERMISSIONS_ACCESS = 'change permissions'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
DELETE_ACCESS = 'delete'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
DENIED = 0
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
EXECUTE_ACCESS = 'execute'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
OWNER = 'owner'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
READ_ACCESS = 'read'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
READ_METADATA_ACCESS = 'read metadata'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
SUPER_USER_GROUP_NAME = 'super-users'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
USERS_GROUP_NAME = 'users'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
WORLD_GROUP_NAME = 'world'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
WRITE_ACCESS = 'write'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
WRITE_USER_MODEL_ACCESS = 'write user model'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__file__ = 'build/lib.linux-ppc-2.2/Ft/Server/Common/AclConstants.py'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__name__ = 'Ft.Server.Common.AclConstants'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.