Searched refs:exclusiveScopes (Results 1 – 1 of 1) sorted by relevance
6099 List<String> exclusiveScopes = null; in setDelegatedScopes() local6102 exclusiveScopes = new ArrayList<>(scopes); in setDelegatedScopes()6103 exclusiveScopes.retainAll(EXCLUSIVE_DELEGATIONS); in setDelegatedScopes()6111 if (exclusiveScopes != null && !exclusiveScopes.isEmpty()) { in setDelegatedScopes()6118 if (currentScopes.removeAll(exclusiveScopes)) { in setDelegatedScopes()