From 15f3aa2ea48b7ac979dbf1ed66c11049cb7c5f8f Mon Sep 17 00:00:00 2001 From: Craig Perkins Date: Mon, 3 Oct 2022 15:54:16 -0400 Subject: [PATCH] Add licenses/ directory for internal authn module Signed-off-by: Craig Perkins --- modules/authn/licenses/bcprov-jdk15on-1.70.jar.sha1 | 1 + modules/authn/licenses/jackson-annotations-2.13.4.jar.sha1 | 1 + modules/authn/licenses/jackson-databind-2.13.4.jar.sha1 | 1 + modules/authn/licenses/shiro-core-1.9.1.jar.sha1 | 1 + modules/authn/licenses/slf4j-api-1.7.36.jar.sha1 | 1 + .../main/java/org/opensearch/authn/identity/InternalSubject.java | 1 - 6 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 modules/authn/licenses/bcprov-jdk15on-1.70.jar.sha1 create mode 100644 modules/authn/licenses/jackson-annotations-2.13.4.jar.sha1 create mode 100644 modules/authn/licenses/jackson-databind-2.13.4.jar.sha1 create mode 100644 modules/authn/licenses/shiro-core-1.9.1.jar.sha1 create mode 100644 modules/authn/licenses/slf4j-api-1.7.36.jar.sha1 diff --git a/modules/authn/licenses/bcprov-jdk15on-1.70.jar.sha1 b/modules/authn/licenses/bcprov-jdk15on-1.70.jar.sha1 new file mode 100644 index 0000000000000..f5e89c0f5ed45 --- /dev/null +++ b/modules/authn/licenses/bcprov-jdk15on-1.70.jar.sha1 @@ -0,0 +1 @@ +4636a0d01f74acaf28082fb62b317f1080118371 \ No newline at end of file diff --git a/modules/authn/licenses/jackson-annotations-2.13.4.jar.sha1 b/modules/authn/licenses/jackson-annotations-2.13.4.jar.sha1 new file mode 100644 index 0000000000000..2e9425b8ff6db --- /dev/null +++ b/modules/authn/licenses/jackson-annotations-2.13.4.jar.sha1 @@ -0,0 +1 @@ +858c6cc78e1f08a885b1613e1d817c829df70a6e \ No newline at end of file diff --git a/modules/authn/licenses/jackson-databind-2.13.4.jar.sha1 b/modules/authn/licenses/jackson-databind-2.13.4.jar.sha1 new file mode 100644 index 0000000000000..fcc6491d1f78d --- /dev/null +++ b/modules/authn/licenses/jackson-databind-2.13.4.jar.sha1 @@ -0,0 +1 @@ +98b0edfa8e4084078f10b7b356c300ded4a71491 \ No newline at end of file diff --git a/modules/authn/licenses/shiro-core-1.9.1.jar.sha1 b/modules/authn/licenses/shiro-core-1.9.1.jar.sha1 new file mode 100644 index 0000000000000..8cd594d254f9b --- /dev/null +++ b/modules/authn/licenses/shiro-core-1.9.1.jar.sha1 @@ -0,0 +1 @@ +90263d749749198f0a6dbdca57b52fa6d903d3db \ No newline at end of file diff --git a/modules/authn/licenses/slf4j-api-1.7.36.jar.sha1 b/modules/authn/licenses/slf4j-api-1.7.36.jar.sha1 new file mode 100644 index 0000000000000..77b9917528382 --- /dev/null +++ b/modules/authn/licenses/slf4j-api-1.7.36.jar.sha1 @@ -0,0 +1 @@ +6c62681a2f655b49963a5983b8b0950a6120ae14 \ No newline at end of file diff --git a/modules/authn/src/main/java/org/opensearch/authn/identity/InternalSubject.java b/modules/authn/src/main/java/org/opensearch/authn/identity/InternalSubject.java index a7643d258b4a0..62a4f732ea192 100644 --- a/modules/authn/src/main/java/org/opensearch/authn/identity/InternalSubject.java +++ b/modules/authn/src/main/java/org/opensearch/authn/identity/InternalSubject.java @@ -52,4 +52,3 @@ public String toString() { return "InternalSubject [primaryPrincipal=" + primaryPrincipal + ", hash=" + hash + ", attributes=" + attributes + "]"; } } -