Class LocalRequestToApplicationMapper
java.lang.Object
com.atlassian.crowd.integration.springsecurity.LocalRequestToApplicationMapper
- All Implemented Interfaces:
RequestToApplicationMapper
-
Constructor Summary
ConstructorsConstructorDescriptionLocalRequestToApplicationMapper
(RequestToApplicationMapper requestToApplicationMapper) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addSecureMapping
(String path, String applicationName) getApplication
(String path) getApplication
(javax.servlet.http.HttpServletRequest request) void
removeAllMappings
(String applicationName) void
removeSecureMapping
(String path)
-
Constructor Details
-
LocalRequestToApplicationMapper
-
-
Method Details
-
getApplication
- Specified by:
getApplication
in interfaceRequestToApplicationMapper
-
getApplication
- Specified by:
getApplication
in interfaceRequestToApplicationMapper
-
addSecureMapping
- Specified by:
addSecureMapping
in interfaceRequestToApplicationMapper
-
removeSecureMapping
- Specified by:
removeSecureMapping
in interfaceRequestToApplicationMapper
-
removeAllMappings
- Specified by:
removeAllMappings
in interfaceRequestToApplicationMapper
-