Searched defs:POLICY_CHANGE_TYPE (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyNotification.java85 public static final int POLICY_CHANGE_TYPE = 1; field in class:PolicyNotification
180 policyNotification.setNotificationType(POLICY_CHANGE_TYPE);
212 if (notificationType == POLICY_CHANGE_TYPE) {
H A DPolicyChangeNotification.java84 static final String POLICY_CHANGE_TYPE = "type"; field in class:PolicyChangeNotification
182 attr = XMLUtils.getNodeAttributeValue(pNode, POLICY_CHANGE_TYPE);
186 POLICY_CHANGE_TYPE);
187 String objs[] = { POLICY_CHANGE_TYPE };
232 xmlsb.append(POLICY_CHANGE_TYPE)
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyNotification.java85 public static final int POLICY_CHANGE_TYPE = 1; field in class:PolicyNotification
180 policyNotification.setNotificationType(POLICY_CHANGE_TYPE);
212 if (notificationType == POLICY_CHANGE_TYPE) {
H A DPolicyChangeNotification.java84 static final String POLICY_CHANGE_TYPE = "type"; field in class:PolicyChangeNotification
182 attr = XMLUtils.getNodeAttributeValue(pNode, POLICY_CHANGE_TYPE);
186 POLICY_CHANGE_TYPE);
187 String objs[] = { POLICY_CHANGE_TYPE };
232 xmlsb.append(POLICY_CHANGE_TYPE)

Completed in 31 milliseconds