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