Searched refs:UNIVERSAL_ID_ABBREV (Results 1 - 3 of 3) sorted by relevance

/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/
H A DIdentityResourceV1.java150 final static String UNIVERSAL_ID_ABBREV = "uid"; field in class:IdentityResourceV1
792 return Collections.singletonMap(UNIVERSAL_ID_ABBREV, Collections.singleton(username));
H A DIdentityResourceV2.java150 final static String UNIVERSAL_ID_ABBREV = "uid"; field in class:IdentityResourceV2
851 return Collections.singletonMap(UNIVERSAL_ID_ABBREV, Collections.singleton(username));
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/
H A DIdentityResourceV1.java146 final static String UNIVERSAL_ID_ABBREV = "uid"; field in class:IdentityResourceV1
789 return Collections.singletonMap(UNIVERSAL_ID_ABBREV, Collections.singleton(username));

Completed in 38 milliseconds