Searched refs:scopeList (Results 1 – 1 of 1) sorted by relevance
6067 List<String> scopeList) throws SecurityException { in setDelegatedScopes() argument6070 Preconditions.checkCollectionElementsNotNull(scopeList, "Scopes"); in setDelegatedScopes()6072 final ArrayList<String> scopes = new ArrayList(new ArraySet(scopeList)); in setDelegatedScopes()