Searched refs:accessableScopes (Results 1 – 1 of 1) sorted by relevance
165 Vector accessableScopes = null; in findScopes() local169 accessableScopes = config.getConfiguredScopes(); in findScopes()174 if (accessableScopes.size() <= 0) { in findScopes()175 accessableScopes = dat.findScopes(); in findScopes()179 if (accessableScopes.size() <= 0) { in findScopes()180 accessableScopes = performSADiscovery(); in findScopes()185 if (accessableScopes.size() <= 0) { in findScopes()186 accessableScopes.addElement(Defaults.DEFAULT_SCOPE); in findScopes()192 return accessableScopes; in findScopes()