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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthD.java204 private final SSOToken ssoAuthSession; field in class:AuthD
243 ssoAuthSession = initSsoAuthSession(authSession);
272 ServiceSchemaManager scm = new ServiceSchemaManager(ISAuthConstants.AUTH_SERVICE_NAME, ssoAuthSession);
346 ISAuthConstants.AUTHCONFIG_SERVICE_NAME, ssoAuthSession);
387 ISAuthConstants.PLATFORM_SERVICE_NAME, ssoAuthSession);
418 ISAuthConstants.SESSION_SERVICE_NAME, ssoAuthSession);
776 dpStore = new AMStoreConnection(ssoAuthSession);
817 return ssoAuthSession;
865 return IdUtils.isOrganizationActive(ssoAuthSession,orgName);
1136 amIdentityRepository = new AMIdentityRepository(ssoAuthSession, orgD
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthD.java191 private final SSOToken ssoAuthSession; field in class:AuthD
224 ssoAuthSession = authSessionFactory.getAuthenticationSession(defaultOrg);
225 if (ssoAuthSession == null) {
257 ServiceSchemaManager scm = new ServiceSchemaManager(ISAuthConstants.AUTH_SERVICE_NAME, ssoAuthSession);
327 ISAuthConstants.AUTHCONFIG_SERVICE_NAME, ssoAuthSession);
368 ISAuthConstants.PLATFORM_SERVICE_NAME, ssoAuthSession);
399 ISAuthConstants.SESSION_SERVICE_NAME, ssoAuthSession);
750 dpStore = new AMStoreConnection(ssoAuthSession);
791 return ssoAuthSession;
813 return IdUtils.isOrganizationActive(ssoAuthSession, real
[all...]

Completed in 24 milliseconds