Interface CustomerManagerIdentificationStrategy
- All Known Implementing Classes:
AnnotationBasedCustomerManagerIdentificationStrategy
public interface CustomerManagerIdentificationStrategy
-
Method Summary
Modifier and TypeMethodDescriptionvoidHelps the endpoint to return the correct data to a customer manager.voidsetASMSessionForAnnotation(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.
-