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 Details

    • getApplication

      String getApplication(String path)
    • getApplication

      String getApplication(jakarta.servlet.http.HttpServletRequest request)
    • addSecureMapping

      void addSecureMapping(String path, String applicationName)
    • removeSecureMapping

      void removeSecureMapping(String path)
    • removeAllMappings

      void removeAllMappings(String applicationName)