| 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 |
|---|---|
String |
ExploitProtectionServiceImpl.cleanString(String string) |
String |
ExploitProtectionService.cleanString(String string)
Detect and remove possible XSS threats from the passed in string.
|
String |
ExploitProtectionServiceImpl.cleanStringWithResults(String string) |
String |
ExploitProtectionService.cleanStringWithResults(String string)
Detect and remove possible XSS threats from the passed in string.
|
void |
ExploitProtectionServiceImpl.compareToken(String passedToken) |
void |
ExploitProtectionService.compareToken(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.
|
String |
ExploitProtectionServiceImpl.getCSRFToken() |
String |
ExploitProtectionService.getCSRFToken() |
Copyright © 2014. All Rights Reserved.