public class UserCreationEvent extends Object implements Serializable
UserRegistrationProducer
,
DefaultUserRegistrationService
,
Serialized FormConstructor and Description |
---|
UserCreationEvent() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Map<String,Object> |
getAttributes()
Additional custom information that was provided as part of the user registration process.
|
User |
getUser() |
int |
hashCode() |
boolean |
isPreview()
Indicates whether the user was created from a preview context.
|
void |
setAttributes(Map<String,Object> attributes)
Additional custom information that was provided as part of the user registration process.
|
void |
setPreview(boolean preview)
Indicates whether the user was created from a preview context.
|
void |
setUser(User user) |
String |
toString() |
public User getUser()
public boolean isPreview()
public Map<String,Object> getAttributes()
Client implementations may choose to populate and utilize this field for custom behavior.
UserRegistration.attributes
public void setUser(User user)
public void setPreview(boolean preview)
public void setAttributes(Map<String,Object> attributes)
Client implementations may choose to populate and utilize this field for custom behavior.
UserRegistration.attributes
protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.