Searched refs:ADDED (Results 1 - 25 of 83) sorted by relevance

1234

/forgerock/openam-v13/openam-ldap-utils/src/main/java/org/forgerock/openam/ldap/
H A DPersistentSearchChangeType.java30 public static final int ADDED = 1; field in class:PersistentSearchChangeType
50 public static final int ALL_OPERATIONS = ADDED | MODIFIED | REMOVED | RENAMED;
/forgerock/openam/openam-ldap-utils/src/main/java/org/forgerock/openam/ldap/
H A DPersistentSearchChangeType.java30 public static final int ADDED = 1; field in class:PersistentSearchChangeType
50 public static final int ALL_OPERATIONS = ADDED | MODIFIED | REMOVED | RENAMED;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/configuration/
H A DConfigurationActionEvent.java41 public static final int ADDED = 1; field in interface:ConfigurationActionEvent
56 * <li><code>ADDED</code>,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/configuration/
H A DConfigurationActionEvent.java41 public static final int ADDED = 1; field in interface:ConfigurationActionEvent
56 * <li><code>ADDED</code>,
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceListener.java49 int ADDED = PersistentSearchChangeType.ADDED; field in interface:ServiceListener
87 * change type, i.e., ADDED, REMOVED or MODIFIED.
110 * change type, i.e., ADDED, REMOVED or MODIFIED
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceListener.java49 int ADDED = PersistentSearchChangeType.ADDED; field in interface:ServiceListener
87 * change type, i.e., ADDED, REMOVED or MODIFIED.
110 * change type, i.e., ADDED, REMOVED or MODIFIED
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyEvent.java50 com.sun.identity.sm.ServiceListener.ADDED;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyEvent.java50 com.sun.identity.sm.ServiceListener.ADDED;
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/plugin/configuration/impl/
H A DServiceListenerImpl.java87 * @param type change type, i.e., ADDED, REMOVED or MODIFIED.
106 * @param type change type, i.e., ADDED, REMOVED or MODIFIED
128 case ServiceListener.ADDED:
129 return ConfigurationActionEvent.ADDED;
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/plugin/configuration/impl/
H A DServiceListenerImpl.java87 * @param type change type, i.e., ADDED, REMOVED or MODIFIED.
106 * @param type change type, i.e., ADDED, REMOVED or MODIFIED
128 case ServiceListener.ADDED:
129 return ConfigurationActionEvent.ADDED;
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/tools/diffs/
H A DStat.java44 private static final String ADDED = "Status: Locally Added"; field in class:Stat
70 discover(content, ADDED, TAG_ADDED, buff);
90 if (!tag.equals(ADDED)) {
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/tools/diffs/
H A DStat.java44 private static final String ADDED = "Status: Locally Added"; field in class:Stat
70 discover(content, ADDED, TAG_ADDED, buff);
90 if (!tag.equals(ADDED)) {
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/event/
H A DDSEvent.java47 public static final int OBJECT_ADDED = PersistentSearchChangeType.ADDED;
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/event/
H A DDSEvent.java47 public static final int OBJECT_ADDED = PersistentSearchChangeType.ADDED;
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/devices/services/
H A DAuthenticatorDeviceServiceFactory.java107 case ADDED: // OR
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMEvent.java59 public static final int OBJECT_ADDED = PersistentSearchChangeType.ADDED;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthServiceListener.java125 * @param type Change type, i.e., ADDED, REMOVED or MODIFIED.
131 if (type != ADDED) {
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMEvent.java59 public static final int OBJECT_ADDED = PersistentSearchChangeType.ADDED;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthenticationServiceAttributeCache.java121 * @param type Change type, i.e., ADDED, REMOVED or MODIFIED.
128 if (type != ADDED) {
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/service/
H A DDefaultUrlResourceTypeGenerator.java72 if (ServiceListener.ADDED == type && ServiceManager.REALM_SERVICE.equals(serviceName) && isEmpty(groupName)) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DAdministrationServiceListener.java198 * change type, i.e., ADDED, REMOVED or MODIFIED.
237 * change type, i.e., ADDED, REMOVED or MODIFIED.
246 if (type != ADDED) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/delegation/
H A DSMServiceListener.java131 } else if (type == ServiceListener.ADDED) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyChangeNotification.java86 static final String ADDED = "added"; field in class:PolicyChangeNotification
H A DPolicyListenerRequest.java205 changeType = PolicyChangeNotification.ADDED;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/ldap/
H A DLDAPEventManager.java237 return PersistentSearchChangeType.ADDED | PersistentSearchChangeType.MODIFIED |

Completed in 41 milliseconds

1234