Class AdminSecurityServiceRemote

java.lang.Object
org.broadleafcommerce.openadmin.server.security.remote.AdminSecurityServiceRemote
All Implemented Interfaces:
AdminSecurityService, SecurityVerifier

@Service("blAdminSecurityRemoteService") public class AdminSecurityServiceRemote extends Object implements AdminSecurityService, SecurityVerifier
Service for handeling security with Ajax components. Serves two functions.
  • Converts the ServerSide AdminUser to a client level admin user with appropriate roles defined.
  • Provides a method to check if the current logged in user matches the client side user and verifies whether that user has access to the entity operation they are trying to perform.
1.
Author:
jfischer