Uses of Class
org.broadleafcommerce.common.exception.ServiceException

Packages that use ServiceException
org.broadleafcommerce.common.exception   
org.broadleafcommerce.common.security.service   
 

Uses of ServiceException in org.broadleafcommerce.common.exception
 

Subclasses of ServiceException in org.broadleafcommerce.common.exception
 class SecurityServiceException
          Form of ServiceException thrown when their is a security failure while attempting to execute the operation.
 

Uses of ServiceException in org.broadleafcommerce.common.security.service
 

Subclasses of ServiceException in org.broadleafcommerce.common.security.service
 class CleanStringException
           
 

Methods in org.broadleafcommerce.common.security.service that throw ServiceException
 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 © 2013. All Rights Reserved.