Package twisted :: Package test :: Module test_conch :: Class ConchTestIdentity
[show private | hide private]
[frames | no frames]

Class ConchTestIdentity

 Identity --+    
            |    
ConchIdentity --+
                |
               ConchTestIdentity


Method Summary
  __init__(self, name, authorizer)
Create an identity. (inherited from Identity)
  addClientForService(self, serviceName, clientClass)
Adds a client class for the given service. (inherited from ConchIdentity)
  addKeyByString(self, serviceName, perspectiveName)
Put a key on my keyring. (inherited from Identity)
  addKeyForPerspective(self, perspective)
Add a key for the given perspective. (inherited from Identity)
  addServiceForSelf(self, serviceName)
This will add the service, using our name as the name for the perspective. (inherited from ConchIdentity)
  challenge(self)
I return some random data. (inherited from Identity)
  getAllKeys(self)
Returns a list of all services and perspectives this identity can connect to. (inherited from Identity)
str getHomeDir(self)
Return the users home directory. (inherited from ConchIdentity)
str getShell(self)
Return the users shell. (inherited from ConchIdentity)
tuple getUserGroupID(self)
Return a uid and gid for this user as a tuple (uid, gid). (inherited from ConchIdentity)
  removeKey(self, serviceName, perspectiveName)
Remove a key from my keyring. (inherited from Identity)
  requestPerspectiveForKey(self, serviceName, perspectiveName)
Get a perspective request (a Deferred) for the given key. (inherited from Identity)
  requestPerspectiveForService(self, serviceName)
Get the first available perspective for a given service. (inherited from Identity)
  save(self)
Persist this Identity to the authorizer. (inherited from Identity)
  setAlreadyHashedPassword(self, cyphertext)
(legacy) Set a password for this identity, already md5 hashed. (inherited from Identity)
  setPassword(self, plaintext)
(inherited from Identity)
  upgradeToVersion2(self)
(inherited from Identity)
  validatePublicKey(self, pubKey)
  verifyPassword(self, challenge, hashedPassword)
Verify a challenge/response password. (inherited from Identity)
  verifyPlainPassword(self, password)

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:26:11 2003 http://epydoc.sf.net