Interface RequestToApplicationMapper
- All Known Implementing Classes:
LocalRequestToApplicationMapper
,RequestToApplicationMapperImpl
public interface RequestToApplicationMapper
Maps request paths (Ant format) to application
names.
This class is only required if you are using multiple Crowd "applications" from the single Spring Security context.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addSecureMapping
(String path, String applicationName) getApplication
(jakarta.servlet.http.HttpServletRequest request) getApplication
(String path) void
removeAllMappings
(String applicationName) void
removeSecureMapping
(String path)
-
Method Details
-
getApplication
-
getApplication
-
addSecureMapping
-
removeSecureMapping
-
removeAllMappings
-