Skip to content

Commit

Permalink
Expose org.wso2.carbon.identity.certificate.management.cache from the…
Browse files Browse the repository at this point in the history
… certificate-mgt osgi service
  • Loading branch information
ashanthamara committed Dec 11, 2024
1 parent 44c7bca commit 75b0fb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@
</Bundle-SymbolicName>
<Bundle-Name>${project.artifactId}</Bundle-Name>
<Private-Package>
org.wso2.carbon.identity.certificate.management.cache,
org.wso2.carbon.identity.certificate.management.constant,
org.wso2.carbon.identity.certificate.management.dao.*,
org.wso2.carbon.identity.certificate.management.internal,
org.wso2.carbon.identity.certificate.management.service.impl,
org.wso2.carbon.identity.certificate.management.util;
</Private-Package>
<Export-Package>
org.wso2.carbon.identity.certificate.management.cache,
org.wso2.carbon.identity.certificate.management.exception,
org.wso2.carbon.identity.certificate.management.model,
org.wso2.carbon.identity.certificate.management.service;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
*/
public class CertificateIdCacheKey extends CacheKey {

private static final long serialVersionUID = 5691238745928475691L;
private final String certificateId;

public CertificateIdCacheKey(String certificateId) {
Expand Down

0 comments on commit 75b0fb4

Please sign in to comment.