Class ExternalAdminUserModificationEvent
java.lang.Object
com.broadleafcommerce.auth.user.messaging.ExternalAdminUserModificationEvent
- All Implemented Interfaces:
Serializable
Represents the creation or modification of an admin who has logged in via a third party system.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanAny additional attributes relevant for the user.The modification type (CREATE or UPDATE)getUser()The user that was modified/createdinthashCode()voidsetAdditionalAttributes(Map<String, Object> additionalAttributes) Any additional attributes relevant for the user.voidsetOperationType(String operationType) The modification type (CREATE or UPDATE)voidThe user that was modified/createdtoString()
-
Constructor Details
-
ExternalAdminUserModificationEvent
public ExternalAdminUserModificationEvent()
-
-
Method Details
-
getUser
The user that was modified/created -
getOperationType
The modification type (CREATE or UPDATE) -
getAdditionalAttributes
Any additional attributes relevant for the user. Empty by default, but useful as an extension mechanism. -
setUser
The user that was modified/created -
setOperationType
The modification type (CREATE or UPDATE) -
setAdditionalAttributes
Any additional attributes relevant for the user. Empty by default, but useful as an extension mechanism. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-