Package com.google.gerrit.server.account
Interface EmailExpander
-
- All Known Implementing Classes:
EmailExpander.None
,EmailExpander.Simple
public interface EmailExpander
Expands user name to a local email address, usually by adding a domain.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
EmailExpander.None
static class
EmailExpander.Simple
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
canExpand(String user)
String
expand(String user)
-