Commiting pipeline changes made for JIRA ticket - ticket/PS-392

This commit is contained in:
Developer1 2025-12-04 09:32:38 +00:00
parent 3c1a2bc9f6
commit 2c8a4fc437
104 changed files with 112 additions and 80 deletions

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.1.0.0). -->
<!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library -->
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443
app-name: PolicyServer.
Value of 'port' is mandatory.
Value of 'port' is optional if Policy Server is running on
default SSL port (443).
-->
<server></server>
<port></port>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.0.1.0). -->
<!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library -->
@ -16,10 +17,9 @@ to the IFSHelperInitialize API to initialize the Library -->
<!-- Whether enforce BC-FIPS as security provider.
true - Enforce BC-FIPS as security provider.
false - Use default security provider (Java security provider).
This is false by default. But if this is set to true, then refer to 'Enforce FIPS Lib/readme.txt' for further details.
-->
<enforce-fips>false</enforce-fips>
<!-- Provide the integrating app name -->
<integrated-app-name></integrated-app-name>
</fs-helper-config>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.1.0.0). -->
<!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library -->
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443
app-name: PolicyServer.
Value of 'port' is mandatory.
Value of 'port' is optional if Policy Server is running on
default SSL port (443).
-->
<server></server>
<port></port>

View File

@ -4,7 +4,7 @@
# 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).
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.19.0).
## Table of Contents
@ -27,6 +27,6 @@ While this is an excellent learning resource for the SDK, there are other resour
### 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)
- [API Reference](https://ps.seclore.com/sdk/4.4.19.0/apidocs)
- [Error Codes](https://ps.seclore.com/sdk/4.4.19.0/errorcodes)
- [Seclore Server SDK Package](https://repo.seclore.com/public/-/packages/generic/seclore-java-sdk/4.4.19.0)

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.1.0.0). -->
<!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library -->
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443
app-name: PolicyServer.
Value of 'port' is mandatory.
Value of 'port' is optional if Policy Server is running on
default SSL port (443).
-->
<server></server>
<port></port>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.0.1.0). -->
<!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library -->
@ -16,10 +17,9 @@ to the IFSHelperInitialize API to initialize the Library -->
<!-- Whether enforce BC-FIPS as security provider.
true - Enforce BC-FIPS as security provider.
false - Use default security provider (Java security provider).
This is false by default. But if this is set to true, then refer to 'Enforce FIPS Lib/readme.txt' for further details.
-->
<enforce-fips>false</enforce-fips>
<!-- Provide the integrating app name -->
<integrated-app-name></integrated-app-name>
</fs-helper-config>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.1.0.0). -->
<!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library -->
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443
app-name: PolicyServer.
Value of 'port' is mandatory.
Value of 'port' is optional if Policy Server is running on
default SSL port (443).
-->
<server></server>
<port></port>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.0.1.0). -->
<!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library -->
@ -16,10 +17,9 @@ to the IFSHelperInitialize API to initialize the Library -->
<!-- Whether enforce BC-FIPS as security provider.
true - Enforce BC-FIPS as security provider.
false - Use default security provider (Java security provider).
This is false by default. But if this is set to true, then refer to 'Enforce FIPS Lib/readme.txt' for further details.
-->
<enforce-fips>false</enforce-fips>
<!-- Provide the integrating app name -->
<integrated-app-name></integrated-app-name>
</fs-helper-config>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.1.0.0). -->
<!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library -->
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443
app-name: PolicyServer.
Value of 'port' is mandatory.
Value of 'port' is optional if Policy Server is running on
default SSL port (443).
-->
<server></server>
<port></port>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.0.1.0). -->
<!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library -->
@ -16,10 +17,9 @@ to the IFSHelperInitialize API to initialize the Library -->
<!-- Whether enforce BC-FIPS as security provider.
true - Enforce BC-FIPS as security provider.
false - Use default security provider (Java security provider).
This is false by default. But if this is set to true, then refer to 'Enforce FIPS Lib/readme.txt' for further details.
-->
<enforce-fips>false</enforce-fips>
<!-- Provide the integrating app name -->
<integrated-app-name></integrated-app-name>
</fs-helper-config>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.1.0.0). -->
<!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library -->
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443
app-name: PolicyServer.
Value of 'port' is mandatory.
Value of 'port' is optional if Policy Server is running on
default SSL port (443).
-->
<server></server>
<port></port>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.0.1.0). -->
<!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library -->
@ -16,10 +17,9 @@ to the IFSHelperInitialize API to initialize the Library -->
<!-- Whether enforce BC-FIPS as security provider.
true - Enforce BC-FIPS as security provider.
false - Use default security provider (Java security provider).
This is false by default. But if this is set to true, then refer to 'Enforce FIPS Lib/readme.txt' for further details.
-->
<enforce-fips>false</enforce-fips>
<!-- Provide the integrating app name -->
<integrated-app-name></integrated-app-name>
</fs-helper-config>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.1.0.0). -->
<!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library -->
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443
app-name: PolicyServer.
Value of 'port' is mandatory.
Value of 'port' is optional if Policy Server is running on
default SSL port (443).
-->
<server></server>
<port></port>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.0.1.0). -->
<!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library -->
@ -16,10 +17,9 @@ to the IFSHelperInitialize API to initialize the Library -->
<!-- Whether enforce BC-FIPS as security provider.
true - Enforce BC-FIPS as security provider.
false - Use default security provider (Java security provider).
This is false by default. But if this is set to true, then refer to 'Enforce FIPS Lib/readme.txt' for further details.
-->
<enforce-fips>false</enforce-fips>
<!-- Provide the integrating app name -->
<integrated-app-name></integrated-app-name>
</fs-helper-config>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.1.0.0). -->
<!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library -->
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443
app-name: PolicyServer.
Value of 'port' is mandatory.
Value of 'port' is optional if Policy Server is running on
default SSL port (443).
-->
<server></server>
<port></port>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.0.1.0). -->
<!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library -->
@ -16,10 +17,9 @@ to the IFSHelperInitialize API to initialize the Library -->
<!-- Whether enforce BC-FIPS as security provider.
true - Enforce BC-FIPS as security provider.
false - Use default security provider (Java security provider).
This is false by default. But if this is set to true, then refer to 'Enforce FIPS Lib/readme.txt' for further details.
-->
<enforce-fips>false</enforce-fips>
<!-- Provide the integrating app name -->
<integrated-app-name></integrated-app-name>
</fs-helper-config>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.1.0.0). -->
<!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library -->
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443
app-name: PolicyServer.
Value of 'port' is mandatory.
Value of 'port' is optional if Policy Server is running on
default SSL port (443).
-->
<server></server>
<port></port>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.0.1.0). -->
<!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library -->
@ -16,10 +17,9 @@ to the IFSHelperInitialize API to initialize the Library -->
<!-- Whether enforce BC-FIPS as security provider.
true - Enforce BC-FIPS as security provider.
false - Use default security provider (Java security provider).
This is false by default. But if this is set to true, then refer to 'Enforce FIPS Lib/readme.txt' for further details.
-->
<enforce-fips>false</enforce-fips>
<!-- Provide the integrating app name -->
<integrated-app-name></integrated-app-name>
</fs-helper-config>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.1.0.0). -->
<!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library -->
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443
app-name: PolicyServer.
Value of 'port' is mandatory.
Value of 'port' is optional if Policy Server is running on
default SSL port (443).
-->
<server></server>
<port></port>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.0.1.0). -->
<!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library -->
@ -16,10 +17,9 @@ to the IFSHelperInitialize API to initialize the Library -->
<!-- Whether enforce BC-FIPS as security provider.
true - Enforce BC-FIPS as security provider.
false - Use default security provider (Java security provider).
This is false by default. But if this is set to true, then refer to 'Enforce FIPS Lib/readme.txt' for further details.
-->
<enforce-fips>false</enforce-fips>
<!-- Provide the integrating app name -->
<integrated-app-name></integrated-app-name>
</fs-helper-config>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.1.0.0). -->
<!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library -->
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443
app-name: PolicyServer.
Value of 'port' is mandatory.
Value of 'port' is optional if Policy Server is running on
default SSL port (443).
-->
<server></server>
<port></port>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.0.1.0). -->
<!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library -->
@ -16,10 +17,9 @@ to the IFSHelperInitialize API to initialize the Library -->
<!-- Whether enforce BC-FIPS as security provider.
true - Enforce BC-FIPS as security provider.
false - Use default security provider (Java security provider).
This is false by default. But if this is set to true, then refer to 'Enforce FIPS Lib/readme.txt' for further details.
-->
<enforce-fips>false</enforce-fips>
<!-- Provide the integrating app name -->
<integrated-app-name></integrated-app-name>
</fs-helper-config>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.1.0.0). -->
<!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library -->
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443
app-name: PolicyServer.
Value of 'port' is mandatory.
Value of 'port' is optional if Policy Server is running on
default SSL port (443).
-->
<server></server>
<port></port>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.0.1.0). -->
<!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library -->
@ -16,10 +17,9 @@ to the IFSHelperInitialize API to initialize the Library -->
<!-- Whether enforce BC-FIPS as security provider.
true - Enforce BC-FIPS as security provider.
false - Use default security provider (Java security provider).
This is false by default. But if this is set to true, then refer to 'Enforce FIPS Lib/readme.txt' for further details.
-->
<enforce-fips>false</enforce-fips>
<!-- Provide the integrating app name -->
<integrated-app-name></integrated-app-name>
</fs-helper-config>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.1.0.0). -->
<!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library -->
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443
app-name: PolicyServer.
Value of 'port' is mandatory.
Value of 'port' is optional if Policy Server is running on
default SSL port (443).
-->
<server></server>
<port></port>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.0.1.0). -->
<!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library -->
@ -16,10 +17,9 @@ to the IFSHelperInitialize API to initialize the Library -->
<!-- Whether enforce BC-FIPS as security provider.
true - Enforce BC-FIPS as security provider.
false - Use default security provider (Java security provider).
This is false by default. But if this is set to true, then refer to 'Enforce FIPS Lib/readme.txt' for further details.
-->
<enforce-fips>false</enforce-fips>
<!-- Provide the integrating app name -->
<integrated-app-name></integrated-app-name>
</fs-helper-config>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.1.0.0). -->
<!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library -->
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443
app-name: PolicyServer.
Value of 'port' is mandatory.
Value of 'port' is optional if Policy Server is running on
default SSL port (443).
-->
<server></server>
<port></port>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.0.1.0). -->
<!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library -->
@ -16,10 +17,9 @@ to the IFSHelperInitialize API to initialize the Library -->
<!-- Whether enforce BC-FIPS as security provider.
true - Enforce BC-FIPS as security provider.
false - Use default security provider (Java security provider).
This is false by default. But if this is set to true, then refer to 'Enforce FIPS Lib/readme.txt' for further details.
-->
<enforce-fips>false</enforce-fips>
<!-- Provide the integrating app name -->
<integrated-app-name></integrated-app-name>
</fs-helper-config>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.1.0.0). -->
<!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library -->
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443
app-name: PolicyServer.
Value of 'port' is mandatory.
Value of 'port' is optional if Policy Server is running on
default SSL port (443).
-->
<server></server>
<port></port>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.0.1.0). -->
<!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library -->
@ -16,10 +17,9 @@ to the IFSHelperInitialize API to initialize the Library -->
<!-- Whether enforce BC-FIPS as security provider.
true - Enforce BC-FIPS as security provider.
false - Use default security provider (Java security provider).
This is false by default. But if this is set to true, then refer to 'Enforce FIPS Lib/readme.txt' for further details.
-->
<enforce-fips>false</enforce-fips>
<!-- Provide the integrating app name -->
<integrated-app-name></integrated-app-name>
</fs-helper-config>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.1.0.0). -->
<!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library -->
@ -20,7 +21,8 @@ to the IFSHelperInitialize API to initialize the Library -->
port: 9443
app-name: PolicyServer.
Value of 'port' is mandatory.
Value of 'port' is optional if Policy Server is running on
default SSL port (443).
-->
<server></server>
<port></port>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-16" ?>
<!-- Seclore Server SDK Java(4.3.2.0) -->
<!-- Configuration File (1.0.1.0). -->
<!-- This file contains the XML strcuture which should be passed
to the IFSHelperInitialize API to initialize the Library -->
@ -16,10 +17,9 @@ to the IFSHelperInitialize API to initialize the Library -->
<!-- Whether enforce BC-FIPS as security provider.
true - Enforce BC-FIPS as security provider.
false - Use default security provider (Java security provider).
This is false by default. But if this is set to true, then refer to 'Enforce FIPS Lib/readme.txt' for further details.
-->
<enforce-fips>false</enforce-fips>
<!-- Provide the integrating app name -->
<integrated-app-name></integrated-app-name>
</fs-helper-config>

Some files were not shown because too many files have changed in this diff Show More