java.lang.Object
com.broadleafcommerce.common.audit.event.AuditInformation.AuditInformationBuilder
Method Summary
All Methods Instance Methods Concrete Methods
The account id associated with the current flow.
The application id associated with the current flow.
The catalog id associated with the current flow.
The customer id associated with the current flow.
The primary user associated with the current flow.
The secondary user associated with the current flow (acting on behalf of the primary user).
The tenant id associated with the current flow.
Method Details
primary
The primary user associated with the current flow. May be null if unknown. Represented by the
sub
attribute of the JWT token.
Returns:
this
.
secondary
The secondary user associated with the current flow (acting on behalf of the primary user).
May be null if unknown. Represented by the csr_sub
attribute of the JWT token.
Returns:
this
.
customerId
The customer id associated with the current flow. May be null if unknown. Represented by the
customer_id
attribute of the JWT token.
Returns:
this
.
accountId
The account id associated with the current flow. May be null if unknown. Represented by the
acct_id
attribute of the JWT token.
Returns:
this
.
tenantId
The tenant id associated with the current flow. May be null if unknown. Harvested from the
ContextInfo
instance (if available).
Returns:
this
.
catalogId
The catalog id associated with the current flow. May be null if unknown. Harvested from the
ContextInfo
instance (if available).
Returns:
this
.
applicationId
The application id associated with the current flow. May be null if unknown. Harvested from
the ContextInfo
instance (if available).
Returns:
this
.