Interface CustomerManagerIdentificationStrategy
-
- All Known Implementing Classes:
AnnotationBasedCustomerManagerIdentificationStrategy
public interface CustomerManagerIdentificationStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetASMSessionAfterLogin()Helps 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 Detail
-
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.
-
-