diff --git a/Doc/Config/log4j2.xml b/Doc/Config/log4j2.xml new file mode 100644 index 0000000..0756304 --- /dev/null +++ b/Doc/Config/log4j2.xml @@ -0,0 +1,43 @@ + + + + + + ${ctx:applicationPath}/logs + + + + + + + + + + + + + UTF-8 + %d{MMM dd, yyyy HH:mm:ss.SSS}: %t: %p: %m%n + + + + + + + + + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 0dfd590..39bba97 100644 --- a/README.md +++ b/README.md @@ -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/test). +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 @@ -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://seclore-sdk-local.docs.secloredevops.com/test/apidocs) -- [Error Codes](https://seclore-sdk-local.docs.secloredevops.com/test/errorcodes) -- [Seclore Server SDK Package](https://repo.seclore.com/public/-/packages/generic/seclore-java-sdk/test) +- [API Reference](https://seclore-sdk-local.docs.secloredevops.com/4.4.18.0/apidocs) +- [Error Codes](https://seclore-sdk-local.docs.secloredevops.com/4.4.18.0/errorcodes) +- [Seclore Server SDK Package](https://repo.seclore.com/public/-/packages/generic/seclore-java-sdk/4.4.18.0) diff --git a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/cabinet config.xml b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/cabinet config.xml new file mode 100644 index 0000000..1d6eba7 --- /dev/null +++ b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/cabinet config.xml @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + + + + + + + false + + + + + + false + + + en + + + + + 50 + + 900 + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/config.xml b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/config.xml old mode 100755 new mode 100644 index b148308..11362a7 Binary files a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/config.xml and b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/config.xml differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/log4j2.xml b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/log4j2.xml old mode 100755 new mode 100644 index 6902efe..0756304 --- a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/log4j2.xml +++ b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/log4j2.xml @@ -1,43 +1,43 @@ - - - - - - ${ctx:applicationPath}/logs - - - - - - - - - - - - - UTF-8 - %d{MMM dd, yyyy HH:mm:ss.SSS} :%t %n%p: %m%n - - - - - - - - - - - - - + + + + + + ${ctx:applicationPath}/logs + + + + + + + + + + + + + UTF-8 + %d{MMM dd, yyyy HH:mm:ss.SSS}: %t: %p: %m%n + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/tenant config.xml b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/tenant config.xml deleted file mode 100755 index a88ffcc..0000000 Binary files a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/tenant config.xml and /dev/null differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/bc-fips-1.0.0.jar b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/bc-fips-1.0.0.jar deleted file mode 100755 index 321e563..0000000 Binary files a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/bc-fips-1.0.0.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/bc-fips-1.0.2.4.jar b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/bc-fips-1.0.2.4.jar new file mode 100644 index 0000000..a38f9d0 Binary files /dev/null and b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/bc-fips-1.0.2.4.jar differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/commons-codec-1.6.jar b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/commons-codec-1.6.jar old mode 100755 new mode 100644 diff --git a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/disruptor-3.3.7.jar b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/disruptor-3.3.7.jar old mode 100755 new mode 100644 diff --git a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-smaillibrary-1.2.7.0.jar b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-smaillibrary-1.2.7.0.jar new file mode 100644 index 0000000..c01ec4a Binary files /dev/null and b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-smaillibrary-1.2.7.0.jar differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-smaillibrary.jar b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-smaillibrary.jar deleted file mode 100755 index aa95e22..0000000 Binary files a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-smaillibrary.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/fs-ws-client-4.4.17.0.jar b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-ws-client-4.4.18.0.jar similarity index 91% rename from examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/fs-ws-client-4.4.17.0.jar rename to examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-ws-client-4.4.18.0.jar index 42b3166..d0a949c 100644 Binary files a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/fs-ws-client-4.4.17.0.jar and b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-ws-client-4.4.18.0.jar differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-ws-client-4.4.7.jar b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-ws-client-4.4.7.jar deleted file mode 100755 index bf2adcf..0000000 Binary files a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-ws-client-4.4.7.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/log4j-1.2.14.jar b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/log4j-1.2.14.jar deleted file mode 100755 index 6251307..0000000 Binary files a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/log4j-1.2.14.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/log4j-api-2.10.0.jar b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/log4j-api-2.10.0.jar deleted file mode 100755 index 9603b1b..0000000 Binary files a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/log4j-api-2.10.0.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/log4j-api-2.17.1.jar b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/log4j-api-2.17.1.jar new file mode 100644 index 0000000..1aae243 Binary files /dev/null and b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/log4j-api-2.17.1.jar differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/log4j-core-2.10.0.jar b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/log4j-core-2.10.0.jar deleted file mode 100755 index 1be9e67..0000000 Binary files a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/log4j-core-2.10.0.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/log4j-core-2.17.1.jar b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/log4j-core-2.17.1.jar new file mode 100644 index 0000000..4682527 Binary files /dev/null and b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/log4j-core-2.17.1.jar differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/sample-app.jar b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/sample-app.jar old mode 100755 new mode 100644 index c818696..1205dc8 Binary files a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/sample-app.jar and b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/sample-app.jar differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/seclore-io-1.0.0.0.jar b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/seclore-io-1.0.0.0.jar new file mode 100644 index 0000000..365237b Binary files /dev/null and b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/seclore-io-1.0.0.0.jar differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/xercesImpl-2.12.2.jar b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/xercesImpl-2.12.2.jar new file mode 100644 index 0000000..ccbae9f Binary files /dev/null and b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/xercesImpl-2.12.2.jar differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/xercesImpl-X.jar b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/xercesImpl-X.jar deleted file mode 100755 index 38fca83..0000000 Binary files a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/xercesImpl-X.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/.classpath b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/.classpath index 93e5d86..4e3bf4d 100755 --- a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/.classpath +++ b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/.classpath @@ -10,7 +10,7 @@ - + \ No newline at end of file diff --git a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/bin/com/seclore/fs/protect/example/Version.class b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/bin/com/seclore/fs/protect/example/Version.class old mode 100755 new mode 100644 index 694b590..a202905 Binary files a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/bin/com/seclore/fs/protect/example/Version.class and b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/bin/com/seclore/fs/protect/example/Version.class differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/bin/com/seclore/fs/protect/example/core/InitializeWSClient.class b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/bin/com/seclore/fs/protect/example/core/InitializeWSClient.class old mode 100755 new mode 100644 index 7229984..48cd199 Binary files a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/bin/com/seclore/fs/protect/example/core/InitializeWSClient.class and b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/bin/com/seclore/fs/protect/example/core/InitializeWSClient.class differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/bin/com/seclore/fs/protect/example/main/SecloreMain.class b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/bin/com/seclore/fs/protect/example/main/SecloreMain.class old mode 100755 new mode 100644 index 692e504..b4b3a00 Binary files a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/bin/com/seclore/fs/protect/example/main/SecloreMain.class and b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/bin/com/seclore/fs/protect/example/main/SecloreMain.class differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/fs-ws-client-4.4.17.0.jar b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/fs-ws-client-4.4.18.0.jar similarity index 91% rename from examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/fs-ws-client-4.4.17.0.jar rename to examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/fs-ws-client-4.4.18.0.jar index 42b3166..d0a949c 100644 Binary files a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/fs-ws-client-4.4.17.0.jar and b/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/fs-ws-client-4.4.18.0.jar differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/cabinet config.xml b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/cabinet config.xml new file mode 100644 index 0000000..1d6eba7 --- /dev/null +++ b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/cabinet config.xml @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + + + + + + + false + + + + + + false + + + en + + + + + 50 + + 900 + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/config.xml b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/config.xml old mode 100755 new mode 100644 index b148308..11362a7 Binary files a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/config.xml and b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/config.xml differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/log4j2.xml b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/log4j2.xml old mode 100755 new mode 100644 index 6902efe..0756304 --- a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/log4j2.xml +++ b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/log4j2.xml @@ -1,43 +1,43 @@ - - - - - - ${ctx:applicationPath}/logs - - - - - - - - - - - - - UTF-8 - %d{MMM dd, yyyy HH:mm:ss.SSS} :%t %n%p: %m%n - - - - - - - - - - - - - + + + + + + ${ctx:applicationPath}/logs + + + + + + + + + + + + + UTF-8 + %d{MMM dd, yyyy HH:mm:ss.SSS}: %t: %p: %m%n + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/tenant config.xml b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/tenant config.xml deleted file mode 100755 index a88ffcc..0000000 Binary files a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/config/tenant config.xml and /dev/null differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/bc-fips-1.0.0.jar b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/bc-fips-1.0.0.jar deleted file mode 100755 index 321e563..0000000 Binary files a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/bc-fips-1.0.0.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/bc-fips-1.0.2.4.jar b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/bc-fips-1.0.2.4.jar new file mode 100644 index 0000000..a38f9d0 Binary files /dev/null and b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/bc-fips-1.0.2.4.jar differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/commons-codec-1.6.jar b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/commons-codec-1.6.jar old mode 100755 new mode 100644 diff --git a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/disruptor-3.3.7.jar b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/disruptor-3.3.7.jar old mode 100755 new mode 100644 diff --git a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-smaillibrary-1.2.7.0.jar b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-smaillibrary-1.2.7.0.jar new file mode 100644 index 0000000..c01ec4a Binary files /dev/null and b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-smaillibrary-1.2.7.0.jar differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-smaillibrary.jar b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-smaillibrary.jar deleted file mode 100755 index aa95e22..0000000 Binary files a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-smaillibrary.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/fs-ws-client-4.4.17.0.jar b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-ws-client-4.4.18.0.jar similarity index 91% rename from examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/fs-ws-client-4.4.17.0.jar rename to examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-ws-client-4.4.18.0.jar index 42b3166..d0a949c 100644 Binary files a/examples/Protect & Wrap with Hot Folder/Using Enterprise Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/fs-ws-client-4.4.17.0.jar and b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-ws-client-4.4.18.0.jar differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-ws-client-4.4.7.jar b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-ws-client-4.4.7.jar deleted file mode 100755 index bf2adcf..0000000 Binary files a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/fs-ws-client-4.4.7.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/log4j-1.2.14.jar b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/log4j-1.2.14.jar deleted file mode 100755 index 6251307..0000000 Binary files a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/log4j-1.2.14.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/log4j-api-2.10.0.jar b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/log4j-api-2.10.0.jar deleted file mode 100755 index 9603b1b..0000000 Binary files a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/log4j-api-2.10.0.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/log4j-api-2.17.1.jar b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/log4j-api-2.17.1.jar new file mode 100644 index 0000000..1aae243 Binary files /dev/null and b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/log4j-api-2.17.1.jar differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/log4j-core-2.10.0.jar b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/log4j-core-2.10.0.jar deleted file mode 100755 index 1be9e67..0000000 Binary files a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/log4j-core-2.10.0.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/log4j-core-2.17.1.jar b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/log4j-core-2.17.1.jar new file mode 100644 index 0000000..4682527 Binary files /dev/null and b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/log4j-core-2.17.1.jar differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/sample-app.jar b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/sample-app.jar old mode 100755 new mode 100644 index c818696..3fa008b Binary files a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/sample-app.jar and b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/sample-app.jar differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/seclore-io-1.0.0.0.jar b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/seclore-io-1.0.0.0.jar new file mode 100644 index 0000000..365237b Binary files /dev/null and b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/seclore-io-1.0.0.0.jar differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/xercesImpl-2.12.2.jar b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/xercesImpl-2.12.2.jar new file mode 100644 index 0000000..ccbae9f Binary files /dev/null and b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/xercesImpl-2.12.2.jar differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/xercesImpl-X.jar b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/xercesImpl-X.jar deleted file mode 100755 index 38fca83..0000000 Binary files a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Hot Folder and Wrap Sample App/lib/xercesImpl-X.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/.classpath b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/.classpath index 93e5d86..4e3bf4d 100755 --- a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/.classpath +++ b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/.classpath @@ -10,7 +10,7 @@ - + \ No newline at end of file diff --git a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/bin/com/seclore/fs/protect/example/Version.class b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/bin/com/seclore/fs/protect/example/Version.class old mode 100755 new mode 100644 index 694b590..a202905 Binary files a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/bin/com/seclore/fs/protect/example/Version.class and b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/bin/com/seclore/fs/protect/example/Version.class differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/bin/com/seclore/fs/protect/example/core/InitializeWSClient.class b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/bin/com/seclore/fs/protect/example/core/InitializeWSClient.class old mode 100755 new mode 100644 index 7229984..48cd199 Binary files a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/bin/com/seclore/fs/protect/example/core/InitializeWSClient.class and b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/bin/com/seclore/fs/protect/example/core/InitializeWSClient.class differ diff --git a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/bin/com/seclore/fs/protect/example/main/SecloreMain.class b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/bin/com/seclore/fs/protect/example/main/SecloreMain.class old mode 100755 new mode 100644 index 692e504..b4b3a00 Binary files a/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/bin/com/seclore/fs/protect/example/main/SecloreMain.class and b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/bin/com/seclore/fs/protect/example/main/SecloreMain.class differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/fs-ws-client-4.4.17.0.jar b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/fs-ws-client-4.4.18.0.jar similarity index 91% rename from examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/fs-ws-client-4.4.17.0.jar rename to examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/fs-ws-client-4.4.18.0.jar index 42b3166..d0a949c 100644 Binary files a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/fs-ws-client-4.4.17.0.jar and b/examples/Protect & Wrap with Hot Folder/Using Seclore PoC Policy Server/Sample Code/src/Protect With Hot Folder and Wrap Sample App Code/lib/fs-ws-client-4.4.18.0.jar differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/cabinet config.xml b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/cabinet config.xml new file mode 100644 index 0000000..1d6eba7 --- /dev/null +++ b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/cabinet config.xml @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + + + + + + + false + + + + + + false + + + en + + + + + 50 + + 900 + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/config.xml b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/config.xml old mode 100755 new mode 100644 index b148308..11362a7 Binary files a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/config.xml and b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/config.xml differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/log4j2.xml b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/log4j2.xml old mode 100755 new mode 100644 index b6b5b0e..0756304 --- a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/log4j2.xml +++ b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/log4j2.xml @@ -1,43 +1,43 @@ - - - - - - ${ctx:applicationPath}/logs - - - - - - - - - - - - - UTF-8 - %d{MMM dd, yyyy HH:mm:ss.SSS}: %t: %p: %m%n - - - - - - - - - - - - - + + + + + + ${ctx:applicationPath}/logs + + + + + + + + + + + + + UTF-8 + %d{MMM dd, yyyy HH:mm:ss.SSS}: %t: %p: %m%n + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/tenant config.xml b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/tenant config.xml deleted file mode 100755 index da18b33..0000000 Binary files a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/tenant config.xml and /dev/null differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/bc-fips-1.0.0.jar b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/bc-fips-1.0.0.jar deleted file mode 100755 index 321e563..0000000 Binary files a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/bc-fips-1.0.0.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/bc-fips-1.0.2.4.jar b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/bc-fips-1.0.2.4.jar new file mode 100644 index 0000000..a38f9d0 Binary files /dev/null and b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/bc-fips-1.0.2.4.jar differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/commons-codec-1.6.jar b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/commons-codec-1.6.jar old mode 100755 new mode 100644 diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/disruptor-3.3.7.jar b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/disruptor-3.3.7.jar old mode 100755 new mode 100644 diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-smaillibrary-1.2.7.0.jar b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-smaillibrary-1.2.7.0.jar new file mode 100644 index 0000000..c01ec4a Binary files /dev/null and b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-smaillibrary-1.2.7.0.jar differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-smaillibrary.jar b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-smaillibrary.jar deleted file mode 100755 index aa95e22..0000000 Binary files a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-smaillibrary.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-ws-client-4.4.18.0.jar b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-ws-client-4.4.18.0.jar new file mode 100644 index 0000000..d0a949c Binary files /dev/null and b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-ws-client-4.4.18.0.jar differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-ws-client-4.4.7.jar b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-ws-client-4.4.7.jar deleted file mode 100755 index bf2adcf..0000000 Binary files a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-ws-client-4.4.7.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/log4j-1.2.14.jar b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/log4j-1.2.14.jar deleted file mode 100755 index 6251307..0000000 Binary files a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/log4j-1.2.14.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/log4j-api-2.10.0.jar b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/log4j-api-2.10.0.jar deleted file mode 100755 index 9603b1b..0000000 Binary files a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/log4j-api-2.10.0.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/log4j-api-2.17.1.jar b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/log4j-api-2.17.1.jar new file mode 100644 index 0000000..1aae243 Binary files /dev/null and b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/log4j-api-2.17.1.jar differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/log4j-core-2.10.0.jar b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/log4j-core-2.10.0.jar deleted file mode 100755 index 1be9e67..0000000 Binary files a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/log4j-core-2.10.0.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/log4j-core-2.17.1.jar b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/log4j-core-2.17.1.jar new file mode 100644 index 0000000..4682527 Binary files /dev/null and b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/log4j-core-2.17.1.jar differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/sample-app.jar b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/sample-app.jar old mode 100755 new mode 100644 index c26578f..f875d24 Binary files a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/sample-app.jar and b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/sample-app.jar differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/seclore-io-1.0.0.0.jar b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/seclore-io-1.0.0.0.jar new file mode 100644 index 0000000..365237b Binary files /dev/null and b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/seclore-io-1.0.0.0.jar differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/xercesImpl-2.12.2.jar b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/xercesImpl-2.12.2.jar new file mode 100644 index 0000000..ccbae9f Binary files /dev/null and b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/xercesImpl-2.12.2.jar differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/xercesImpl-X.jar b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/xercesImpl-X.jar deleted file mode 100755 index 38fca83..0000000 Binary files a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/xercesImpl-X.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/.classpath b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/.classpath index 93e5d86..4e3bf4d 100755 --- a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/.classpath +++ b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/.classpath @@ -10,7 +10,7 @@ - + \ No newline at end of file diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/Version.properties b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/Version.properties deleted file mode 100755 index adf74cc..0000000 --- a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/Version.properties +++ /dev/null @@ -1 +0,0 @@ -SAMPLE.APP.VERSION=2.0.0.0 diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/com/seclore/fs/protect/example/core/Config.class b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/com/seclore/fs/protect/example/core/Config.class old mode 100755 new mode 100644 index 2e35dcf..1e6a821 Binary files a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/com/seclore/fs/protect/example/core/Config.class and b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/com/seclore/fs/protect/example/core/Config.class differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/com/seclore/fs/protect/example/core/FSEntity.class b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/com/seclore/fs/protect/example/core/FSEntity.class old mode 100755 new mode 100644 index c825cab..0f004c3 Binary files a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/com/seclore/fs/protect/example/core/FSEntity.class and b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/com/seclore/fs/protect/example/core/FSEntity.class differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/com/seclore/fs/protect/example/core/InitializeWSClient.class b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/com/seclore/fs/protect/example/core/InitializeWSClient.class old mode 100755 new mode 100644 index 5efd6ab..0326058 Binary files a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/com/seclore/fs/protect/example/core/InitializeWSClient.class and b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/com/seclore/fs/protect/example/core/InitializeWSClient.class differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/com/seclore/fs/protect/example/main/SecloreMain.class b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/com/seclore/fs/protect/example/main/SecloreMain.class old mode 100755 new mode 100644 index 994cdc4..893b123 Binary files a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/com/seclore/fs/protect/example/main/SecloreMain.class and b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/com/seclore/fs/protect/example/main/SecloreMain.class differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/com/seclore/fs/protect/example/util/XMLUtil.class b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/com/seclore/fs/protect/example/util/XMLUtil.class old mode 100755 new mode 100644 index f1f107e..a9a541a Binary files a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/com/seclore/fs/protect/example/util/XMLUtil.class and b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/com/seclore/fs/protect/example/util/XMLUtil.class differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/fs-ws-client-4.4.18.0.jar b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/fs-ws-client-4.4.18.0.jar new file mode 100644 index 0000000..d0a949c Binary files /dev/null and b/examples/Protect & Wrap with Independent Rights/Using Enterprise Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/fs-ws-client-4.4.18.0.jar differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/cabinet config.xml b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/cabinet config.xml new file mode 100644 index 0000000..1d6eba7 --- /dev/null +++ b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/cabinet config.xml @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + + + + + + + false + + + + + + false + + + en + + + + + 50 + + 900 + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/config.xml b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/config.xml old mode 100755 new mode 100644 index b148308..11362a7 Binary files a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/config.xml and b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/config.xml differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/log4j2.xml b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/log4j2.xml old mode 100755 new mode 100644 index b6b5b0e..0756304 --- a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/log4j2.xml +++ b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/log4j2.xml @@ -1,43 +1,43 @@ - - - - - - ${ctx:applicationPath}/logs - - - - - - - - - - - - - UTF-8 - %d{MMM dd, yyyy HH:mm:ss.SSS}: %t: %p: %m%n - - - - - - - - - - - - - + + + + + + ${ctx:applicationPath}/logs + + + + + + + + + + + + + UTF-8 + %d{MMM dd, yyyy HH:mm:ss.SSS}: %t: %p: %m%n + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/tenant config.xml b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/tenant config.xml deleted file mode 100755 index da18b33..0000000 Binary files a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/config/tenant config.xml and /dev/null differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/bc-fips-1.0.0.jar b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/bc-fips-1.0.0.jar deleted file mode 100755 index 321e563..0000000 Binary files a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/bc-fips-1.0.0.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/bc-fips-1.0.2.4.jar b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/bc-fips-1.0.2.4.jar new file mode 100644 index 0000000..a38f9d0 Binary files /dev/null and b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/bc-fips-1.0.2.4.jar differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/commons-codec-1.6.jar b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/commons-codec-1.6.jar old mode 100755 new mode 100644 diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/disruptor-3.3.7.jar b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/disruptor-3.3.7.jar old mode 100755 new mode 100644 diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-smaillibrary-1.2.7.0.jar b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-smaillibrary-1.2.7.0.jar new file mode 100644 index 0000000..c01ec4a Binary files /dev/null and b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-smaillibrary-1.2.7.0.jar differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-smaillibrary.jar b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-smaillibrary.jar deleted file mode 100755 index aa95e22..0000000 Binary files a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-smaillibrary.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-ws-client-4.4.18.0.jar b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-ws-client-4.4.18.0.jar new file mode 100644 index 0000000..d0a949c Binary files /dev/null and b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-ws-client-4.4.18.0.jar differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-ws-client-4.4.7.jar b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-ws-client-4.4.7.jar deleted file mode 100755 index bf2adcf..0000000 Binary files a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/fs-ws-client-4.4.7.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/log4j-1.2.14.jar b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/log4j-1.2.14.jar deleted file mode 100755 index 6251307..0000000 Binary files a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/log4j-1.2.14.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/log4j-api-2.10.0.jar b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/log4j-api-2.10.0.jar deleted file mode 100755 index 9603b1b..0000000 Binary files a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/log4j-api-2.10.0.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/log4j-api-2.17.1.jar b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/log4j-api-2.17.1.jar new file mode 100644 index 0000000..1aae243 Binary files /dev/null and b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/log4j-api-2.17.1.jar differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/log4j-core-2.10.0.jar b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/log4j-core-2.10.0.jar deleted file mode 100755 index 1be9e67..0000000 Binary files a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/log4j-core-2.10.0.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/log4j-core-2.17.1.jar b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/log4j-core-2.17.1.jar new file mode 100644 index 0000000..4682527 Binary files /dev/null and b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/log4j-core-2.17.1.jar differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/sample-app.jar b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/sample-app.jar old mode 100755 new mode 100644 index c26578f..14515f6 Binary files a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/sample-app.jar and b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/sample-app.jar differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/seclore-io-1.0.0.0.jar b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/seclore-io-1.0.0.0.jar new file mode 100644 index 0000000..365237b Binary files /dev/null and b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/seclore-io-1.0.0.0.jar differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/xercesImpl-2.12.2.jar b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/xercesImpl-2.12.2.jar new file mode 100644 index 0000000..ccbae9f Binary files /dev/null and b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/xercesImpl-2.12.2.jar differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/xercesImpl-X.jar b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/xercesImpl-X.jar deleted file mode 100755 index 38fca83..0000000 Binary files a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/bin/Protect With Independent Rights & Wrap/lib/xercesImpl-X.jar and /dev/null differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/.classpath b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/.classpath index 93e5d86..4e3bf4d 100755 --- a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/.classpath +++ b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/.classpath @@ -10,7 +10,7 @@ - + \ No newline at end of file diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/Version.properties b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/Version.properties deleted file mode 100755 index adf74cc..0000000 --- a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/Version.properties +++ /dev/null @@ -1 +0,0 @@ -SAMPLE.APP.VERSION=2.0.0.0 diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/com/seclore/fs/protect/example/core/Config.class b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/com/seclore/fs/protect/example/core/Config.class old mode 100755 new mode 100644 index 2e35dcf..1e6a821 Binary files a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/com/seclore/fs/protect/example/core/Config.class and b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/com/seclore/fs/protect/example/core/Config.class differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/com/seclore/fs/protect/example/core/FSEntity.class b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/com/seclore/fs/protect/example/core/FSEntity.class old mode 100755 new mode 100644 index c825cab..0f004c3 Binary files a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/com/seclore/fs/protect/example/core/FSEntity.class and b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/com/seclore/fs/protect/example/core/FSEntity.class differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/com/seclore/fs/protect/example/core/InitializeWSClient.class b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/com/seclore/fs/protect/example/core/InitializeWSClient.class old mode 100755 new mode 100644 index 5efd6ab..0326058 Binary files a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/com/seclore/fs/protect/example/core/InitializeWSClient.class and b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/com/seclore/fs/protect/example/core/InitializeWSClient.class differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/com/seclore/fs/protect/example/main/SecloreMain.class b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/com/seclore/fs/protect/example/main/SecloreMain.class old mode 100755 new mode 100644 index 994cdc4..893b123 Binary files a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/com/seclore/fs/protect/example/main/SecloreMain.class and b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/com/seclore/fs/protect/example/main/SecloreMain.class differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/com/seclore/fs/protect/example/util/XMLUtil.class b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/com/seclore/fs/protect/example/util/XMLUtil.class old mode 100755 new mode 100644 index f1f107e..a9a541a Binary files a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/com/seclore/fs/protect/example/util/XMLUtil.class and b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/bin/com/seclore/fs/protect/example/util/XMLUtil.class differ diff --git a/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/fs-ws-client-4.4.18.0.jar b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/fs-ws-client-4.4.18.0.jar new file mode 100644 index 0000000..d0a949c Binary files /dev/null and b/examples/Protect & Wrap with Independent Rights/Using Seclore PoC Policy Server/Sample Code/src/Protect With Independent Rights & Wrap Sample Code/lib/fs-ws-client-4.4.18.0.jar differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAClassificationDetails.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAClassificationDetails.class old mode 100755 new mode 100644 index 85957e0..21d34d1 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAClassificationDetails.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAClassificationDetails.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAEnvironmentDetails.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAEnvironmentDetails.class old mode 100755 new mode 100644 index 7f0321f..cc41461 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAEnvironmentDetails.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAEnvironmentDetails.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAFileDetails.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAFileDetails.class old mode 100755 new mode 100644 index 0aa5d4e..06abcac Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAFileDetails.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAFileDetails.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAHotFolderDetails.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAHotFolderDetails.class old mode 100755 new mode 100644 index dba77d9..b6a1ed2 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAHotFolderDetails.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAHotFolderDetails.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAOwnerDetails.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAOwnerDetails.class old mode 100755 new mode 100644 index 47204e6..fe31503 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAOwnerDetails.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAOwnerDetails.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/ara/webservice/ARARequestHandler.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/ara/webservice/ARARequestHandler.class old mode 100755 new mode 100644 index 44c531f..31e01ea Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/ara/webservice/ARARequestHandler.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/ara/webservice/ARARequestHandler.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAUserDetails.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAUserDetails.class old mode 100755 new mode 100644 index bb1f3f8..06232c5 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAUserDetails.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAUserDetails.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/ara/webservice/XMLHelper.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/ara/webservice/XMLHelper.class old mode 100755 new mode 100644 index 4cc6a1b..ea2122b Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/ara/webservice/XMLHelper.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/ara/webservice/XMLHelper.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/config/SampleAppConfig.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/config/SampleAppConfig.class old mode 100755 new mode 100644 index 46abab6..004f71f Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/config/SampleAppConfig.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/config/SampleAppConfig.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/config/SecloreWSClientConfig.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/config/SecloreWSClientConfig.class old mode 100755 new mode 100644 index 0e4017a..af1659e Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/config/SecloreWSClientConfig.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/config/SecloreWSClientConfig.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/constant/Constants.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/constant/Constants.class old mode 100755 new mode 100644 index 24d3b6e..a4065b5 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/constant/Constants.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/constant/Constants.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/AppData.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/AppData.class old mode 100755 new mode 100644 index b8248d4..33b4666 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/AppData.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/AppData.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/AppFile.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/AppFile.class old mode 100755 new mode 100644 index ac33bba..1f47e9e Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/AppFile.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/AppFile.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/AppFolder.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/AppFolder.class old mode 100755 new mode 100644 index 739c2f4..91495ed Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/AppFolder.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/AppFolder.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/Classification.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/Classification.class old mode 100755 new mode 100644 index 62cde44..a28ecb5 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/Classification.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/Classification.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/ClassificationData.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/ClassificationData.class old mode 100755 new mode 100644 index 42d0b66..6d33aab Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/ClassificationData.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/ClassificationData.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/FileActivityLog.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/FileActivityLog.class old mode 100755 new mode 100644 index 345b242..9e73599 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/FileActivityLog.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/FileActivityLog.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/FileHtmlWrapInfo.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/FileHtmlWrapInfo.class old mode 100755 new mode 100644 index 4b688c3..728588f Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/FileHtmlWrapInfo.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/FileHtmlWrapInfo.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/FileMapAdapter$AdaptedFileMap.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/FileMapAdapter$AdaptedFileMap.class old mode 100755 new mode 100644 index b13f4dc..bdcf4ab Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/FileMapAdapter$AdaptedFileMap.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/FileMapAdapter$AdaptedFileMap.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/FileMapAdapter.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/FileMapAdapter.class old mode 100755 new mode 100644 index 593278b..60588fe Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/FileMapAdapter.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/FileMapAdapter.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/FileOpenTimeLog.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/FileOpenTimeLog.class old mode 100755 new mode 100644 index 1ecfc38..89fc9ce Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/FileOpenTimeLog.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/FileOpenTimeLog.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/FolderMapAdapter$AdaptedFolderMap.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/FolderMapAdapter$AdaptedFolderMap.class old mode 100755 new mode 100644 index 4c93088..52d8ed2 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/FolderMapAdapter$AdaptedFolderMap.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/FolderMapAdapter$AdaptedFolderMap.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/FolderMapAdapter.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/FolderMapAdapter.class old mode 100755 new mode 100644 index 1e00871..4d47255 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/FolderMapAdapter.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/FolderMapAdapter.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/IPGeoDetails.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/IPGeoDetails.class old mode 100755 new mode 100644 index 0c2741e..c28e5cf Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/IPGeoDetails.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/IPGeoDetails.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/Owner.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/Owner.class old mode 100755 new mode 100644 index b7d27df..4f5048b Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/Owner.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/Owner.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/UserRight.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/UserRight.class old mode 100755 new mode 100644 index f7a2d76..f71e93c Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/UserRight.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/UserRight.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/master/AppRights.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/master/AppRights.class old mode 100755 new mode 100644 index 31bd80e..601cb66 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/master/AppRights.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/master/AppRights.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/master/AppUsers.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/master/AppUsers.class old mode 100755 new mode 100644 index 4d23e4e..377c6e9 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/master/AppUsers.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/master/AppUsers.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/master/Rights.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/master/Rights.class old mode 100755 new mode 100644 index 698f3b3..10c9102 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/master/Rights.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/master/Rights.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/master/RightsMapAdapter$AdaptedRights.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/master/RightsMapAdapter$AdaptedRights.class old mode 100755 new mode 100644 index d3e9bdd..b6d9a9f Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/master/RightsMapAdapter$AdaptedRights.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/master/RightsMapAdapter$AdaptedRights.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/master/RightsMapAdapter.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/master/RightsMapAdapter.class old mode 100755 new mode 100644 index 18d9ae3..1347652 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/master/RightsMapAdapter.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/master/RightsMapAdapter.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/master/User.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/master/User.class old mode 100755 new mode 100644 index b69d80f..75a5466 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/master/User.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/master/User.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/master/UserMapAdapter$AdaptedUser.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/master/UserMapAdapter$AdaptedUser.class old mode 100755 new mode 100644 index a91b21c..f2622ca Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/master/UserMapAdapter$AdaptedUser.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/master/UserMapAdapter$AdaptedUser.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/master/UserMapAdapter.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/master/UserMapAdapter.class old mode 100755 new mode 100644 index f53fbb0..46593c2 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/master/UserMapAdapter.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/core/master/UserMapAdapter.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/filter/AuthorizationFilter.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/filter/AuthorizationFilter.class old mode 100755 new mode 100644 index 28f7eca..3a5b99d Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/filter/AuthorizationFilter.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/filter/AuthorizationFilter.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/home/servlet/HomeServlet.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/home/servlet/HomeServlet.class old mode 100755 new mode 100644 index ba9cf51..07abfa0 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/home/servlet/HomeServlet.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/home/servlet/HomeServlet.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/listener/ServletContextListenerImpl.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/listener/ServletContextListenerImpl.class old mode 100755 new mode 100644 index fc5cf40..44095dd Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/listener/ServletContextListenerImpl.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/listener/ServletContextListenerImpl.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/log/ChangeLoggerLevelServlet.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/log/ChangeLoggerLevelServlet.class old mode 100755 new mode 100644 index ee11750..272da36 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/log/ChangeLoggerLevelServlet.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/log/ChangeLoggerLevelServlet.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/log/GetAccessOnlineLogServlet.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/log/GetAccessOnlineLogServlet.class old mode 100755 new mode 100644 index b02c830..f90de58 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/log/GetAccessOnlineLogServlet.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/log/GetAccessOnlineLogServlet.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/log/GetLogServlet.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/log/GetLogServlet.class old mode 100755 new mode 100644 index 9186872..79e28fa Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/log/GetLogServlet.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/log/GetLogServlet.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/security/service/SecurityService.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/security/service/SecurityService.class old mode 100755 new mode 100644 index a6f953b..1369433 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/security/service/SecurityService.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/security/service/SecurityService.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/file/CheckInFileServlet.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/file/CheckInFileServlet.class old mode 100755 new mode 100644 index 5ff17a0..66a7d52 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/file/CheckInFileServlet.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/file/CheckInFileServlet.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/file/DeleteFileServlet.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/file/DeleteFileServlet.class old mode 100755 new mode 100644 index 663f806..4bfc0ca Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/file/DeleteFileServlet.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/file/DeleteFileServlet.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/file/DownloadFileServlet.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/file/DownloadFileServlet.class old mode 100755 new mode 100644 index 7594427..498e4c7 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/file/DownloadFileServlet.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/file/DownloadFileServlet.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/file/FileListServlet.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/file/FileListServlet.class old mode 100755 new mode 100644 index d604a6a..7b0901e Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/file/FileListServlet.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/file/FileListServlet.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/file/GetMapsForActivityAction.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/file/GetMapsForActivityAction.class old mode 100755 new mode 100644 index 340ff92..a1ffb0c Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/file/GetMapsForActivityAction.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/file/GetMapsForActivityAction.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/file/PreAddFileServlet.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/file/PreAddFileServlet.class old mode 100755 new mode 100644 index 04fee9e..524b88d Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/file/PreAddFileServlet.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/file/PreAddFileServlet.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/file/PreEditFileServlet.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/file/PreEditFileServlet.class old mode 100755 new mode 100644 index e5d9cbf..5292a6e Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/file/PreEditFileServlet.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/file/PreEditFileServlet.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/file/SaveFileServlet$1.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/file/SaveFileServlet$1.class old mode 100755 new mode 100644 index bac515f..8c9f97d Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/file/SaveFileServlet$1.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/file/SaveFileServlet$1.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/file/SaveFileServlet.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/file/SaveFileServlet.class old mode 100755 new mode 100644 index e85d658..9e21d27 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/file/SaveFileServlet.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/file/SaveFileServlet.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/file/ViewFileLogsServlet.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/file/ViewFileLogsServlet.class old mode 100755 new mode 100644 index 394e573..01da6d5 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/file/ViewFileLogsServlet.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/file/ViewFileLogsServlet.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/folder/DeleteFolderServlet.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/folder/DeleteFolderServlet.class old mode 100755 new mode 100644 index 3ec3a80..998f471 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/folder/DeleteFolderServlet.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/folder/DeleteFolderServlet.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/folder/FolderListServlet.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/folder/FolderListServlet.class old mode 100755 new mode 100644 index 651b10b..675bd95 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/folder/FolderListServlet.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/folder/FolderListServlet.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/folder/PreCreateFolderServlet.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/folder/PreCreateFolderServlet.class old mode 100755 new mode 100644 index 9075106..907978a Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/folder/PreCreateFolderServlet.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/folder/PreCreateFolderServlet.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/folder/PreEditFolderServlet.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/folder/PreEditFolderServlet.class old mode 100755 new mode 100644 index 63f39ed..9519509 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/folder/PreEditFolderServlet.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/folder/PreEditFolderServlet.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/folder/SaveFolderServlet.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/folder/SaveFolderServlet.class old mode 100755 new mode 100644 index f774bad..4c5d2dd Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/folder/SaveFolderServlet.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/servlet/folder/SaveFolderServlet.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/discovery/core/Discovery.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/discovery/core/Discovery.class old mode 100755 new mode 100644 index 67f5f46..70e90e9 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/discovery/core/Discovery.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/discovery/core/Discovery.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/discovery/core/DiscoveryVersion.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/discovery/core/DiscoveryVersion.class old mode 100755 new mode 100644 index 1033661..137a47b Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/discovery/core/DiscoveryVersion.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/discovery/core/DiscoveryVersion.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/discovery/core/ProofKey.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/discovery/core/ProofKey.class old mode 100755 new mode 100644 index 768d290..3b6757e Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/discovery/core/ProofKey.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/discovery/core/ProofKey.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/discovery/core/ProofKeyWrapper.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/discovery/core/ProofKeyWrapper.class old mode 100755 new mode 100644 index d1b473e..ff41389 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/discovery/core/ProofKeyWrapper.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/discovery/core/ProofKeyWrapper.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/discovery/core/ProofKeys.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/discovery/core/ProofKeys.class old mode 100755 new mode 100644 index 327f4ed..87b3165 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/discovery/core/ProofKeys.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/discovery/core/ProofKeys.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/discovery/service/DiscoveryService.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/discovery/service/DiscoveryService.class old mode 100755 new mode 100644 index b6153b9..fa5505e Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/discovery/service/DiscoveryService.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/discovery/service/DiscoveryService.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/CheckFileResponse.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/CheckFileResponse.class old mode 100755 new mode 100644 index b00451e..a9ac493 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/CheckFileResponse.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/CheckFileResponse.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/CloseEventRequest.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/CloseEventRequest.class old mode 100755 new mode 100644 index 137ceb6..e60fb5a Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/CloseEventRequest.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/CloseEventRequest.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/OpenEventRequest.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/OpenEventRequest.class old mode 100755 new mode 100644 index e78a398..df9aa76 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/OpenEventRequest.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/OpenEventRequest.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/OpenRequestDetails.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/OpenRequestDetails.class old mode 100755 new mode 100644 index c0a6bbd..140da15 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/OpenRequestDetails.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/OpenRequestDetails.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/Options.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/Options.class old mode 100755 new mode 100644 index ec4d0eb..15e9b4b Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/Options.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/Options.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/PreFlightResponse.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/PreFlightResponse.class old mode 100755 new mode 100644 index cf7388f..9b65af3 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/PreFlightResponse.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/PreFlightResponse.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/RenewAccessTokenResponse.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/RenewAccessTokenResponse.class old mode 100755 new mode 100644 index 462fe3c..6ab0613 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/RenewAccessTokenResponse.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/RenewAccessTokenResponse.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/SessionContext.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/SessionContext.class old mode 100755 new mode 100644 index 6781a41..4586916 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/SessionContext.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/SessionContext.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/SessionState.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/SessionState.class old mode 100755 new mode 100644 index 171b03d..5438e64 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/SessionState.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/SessionState.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/repository/SessionRepository.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/repository/SessionRepository.class old mode 100755 new mode 100644 index 8fc04cb..8f2f4bb Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/repository/SessionRepository.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/repository/SessionRepository.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/service/FileOpenService.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/service/FileOpenService.class old mode 100755 new mode 100644 index c18b067..0d71c69 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/service/FileOpenService.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/service/FileOpenService.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/service/IntegrationAPIService.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/service/IntegrationAPIService.class old mode 100755 new mode 100644 index ead59ac..92d8553 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/service/IntegrationAPIService.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/service/IntegrationAPIService.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/service/PreflightService.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/service/PreflightService.class old mode 100755 new mode 100644 index 5439221..ea9b415 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/service/PreflightService.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/service/PreflightService.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/service/RestService.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/service/RestService.class old mode 100755 new mode 100644 index 2390577..3b89af5 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/service/RestService.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/integration/service/RestService.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/servlet/RenewAccessTokenController.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/servlet/RenewAccessTokenController.class old mode 100755 new mode 100644 index 635fa00..c57660b Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/servlet/RenewAccessTokenController.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/servlet/RenewAccessTokenController.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/servlet/SecloreOnlineAPIEndpoints.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/servlet/SecloreOnlineAPIEndpoints.class old mode 100755 new mode 100644 index 4ff1e6c..11b89d2 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/servlet/SecloreOnlineAPIEndpoints.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/so/servlet/SecloreOnlineAPIEndpoints.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/user/servlet/AddAppUserServlet.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/user/servlet/AddAppUserServlet.class old mode 100755 new mode 100644 index 30cc4f0..567d451 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/user/servlet/AddAppUserServlet.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/user/servlet/AddAppUserServlet.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/user/servlet/AppUserServlet.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/user/servlet/AppUserServlet.class old mode 100755 new mode 100644 index cc32a77..9027b5e Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/user/servlet/AppUserServlet.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/user/servlet/AppUserServlet.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/user/servlet/DeleteAppUserServlet.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/user/servlet/DeleteAppUserServlet.class old mode 100755 new mode 100644 index fe930cc..1bb0f19 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/user/servlet/DeleteAppUserServlet.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/user/servlet/DeleteAppUserServlet.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/user/servlet/SearchUserServlet.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/user/servlet/SearchUserServlet.class old mode 100755 new mode 100644 index 53abbe8..cd2f86f Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/user/servlet/SearchUserServlet.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/user/servlet/SearchUserServlet.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/user/servlet/UpdateAppUserServlet.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/user/servlet/UpdateAppUserServlet.class old mode 100755 new mode 100644 index fcb9c47..e953666 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/user/servlet/UpdateAppUserServlet.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/user/servlet/UpdateAppUserServlet.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/util/CommonUtil.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/util/CommonUtil.class old mode 100755 new mode 100644 index 7011d86..84da2b3 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/util/CommonUtil.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/util/CommonUtil.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/util/GeoLocationUtil.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/util/GeoLocationUtil.class old mode 100755 new mode 100644 index 33053d5..ee2fb6f Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/util/GeoLocationUtil.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/util/GeoLocationUtil.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/util/Global.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/util/Global.class old mode 100755 new mode 100644 index eec8fa6..7519887 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/util/Global.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/util/Global.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/util/LoggerUtil.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/util/LoggerUtil.class old mode 100755 new mode 100644 index 9ece10a..4dd9955 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/util/LoggerUtil.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/util/LoggerUtil.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/util/ParserUtil.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/util/ParserUtil.class old mode 100755 new mode 100644 index de82307..c7b80b0 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/util/ParserUtil.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/util/ParserUtil.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/util/PortalUtil.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/util/PortalUtil.class old mode 100755 new mode 100644 index 4f3af31..6d5b15d Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/util/PortalUtil.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/util/PortalUtil.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/util/SecloreProtectUtil.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/util/SecloreProtectUtil.class old mode 100755 new mode 100644 index 2bdae0b..bae8063 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/util/SecloreProtectUtil.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/util/SecloreProtectUtil.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/util/xml/XMLDBService.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/util/xml/XMLDBService.class old mode 100755 new mode 100644 index 23f9a21..f09d506 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/util/xml/XMLDBService.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/util/xml/XMLDBService.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/util/xml/XMLDataUtil.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/util/xml/XMLDataUtil.class old mode 100755 new mode 100644 index c3ab9fd..7771621 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/util/xml/XMLDataUtil.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/util/xml/XMLDataUtil.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/version/Version.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/version/Version.class old mode 100755 new mode 100644 index dc2cddd..339176a Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/version/Version.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/dms/version/Version.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/exceptions/AppFileNotFoundException.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/exceptions/AppFileNotFoundException.class old mode 100755 new mode 100644 index 65593b9..d71b09e Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/exceptions/AppFileNotFoundException.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/exceptions/AppFileNotFoundException.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/exceptions/AppFolderNotFoundException.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/exceptions/AppFolderNotFoundException.class old mode 100755 new mode 100644 index a36a591..1605b80 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/exceptions/AppFolderNotFoundException.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/exceptions/AppFolderNotFoundException.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/exceptions/DMSSampleException.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/exceptions/DMSSampleException.class old mode 100755 new mode 100644 index a96a85e..d089e3f Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/exceptions/DMSSampleException.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/exceptions/DMSSampleException.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/exceptions/FileDetailsNotFoundException.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/exceptions/FileDetailsNotFoundException.class old mode 100755 new mode 100644 index 1cdc559..823b38d Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/exceptions/FileDetailsNotFoundException.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/exceptions/FileDetailsNotFoundException.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/ps/db/DBConnection.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/ps/db/DBConnection.class old mode 100755 new mode 100644 index ac494be..050d5d4 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/ps/db/DBConnection.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/ps/db/DBConnection.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/webconnect/servlet/OpenFileServlet.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/webconnect/servlet/OpenFileServlet.class old mode 100755 new mode 100644 index 99947b0..b14455e Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/webconnect/servlet/OpenFileServlet.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/webconnect/servlet/OpenFileServlet.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/webconnect/servlet/PostChangeUserServlet.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/webconnect/servlet/PostChangeUserServlet.class old mode 100755 new mode 100644 index 47f6fa5..eda349c Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/webconnect/servlet/PostChangeUserServlet.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/webconnect/servlet/PostChangeUserServlet.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/webconnect/servlet/PreChangeUserServlet.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/webconnect/servlet/PreChangeUserServlet.class old mode 100755 new mode 100644 index f00d53f..7cb88f6 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/webconnect/servlet/PreChangeUserServlet.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/webconnect/servlet/PreChangeUserServlet.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/webconnect/servlet/ViewFileOnlineServlet.class b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/webconnect/servlet/ViewFileOnlineServlet.class old mode 100755 new mode 100644 index 0be4dbb..013399e Binary files a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/webconnect/servlet/ViewFileOnlineServlet.class and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/classes/com/seclore/sample/webconnect/servlet/ViewFileOnlineServlet.class differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/bc-fips-1.0.2.4.jar b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/bc-fips-1.0.2.4.jar new file mode 100644 index 0000000..a38f9d0 Binary files /dev/null and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/bc-fips-1.0.2.4.jar differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/commons-codec-1.6.jar b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/commons-codec-1.6.jar old mode 100755 new mode 100644 diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/disruptor-3.3.7.jar b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/disruptor-3.3.7.jar old mode 100755 new mode 100644 diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/fs-smaillibrary-1.2.7.0.jar b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/fs-smaillibrary-1.2.7.0.jar new file mode 100644 index 0000000..c01ec4a Binary files /dev/null and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/fs-smaillibrary-1.2.7.0.jar differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/fs-ws-client-4.4.18.0.jar b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/fs-ws-client-4.4.18.0.jar new file mode 100644 index 0000000..d0a949c Binary files /dev/null and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/fs-ws-client-4.4.18.0.jar differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/log4j-api-2.17.1.jar b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/log4j-api-2.17.1.jar new file mode 100644 index 0000000..1aae243 Binary files /dev/null and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/log4j-api-2.17.1.jar differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/log4j-core-2.17.1.jar b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/log4j-core-2.17.1.jar new file mode 100644 index 0000000..4682527 Binary files /dev/null and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/log4j-core-2.17.1.jar differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/seclore-io-1.0.0.0.jar b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/seclore-io-1.0.0.0.jar new file mode 100644 index 0000000..365237b Binary files /dev/null and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/seclore-io-1.0.0.0.jar differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/xercesImpl-2.12.2.jar b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/xercesImpl-2.12.2.jar new file mode 100644 index 0000000..ccbae9f Binary files /dev/null and b/examples/Sample App/DMS Sample App/bin/Web App/WEB-INF/lib/xercesImpl-2.12.2.jar differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/config/cabinet config.xml b/examples/Sample App/DMS Sample App/bin/Web App/config/cabinet config.xml old mode 100755 new mode 100644 index 7f3b04d..1d6eba7 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/config/cabinet config.xml and b/examples/Sample App/DMS Sample App/bin/Web App/config/cabinet config.xml differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/config/config.xml b/examples/Sample App/DMS Sample App/bin/Web App/config/config.xml old mode 100755 new mode 100644 index 7774d11..11362a7 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/config/config.xml and b/examples/Sample App/DMS Sample App/bin/Web App/config/config.xml differ diff --git a/examples/Sample App/DMS Sample App/bin/Web App/config/log4j2.xml b/examples/Sample App/DMS Sample App/bin/Web App/config/log4j2.xml old mode 100755 new mode 100644 index 6902efe..0756304 --- a/examples/Sample App/DMS Sample App/bin/Web App/config/log4j2.xml +++ b/examples/Sample App/DMS Sample App/bin/Web App/config/log4j2.xml @@ -1,43 +1,43 @@ - - - - - - ${ctx:applicationPath}/logs - - - - - - - - - - - - - UTF-8 - %d{MMM dd, yyyy HH:mm:ss.SSS} :%t %n%p: %m%n - - - - - - - - - - - - - + + + + + + ${ctx:applicationPath}/logs + + + + + + + + + + + + + UTF-8 + %d{MMM dd, yyyy HH:mm:ss.SSS}: %t: %p: %m%n + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/Sample App/DMS Sample App/bin/Web App/config/tenant config.xml b/examples/Sample App/DMS Sample App/bin/Web App/config/tenant config.xml deleted file mode 100755 index 5ba19d2..0000000 Binary files a/examples/Sample App/DMS Sample App/bin/Web App/config/tenant config.xml and /dev/null differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAClassificationDetails.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAClassificationDetails.class old mode 100755 new mode 100644 index 85957e0..21d34d1 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAClassificationDetails.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAClassificationDetails.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAEnvironmentDetails.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAEnvironmentDetails.class old mode 100755 new mode 100644 index 7f0321f..cc41461 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAEnvironmentDetails.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAEnvironmentDetails.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAFileDetails.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAFileDetails.class old mode 100755 new mode 100644 index 0aa5d4e..06abcac Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAFileDetails.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAFileDetails.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAHotFolderDetails.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAHotFolderDetails.class old mode 100755 new mode 100644 index dba77d9..b6a1ed2 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAHotFolderDetails.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAHotFolderDetails.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAOwnerDetails.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAOwnerDetails.class old mode 100755 new mode 100644 index 47204e6..fe31503 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAOwnerDetails.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAOwnerDetails.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/ara/webservice/ARARequestHandler.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/ara/webservice/ARARequestHandler.class old mode 100755 new mode 100644 index 44c531f..31e01ea Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/ara/webservice/ARARequestHandler.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/ara/webservice/ARARequestHandler.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAUserDetails.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAUserDetails.class old mode 100755 new mode 100644 index bb1f3f8..06232c5 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAUserDetails.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/ara/webservice/ARAUserDetails.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/ara/webservice/XMLHelper.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/ara/webservice/XMLHelper.class old mode 100755 new mode 100644 index 4cc6a1b..ea2122b Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/ara/webservice/XMLHelper.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/ara/webservice/XMLHelper.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/config/SampleAppConfig.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/config/SampleAppConfig.class old mode 100755 new mode 100644 index 46abab6..004f71f Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/config/SampleAppConfig.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/config/SampleAppConfig.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/config/SecloreWSClientConfig.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/config/SecloreWSClientConfig.class old mode 100755 new mode 100644 index 0e4017a..af1659e Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/config/SecloreWSClientConfig.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/config/SecloreWSClientConfig.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/constant/Constants.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/constant/Constants.class old mode 100755 new mode 100644 index 24d3b6e..a4065b5 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/constant/Constants.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/constant/Constants.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/AppData.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/AppData.class old mode 100755 new mode 100644 index b8248d4..33b4666 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/AppData.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/AppData.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/AppFile.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/AppFile.class old mode 100755 new mode 100644 index ac33bba..1f47e9e Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/AppFile.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/AppFile.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/AppFolder.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/AppFolder.class old mode 100755 new mode 100644 index 739c2f4..91495ed Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/AppFolder.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/AppFolder.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/Classification.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/Classification.class old mode 100755 new mode 100644 index 62cde44..a28ecb5 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/Classification.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/Classification.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/ClassificationData.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/ClassificationData.class old mode 100755 new mode 100644 index 42d0b66..6d33aab Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/ClassificationData.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/ClassificationData.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/FileActivityLog.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/FileActivityLog.class old mode 100755 new mode 100644 index 345b242..9e73599 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/FileActivityLog.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/FileActivityLog.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/FileHtmlWrapInfo.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/FileHtmlWrapInfo.class old mode 100755 new mode 100644 index 4b688c3..728588f Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/FileHtmlWrapInfo.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/FileHtmlWrapInfo.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/FileMapAdapter$AdaptedFileMap.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/FileMapAdapter$AdaptedFileMap.class old mode 100755 new mode 100644 index b13f4dc..bdcf4ab Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/FileMapAdapter$AdaptedFileMap.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/FileMapAdapter$AdaptedFileMap.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/FileMapAdapter.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/FileMapAdapter.class old mode 100755 new mode 100644 index 593278b..60588fe Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/FileMapAdapter.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/FileMapAdapter.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/FileOpenTimeLog.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/FileOpenTimeLog.class old mode 100755 new mode 100644 index 1ecfc38..89fc9ce Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/FileOpenTimeLog.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/FileOpenTimeLog.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/FolderMapAdapter$AdaptedFolderMap.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/FolderMapAdapter$AdaptedFolderMap.class old mode 100755 new mode 100644 index 4c93088..52d8ed2 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/FolderMapAdapter$AdaptedFolderMap.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/FolderMapAdapter$AdaptedFolderMap.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/FolderMapAdapter.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/FolderMapAdapter.class old mode 100755 new mode 100644 index 1e00871..4d47255 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/FolderMapAdapter.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/FolderMapAdapter.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/IPGeoDetails.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/IPGeoDetails.class old mode 100755 new mode 100644 index 0c2741e..c28e5cf Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/IPGeoDetails.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/IPGeoDetails.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/Owner.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/Owner.class old mode 100755 new mode 100644 index b7d27df..4f5048b Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/Owner.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/Owner.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/UserRight.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/UserRight.class old mode 100755 new mode 100644 index f7a2d76..f71e93c Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/UserRight.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/UserRight.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/master/AppRights.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/master/AppRights.class old mode 100755 new mode 100644 index 31bd80e..601cb66 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/master/AppRights.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/master/AppRights.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/master/AppUsers.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/master/AppUsers.class old mode 100755 new mode 100644 index 4d23e4e..377c6e9 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/master/AppUsers.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/master/AppUsers.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/master/Rights.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/master/Rights.class old mode 100755 new mode 100644 index 698f3b3..10c9102 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/master/Rights.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/master/Rights.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/master/RightsMapAdapter$AdaptedRights.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/master/RightsMapAdapter$AdaptedRights.class old mode 100755 new mode 100644 index d3e9bdd..b6d9a9f Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/master/RightsMapAdapter$AdaptedRights.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/master/RightsMapAdapter$AdaptedRights.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/master/RightsMapAdapter.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/master/RightsMapAdapter.class old mode 100755 new mode 100644 index 18d9ae3..1347652 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/master/RightsMapAdapter.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/master/RightsMapAdapter.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/master/User.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/master/User.class old mode 100755 new mode 100644 index b69d80f..75a5466 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/master/User.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/master/User.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/master/UserMapAdapter$AdaptedUser.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/master/UserMapAdapter$AdaptedUser.class old mode 100755 new mode 100644 index a91b21c..f2622ca Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/master/UserMapAdapter$AdaptedUser.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/master/UserMapAdapter$AdaptedUser.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/master/UserMapAdapter.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/master/UserMapAdapter.class old mode 100755 new mode 100644 index f53fbb0..46593c2 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/master/UserMapAdapter.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/core/master/UserMapAdapter.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/filter/AuthorizationFilter.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/filter/AuthorizationFilter.class old mode 100755 new mode 100644 index 28f7eca..3a5b99d Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/filter/AuthorizationFilter.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/filter/AuthorizationFilter.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/home/servlet/HomeServlet.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/home/servlet/HomeServlet.class old mode 100755 new mode 100644 index ba9cf51..07abfa0 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/home/servlet/HomeServlet.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/home/servlet/HomeServlet.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/listener/ServletContextListenerImpl.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/listener/ServletContextListenerImpl.class old mode 100755 new mode 100644 index fc5cf40..44095dd Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/listener/ServletContextListenerImpl.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/listener/ServletContextListenerImpl.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/log/ChangeLoggerLevelServlet.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/log/ChangeLoggerLevelServlet.class old mode 100755 new mode 100644 index ee11750..272da36 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/log/ChangeLoggerLevelServlet.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/log/ChangeLoggerLevelServlet.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/log/GetAccessOnlineLogServlet.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/log/GetAccessOnlineLogServlet.class old mode 100755 new mode 100644 index b02c830..f90de58 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/log/GetAccessOnlineLogServlet.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/log/GetAccessOnlineLogServlet.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/log/GetLogServlet.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/log/GetLogServlet.class old mode 100755 new mode 100644 index 9186872..79e28fa Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/log/GetLogServlet.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/log/GetLogServlet.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/security/service/SecurityService.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/security/service/SecurityService.class old mode 100755 new mode 100644 index a6f953b..1369433 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/security/service/SecurityService.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/security/service/SecurityService.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/file/CheckInFileServlet.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/file/CheckInFileServlet.class old mode 100755 new mode 100644 index 5ff17a0..66a7d52 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/file/CheckInFileServlet.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/file/CheckInFileServlet.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/file/DeleteFileServlet.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/file/DeleteFileServlet.class old mode 100755 new mode 100644 index 663f806..4bfc0ca Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/file/DeleteFileServlet.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/file/DeleteFileServlet.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/file/DownloadFileServlet.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/file/DownloadFileServlet.class old mode 100755 new mode 100644 index 7594427..498e4c7 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/file/DownloadFileServlet.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/file/DownloadFileServlet.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/file/FileListServlet.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/file/FileListServlet.class old mode 100755 new mode 100644 index d604a6a..7b0901e Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/file/FileListServlet.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/file/FileListServlet.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/file/GetMapsForActivityAction.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/file/GetMapsForActivityAction.class old mode 100755 new mode 100644 index 340ff92..a1ffb0c Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/file/GetMapsForActivityAction.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/file/GetMapsForActivityAction.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/file/PreAddFileServlet.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/file/PreAddFileServlet.class old mode 100755 new mode 100644 index 04fee9e..524b88d Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/file/PreAddFileServlet.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/file/PreAddFileServlet.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/file/PreEditFileServlet.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/file/PreEditFileServlet.class old mode 100755 new mode 100644 index e5d9cbf..5292a6e Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/file/PreEditFileServlet.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/file/PreEditFileServlet.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/file/SaveFileServlet$1.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/file/SaveFileServlet$1.class old mode 100755 new mode 100644 index bac515f..8c9f97d Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/file/SaveFileServlet$1.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/file/SaveFileServlet$1.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/file/SaveFileServlet.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/file/SaveFileServlet.class old mode 100755 new mode 100644 index e85d658..9e21d27 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/file/SaveFileServlet.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/file/SaveFileServlet.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/file/ViewFileLogsServlet.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/file/ViewFileLogsServlet.class old mode 100755 new mode 100644 index 394e573..01da6d5 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/file/ViewFileLogsServlet.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/file/ViewFileLogsServlet.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/folder/DeleteFolderServlet.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/folder/DeleteFolderServlet.class old mode 100755 new mode 100644 index 3ec3a80..998f471 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/folder/DeleteFolderServlet.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/folder/DeleteFolderServlet.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/folder/FolderListServlet.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/folder/FolderListServlet.class old mode 100755 new mode 100644 index 651b10b..675bd95 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/folder/FolderListServlet.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/folder/FolderListServlet.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/folder/PreCreateFolderServlet.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/folder/PreCreateFolderServlet.class old mode 100755 new mode 100644 index 9075106..907978a Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/folder/PreCreateFolderServlet.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/folder/PreCreateFolderServlet.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/folder/PreEditFolderServlet.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/folder/PreEditFolderServlet.class old mode 100755 new mode 100644 index 63f39ed..9519509 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/folder/PreEditFolderServlet.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/folder/PreEditFolderServlet.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/folder/SaveFolderServlet.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/folder/SaveFolderServlet.class old mode 100755 new mode 100644 index f774bad..4c5d2dd Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/folder/SaveFolderServlet.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/servlet/folder/SaveFolderServlet.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/discovery/core/Discovery.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/discovery/core/Discovery.class old mode 100755 new mode 100644 index 67f5f46..70e90e9 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/discovery/core/Discovery.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/discovery/core/Discovery.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/discovery/core/DiscoveryVersion.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/discovery/core/DiscoveryVersion.class old mode 100755 new mode 100644 index 1033661..137a47b Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/discovery/core/DiscoveryVersion.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/discovery/core/DiscoveryVersion.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/discovery/core/ProofKey.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/discovery/core/ProofKey.class old mode 100755 new mode 100644 index 768d290..3b6757e Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/discovery/core/ProofKey.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/discovery/core/ProofKey.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/discovery/core/ProofKeyWrapper.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/discovery/core/ProofKeyWrapper.class old mode 100755 new mode 100644 index d1b473e..ff41389 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/discovery/core/ProofKeyWrapper.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/discovery/core/ProofKeyWrapper.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/discovery/core/ProofKeys.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/discovery/core/ProofKeys.class old mode 100755 new mode 100644 index 327f4ed..87b3165 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/discovery/core/ProofKeys.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/discovery/core/ProofKeys.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/discovery/service/DiscoveryService.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/discovery/service/DiscoveryService.class old mode 100755 new mode 100644 index b6153b9..fa5505e Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/discovery/service/DiscoveryService.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/discovery/service/DiscoveryService.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/CheckFileResponse.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/CheckFileResponse.class old mode 100755 new mode 100644 index b00451e..a9ac493 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/CheckFileResponse.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/CheckFileResponse.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/CloseEventRequest.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/CloseEventRequest.class old mode 100755 new mode 100644 index 137ceb6..e60fb5a Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/CloseEventRequest.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/CloseEventRequest.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/OpenEventRequest.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/OpenEventRequest.class old mode 100755 new mode 100644 index e78a398..df9aa76 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/OpenEventRequest.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/OpenEventRequest.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/OpenRequestDetails.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/OpenRequestDetails.class old mode 100755 new mode 100644 index c0a6bbd..140da15 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/OpenRequestDetails.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/OpenRequestDetails.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/Options.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/Options.class old mode 100755 new mode 100644 index ec4d0eb..15e9b4b Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/Options.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/Options.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/PreFlightResponse.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/PreFlightResponse.class old mode 100755 new mode 100644 index cf7388f..9b65af3 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/PreFlightResponse.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/PreFlightResponse.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/RenewAccessTokenResponse.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/RenewAccessTokenResponse.class old mode 100755 new mode 100644 index 462fe3c..6ab0613 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/RenewAccessTokenResponse.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/RenewAccessTokenResponse.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/SessionContext.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/SessionContext.class old mode 100755 new mode 100644 index 6781a41..4586916 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/SessionContext.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/SessionContext.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/SessionState.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/SessionState.class old mode 100755 new mode 100644 index 171b03d..5438e64 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/SessionState.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/core/SessionState.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/repository/SessionRepository.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/repository/SessionRepository.class old mode 100755 new mode 100644 index 8fc04cb..8f2f4bb Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/repository/SessionRepository.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/repository/SessionRepository.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/service/FileOpenService.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/service/FileOpenService.class old mode 100755 new mode 100644 index c18b067..0d71c69 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/service/FileOpenService.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/service/FileOpenService.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/service/IntegrationAPIService.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/service/IntegrationAPIService.class old mode 100755 new mode 100644 index ead59ac..92d8553 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/service/IntegrationAPIService.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/service/IntegrationAPIService.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/service/PreflightService.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/service/PreflightService.class old mode 100755 new mode 100644 index 5439221..ea9b415 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/service/PreflightService.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/service/PreflightService.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/service/RestService.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/service/RestService.class old mode 100755 new mode 100644 index 2390577..3b89af5 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/service/RestService.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/integration/service/RestService.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/servlet/RenewAccessTokenController.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/servlet/RenewAccessTokenController.class old mode 100755 new mode 100644 index 635fa00..c57660b Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/servlet/RenewAccessTokenController.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/servlet/RenewAccessTokenController.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/servlet/SecloreOnlineAPIEndpoints.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/servlet/SecloreOnlineAPIEndpoints.class old mode 100755 new mode 100644 index 4ff1e6c..11b89d2 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/servlet/SecloreOnlineAPIEndpoints.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/so/servlet/SecloreOnlineAPIEndpoints.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/user/servlet/AddAppUserServlet.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/user/servlet/AddAppUserServlet.class old mode 100755 new mode 100644 index 30cc4f0..567d451 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/user/servlet/AddAppUserServlet.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/user/servlet/AddAppUserServlet.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/user/servlet/AppUserServlet.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/user/servlet/AppUserServlet.class old mode 100755 new mode 100644 index cc32a77..9027b5e Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/user/servlet/AppUserServlet.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/user/servlet/AppUserServlet.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/user/servlet/DeleteAppUserServlet.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/user/servlet/DeleteAppUserServlet.class old mode 100755 new mode 100644 index fe930cc..1bb0f19 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/user/servlet/DeleteAppUserServlet.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/user/servlet/DeleteAppUserServlet.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/user/servlet/SearchUserServlet.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/user/servlet/SearchUserServlet.class old mode 100755 new mode 100644 index 53abbe8..cd2f86f Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/user/servlet/SearchUserServlet.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/user/servlet/SearchUserServlet.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/user/servlet/UpdateAppUserServlet.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/user/servlet/UpdateAppUserServlet.class old mode 100755 new mode 100644 index fcb9c47..e953666 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/user/servlet/UpdateAppUserServlet.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/user/servlet/UpdateAppUserServlet.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/util/CommonUtil.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/util/CommonUtil.class old mode 100755 new mode 100644 index 7011d86..84da2b3 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/util/CommonUtil.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/util/CommonUtil.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/util/GeoLocationUtil.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/util/GeoLocationUtil.class old mode 100755 new mode 100644 index 33053d5..ee2fb6f Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/util/GeoLocationUtil.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/util/GeoLocationUtil.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/util/Global.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/util/Global.class old mode 100755 new mode 100644 index eec8fa6..7519887 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/util/Global.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/util/Global.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/util/LoggerUtil.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/util/LoggerUtil.class old mode 100755 new mode 100644 index 9ece10a..4dd9955 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/util/LoggerUtil.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/util/LoggerUtil.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/util/ParserUtil.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/util/ParserUtil.class old mode 100755 new mode 100644 index de82307..c7b80b0 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/util/ParserUtil.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/util/ParserUtil.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/util/PortalUtil.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/util/PortalUtil.class old mode 100755 new mode 100644 index 4f3af31..6d5b15d Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/util/PortalUtil.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/util/PortalUtil.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/util/SecloreProtectUtil.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/util/SecloreProtectUtil.class old mode 100755 new mode 100644 index 2bdae0b..bae8063 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/util/SecloreProtectUtil.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/util/SecloreProtectUtil.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/util/xml/XMLDBService.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/util/xml/XMLDBService.class old mode 100755 new mode 100644 index 23f9a21..f09d506 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/util/xml/XMLDBService.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/util/xml/XMLDBService.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/util/xml/XMLDataUtil.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/util/xml/XMLDataUtil.class old mode 100755 new mode 100644 index c3ab9fd..7771621 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/util/xml/XMLDataUtil.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/util/xml/XMLDataUtil.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/version/Version.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/version/Version.class old mode 100755 new mode 100644 index dc2cddd..339176a Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/version/Version.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/dms/version/Version.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/exceptions/AppFileNotFoundException.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/exceptions/AppFileNotFoundException.class old mode 100755 new mode 100644 index 65593b9..d71b09e Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/exceptions/AppFileNotFoundException.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/exceptions/AppFileNotFoundException.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/exceptions/AppFolderNotFoundException.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/exceptions/AppFolderNotFoundException.class old mode 100755 new mode 100644 index a36a591..1605b80 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/exceptions/AppFolderNotFoundException.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/exceptions/AppFolderNotFoundException.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/exceptions/DMSSampleException.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/exceptions/DMSSampleException.class old mode 100755 new mode 100644 index a96a85e..d089e3f Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/exceptions/DMSSampleException.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/exceptions/DMSSampleException.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/exceptions/FileDetailsNotFoundException.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/exceptions/FileDetailsNotFoundException.class old mode 100755 new mode 100644 index 1cdc559..823b38d Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/exceptions/FileDetailsNotFoundException.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/exceptions/FileDetailsNotFoundException.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/ps/db/DBConnection.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/ps/db/DBConnection.class old mode 100755 new mode 100644 index d8b93d1..050d5d4 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/ps/db/DBConnection.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/ps/db/DBConnection.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/webconnect/servlet/OpenFileServlet.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/webconnect/servlet/OpenFileServlet.class old mode 100755 new mode 100644 index 99947b0..b14455e Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/webconnect/servlet/OpenFileServlet.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/webconnect/servlet/OpenFileServlet.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/webconnect/servlet/PostChangeUserServlet.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/webconnect/servlet/PostChangeUserServlet.class old mode 100755 new mode 100644 index 47f6fa5..eda349c Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/webconnect/servlet/PostChangeUserServlet.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/webconnect/servlet/PostChangeUserServlet.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/webconnect/servlet/PreChangeUserServlet.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/webconnect/servlet/PreChangeUserServlet.class old mode 100755 new mode 100644 index f00d53f..7cb88f6 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/webconnect/servlet/PreChangeUserServlet.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/webconnect/servlet/PreChangeUserServlet.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/webconnect/servlet/ViewFileOnlineServlet.class b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/webconnect/servlet/ViewFileOnlineServlet.class old mode 100755 new mode 100644 index 0be4dbb..013399e Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/webconnect/servlet/ViewFileOnlineServlet.class and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/classes/com/seclore/sample/webconnect/servlet/ViewFileOnlineServlet.class differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/lib/fs-ws-client-4.4.17.0.jar b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/lib/fs-ws-client-4.4.17.0.jar deleted file mode 100644 index 42b3166..0000000 Binary files a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/lib/fs-ws-client-4.4.17.0.jar and /dev/null differ diff --git a/examples/Sample App/DMS Sample App/src/Web/WEB-INF/lib/fs-ws-client-4.4.18.0.jar b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/lib/fs-ws-client-4.4.18.0.jar new file mode 100644 index 0000000..d0a949c Binary files /dev/null and b/examples/Sample App/DMS Sample App/src/Web/WEB-INF/lib/fs-ws-client-4.4.18.0.jar differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Appendix - Unprotect Any File using Elevated EA/Get Advance EA Helper/src/.classpath b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Appendix - Unprotect Any File using Elevated EA/Get Advance EA Helper/src/.classpath index 93e5d86..4e3bf4d 100755 --- a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Appendix - Unprotect Any File using Elevated EA/Get Advance EA Helper/src/.classpath +++ b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Appendix - Unprotect Any File using Elevated EA/Get Advance EA Helper/src/.classpath @@ -10,7 +10,7 @@ - + \ No newline at end of file diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/cabinet config.xml b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/cabinet config.xml new file mode 100644 index 0000000..1d6eba7 --- /dev/null +++ b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/cabinet config.xml @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + + + + + + + false + + + + + + false + + + en + + + + + 50 + + 900 + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/config.xml b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/config.xml old mode 100755 new mode 100644 index b148308..11362a7 Binary files a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/config.xml and b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/config.xml differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/log4j2.xml b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/log4j2.xml old mode 100755 new mode 100644 index 6902efe..0756304 --- a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/log4j2.xml +++ b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/log4j2.xml @@ -1,43 +1,43 @@ - - - - - - ${ctx:applicationPath}/logs - - - - - - - - - - - - - UTF-8 - %d{MMM dd, yyyy HH:mm:ss.SSS} :%t %n%p: %m%n - - - - - - - - - - - - - + + + + + + ${ctx:applicationPath}/logs + + + + + + + + + + + + + UTF-8 + %d{MMM dd, yyyy HH:mm:ss.SSS}: %t: %p: %m%n + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/tenant config.xml b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/tenant config.xml deleted file mode 100755 index bbd0c13..0000000 Binary files a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/tenant config.xml and /dev/null differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/US_export_policy.jar b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/US_export_policy.jar deleted file mode 100755 index 7173213..0000000 Binary files a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/US_export_policy.jar and /dev/null differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/US_export_policy_2.jar b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/US_export_policy_2.jar deleted file mode 100755 index 251b102..0000000 Binary files a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/US_export_policy_2.jar and /dev/null differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/bc-fips-1.0.0.jar b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/bc-fips-1.0.0.jar deleted file mode 100755 index 321e563..0000000 Binary files a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/bc-fips-1.0.0.jar and /dev/null differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/bc-fips-1.0.2.4.jar b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/bc-fips-1.0.2.4.jar new file mode 100644 index 0000000..a38f9d0 Binary files /dev/null and b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/bc-fips-1.0.2.4.jar differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/commons-codec-1.6.jar b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/commons-codec-1.6.jar old mode 100755 new mode 100644 diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/disruptor-3.3.7.jar b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/disruptor-3.3.7.jar old mode 100755 new mode 100644 diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-smaillibrary-1.2.7.0.jar b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-smaillibrary-1.2.7.0.jar new file mode 100644 index 0000000..c01ec4a Binary files /dev/null and b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-smaillibrary-1.2.7.0.jar differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-smaillibrary.jar b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-smaillibrary.jar deleted file mode 100755 index aa95e22..0000000 Binary files a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-smaillibrary.jar and /dev/null differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-ws-client-4.4.18.0.jar b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-ws-client-4.4.18.0.jar new file mode 100644 index 0000000..d0a949c Binary files /dev/null and b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-ws-client-4.4.18.0.jar differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-ws-client-4.4.7.jar b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-ws-client-4.4.7.jar deleted file mode 100755 index bf2adcf..0000000 Binary files a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-ws-client-4.4.7.jar and /dev/null differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/local_policy.jar b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/local_policy.jar deleted file mode 100755 index c34d036..0000000 Binary files a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/local_policy.jar and /dev/null differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/local_policy_2.jar b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/local_policy_2.jar deleted file mode 100755 index 1c58939..0000000 Binary files a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/local_policy_2.jar and /dev/null differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/log4j-1.2.14.jar b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/log4j-1.2.14.jar deleted file mode 100755 index 6251307..0000000 Binary files a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/log4j-1.2.14.jar and /dev/null differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/log4j-api-2.10.0.jar b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/log4j-api-2.10.0.jar deleted file mode 100755 index 9603b1b..0000000 Binary files a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/log4j-api-2.10.0.jar and /dev/null differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/log4j-api-2.17.1.jar b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/log4j-api-2.17.1.jar new file mode 100644 index 0000000..1aae243 Binary files /dev/null and b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/log4j-api-2.17.1.jar differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/log4j-core-2.10.0.jar b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/log4j-core-2.10.0.jar deleted file mode 100755 index 1be9e67..0000000 Binary files a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/log4j-core-2.10.0.jar and /dev/null differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/log4j-core-2.17.1.jar b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/log4j-core-2.17.1.jar new file mode 100644 index 0000000..4682527 Binary files /dev/null and b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/log4j-core-2.17.1.jar differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/sample-app.jar b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/sample-app.jar old mode 100755 new mode 100644 index 783f3d3..8958bfc Binary files a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/sample-app.jar and b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/sample-app.jar differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/seclore-io-1.0.0.0.jar b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/seclore-io-1.0.0.0.jar new file mode 100644 index 0000000..365237b Binary files /dev/null and b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/seclore-io-1.0.0.0.jar differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/xercesImpl-2.12.2.jar b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/xercesImpl-2.12.2.jar new file mode 100644 index 0000000..ccbae9f Binary files /dev/null and b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/xercesImpl-2.12.2.jar differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/xercesImpl-X.jar b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/xercesImpl-X.jar deleted file mode 100755 index 38fca83..0000000 Binary files a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/xercesImpl-X.jar and /dev/null differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/.classpath b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/.classpath index 93e5d86..4e3bf4d 100755 --- a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/.classpath +++ b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/.classpath @@ -10,7 +10,7 @@ - + \ No newline at end of file diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/bin/com/seclore/fs/protect/example/Version.class b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/bin/com/seclore/fs/protect/example/Version.class old mode 100755 new mode 100644 index 694b590..a202905 Binary files a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/bin/com/seclore/fs/protect/example/Version.class and b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/bin/com/seclore/fs/protect/example/Version.class differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/bin/com/seclore/fs/protect/example/core/InitializeWSClient.class b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/bin/com/seclore/fs/protect/example/core/InitializeWSClient.class old mode 100755 new mode 100644 index e94d4de..0326058 Binary files a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/bin/com/seclore/fs/protect/example/core/InitializeWSClient.class and b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/bin/com/seclore/fs/protect/example/core/InitializeWSClient.class differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/bin/com/seclore/fs/protect/example/main/SecloreMain.class b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/bin/com/seclore/fs/protect/example/main/SecloreMain.class old mode 100755 new mode 100644 index 20f880e..1ccaea7 Binary files a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/bin/com/seclore/fs/protect/example/main/SecloreMain.class and b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/bin/com/seclore/fs/protect/example/main/SecloreMain.class differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/fs-ws-client-4.4.17.0.jar b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/fs-ws-client-4.4.17.0.jar deleted file mode 100644 index 42b3166..0000000 Binary files a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/fs-ws-client-4.4.17.0.jar and /dev/null differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/fs-ws-client-4.4.18.0.jar b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/fs-ws-client-4.4.18.0.jar new file mode 100644 index 0000000..d0a949c Binary files /dev/null and b/examples/Unwrap & Unprotect in EA context/Using Enterprise Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/fs-ws-client-4.4.18.0.jar differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Appendix - Unprotect Any File using Elevated EA/Get Advance EA Helper/src/.classpath b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Appendix - Unprotect Any File using Elevated EA/Get Advance EA Helper/src/.classpath index 93e5d86..4e3bf4d 100755 --- a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Appendix - Unprotect Any File using Elevated EA/Get Advance EA Helper/src/.classpath +++ b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Appendix - Unprotect Any File using Elevated EA/Get Advance EA Helper/src/.classpath @@ -10,7 +10,7 @@ - + \ No newline at end of file diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/cabinet config.xml b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/cabinet config.xml new file mode 100644 index 0000000..1d6eba7 --- /dev/null +++ b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/cabinet config.xml @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + + + + + + + false + + + + + + false + + + en + + + + + 50 + + 900 + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/config.xml b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/config.xml old mode 100755 new mode 100644 index b148308..11362a7 Binary files a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/config.xml and b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/config.xml differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/log4j2.xml b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/log4j2.xml old mode 100755 new mode 100644 index 6902efe..0756304 --- a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/log4j2.xml +++ b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/log4j2.xml @@ -1,43 +1,43 @@ - - - - - - ${ctx:applicationPath}/logs - - - - - - - - - - - - - UTF-8 - %d{MMM dd, yyyy HH:mm:ss.SSS} :%t %n%p: %m%n - - - - - - - - - - - - - + + + + + + ${ctx:applicationPath}/logs + + + + + + + + + + + + + UTF-8 + %d{MMM dd, yyyy HH:mm:ss.SSS}: %t: %p: %m%n + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/tenant config.xml b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/tenant config.xml deleted file mode 100755 index bbd0c13..0000000 Binary files a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/config/tenant config.xml and /dev/null differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/US_export_policy.jar b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/US_export_policy.jar deleted file mode 100755 index 7173213..0000000 Binary files a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/US_export_policy.jar and /dev/null differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/US_export_policy_2.jar b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/US_export_policy_2.jar deleted file mode 100755 index 251b102..0000000 Binary files a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/US_export_policy_2.jar and /dev/null differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/bc-fips-1.0.0.jar b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/bc-fips-1.0.0.jar deleted file mode 100755 index 321e563..0000000 Binary files a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/bc-fips-1.0.0.jar and /dev/null differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/bc-fips-1.0.2.4.jar b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/bc-fips-1.0.2.4.jar new file mode 100644 index 0000000..a38f9d0 Binary files /dev/null and b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/bc-fips-1.0.2.4.jar differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/commons-codec-1.6.jar b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/commons-codec-1.6.jar old mode 100755 new mode 100644 diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/disruptor-3.3.7.jar b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/disruptor-3.3.7.jar old mode 100755 new mode 100644 diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-smaillibrary-1.2.7.0.jar b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-smaillibrary-1.2.7.0.jar new file mode 100644 index 0000000..c01ec4a Binary files /dev/null and b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-smaillibrary-1.2.7.0.jar differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-smaillibrary.jar b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-smaillibrary.jar deleted file mode 100755 index aa95e22..0000000 Binary files a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-smaillibrary.jar and /dev/null differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-ws-client-4.4.18.0.jar b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-ws-client-4.4.18.0.jar new file mode 100644 index 0000000..d0a949c Binary files /dev/null and b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-ws-client-4.4.18.0.jar differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-ws-client-4.4.7.jar b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-ws-client-4.4.7.jar deleted file mode 100755 index bf2adcf..0000000 Binary files a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/fs-ws-client-4.4.7.jar and /dev/null differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/local_policy.jar b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/local_policy.jar deleted file mode 100755 index c34d036..0000000 Binary files a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/local_policy.jar and /dev/null differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/local_policy_2.jar b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/local_policy_2.jar deleted file mode 100755 index 1c58939..0000000 Binary files a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/local_policy_2.jar and /dev/null differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/log4j-1.2.14.jar b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/log4j-1.2.14.jar deleted file mode 100755 index 6251307..0000000 Binary files a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/log4j-1.2.14.jar and /dev/null differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/log4j-api-2.10.0.jar b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/log4j-api-2.10.0.jar deleted file mode 100755 index 9603b1b..0000000 Binary files a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/log4j-api-2.10.0.jar and /dev/null differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/log4j-api-2.17.1.jar b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/log4j-api-2.17.1.jar new file mode 100644 index 0000000..1aae243 Binary files /dev/null and b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/log4j-api-2.17.1.jar differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/log4j-core-2.10.0.jar b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/log4j-core-2.10.0.jar deleted file mode 100755 index 1be9e67..0000000 Binary files a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/log4j-core-2.10.0.jar and /dev/null differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/log4j-core-2.17.1.jar b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/log4j-core-2.17.1.jar new file mode 100644 index 0000000..4682527 Binary files /dev/null and b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/log4j-core-2.17.1.jar differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/sample-app.jar b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/sample-app.jar old mode 100755 new mode 100644 index 783f3d3..ba1bdc3 Binary files a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/sample-app.jar and b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/sample-app.jar differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/seclore-io-1.0.0.0.jar b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/seclore-io-1.0.0.0.jar new file mode 100644 index 0000000..365237b Binary files /dev/null and b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/seclore-io-1.0.0.0.jar differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/xercesImpl-2.12.2.jar b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/xercesImpl-2.12.2.jar new file mode 100644 index 0000000..ccbae9f Binary files /dev/null and b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/xercesImpl-2.12.2.jar differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/xercesImpl-X.jar b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/xercesImpl-X.jar deleted file mode 100755 index 38fca83..0000000 Binary files a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/bin/Unprotect & Unwrap in EA context Sample App/lib/xercesImpl-X.jar and /dev/null differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/.classpath b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/.classpath index 93e5d86..4e3bf4d 100755 --- a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/.classpath +++ b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/.classpath @@ -10,7 +10,7 @@ - + \ No newline at end of file diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/bin/com/seclore/fs/protect/example/Version.class b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/bin/com/seclore/fs/protect/example/Version.class old mode 100755 new mode 100644 index 694b590..a202905 Binary files a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/bin/com/seclore/fs/protect/example/Version.class and b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/bin/com/seclore/fs/protect/example/Version.class differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/bin/com/seclore/fs/protect/example/core/InitializeWSClient.class b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/bin/com/seclore/fs/protect/example/core/InitializeWSClient.class old mode 100755 new mode 100644 index e94d4de..0326058 Binary files a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/bin/com/seclore/fs/protect/example/core/InitializeWSClient.class and b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/bin/com/seclore/fs/protect/example/core/InitializeWSClient.class differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/bin/com/seclore/fs/protect/example/main/SecloreMain.class b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/bin/com/seclore/fs/protect/example/main/SecloreMain.class old mode 100755 new mode 100644 index 20f880e..1ccaea7 Binary files a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/bin/com/seclore/fs/protect/example/main/SecloreMain.class and b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/bin/com/seclore/fs/protect/example/main/SecloreMain.class differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/fs-ws-client-4.4.17.0.jar b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/fs-ws-client-4.4.17.0.jar deleted file mode 100644 index 42b3166..0000000 Binary files a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/fs-ws-client-4.4.17.0.jar and /dev/null differ diff --git a/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/fs-ws-client-4.4.18.0.jar b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/fs-ws-client-4.4.18.0.jar new file mode 100644 index 0000000..d0a949c Binary files /dev/null and b/examples/Unwrap & Unprotect in EA context/Using Seclore PoC Policy Server/Sample Code/src/Unprotect & Unwrap in EA context Sample App Code/lib/fs-ws-client-4.4.18.0.jar differ