Interface CustomerManagerIdentificationStrategy

All Known Implementing Classes:
AnnotationBasedCustomerManagerIdentificationStrategy

public interface CustomerManagerIdentificationStrategy
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Helps the endpoint to return the correct data to a customer manager.
    void
    setASMSessionForAnnotation(org.springframework.security.access.annotation.Secured securedAnnotation)
    Helps the endpoint to return the correct data if access is allowed to a customer manager.
  • Method Details

    • setASMSessionAfterLogin

      void setASMSessionAfterLogin()
      Helps the endpoint to return the correct data to a customer manager.
    • setASMSessionForAnnotation

      void setASMSessionForAnnotation(org.springframework.security.access.annotation.Secured securedAnnotation)
      Helps the endpoint to return the correct data if access is allowed to a customer manager.