Searched refs:OrgConfigViaAMSDK (Results 1 - 16 of 16) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DOrganizationConfigManager.java80 private OrgConfigViaAMSDK amsdk;
175 amsdk = new OrgConfigViaAMSDK(token, DNMapper
740 .equalsIgnoreCase(OrgConfigViaAMSDK.IDREPO_SERVICE)) {
849 .equalsIgnoreCase(OrgConfigViaAMSDK.IDREPO_SERVICE)) {
989 .equalsIgnoreCase(OrgConfigViaAMSDK.IDREPO_SERVICE)) {
1038 .equalsIgnoreCase(OrgConfigViaAMSDK.IDREPO_SERVICE)) {
1097 .equalsIgnoreCase(OrgConfigViaAMSDK.IDREPO_SERVICE)) {
1402 // Get assigned services from OrgConfigViaAMSDK
1505 return OrgConfigViaAMSDK.getNamingAttrForOrg();
1650 amsdk = new OrgConfigViaAMSDK(toke
[all...]
H A DDNMapper.java217 String orgAttr = OrgConfigViaAMSDK.getNamingAttrForOrg();
362 orgAttr = OrgConfigViaAMSDK.getNamingAttrForOrg();
386 : OrgConfigViaAMSDK.getNamingAttrForOrg();
H A DServiceConfigManager.java362 OrgConfigViaAMSDK amsdk = new OrgConfigViaAMSDK(token,
526 OrgConfigViaAMSDK amsdk = new OrgConfigViaAMSDK(token, DNMapper
H A DSMSMigration70.java286 OrgConfigViaAMSDK amsdk = new OrgConfigViaAMSDK(token, org, org);
H A DServiceManager.java923 OrgConfigViaAMSDK.clearCache();
996 if (!isRealmEnabled() || OrgConfigViaAMSDK.isAMSDKConfigured("/")) {
1008 if (OrgConfigViaAMSDK.isAMSDKConfigured(realm)) {
H A DOrgConfigViaAMSDK.java25 * $Id: OrgConfigViaAMSDK.java,v 1.14 2009/11/20 23:52:56 ww203982 Exp $
67 public class OrgConfigViaAMSDK { class
141 OrgConfigViaAMSDK(SSOToken token, String orgName, String smsOrgName) method in class:OrgConfigViaAMSDK
192 debug.message("OrgConfigViaAMSDK::constructor"
234 debug.message("OrgConfigViaAMSDK::createSubOrganization"
258 debug.message("OrgConfigViaAMSDK::getAssignedServices"
286 debug.message("OrgConfigViaAMSDK::assignService"
308 debug.message("OrgConfigViaAMSDK::unassignService"
347 debug.message("OrgConfigViaAMSDK::getSubOrganizationNames"
399 debug.message("OrgConfigViaAMSDK
[all...]
H A DSMSEntry.java1290 OrgConfigViaAMSDK.getNamingAttrForOrg()
1335 String orgUnitAttr = OrgConfigViaAMSDK
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DOrganizationConfigManager.java86 private OrgConfigViaAMSDK amsdk;
182 amsdk = new OrgConfigViaAMSDK(token, DNMapper
803 .equalsIgnoreCase(OrgConfigViaAMSDK.IDREPO_SERVICE)) {
912 .equalsIgnoreCase(OrgConfigViaAMSDK.IDREPO_SERVICE)) {
1052 .equalsIgnoreCase(OrgConfigViaAMSDK.IDREPO_SERVICE)) {
1101 .equalsIgnoreCase(OrgConfigViaAMSDK.IDREPO_SERVICE)) {
1160 .equalsIgnoreCase(OrgConfigViaAMSDK.IDREPO_SERVICE)) {
1465 // Get assigned services from OrgConfigViaAMSDK
1568 return OrgConfigViaAMSDK.getNamingAttrForOrg();
1713 amsdk = new OrgConfigViaAMSDK(toke
[all...]
H A DDNMapper.java217 String orgAttr = OrgConfigViaAMSDK.getNamingAttrForOrg();
362 orgAttr = OrgConfigViaAMSDK.getNamingAttrForOrg();
386 : OrgConfigViaAMSDK.getNamingAttrForOrg();
H A DServiceConfigManager.java362 OrgConfigViaAMSDK amsdk = new OrgConfigViaAMSDK(token,
526 OrgConfigViaAMSDK amsdk = new OrgConfigViaAMSDK(token, DNMapper
H A DSMSMigration70.java286 OrgConfigViaAMSDK amsdk = new OrgConfigViaAMSDK(token, org, org);
H A DServiceManager.java923 OrgConfigViaAMSDK.clearCache();
996 if (!isRealmEnabled() || OrgConfigViaAMSDK.isAMSDKConfigured("/")) {
1008 if (OrgConfigViaAMSDK.isAMSDKConfigured(realm)) {
H A DOrgConfigViaAMSDK.java25 * $Id: OrgConfigViaAMSDK.java,v 1.14 2009/11/20 23:52:56 ww203982 Exp $
67 public class OrgConfigViaAMSDK { class
141 OrgConfigViaAMSDK(SSOToken token, String orgName, String smsOrgName) method in class:OrgConfigViaAMSDK
192 debug.message("OrgConfigViaAMSDK::constructor"
234 debug.message("OrgConfigViaAMSDK::createSubOrganization"
258 debug.message("OrgConfigViaAMSDK::getAssignedServices"
286 debug.message("OrgConfigViaAMSDK::assignService"
308 debug.message("OrgConfigViaAMSDK::unassignService"
347 debug.message("OrgConfigViaAMSDK::getSubOrganizationNames"
399 debug.message("OrgConfigViaAMSDK
[all...]
H A DSMSEntry.java1290 OrgConfigViaAMSDK.getNamingAttrForOrg()
1335 String orgUnitAttr = OrgConfigViaAMSDK
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DIdUtils.java57 import com.sun.identity.sm.OrgConfigViaAMSDK;
316 !OrgConfigViaAMSDK.isAMSDKConfigured(realm)) ||
379 srealm = OrgConfigViaAMSDK.getRealmForAMSDK(amsdkdn, realm);
381 srealm = OrgConfigViaAMSDK.getRealmForAMSDK(
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DIdUtils.java58 import com.sun.identity.sm.OrgConfigViaAMSDK;
320 !OrgConfigViaAMSDK.isAMSDKConfigured(realm)) ||
383 srealm = OrgConfigViaAMSDK.getRealmForAMSDK(amsdkdn, realm);
385 srealm = OrgConfigViaAMSDK.getRealmForAMSDK(

Completed in 269 milliseconds