Class AdminContextHelper

java.lang.Object
com.broadleafcommerce.data.tracking.core.web.AdminContextHelper

public class AdminContextHelper extends Object
Utility proxy contract for the same in AuthenticationUtils. Allows non-compile time access to the security contract - avoiding the need to include it as a direct or transitive dependency.
  • Constructor Details

    • AdminContextHelper

      public AdminContextHelper(Object delegate)
  • Method Details

    • userIsInAdminContext

      public boolean userIsInAdminContext()
      Whether the current user is in an admin context.
      Returns:
      true if the user is in an admin context