All Methods Instance Methods Concrete Methods 
| Modifier and Type | 
Method and Description | 
private void | 
_addEntry(Map<String,Map<String,Map<String,Object>>> issues,
         String key,
         String subKey,
         I18nizableText label,
         String value)  | 
private Set<String> | 
_getDatasourcesUsedByPopulations(Set<UserPopulation> usedPopulations)  | 
private List<org.apache.http.NameValuePair> | 
_getLDAPTestParameters(Map<String,String> parameters)  | 
private Set<String> | 
_getPopulationsIdsUsedBySites()  | 
private Set<UserPopulation> | 
_getPopulationsUsedBySites()  | 
private List<org.apache.http.NameValuePair> | 
_getSQLTestParameters(Map<String,String> parameters)  | 
private CredentialProviderFactory | 
getCredentialProviderFactory()  | 
private JSONUtils | 
getJSONUtils()  | 
private LDAPDataSourceManager | 
getLDAPDataSourceManager()  | 
private PopulationContextHelper | 
getPopulationContextHelper()  | 
int | 
getPriority(Event event)
Retrieves the priority to observe this event. 
 This can be used to process a supported event before others observers. 
 | 
private SiteManager | 
getSiteManager()  | 
private SQLDataSourceManager | 
getSQLDataSourceManager()  | 
private UserDirectoryFactory | 
getUserDirectoryFactory()  | 
private UserPopulationDAO | 
getUserPopulationDAO()  | 
void | 
observe(Event event,
       Map<String,Object> transientVars)
Observes an event. 
 | 
void | 
service(ServiceManager manager)  | 
boolean | 
supports(Event event)
Checks if the event is supported. 
 | 
Map<String,Map<String,Map<String,Object>>> | 
testFrontOfficesDatasources(List<String> populationIds)
This method will call every front-office and will ask them to test the datasources implied by the chosen populations 
 |