JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Class
passport.domain.exceptions.EmailAlreadyExists
Packages that use
EmailAlreadyExists
Package
Description
passport.domain.contexts.user
Uses of
EmailAlreadyExists
in
passport.domain.contexts.user
Methods in
passport.domain.contexts.user
that throw
EmailAlreadyExists
Modifier and Type
Method
Description
UserEditing.EditingWithTarget
UserEditing.EditingWithTarget.
email
(
String
rawEmail)
Updates the user's email.
void
AdminRegistering.
register
()
Registers the admin user.
void
SigningUp.
register
()
Registers the user in the repository.