Home | Trees | Indices | Help |
|
---|
|
object --+ | SqlAlchemyIdentity
Identity that uses a model from a database (via SQLAlchemy).
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
user Get user instance for this identity. |
|
user_name Get user name of this identity. |
|
user_id Get user id of this identity. |
|
anonymous Return true if not logged in. |
|
permissions Get set of permission names of this identity. |
|
groups Get set of group names of this identity. |
|
group_ids Get set of group IDs of this identity. |
|
visit_link Get the visit link to this identity. |
|
login_url Get the URL for the login page. |
|
Inherited from |
Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Property Details |
userGet user instance for this identity.
|
user_nameGet user name of this identity.
|
user_idGet user id of this identity.
|
anonymousReturn true if not logged in.
|
permissionsGet set of permission names of this identity.
|
groupsGet set of group names of this identity.
|
group_idsGet set of group IDs of this identity.
|
visit_linkGet the visit link to this identity.
|
login_urlGet the URL for the login page.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jul 14 21:45:37 2011 | http://epydoc.sourceforge.net |