Class UserCreationEvent

    • Constructor Detail

      • UserCreationEvent

        public UserCreationEvent()
    • Method Detail

      • getUser

        public User getUser()
      • isPreview

        public boolean isPreview()
        Indicates whether the user was created from a preview context.
      • getAttributes

        public Map<String,​Object> getAttributes()
        Additional custom information that was provided as part of the user registration process.

        Client implementations may choose to populate and utilize this field for custom behavior.

        See Also:
        UserRegistration.attributes
      • setUser

        public void setUser​(User user)
      • setPreview

        public void setPreview​(boolean preview)
        Indicates whether the user was created from a preview context.
      • setAttributes

        public void setAttributes​(Map<String,​Object> attributes)
        Additional custom information that was provided as part of the user registration process.

        Client implementations may choose to populate and utilize this field for custom behavior.

        See Also:
        UserRegistration.attributes
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object