Ft.Server.Server.SCore.UserImp

Modules

FtssDriver  ResourceTypes  XPath  XmlLib 
GroupableObjectMixin  Schema  XmlDocumentImp   

Classes

__delitem__(self, name)
__getitem__(self, name)
__setitem__(self, name, value)
_delete(self)
get(self, name, defaultValue=None)
getPassword(self)
getUserData(self)
getUsername(self)
has_key(self, key)
items(self)
keys(self)
setPassword(self, newPasswd)
setUserData(self, userData)
setUsername(self, name)
values(self)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Server.Server.SCore.UserImp'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
_passwdExpression = string(child::ftss:User/child::ftss:PasswdHash)
_userDataExpression = /child::ftss:User/child::ftss:Data/child::ftss:Entry
_userDataKeyExpression = string(attribute::key)
_userDataValueExpression = string(child::text())
_usernameExpression = string(child::ftss:User/attribute::userName)
resourceType = 7
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.

Functions

NewUserXml(driver, userName, path, passwdHash, acl, owner, docDef)

Data

FTSERVER_NAMESPACE = 'http://xmlns.4suite.org/reserved'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
UPDATE_PASSWORD = '<xupdate:modifications\n version="1.0"\n xmlns:x...sh">%s</xupdate:update>\n</xupdate:modifications>\n'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
UPDATE_USERNAME = '<xupdate:modifications\n version="1.0"\n xmlns:x...me">%s</xupdate:update>\n</xupdate:modifications>\n'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
UPDATE_USER_DATA = '<xupdate:modifications\n version="1.0"\n xmlns:x...()\'>%s</xupdate:append>\n</xupdate:modifications>\n'
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/Server/SCore/UserImp.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.Server.SCore.UserImp'
str(object) -> string

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