Searched defs:UNIVERSAL_ID (Results 1 - 11 of 11) sorted by relevance

/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/dpro/session/
H A DPartialSessionFactoryTest.java38 private static final String UNIVERSAL_ID = "id=demo,ou=user,dc=openam,dc=forgerock,dc=org"; field in class:PartialSessionFactoryTest
62 ImmutableMap.<CoreTokenField, Object>of(CoreTokenField.USER_ID, UNIVERSAL_ID));
63 given(identityUtils.getIdentityName(eq(UNIVERSAL_ID))).willReturn(USERNAME);
70 assertThat(partialSession.getUniversalId()).isEqualTo(UNIVERSAL_ID);
142 .put(CoreTokenField.USER_ID, UNIVERSAL_ID)
149 given(identityUtils.getIdentityName(eq(UNIVERSAL_ID))).willReturn(USERNAME);
156 assertThat(partialSession.getUniversalId()).isEqualTo(UNIVERSAL_ID);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/agentconfig/
H A DAgentProfileViewBean.java80 static final String UNIVERSAL_ID = "universalId"; field in class:AgentProfileViewBean
121 UNIVERSAL_ID);
151 String universalId = (String)getPageSessionAttribute(UNIVERSAL_ID);
260 String universalId = (String)getPageSessionAttribute(UNIVERSAL_ID);
317 String universalId = (String)getPageSessionAttribute(UNIVERSAL_ID);
353 String universalId = (String)getPageSessionAttribute(UNIVERSAL_ID);
457 String universalId = (String)getPageSessionAttribute(UNIVERSAL_ID);
474 String universalId = (String)getPageSessionAttribute(UNIVERSAL_ID);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/idm/
H A DEntityEditViewBean.java70 public static final String UNIVERSAL_ID = "universalId"; field in class:EntityEditViewBean
131 String universalId = (String)getPageSessionAttribute(UNIVERSAL_ID);
210 String universalId = (String)getPageSessionAttribute(UNIVERSAL_ID);
246 String universalId = (String)getPageSessionAttribute(UNIVERSAL_ID);
303 String universalId = (String)getPageSessionAttribute(UNIVERSAL_ID);
445 String universalId = (String)getPageSessionAttribute(UNIVERSAL_ID);
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/
H A DIdentityRestUtils.java61 public static final String UNIVERSAL_ID = "universalid"; field in class:IdentityRestUtils
211 jVal.remove(UNIVERSAL_ID);
H A DIdentityResourceV1.java148 final static String UNIVERSAL_ID = "universalid"; field in class:IdentityResourceV1
700 } else if (UNIVERSAL_ID.equalsIgnoreCase(attributeName)) {
H A DIdentityResourceV2.java148 final static String UNIVERSAL_ID = "universalid"; field in class:IdentityResourceV2
759 } else if (UNIVERSAL_ID.equalsIgnoreCase(attributeName)) {
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/agentconfig/
H A DAgentProfileViewBean.java80 static final String UNIVERSAL_ID = "universalId"; field in class:AgentProfileViewBean
121 UNIVERSAL_ID);
151 String universalId = (String)getPageSessionAttribute(UNIVERSAL_ID);
260 String universalId = (String)getPageSessionAttribute(UNIVERSAL_ID);
317 String universalId = (String)getPageSessionAttribute(UNIVERSAL_ID);
353 String universalId = (String)getPageSessionAttribute(UNIVERSAL_ID);
457 String universalId = (String)getPageSessionAttribute(UNIVERSAL_ID);
474 String universalId = (String)getPageSessionAttribute(UNIVERSAL_ID);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/idm/
H A DEntityEditViewBean.java70 public static final String UNIVERSAL_ID = "universalId"; field in class:EntityEditViewBean
131 String universalId = (String)getPageSessionAttribute(UNIVERSAL_ID);
210 String universalId = (String)getPageSessionAttribute(UNIVERSAL_ID);
246 String universalId = (String)getPageSessionAttribute(UNIVERSAL_ID);
303 String universalId = (String)getPageSessionAttribute(UNIVERSAL_ID);
445 String universalId = (String)getPageSessionAttribute(UNIVERSAL_ID);
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/
H A DIdentityRestUtils.java62 public static final String UNIVERSAL_ID = "universalid"; field in class:IdentityRestUtils
212 jVal.remove(UNIVERSAL_ID);
H A DIdentityResourceV1.java144 final static String UNIVERSAL_ID = "universalid"; field in class:IdentityResourceV1
697 } else if (UNIVERSAL_ID.equalsIgnoreCase(attributeName)) {
H A DIdentityResourceV2.java156 final static String UNIVERSAL_ID = "universalid"; field in class:IdentityResourceV2
740 } else if (UNIVERSAL_ID.equalsIgnoreCase(attributeName)) {

Completed in 4671 milliseconds