public interface RegisterTrigger<AU extends AppUser>
AppUserFactory
or its
Composite
s that can trigger an existing user to visit the
registration page.
This is intended for auto-created accounts that may be populated before the
actual user visits the application for the first time. It only makes sense
when used with mandatory external authentication where the registration form
can locate the existing record via the externally provided identity or if
the user is sent an email link to claim the account.Modifier and Type | Method and Description |
---|---|
boolean |
mustRegister(AU user)
Should this person register
|
void |
postRegister(AU user)
user has registered.
|
boolean mustRegister(AU user)
user
- void postRegister(AU user)
mustRegister(AppUser)
method returns false in the future.user
-