diff --git a/distribution/uem-community/src/conf/deployment.toml b/distribution/uem-community/src/conf/deployment.toml
index 84594e5..a8e4332 100644
--- a/distribution/uem-community/src/conf/deployment.toml
+++ b/distribution/uem-community/src/conf/deployment.toml
@@ -109,7 +109,7 @@ auth_token = ""
#pool.max_idle = 100
#key_validation_handler_type = "default"
#key_validation_handler_type = "custom"
-key_validation_handler_impl = "org.wso2.carbon.apimgt.keymgt.extension.KeyValidationHandler"
+key_validation_handler_impl = "io.entgra.device.mgt.core.apimgt.keymgt.extension.KeyValidationHandler"
#[apim.idp]
#server_url = "https://localhost:${mgt.transport.https.port}"
@@ -265,12 +265,12 @@ maxHttpHeaderSize="16384"
maxHttpHeaderSize="16384"
[oauth.grant_type.jwt_bearer]
-grant_handler="org.wso2.carbon.device.mgt.oauth.extensions.handlers.grant.ExtendedJWTGrantHandler"
+grant_handler="io.entgra.device.mgt.core.device.mgt.oauth.extensions.handlers.grant.ExtendedJWTGrantHandler"
[[oauth.custom_grant_type]]
name="access_token"
-grant_handler="org.wso2.carbon.device.mgt.oauth.extensions.handlers.grant.AccessTokenGrantHandler"
-grant_validator="org.wso2.carbon.device.mgt.oauth.extensions.validators.AccessTokenGrantValidator"
+grant_handler="io.entgra.device.mgt.core.device.mgt.oauth.extensions.handlers.grant.AccessTokenGrantHandler"
+grant_validator="io.entgra.device.mgt.core.device.mgt.oauth.extensions.validators.AccessTokenGrantValidator"
[oauth.token_renewal]
renew_refresh_token=false
diff --git a/uem-core/pom.xml b/uem-core/pom.xml
index 03c6225..fa10e7d 100644
--- a/uem-core/pom.xml
+++ b/uem-core/pom.xml
@@ -186,7 +186,7 @@
-
+
@@ -213,7 +213,7 @@
-
+
diff --git a/uem-core/src/core/conf/deployment.toml b/uem-core/src/core/conf/deployment.toml
index 964acbf..15f4538 100644
--- a/uem-core/src/core/conf/deployment.toml
+++ b/uem-core/src/core/conf/deployment.toml
@@ -105,7 +105,7 @@ config_endpoint = "https://localhost:8080/auth/v1"
auth_token = ""
[web_app.listener]
-class_name = ["org.wso2.carbon.apimgt.webapp.publisher.lifecycle.listener.APIPublisherLifecycleListener", "org.wso2.carbon.device.mgt.core.config.permission.lifecycle.WebAppDeploymentLifecycleListener"]
+class_name = ["io.entgra.device.mgt.core.apimgt.webapp.publisher.lifecycle.listener.APIPublisherLifecycleListener", "io.entgra.device.mgt.core.device.mgt.core.config.permission.lifecycle.WebAppDeploymentLifecycleListener"]
[apim.key_manager]
#service_url = "https://localhost:${mgt.transport.https.port}/services/"
@@ -115,7 +115,7 @@ class_name = ["org.wso2.carbon.apimgt.webapp.publisher.lifecycle.listener.APIPub
#pool.max_idle = 100
#key_validation_handler_type = "default"
#key_validation_handler_type = "custom"
-key_validation_handler_impl = "org.wso2.carbon.apimgt.keymgt.extension.KeyValidationHandler"
+key_validation_handler_impl = "io.entgra.device.mgt.core.apimgt.keymgt.extension.KeyValidationHandler"
#[apim.idp]
#server_url = "https://localhost:${mgt.transport.https.port}"
@@ -271,12 +271,12 @@ maxHttpHeaderSize="16384"
maxHttpHeaderSize="16384"
[oauth.grant_type.jwt_bearer]
-grant_handler="org.wso2.carbon.device.mgt.oauth.extensions.handlers.grant.ExtendedJWTGrantHandler"
+grant_handler="io.entgra.device.mgt.core.device.mgt.oauth.extensions.handlers.grant.ExtendedJWTGrantHandler"
[[oauth.custom_grant_type]]
name="access_token"
-grant_handler="org.wso2.carbon.device.mgt.oauth.extensions.handlers.grant.AccessTokenGrantHandler"
-grant_validator="org.wso2.carbon.device.mgt.oauth.extensions.validators.AccessTokenGrantValidator"
+grant_handler="io.entgra.device.mgt.core.device.mgt.oauth.extensions.handlers.grant.AccessTokenGrantHandler"
+grant_validator="io.entgra.device.mgt.core.device.mgt.oauth.extensions.validators.AccessTokenGrantValidator"
[oauth.token_renewal]
renew_refresh_token=false
diff --git a/uem-core/src/core/conf/tomcat/context.xml b/uem-core/src/core/conf/tomcat/context.xml
index dcca984..b0c3dcb 100644
--- a/uem-core/src/core/conf/tomcat/context.xml
+++ b/uem-core/src/core/conf/tomcat/context.xml
@@ -47,7 +47,7 @@
'managed-api-isSecured' - Indicates if the 'Managed API' needs to be exposed over a secured channel.
'managed-api-transports' - Transports through which the 'Managed API' is exposed.
-->
-
+
-
+