Searched defs:persistentStore (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-sts/openam-publish-sts/src/main/java/org/forgerock/openam/sts/publish/soap/
H A DSoapSTSInstancePublisherImpl.java30 * This class currently simply delegates all functionality to the persistentStore - the level of indirection will
34 private final STSInstanceConfigStore<SoapSTSInstanceConfig> persistentStore; field in class:SoapSTSInstancePublisherImpl
38 SoapSTSInstancePublisherImpl(STSInstanceConfigStore<SoapSTSInstanceConfig> persistentStore, argument
40 this.persistentStore = persistentStore;
48 persistentStore.persistSTSInstance(normalizedDeploymentSubPath, instanceConfig.getDeploymentConfig().getRealm(),
55 persistentStore.removeSTSInstance(stsId, realm);
60 return persistentStore.getAllPublishedInstances();
65 return persistentStore.getPublishedInstances(realm);
70 return persistentStore
[all...]
/forgerock/openam/openam-sts/openam-publish-sts/src/main/java/org/forgerock/openam/sts/publish/soap/
H A DSoapSTSInstancePublisherImpl.java30 * This class currently simply delegates all functionality to the persistentStore - the level of indirection will
34 private final STSInstanceConfigStore<SoapSTSInstanceConfig> persistentStore; field in class:SoapSTSInstancePublisherImpl
38 SoapSTSInstancePublisherImpl(STSInstanceConfigStore<SoapSTSInstanceConfig> persistentStore, argument
40 this.persistentStore = persistentStore;
48 persistentStore.persistSTSInstance(normalizedDeploymentSubPath, instanceConfig.getDeploymentConfig().getRealm(),
55 persistentStore.removeSTSInstance(stsId, realm);
60 return persistentStore.getAllPublishedInstances();
65 return persistentStore.getPublishedInstances(realm);
70 return persistentStore
[all...]
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/impl/
H A DSAML2CTSPersistentStore.java49 private final CTSPersistentStore persistentStore; field in class:SAML2CTSPersistentStore
57 * @param persistentStore The CTSPersistentStore implementation to use
63 public SAML2CTSPersistentStore(CTSPersistentStore persistentStore, TokenAdapter<SAMLToken> tokenAdapter, argument
65 this.persistentStore = persistentStore;
70 debug.message("SAML2CTSPersistentStore instance created using persistentStore:"
71 + persistentStore.getClass().getName() + ", tokenAdapter:" + tokenAdapter.getClass().getName()
85 Token token = persistentStore.read(primaryKey);
110 Collection<Token> tokens = persistentStore.query(filter);
133 persistentStore
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/impl/
H A DSAML2CTSPersistentStore.java49 private final CTSPersistentStore persistentStore; field in class:SAML2CTSPersistentStore
57 * @param persistentStore The CTSPersistentStore implementation to use
63 public SAML2CTSPersistentStore(CTSPersistentStore persistentStore, TokenAdapter<SAMLToken> tokenAdapter, argument
65 this.persistentStore = persistentStore;
70 debug.message("SAML2CTSPersistentStore instance created using persistentStore:"
71 + persistentStore.getClass().getName() + ", tokenAdapter:" + tokenAdapter.getClass().getName()
85 Token token = persistentStore.read(primaryKey);
110 Collection<Token> tokens = persistentStore.query(filter);
133 persistentStore
[all...]
/forgerock/openam-v13/openam-sts/openam-publish-sts/src/main/java/org/forgerock/openam/sts/publish/rest/
H A DRestSTSInstancePublisherImpl.java68 private final STSInstanceConfigStore<RestSTSInstanceConfig> persistentStore; field in class:RestSTSInstancePublisherImpl
78 STSInstanceConfigStore<RestSTSInstanceConfig> persistentStore,
84 this.persistentStore = persistentStore;
146 persistentStore.persistSTSInstance(deploymentSubPath, instanceConfig.getDeploymentConfig().getRealm(),
190 persistentStore.getSTSInstanceConfig(stsId, realm);
213 persistentStore.removeSTSInstance(stsId, realm);
226 persistentStore.updateSTSInstance(stsId, realm, instanceConfig);
270 return persistentStore.getAllPublishedInstances();
275 return persistentStore
77 RestSTSInstancePublisherImpl(Router router, STSInstanceConfigStore<RestSTSInstanceConfig> persistentStore, ServiceListenerRegistration serviceListenerRegistration, @Named(STSPublishModule.REST_STS_PUBLISH_LISTENER)ServiceListener serviceListener, DeploymentPathNormalization deploymentPathNormalization, Logger logger) argument
[all...]
/forgerock/openam/openam-sts/openam-publish-sts/src/main/java/org/forgerock/openam/sts/publish/rest/
H A DRestSTSInstancePublisherImpl.java68 private final STSInstanceConfigStore<RestSTSInstanceConfig> persistentStore; field in class:RestSTSInstancePublisherImpl
78 STSInstanceConfigStore<RestSTSInstanceConfig> persistentStore,
84 this.persistentStore = persistentStore;
146 persistentStore.persistSTSInstance(deploymentSubPath, instanceConfig.getDeploymentConfig().getRealm(),
190 persistentStore.getSTSInstanceConfig(stsId, realm);
213 persistentStore.removeSTSInstance(stsId, realm);
226 persistentStore.updateSTSInstance(stsId, realm, instanceConfig);
270 return persistentStore.getAllPublishedInstances();
275 return persistentStore
77 RestSTSInstancePublisherImpl(Router router, STSInstanceConfigStore<RestSTSInstanceConfig> persistentStore, ServiceListenerRegistration serviceListenerRegistration, @Named(STSPublishModule.REST_STS_PUBLISH_LISTENER)ServiceListener serviceListener, DeploymentPathNormalization deploymentPathNormalization, Logger logger) argument
[all...]

Completed in 86 milliseconds