Searched refs:DataStore (Results 1 - 13 of 13) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DEntitlementsStats.java67 sb.append(DataStore.getNumberOfPolicies());
69 sb.append(DataStore.getNumberOfReferrals());
H A DNotificationServlet.java105 DataStore.getInstance().clearIndexCount(realm, true);
110 DataStore.getInstance().clearIndexCount(realm, false);
125 DataStore.getInstance().clearIndexCount(realm, false);
140 DataStore.getInstance().clearIndexCount(realm, true);
H A DOpenSSOIndexStore.java87 private static final DataStore dataStore = DataStore.getInstance();
300 String dn = DataStore.getPrivilegeDistinguishedName(
318 String dn = DataStore.getPrivilegeDistinguishedName(
319 privilegeName, realm, DataStore.REFERRAL_STORE);
346 String dn = DataStore.getPrivilegeDistinguishedName(
358 String dn = DataStore.getPrivilegeDistinguishedName(
359 p.getName(), realm, DataStore.REFERRAL_STORE);
454 String dn = DataStore.getPrivilegeDistinguishedName(privilegeName, getRealm(), null);
564 int totalPolicies = DataStore
[all...]
H A DDataStore.java25 * $Id: DataStore.java,v 1.13 2010/01/20 17:01:35 veiming Exp $
77 public class DataStore { class
78 private static DataStore instance = new DataStore();
134 private DataStore() { method in class:DataStore
137 public static DataStore getInstance() {
243 PolicyConstants.DEBUG.error("DataStore.updateIndexCount", ex);
245 PolicyConstants.DEBUG.error("DataStore.updateIndexCount", ex);
247 PolicyConstants.DEBUG.error("DataStore.updateIndexCount", ex);
270 PolicyConstants.DEBUG.error("DataStore
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DEntitlementsStats.java67 sb.append(DataStore.getNumberOfPolicies());
69 sb.append(DataStore.getNumberOfReferrals());
H A DOpenSSOIndexStore.java93 private static final DataStore dataStore = DataStore.getInstance();
304 String dn = DataStore.getPrivilegeDistinguishedName(
322 String dn = DataStore.getPrivilegeDistinguishedName(
323 privilegeName, realm, DataStore.REFERRAL_STORE);
346 String dn = DataStore.getPrivilegeDistinguishedName(p.getName(), realm, null);
360 String dn = DataStore.getPrivilegeDistinguishedName(
361 p.getName(), realm, DataStore.REFERRAL_STORE);
456 String dn = DataStore.getPrivilegeDistinguishedName(privilegeName, getRealm(), null);
566 int totalPolicies = DataStore
[all...]
H A DDataStore.java25 * $Id: DataStore.java,v 1.13 2010/01/20 17:01:35 veiming Exp $
79 public class DataStore { class
80 private static DataStore instance = new DataStore();
136 private DataStore() { method in class:DataStore
139 public static DataStore getInstance() {
245 PolicyConstants.DEBUG.error("DataStore.updateIndexCount", ex);
247 PolicyConstants.DEBUG.error("DataStore.updateIndexCount", ex);
249 PolicyConstants.DEBUG.error("DataStore.updateIndexCount", ex);
272 PolicyConstants.DEBUG.error("DataStore
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/monitoring/
H A DSsoServerEntitlementSvcImpl.java33 import com.sun.identity.entitlement.opensso.DataStore;
68 int i = DataStore.getNumberOfReferrals();
81 int i = DataStore.getNumberOfPolicies();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/monitoring/
H A DSsoServerEntitlementSvcImpl.java33 import com.sun.identity.entitlement.opensso.DataStore;
68 int i = DataStore.getNumberOfReferrals();
81 int i = DataStore.getNumberOfPolicies();
/forgerock/openam-v13/openam-authentication/openam-auth-datastore/src/main/java/com/sun/identity/authentication/modules/datastore/
H A DDataStore.java25 * $Id: DataStore.java,v 1.4 2008/06/25 05:41:56 qcheng Exp $
52 public class DataStore extends AMLoginModule { class in inherits:AMLoginModule
73 public DataStore() { method in class:DataStore
94 debug.message("DataStore resbundle locale=" + locale);
128 debug.message("DataStore.process: Username is null/empty");
132 debug.message("DataStore.process: Password is null/empty");
/forgerock/openam/openam-authentication/openam-auth-datastore/src/main/java/com/sun/identity/authentication/modules/datastore/
H A DDataStore.java25 * $Id: DataStore.java,v 1.4 2008/06/25 05:41:56 qcheng Exp $
52 public class DataStore extends AMLoginModule { class in inherits:AMLoginModule
73 public DataStore() { method in class:DataStore
94 debug.message("DataStore resbundle locale=" + locale);
128 debug.message("DataStore.process: Username is null/empty");
132 debug.message("DataStore.process: Password is null/empty");
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/policy/
H A DUpgradeResourceTypeStep.java41 import com.sun.identity.entitlement.opensso.DataStore;
300 return DataStore.getInstance()
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/policy/
H A DUpgradeResourceTypeStep.java66 import com.sun.identity.entitlement.opensso.DataStore;
299 return DataStore.getInstance()

Completed in 51 milliseconds