Searched defs:mapSupportedTypes (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DIdUtils.java77 private static Map mapSupportedTypes = new CaseInsensitiveHashMap(10); field in class:IdUtils
139 mapSupportedTypes.put(idType.getName(), idType);
427 IdType returnType = (IdType) mapSupportedTypes.get(type);
758 mapSupportedTypes.put(IdType.REALM.getName(), IdType.REALM);
759 mapSupportedTypes.put(IdType.USER.getName(), IdType.USER);
760 mapSupportedTypes.put(IdType.ROLE.getName(), IdType.ROLE);
761 mapSupportedTypes.put(IdType.FILTEREDROLE.getName(),
763 mapSupportedTypes.put(IdType.AGENT.getName(), IdType.AGENT);
764 mapSupportedTypes.put(IdType.GROUP.getName(), IdType.GROUP);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DIdUtils.java79 private static Map mapSupportedTypes = new CaseInsensitiveHashMap(10); field in class:IdUtils
135 mapSupportedTypes.put(idType.getName(), idType);
423 IdType returnType = (IdType) mapSupportedTypes.get(type);
564 mapSupportedTypes.put(IdType.REALM.getName(), IdType.REALM);
565 mapSupportedTypes.put(IdType.USER.getName(), IdType.USER);
566 mapSupportedTypes.put(IdType.ROLE.getName(), IdType.ROLE);
567 mapSupportedTypes.put(IdType.FILTEREDROLE.getName(),
569 mapSupportedTypes.put(IdType.AGENT.getName(), IdType.AGENT);
570 mapSupportedTypes.put(IdType.GROUP.getName(), IdType.GROUP);

Completed in 30 milliseconds