| Home | Trees | Index | Help |
|
|---|
| Package g4ds :: Module securitymanager :: Class Credential |
|
| Method Summary | |
|---|---|
Initalises the Algorithm and assigns the parameters to the local variables. | |
Some basic information about the object | |
GETTER | |
GETTER | |
GETTER | |
GETTER | |
GETTER | |
SETTER | |
| Instance Variable Summary | |
|---|---|
String |
_algorithmid: ID of the algorithm, this credential can be used with (and was created
for) |
String |
_id: Unique id for the credential |
String |
_key: Public key |
String |
_ownerid: ID of the owner of this key (Member, Community, ...) |
String |
_username: Username for this credential |
| Method Details |
|---|
__init__(self,
id=None,
algorithmid=None,
username=None,
key=None,
ownerid=None,
init=0)
Initalises the Algorithm and assigns the parameters to the local
variables.
|
__str__(self)
Some basic information about the object
|
getAlgorithmId(self)GETTER |
getId(self)GETTER |
getKey(self)GETTER |
getOwnerId(self)GETTER |
getUsername(self)GETTER |
setId(self, id)SETTER |
| Instance Variable Details |
|---|
_algorithmidID of the algorithm, this credential can be used with (and was created for)
|
_idUnique id for the credential
|
_keyPublic key
|
_owneridID of the owner of this key (Member, Community, ...)
|
_usernameUsername for this credential
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Sat Oct 22 22:52:47 2005 | http://epydoc.sf.net |