public abstract class AbstractRealm extends Object implements Realm
Realm
.Constructor and Description |
---|
AbstractRealm() |
Modifier and Type | Method and Description |
---|---|
Set<com.google.gerrit.reviewdb.client.Account.FieldName> |
getEditableFields()
Returns the account fields that the end-user can modify.
|
Set<String> |
getEmailAddresses(IdentifiedUser user) |
boolean |
hasEmailAddress(IdentifiedUser user,
String email) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
allowsEdit, authenticate, lookup, onCreateAccount
public Set<com.google.gerrit.reviewdb.client.Account.FieldName> getEditableFields()
Realm
getEditableFields
in interface Realm
public boolean hasEmailAddress(IdentifiedUser user, String email)
hasEmailAddress
in interface Realm
public Set<String> getEmailAddresses(IdentifiedUser user)
getEmailAddresses
in interface Realm