Searched refs:getMapSetThrows (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam/openam-scripting/src/main/java/org/forgerock/openam/scripting/service/
H A DScriptConfigurationService.java19 import static com.sun.identity.shared.datastruct.CollectionHelper.getMapSetThrows;
556 Set<String> sunKeyValues = getMapSetThrows(attributes, "sunKeyValue");
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/datastruct/
H A DCollectionHelper.java113 public static Set<String> getMapSetThrows(Map<String, Set<String>> map, String key) throws ValueNotFoundException { method in class:CollectionHelper
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/datastruct/
H A DCollectionHelper.java109 public static Set<String> getMapSetThrows(Map<String, Set<String>> map, String key) throws ValueNotFoundException { method in class:CollectionHelper
/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/datastore/
H A DScriptConfigurationDataStore.java486 Set<String> sunKeyValues = getMapSetThrows(attributes, "sunKeyValue");

Completed in 33 milliseconds