public interface RequestToApplicationMapper
This class is only required if you are using multiple Crowd "applications" from the single Spring Security context.
Modifier and Type | Method and Description |
---|---|
void |
addSecureMapping(String path,
String applicationName) |
String |
getApplication(javax.servlet.http.HttpServletRequest request) |
String |
getApplication(String path) |
void |
removeAllMappings(String applicationName) |
void |
removeSecureMapping(String path) |
Copyright © 2021 Atlassian. All rights reserved.