public interface UserCreationHook
Modifier and Type | Method and Description |
---|---|
void |
beforeUserCreation(User user)
Executed before user creation.
|
void |
userCreated(User user)
Executed after user creation.
|
Copyright © 2019 Suncode. All rights reserved.