Searched refs:IdCachedServices (Results 1 - 18 of 18) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/idm/
H A DIdCachedServicesDecorator.java19 import com.sun.identity.idm.IdCachedServices;
24 * Decorator pattern base class for {@link IdCachedServices} implementations.
29 public class IdCachedServicesDecorator extends IdServicesDecorator implements IdCachedServices {
36 protected IdCachedServicesDecorator(IdCachedServices delegate) {
41 protected IdCachedServices getDelegate() {
42 return (IdCachedServices) super.getDelegate();
H A DLowerCaseIdCachedServicesDecorator.java21 import com.sun.identity.idm.IdCachedServices;
31 * Version of {@link LowerCaseIdServicesDecorator} that also implements the {@link com.sun.identity.idm.IdCachedServices}
43 public LowerCaseIdCachedServicesDecorator(IdCachedServices delegate) {
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/idm/
H A DIdCachedServicesDecorator.java19 import com.sun.identity.idm.IdCachedServices;
24 * Decorator pattern base class for {@link IdCachedServices} implementations.
29 public class IdCachedServicesDecorator extends IdServicesDecorator implements IdCachedServices {
36 protected IdCachedServicesDecorator(IdCachedServices delegate) {
41 protected IdCachedServices getDelegate() {
42 return (IdCachedServices) super.getDelegate();
H A DLowerCaseIdCachedServicesDecorator.java21 import com.sun.identity.idm.IdCachedServices;
31 * Version of {@link LowerCaseIdServicesDecorator} that also implements the {@link com.sun.identity.idm.IdCachedServices}
43 public LowerCaseIdCachedServicesDecorator(IdCachedServices delegate) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DIdCachedServices.java25 * $Id: IdCachedServices.java,v 1.2 2008/06/25 05:43:28 qcheng Exp $
33 public interface IdCachedServices extends IdServices { interface in inherits:IdServices
H A DIdServicesFactory.java147 impl = (impl instanceof IdCachedServices)
148 ? new LowerCaseIdCachedServicesDecorator((IdCachedServices) impl)
H A DIdRepoListener.java98 if (idServices instanceof IdCachedServices) {
106 ((IdCachedServices) idServices).clearCache();
166 if (idServices instanceof IdCachedServices) {
178 ((IdCachedServices) idServices).dirtyCache(changed[i],
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DIdCachedServices.java25 * $Id: IdCachedServices.java,v 1.2 2008/06/25 05:43:28 qcheng Exp $
33 public interface IdCachedServices extends IdServices { interface in inherits:IdServices
H A DIdServicesFactory.java147 impl = (impl instanceof IdCachedServices)
148 ? new LowerCaseIdCachedServicesDecorator((IdCachedServices) impl)
H A DIdRepoListener.java98 if (idServices instanceof IdCachedServices) {
106 ((IdCachedServices) idServices).clearCache();
166 if (idServices instanceof IdCachedServices) {
178 ((IdCachedServices) idServices).dirtyCache(changed[i],
/forgerock/openam-v13/openam-core/src/test/java/org/forgerock/openam/idm/
H A DIdCachedServicesDecoratorTest.java19 import com.sun.identity.idm.IdCachedServices;
35 private IdCachedServices mockDelegate;
40 mockDelegate = mock(IdCachedServices.class);
54 return getDeclaredMethods(IdCachedServices.class);
H A DLowerCaseIdCachedServicesDecoratorTest.java20 import com.sun.identity.idm.IdCachedServices;
42 private IdCachedServices mockDelegate;
47 mockDelegate = mock(IdCachedServices.class);
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/idm/
H A DIdCachedServicesDecoratorTest.java19 import com.sun.identity.idm.IdCachedServices;
35 private IdCachedServices mockDelegate;
40 mockDelegate = mock(IdCachedServices.class);
54 return getDeclaredMethods(IdCachedServices.class);
H A DLowerCaseIdCachedServicesDecoratorTest.java20 import com.sun.identity.idm.IdCachedServices;
42 private IdCachedServices mockDelegate;
47 mockDelegate = mock(IdCachedServices.class);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteCachedServicesImpl.java39 import com.sun.identity.idm.IdCachedServices;
66 IdCachedServices {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdCachedServicesImpl.java41 import com.sun.identity.idm.IdCachedServices;
68 public class IdCachedServicesImpl extends IdServicesImpl implements IdCachedServices, ConfigurationListener {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteCachedServicesImpl.java39 import com.sun.identity.idm.IdCachedServices;
66 IdCachedServices {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdCachedServicesImpl.java40 import com.sun.identity.idm.IdCachedServices;
70 public class IdCachedServicesImpl extends IdServicesImpl implements IdCachedServices, ConfigurationListener {

Completed in 69 milliseconds