mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fixing conflicts
This commit is contained in:
parent
51c46095a4
commit
1b4857b7fd
@ -21,13 +21,13 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.wso2.carbon.devicemgt</groupId>
|
<groupId>org.wso2.carbon.devicemgt</groupId>
|
||||||
<artifactId>certificate-mgt</artifactId>
|
<artifactId>certificate-mgt</artifactId>
|
||||||
<version>2.0.4-SNAPSHOT</version>
|
<version>2.0.3-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>org.wso2.carbon.certificate.mgt.core</artifactId>
|
<artifactId>org.wso2.carbon.certificate.mgt.core</artifactId>
|
||||||
<version>2.0.4-SNAPSHOT</version>
|
<version>2.0.3-SNAPSHOT</version>
|
||||||
<packaging>bundle</packaging>
|
<packaging>bundle</packaging>
|
||||||
<name>WSO2 Carbon - Certificate Management Core</name>
|
<name>WSO2 Carbon - Certificate Management Core</name>
|
||||||
<description>WSO2 Carbon - Certificate Management Core</description>
|
<description>WSO2 Carbon - Certificate Management Core</description>
|
||||||
@ -51,7 +51,8 @@
|
|||||||
<Bundle-Version>${carbon.device.mgt.version}</Bundle-Version>
|
<Bundle-Version>${carbon.device.mgt.version}</Bundle-Version>
|
||||||
<Bundle-Description>Device Management Core Bundle</Bundle-Description>
|
<Bundle-Description>Device Management Core Bundle</Bundle-Description>
|
||||||
<Private-Package>
|
<Private-Package>
|
||||||
org.wso2.carbon.certificate.mgt.core.internal
|
org.wso2.carbon.certificate.mgt.core.internal,
|
||||||
|
org.wso2.carbon.certificate.mgt.core.util
|
||||||
</Private-Package>
|
</Private-Package>
|
||||||
<Import-Package>
|
<Import-Package>
|
||||||
org.osgi.framework,
|
org.osgi.framework,
|
||||||
@ -59,7 +60,7 @@
|
|||||||
org.apache.commons.logging,
|
org.apache.commons.logging,
|
||||||
javax.security.auth.x500,
|
javax.security.auth.x500,
|
||||||
javax.xml.*,
|
javax.xml.*,
|
||||||
javax.xml.parsers;version="${javax.xml.parsers.import.pkg.version}";resolution:=optional,
|
javax.xml.parsers;version="${javax.xml.parsers.import.pkg.version}";resolution:=optional,
|
||||||
org.apache.commons.codec.binary,
|
org.apache.commons.codec.binary,
|
||||||
org.bouncycastle.asn1,
|
org.bouncycastle.asn1,
|
||||||
org.bouncycastle.asn1.x500,
|
org.bouncycastle.asn1.x500,
|
||||||
@ -97,6 +98,7 @@
|
|||||||
</Import-Package>
|
</Import-Package>
|
||||||
<Export-Package>
|
<Export-Package>
|
||||||
!org.wso2.carbon.certificate.mgt.core.internal.*,
|
!org.wso2.carbon.certificate.mgt.core.internal.*,
|
||||||
|
!org.wso2.carbon.certificate.mgt.core.util,
|
||||||
org.wso2.carbon.certificate.mgt.core.*
|
org.wso2.carbon.certificate.mgt.core.*
|
||||||
</Export-Package>
|
</Export-Package>
|
||||||
</instructions>
|
</instructions>
|
||||||
|
|||||||
@ -108,7 +108,7 @@
|
|||||||
"contextParams" : [
|
"contextParams" : [
|
||||||
{
|
{
|
||||||
"name" : "Owasp.CsrfGuard.Config",
|
"name" : "Owasp.CsrfGuard.Config",
|
||||||
"value" : "/repository/conf/security/Owasp.CsrfGuard.Carbon.properties"
|
"value" : "/repository/conf/security/Owasp.CsrfGuard.dashboard.properties"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -71,7 +71,7 @@
|
|||||||
"contextParams" : [
|
"contextParams" : [
|
||||||
{
|
{
|
||||||
"name" : "Owasp.CsrfGuard.Config",
|
"name" : "Owasp.CsrfGuard.Config",
|
||||||
"value" : "/repository/conf/security/Owasp.CsrfGuard.Carbon.properties"
|
"value" : "/repository/conf/security/Owasp.CsrfGuard.dashboard.properties"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -520,7 +520,7 @@ var module = {};
|
|||||||
response.sendError(500, msg);
|
response.sendError(500, msg);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @type {{sessionId: string, loggedInUser: string, sessionIndex: string, samlToken:
|
* @type {{sessionId: string, loggedInUser: string, sessionIndex: string, samlToken:
|
||||||
* string}}
|
* string}}
|
||||||
@ -533,7 +533,7 @@ var module = {};
|
|||||||
if (ssoSession.sessionIndex) {
|
if (ssoSession.sessionIndex) {
|
||||||
module.loadTenant(ssoSession.loggedInUser);
|
module.loadTenant(ssoSession.loggedInUser);
|
||||||
var carbonUser = (require("carbon")).server.tenantUser(ssoSession.loggedInUser);
|
var carbonUser = (require("carbon")).server.tenantUser(ssoSession.loggedInUser);
|
||||||
module.loadTenant(ssoSession.loggedInUser);
|
module.loadTenant(ssoSession.loggedInUser);
|
||||||
utils.setCurrentUser(carbonUser.username, carbonUser.domain, carbonUser.tenantId);
|
utils.setCurrentUser(carbonUser.username, carbonUser.domain, carbonUser.tenantId);
|
||||||
var scriptArgument = {input: {samlToken: ssoSession.samlToken}, user: module.getCurrentUser()};
|
var scriptArgument = {input: {samlToken: ssoSession.samlToken}, user: module.getCurrentUser()};
|
||||||
handleEvent(OPERATION_LOGIN, EVENT_SUCCESS, scriptArgument);
|
handleEvent(OPERATION_LOGIN, EVENT_SUCCESS, scriptArgument);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user