Searched defs:asSet (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/org/forgerock/openam/utils/
H A DCollectionUtils.java102 public static <T> Set<T> asSet(T... values) { method in class:CollectionUtils
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/utils/
H A DCollectionUtils.java103 public static <T> Set<T> asSet(T... values) { method in class:CollectionUtils
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idsvcs/opensso/
H A DIdentityServicesImpl.java163 Set<String> roles = asSet(identity.getRoleList());
179 Set<String> groups = asSet(identity.getGroupList());
198 Set<String> members = asSet(identity.getMemberList());
322 Set<String> roles = asSet(identity.getRoleList());
328 Set<String> groups = asSet(identity.getGroupList());
336 Set<String> members = asSet(identity.getMemberList());
1351 private static Set<String> asSet(ListWrapper list) { method in class:IdentityServicesImpl
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idsvcs/opensso/
H A DIdentityServicesImpl.java163 Set<String> roles = asSet(identity.getRoleList());
179 Set<String> groups = asSet(identity.getGroupList());
198 Set<String> members = asSet(identity.getMemberList());
325 Set<String> roles = asSet(identity.getRoleList());
331 Set<String> groups = asSet(identity.getGroupList());
339 Set<String> members = asSet(identity.getMemberList());
1352 private static Set<String> asSet(ListWrapper list) { method in class:IdentityServicesImpl

Completed in 30 milliseconds