Home | Trees | Index | Help |
---|
Package twisted :: Package conch :: Module identity :: Class OpenSSHConchIdentity |
|
Identity
--+ |ConchIdentity
--+ | OpenSSHConchIdentity
Method Summary | |
---|---|
Create an identity. (inherited from Identity )
| |
Adds a client class for the given service. (inherited from ConchIdentity )
| |
Put a key on my keyring. (inherited from Identity )
| |
Add a key for the given perspective. (inherited from Identity )
| |
This will add the service, using our name as the name for the perspective. (inherited from ConchIdentity )
| |
I return some random data. (inherited from Identity )
| |
Returns a list of all services and perspectives this identity can connect to. (inherited from Identity )
| |
str
|
Return the users home directory. |
str
|
Return the users shell. |
tuple
|
Return a uid and gid for this user as a tuple (uid, gid). |
Remove a key from my keyring. (inherited from Identity )
| |
Get a perspective request (a Deferred) for the given key. (inherited from Identity )
| |
Get the first available perspective for a given service. (inherited from Identity )
| |
Persist this Identity to the authorizer. (inherited from Identity )
| |
(legacy) Set a password for this identity, already md5 hashed. (inherited from Identity )
| |
setPassword(self,
plaintext)
(inherited from Identity )
| |
upgradeToVersion2(self)
(inherited from Identity )
| |
Deferred
|
This should return a Deferred, that gets either called or erred back, depending on if this is a valid key for the user. |
Verify a challenge/response password. (inherited from Identity )
| |
verifyPlainPassword(self,
password)
|
Method Details |
---|
getHomeDir(self)Return the users home directory.
|
getShell(self)Return the users shell.
|
getUserGroupID(self)Return a uid and gid for this user as a tuple (uid, gid).
|
validatePublicKey(self, pubKeyString)This should return a Deferred, that gets either called or erred back, depending on if this is a valid key for the user.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Sat Feb 15 21:17:47 2003 | http://epydoc.sf.net |