forked from community/device-mgt-core
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
commit
b3582f9d47
@ -1,52 +0,0 @@
|
|||||||
package org.wso2.carbon.device.mgt.core.internal;
|
|
||||||
|
|
||||||
///**
|
|
||||||
// * @scr.component name="org.wso2.carbon.certificate.mgt.core.scep" immediate="true"
|
|
||||||
// * @scr.reference name="app.mgt.service"
|
|
||||||
// * interface="org.wso2.carbon.device.mgt.core.app.mgt.ApplicationManagementProviderService"
|
|
||||||
// * cardinality="1..1"
|
|
||||||
// * policy="dynamic"
|
|
||||||
// * bind="setApplicationManagementProviderService"
|
|
||||||
// * unbind="unsetApplicationManagementProviderService"
|
|
||||||
// */
|
|
||||||
//public class SCEPManagerServiceComponent {
|
|
||||||
//
|
|
||||||
// private static final Log log = LogFactory.getLog(SCEPManagerServiceComponent.class);
|
|
||||||
//
|
|
||||||
// protected void activate(ComponentContext componentContext) {
|
|
||||||
//
|
|
||||||
// try {
|
|
||||||
// if (log.isDebugEnabled()) {
|
|
||||||
// log.debug("Initializing SCEP core bundle");
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// BundleContext bundleContext = componentContext.getBundleContext();
|
|
||||||
// bundleContext.registerService(SCEPManager.class.getName(),
|
|
||||||
// new SCEPManagerImpl(), null);
|
|
||||||
//
|
|
||||||
// if (log.isDebugEnabled()) {
|
|
||||||
// log.debug("SCEP core bundle has been successfully initialized");
|
|
||||||
// }
|
|
||||||
// } catch (Throwable e) {
|
|
||||||
// String msg = "Error occurred while initializing SCEP core bundle";
|
|
||||||
// log.error(msg, e);
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// protected void deactivate(ComponentContext ctx) {
|
|
||||||
// if (log.isDebugEnabled()) {
|
|
||||||
// log.debug("Deactivating SCEP core bundle");
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// protected void unsetApplicationManagementProviderService(ApplicationManagementProviderService
|
|
||||||
// applicationManagementProviderService) {
|
|
||||||
// //do nothing
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// protected void setApplicationManagementProviderService(ApplicationManagementProviderService
|
|
||||||
// applicationManagementProviderService) {
|
|
||||||
// //do nothing
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
//}
|
|
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"IoTMgtHost" : "localhost"
|
|
||||||
}
|
|
@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"grantType": "password urn:ietf:params:oauth:grant-type:saml2-bearer refresh_token",
|
|
||||||
"saasApp": true,
|
|
||||||
"tokenScope": "admin",
|
|
||||||
"requireDynamicClientRegistration": true,
|
|
||||||
"audience": "https://localhost:9443/oauth2/token",
|
|
||||||
"assertionConsumerURL": "https://localhost:9443/devicemgt/sso/acs",
|
|
||||||
"recepientValidationURL": "https://localhost:9443/oauth2/token"
|
|
||||||
}
|
|
Loading…
Reference in new issue