You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by is...@apache.org on 2013/07/08 10:40:10 UTC

[08/11] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-stratos into service_stubs

Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-stratos into service_stubs


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/beb5a571
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/beb5a571
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/beb5a571

Branch: refs/heads/master
Commit: beb5a57180da3e785d14c103623ff6b162a0b1f3
Parents: 8fa702b dac65a5
Author: Isuru <is...@wso2.com>
Authored: Mon Jul 8 13:13:51 2013 +0530
Committer: Isuru <is...@wso2.com>
Committed: Mon Jul 8 13:13:51 2013 +0530

----------------------------------------------------------------------
 .../2.1.0/pom.xml                               | 127 ++++++++++
 .../stratos/keystore/mgt/KeyStoreGenerator.java | 229 +++++++++++++++++++
 .../keystore/mgt/KeyStoreMgtException.java      |  39 ++++
 .../keystore/mgt/KeystoreTenantMgtListener.java |  79 +++++++
 .../internal/KeyStoreMgtServiceComponent.java   |  87 +++++++
 .../keystore/mgt/util/RealmServiceHolder.java   |  33 +++
 .../mgt/util/RegistryServiceHolder.java         |  33 +++
 .../2.1.0/pom.xml                               |  93 ++++++++
 .../dispatcher/MultitenantDispatcher.java       |  68 ++++++
 .../TenantDispatcherServiceComponent.java       | 146 ++++++++++++
 components/pom.xml                              |   1 +
 .../org.wso2.carbon.keystore.mgt/2.1.0/pom.xml  | 117 ----------
 .../carbon/keystore/mgt/KeyStoreGenerator.java  | 229 -------------------
 .../keystore/mgt/KeyStoreMgtException.java      |  39 ----
 .../keystore/mgt/KeystoreTenantMgtListener.java |  79 -------
 .../internal/KeyStoreMgtServiceComponent.java   |  87 -------
 .../keystore/mgt/util/RealmServiceHolder.java   |  33 ---
 .../mgt/util/RegistryServiceHolder.java         |  33 ---
 18 files changed, 935 insertions(+), 617 deletions(-)
----------------------------------------------------------------------