seclore-java-sdk/README.md

33 lines
1.8 KiB
Markdown

<div style="text-align: center;">
<img alt="Seclore Server SDK" width="1412" src="resources/seclore-logo-banner.jpg">
</div>
# Seclore Server SDK Examples
Welcome to the Seclore Server SDK Examples repository! Here, you'll find a curated collection of example projects showcasing the robust capabilities of the [Seclore Software Development Kit](https://repo.seclore.com/public/-/packages/generic/seclore-java-sdk/4.4.18.0).
## Table of Contents
1. [About this Repo](#About)
2. [Examples](#Examples)
3. [Learning Resources](#Learning)
## About this Repo <a name="About"></a>
This repository serves as a comprehensive guide to leveraging the powerful Web Service APIs exposed by the Seclore Policy Server. It includes an official list of meticulously crafted SDK examples (see ["Examples"](#Examples)) tailored to empower developers in seamlessly integrating the SDK into their applications. Each example provides practical demonstrations of common service implementations and essential infrastructure patterns, ensuring a smooth integration experience with the Seclore Server SDK.
## Examples <a name="Examples"></a>
Refer the examples in Java language, fully supported by the Seclore Server SDK. Explore the intricacies of secure data management, access controls, and much more by visiting the following link: [Examples](examples)
## Learning Resources <a name="Learning"></a>
While this is an excellent learning resource for the SDK, there are other resources that can be referenced to assist with your learning/development process.
### Official Resources
- [Developer Guide](Doc/Seclore%20Server%20SDK%20Java%20Guide%20v4.5.2.0.pdf)
- [API Reference](https://ps.seclore.com/sdk/4.4.18.0/apidocs)
- [Error Codes](https://ps.seclore.com/sdk/4.4.18.0/errorcodes)
- [Seclore Server SDK Package](https://repo.seclore.com/public/-/packages/generic/seclore-java-sdk/4.4.18.0)