votorola.a
Interface ElectoralSubserver.UserSession

All Known Implementing Classes:
CommandResponder.Session, VSession
Enclosing class:
ElectoralSubserver

public static interface ElectoralSubserver.UserSession

A session between a user and a running subserver.


Method Summary
 String userEmail()
          Returns the authenticated email address that identifies the user; or null, if the user is unidentified.
 int userTrustLevel()
          Returns the trust level of the user.
 

Method Detail

userEmail

String userEmail()
Returns the authenticated email address that identifies the user; or null, if the user is unidentified.


userTrustLevel

int userTrustLevel()
Returns the trust level of the user.

See Also:
ListNode.trustLevel()