|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Registration
A voter's input to a register, backed by a row of the register's voter input table.
| Field Summary | |
|---|---|
static short |
TRUST_DESTINATIONS_MAX
Limiting the number of trust destinations, in order to prevent a DoS attack. |
static boolean |
WRITEABLE_ALL_DEFAULT
|
| Method Summary | |
|---|---|
String |
getLink()
A Web link in URI format, pointing to general information about the voter. |
String |
getName()
The name of the voter. |
String |
getNote()
A short note explaining or commenting on this registration. |
String |
getResidence()
The primary residential address of the voter. |
boolean |
isWriteableAll()
Returns true if the simple fields of this registration are generally writeable by other registrants, or false if they are exclusively writeable by the owning registrant. |
List<String> |
trustDestinations()
Returns the list of voters to whom trust edges are to be extended. |
String |
voterEmail()
Identifies the voter (registrant) by email address. |
| Field Detail |
|---|
static final boolean WRITEABLE_ALL_DEFAULT
static final short TRUST_DESTINATIONS_MAX
| Method Detail |
|---|
String getLink()
String getName()
String getNote()
String getResidence()
boolean isWriteableAll()
The main purpose of this feature is to support pre-registration of candidates, by voters.
WRITEABLE_ALL_DEFAULTList<String> trustDestinations()
TRUST_DESTINATIONS_MAXString voterEmail()
Some parts of an email address (the domain name) are technically case insensitive. It is therefore possible for two identifiers to refer to the same mailbox (user@domain.dom and user@DoMain.com for example). Whether or not the two refer to the same person is a question for the trust network to sort out. The authentication issues are equivalent to those of someone posing under two separate mailboxes.
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||