com.atlassian.crowd.integration.springsecurity
Interface RequestToApplicationMapper

All Known Implementing Classes:
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
 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)
           
 

Method Detail

getApplication

String getApplication(String path)

getApplication

String getApplication(javax.servlet.http.HttpServletRequest request)

addSecureMapping

void addSecureMapping(String path,
                      String applicationName)

removeSecureMapping

void removeSecureMapping(String path)

removeAllMappings

void removeAllMappings(String applicationName)


Copyright © 2012 Atlassian. All Rights Reserved.