Searched defs:cosType (Results 1 - 16 of 16) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DICachedDirectoryServices.java37 public void dirtyCache(String dn, int eventType, boolean cosType, argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DIdCachedServices.java39 public void dirtyCache(String changedId, int eventType, boolean cosType, argument
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/idm/
H A DIdCachedServicesDecorator.java56 public void dirtyCache(String changedId, int eventType, boolean cosType, boolean aciChange, Set attrNames) { argument
57 getDelegate().dirtyCache(changedId, eventType, cosType, aciChange, attrNames);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DICachedDirectoryServices.java37 public void dirtyCache(String dn, int eventType, boolean cosType, argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DIdCachedServices.java39 public void dirtyCache(String changedId, int eventType, boolean cosType, argument
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/idm/
H A DIdCachedServicesDecorator.java56 public void dirtyCache(String changedId, int eventType, boolean cosType, boolean aciChange, Set attrNames) { argument
57 getDelegate().dirtyCache(changedId, eventType, cosType, aciChange, attrNames);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteCachedServicesImpl.java230 * @param cosType
238 public void dirtyCache(String dn, int eventType, boolean cosType, argument
250 if (cosType) { // A cos type event remove all affected attributes
259 if (cosType) {
270 if (cosType) {
279 if (cosType) {
289 + "eventType: " + eventType + ", cosType: "
290 + cosType + ", aciChange: " + aciChange
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdCachedServicesImpl.java243 * @param cosType
251 public void dirtyCache(String dn, int eventType, boolean cosType, argument
263 if (cosType) { // A cos type event remove all affected attributes
272 if (cosType) {
283 if (cosType) {
292 if (cosType) {
302 + "eventType: " + eventType + ", cosType: "
303 + cosType + ", aciChange: " + aciChange
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteCachedServicesImpl.java230 * @param cosType
238 public void dirtyCache(String dn, int eventType, boolean cosType, argument
250 if (cosType) { // A cos type event remove all affected attributes
259 if (cosType) {
270 if (cosType) {
279 if (cosType) {
289 + "eventType: " + eventType + ", cosType: "
290 + cosType + ", aciChange: " + aciChange
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdCachedServicesImpl.java242 * @param cosType
250 public void dirtyCache(String dn, int eventType, boolean cosType, argument
262 if (cosType) { // A cos type event remove all affected attributes
272 if (cosType) {
284 if (cosType) {
293 if (cosType) {
303 + "eventType: " + eventType + ", cosType: "
304 + cosType + ", aciChange: " + aciChange
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DCachedDirectoryServicesImpl.java217 * @param cosType
225 public void dirtyCache(String dn, int eventType, boolean cosType, argument
236 if (cosType) { // A cos type event remove all affected attributes
245 if (cosType) {
256 if (cosType) {
265 if (cosType) {
275 + " - eventType: " + eventType + ", cosType: " + cosType
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DCachedRemoteServicesImpl.java213 * @param cosType
221 public void dirtyCache(String dn, int eventType, boolean cosType, argument
232 if (cosType) { // A cos type event remove all affected attributes
241 if (cosType) {
252 if (cosType) {
261 if (cosType) {
272 + ", cosType: " + cosType + ", aciChange: "
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DCachedDirectoryServicesImpl.java217 * @param cosType
225 public void dirtyCache(String dn, int eventType, boolean cosType, argument
236 if (cosType) { // A cos type event remove all affected attributes
245 if (cosType) {
256 if (cosType) {
265 if (cosType) {
275 + " - eventType: " + eventType + ", cosType: " + cosType
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DCachedRemoteServicesImpl.java213 * @param cosType
221 public void dirtyCache(String dn, int eventType, boolean cosType, argument
232 if (cosType) { // A cos type event remove all affected attributes
241 if (cosType) {
252 if (cosType) {
261 if (cosType) {
272 + ", cosType: " + cosType + ", aciChange: "
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMObjectImpl.java2114 * @param cosType -
2118 boolean cosType) {
2131 if (cosType) { // Need to notify affected DNs if true
2142 if (cosType) { // Need to notify affected DNs if true
2117 notifyEntryEvent(String dn, int eventType, boolean cosType) argument
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMObjectImpl.java2115 * @param cosType -
2119 boolean cosType) {
2132 if (cosType) { // Need to notify affected DNs if true
2143 if (cosType) { // Need to notify affected DNs if true
2118 notifyEntryEvent(String dn, int eventType, boolean cosType) argument

Completed in 146 milliseconds