| Package | Description |
|---|---|
| org.broadleafcommerce.common.exception | |
| org.broadleafcommerce.common.security.service |
| Modifier and Type | Class and Description |
|---|---|
class |
SecurityServiceException
Form of ServiceException thrown when their is a security
failure while attempting to execute the operation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CleanStringException |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
ExploitProtectionServiceImpl.cleanString(java.lang.String string) |
java.lang.String |
ExploitProtectionService.cleanString(java.lang.String string)
Detect and remove possible XSS threats from the passed in string.
|
java.lang.String |
ExploitProtectionServiceImpl.cleanStringWithResults(java.lang.String string) |
java.lang.String |
ExploitProtectionService.cleanStringWithResults(java.lang.String string)
Detect and remove possible XSS threats from the passed in string.
|
void |
ExploitProtectionServiceImpl.compareToken(java.lang.String passedToken) |
void |
ExploitProtectionService.compareToken(java.lang.String passedToken)
Detect possible XSRF attacks by comparing the csrf token included
in the request against the true token for this user from the session.
|
java.lang.String |
ExploitProtectionServiceImpl.getCSRFToken() |
java.lang.String |
ExploitProtectionService.getCSRFToken() |
Copyright © 2018. All Rights Reserved.