Trees | Indices | Help |
---|
|
Represents additional user information for kerberos authentication.
|
|||
Inherited from |
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
__tablename__ =
|
|||
user_id = db.Column(db.Integer, db.ForeignKey("user.id"), null
|
|||
config_name = db.Column(db.String(30), nullable= False, primar
|
|||
primary = db.Column(db.String(80), nullable= False, primary_ke
|
|||
user = db.relationship("User", backref= db.backref("krb5_login
|
|||
__mapper__ = <Mapper at 0x7fee489dd910; Krb5Login>
|
|||
__table__ = Table('krb5_login', MetaData(bind=None), Column('u
|
|||
_sa_class_manager = <ClassManager of <class 'coprs.models.Krb5
|
|||
Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
A simple constructor that allows initialization from kwargs. Sets attributes on the constructed instance using the names and values in ``kwargs``. Only keys that are present as attributes of the instance's class are allowed. These could be, for example, any mapped columns or relationships.
|
|
user_id
|
config_name
|
primary
|
user
|
__table__
|
_sa_class_manager
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Dec 5 22:37:18 2016 | http://epydoc.sourceforge.net |