Searched defs:removeListener (Results 1 - 25 of 71) sorted by relevance

123

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DListenerManager.java137 public boolean removeListener(Subject adminSubject, String url) method in class:ListenerManager
140 return registry.removeListener(adminSubject, url);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/interfaces/
H A DIEntitlementListenerRegistry.java68 boolean removeListener(Subject adminSubject, String url) method in interface:IEntitlementListenerRegistry
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DListenerManager.java137 public boolean removeListener(Subject adminSubject, String url) method in class:ListenerManager
140 return registry.removeListener(adminSubject, url);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/interfaces/
H A DIEntitlementListenerRegistry.java68 boolean removeListener(Subject adminSubject, String url) method in interface:IEntitlementListenerRegistry
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/
H A DApplicationPrintStream.java102 public void removeListener(PrintStreamListener listener) method in class:ApplicationPrintStream
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/
H A DApplicationPrintStream.java101 public void removeListener(PrintStreamListener listener) method in class:ApplicationPrintStream
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/
H A DApplicationPrintStream.java102 public void removeListener(PrintStreamListener listener) method in class:ApplicationPrintStream
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DApplicationPrintStream.java101 public void removeListener(PrintStreamListener listener) method in class:ApplicationPrintStream
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DApplicationPrintStream.java102 public void removeListener(PrintStreamListener listener) method in class:ApplicationPrintStream
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/
H A DApplicationPrintStream.java94 public void removeListener(PrintStreamListener listener) method in class:ApplicationPrintStream
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DOpenSSOEntitlementListener.java85 public boolean removeListener(Subject adminSubject, String url) method in class:OpenSSOEntitlementListener
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DOpenSSOEntitlementListener.java88 public boolean removeListener(Subject adminSubject, String url) method in class:OpenSSOEntitlementListener
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/configuration/
H A DConfigurationInstance.java153 public void removeListener(String listenerID) method in interface:ConfigurationInstance
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/configuration/
H A DConfigurationInstance.java153 public void removeListener(String listenerID) method in interface:ConfigurationInstance
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/storage/
H A DIdentityModel.java270 public void removeListener(IdentityModelListener listener) { method in class:IdentityModel
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/plugin/configuration/impl/
H A DConfigurationInstanceImpl.java584 public void removeListener(String listenerID) method in class:ConfigurationInstanceImpl
588 scm.removeListener(listenerID);
590 ssm.removeListener(listenerID);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/impl/ldap/
H A DCTSDJLDAPv3PersistentSearch.java91 public void removeListener(ContinuousQueryListener listener) { method in class:CTSDJLDAPv3PersistentSearch
103 super.removeListener(listener);
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/plugin/configuration/impl/
H A DConfigurationInstanceImpl.java584 public void removeListener(String listenerID) method in class:ConfigurationInstanceImpl
588 scm.removeListener(listenerID);
590 ssm.removeListener(listenerID);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/event/
H A DLDAPv3PersistentSearch.java114 * The caller must ensure that calls to addListener/removeListener/hasListeners invocations are synchronized
126 * The caller must ensure that calls to addListener/removeListener/hasListeners invocations are synchronized
131 public void removeListener(T idRepoListener) { method in class:LDAPv3PersistentSearch
137 * The caller must ensure that calls to addListener/removeListener/hasListeners invocations are synchronized
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DOrganizationConfigManagerImpl.java208 public void removeListener(String listenerID) { method in class:OrganizationConfigManagerImpl
H A DServiceConfigManager.java616 public void removeListener(String listenerID) { method in class:ServiceConfigManager
618 scm.removeListener(listenerID);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/configuration/impl/
H A DFedletConfigurationImpl.java574 public void removeListener(String listenerID) method in class:FedletConfigurationImpl
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/event/
H A DLDAPv3PersistentSearch.java133 * The caller must ensure that calls to addListener/removeListener/hasListeners invocations are synchronized
145 * The caller must ensure that calls to addListener/removeListener/hasListeners invocations are synchronized
150 public void removeListener(T idRepoListener) { method in class:LDAPv3PersistentSearch
156 * The caller must ensure that calls to addListener/removeListener/hasListeners invocations are synchronized
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DOrganizationConfigManagerImpl.java208 public void removeListener(String listenerID) { method in class:OrganizationConfigManagerImpl
H A DServiceConfigManager.java616 public void removeListener(String listenerID) { method in class:ServiceConfigManager
618 scm.removeListener(listenerID);

Completed in 187 milliseconds

123