Class AccountMemberRestrictionUpdateEvent
java.lang.Object
com.broadleafcommerce.customer.service.bulk.AccountMemberRestrictionUpdateEvent
- All Implemented Interfaces:
Serializable
The event emitted to notify Authentication service of changes in the restrictions of an account
member.
- Since:
- Customer Services 2.1.0, Release Train 2.3.0
- Author:
- karanjariwala
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe accountId of the account member.Additional attributes that are used to describe the account memberThe permissions that this user is directly assigned that are restricted to only apply when accessing certain segments of data.The roles that this user is directly assigned that are restricted to only apply when accessing certain segments of data.The data restrictions that control the data this user is permitted to access.The userId of the account member.inthashCode()voidsetAccountId(String accountId) The accountId of the account member.voidsetAttributes(Map<String, Object> attributes) Additional attributes that are used to describe the account membervoidsetRestrictedPermissions(List<RestrictedPermission> restrictedPermissions) The permissions that this user is directly assigned that are restricted to only apply when accessing certain segments of data.voidsetRestrictedRoles(List<RestrictedRole> restrictedRoles) The roles that this user is directly assigned that are restricted to only apply when accessing certain segments of data.voidsetRestrictions(List<AccessRestriction> restrictions) The data restrictions that control the data this user is permitted to access.voidThe userId of the account member.toString()
-
Constructor Details
-
AccountMemberRestrictionUpdateEvent
public AccountMemberRestrictionUpdateEvent()
-
-
Method Details
-
getUserId
The userId of the account member. -
getAccountId
The accountId of the account member. -
getRestrictions
The data restrictions that control the data this user is permitted to access. -
getRestrictedPermissions
The permissions that this user is directly assigned that are restricted to only apply when accessing certain segments of data. -
getRestrictedRoles
The roles that this user is directly assigned that are restricted to only apply when accessing certain segments of data. -
getAttributes
Additional attributes that are used to describe the account member -
setUserId
The userId of the account member. -
setAccountId
The accountId of the account member. -
setRestrictions
The data restrictions that control the data this user is permitted to access. -
setRestrictedPermissions
The permissions that this user is directly assigned that are restricted to only apply when accessing certain segments of data. -
setRestrictedRoles
The roles that this user is directly assigned that are restricted to only apply when accessing certain segments of data. -
setAttributes
Additional attributes that are used to describe the account member -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-