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 TypeMethodDescriptionvoidaddSecureMapping(String path, String applicationName) getApplication(String path) getApplication(javax.servlet.http.HttpServletRequest request) voidremoveAllMappings(String applicationName) voidremoveSecureMapping(String path)
-
Method Details
-
getApplication
-
getApplication
-
addSecureMapping
-
removeSecureMapping
-
removeAllMappings
-