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

/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/
H A DIdentityResourceV1.java214 private Promise<ActionResponse, ResourceException> idFromSession(final Context context, final ActionRequest request) { method in class:IdentityResourceV1
232 debug.message("IdentityResource.idFromSession() :: Retrieved ID for user={}", amIdentity.getName());
237 debug.error("IdentityResource.idFromSession() :: Cannot retrieve SSO Token", e);
240 debug.error("IdentityResource.idFromSession() :: Cannot retrieve user from IdRepo", ex);
593 if (action.equalsIgnoreCase("idFromSession")) {
594 return idFromSession(context, request);
H A DIdentityResourceV2.java226 private Promise<ActionResponse, ResourceException> idFromSession(final Context context) { method in class:IdentityResourceV2
244 debug.message("IdentityResource.idFromSession() :: Retrieved ID for user={}", amIdentity.getName());
249 debug.error("IdentityResource.idFromSession() :: Cannot retrieve SSO Token", e);
252 debug.error("IdentityResource.idFromSession() :: Cannot retrieve user from IdRepo", ex);
669 if (action.equalsIgnoreCase("idFromSession")) {
670 return idFromSession(context);
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/
H A DIdentityResourceV1.java211 private Promise<ActionResponse, ResourceException> idFromSession(final Context context, final ActionRequest request) { method in class:IdentityResourceV1
229 debug.message("IdentityResource.idFromSession() :: Retrieved ID for user={}", amIdentity.getName());
234 debug.error("IdentityResource.idFromSession() :: Cannot retrieve SSO Token", e);
237 debug.error("IdentityResource.idFromSession() :: Cannot retrieve user from IdRepo", ex);
590 if (action.equalsIgnoreCase("idFromSession")) {
591 return idFromSession(context, request);
1441 // The idFromSession call uses the getName() result to generate the resourceId.
H A DIdentityResourceV2.java256 private Promise<ActionResponse, ResourceException> idFromSession(final Context context) { method in class:IdentityResourceV2
274 debug.message("IdentityResource.idFromSession() :: Retrieved ID for user={}", amIdentity.getName());
279 debug.error("IdentityResource.idFromSession() :: Cannot retrieve SSO Token", e);
282 debug.error("IdentityResource.idFromSession() :: Cannot retrieve user from IdRepo", ex);
660 if (action.equalsIgnoreCase("idFromSession")) {
661 return idFromSession(context);

Completed in 53 milliseconds