Skip to content

Commit

Permalink
Remove stale function
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <jiallian@amazon.com>
  • Loading branch information
RyanL1997 committed Aug 23, 2023
1 parent 54bca2a commit b64460d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/main/java/org/opensearch/security/user/AuthCredentials.java
Original file line number Diff line number Diff line change
Expand Up @@ -108,16 +108,6 @@ public AuthCredentials(final String username, List<String> securityRoles, String
this.securityRoles.addAll(securityRoles);
}

private AuthCredentials(
final String username,
byte[] password,
Object nativeCredentials,
List<String> securityRoles,
String... backendRoles
) {
this(username, null, null, backendRoles);
}

private AuthCredentials(final String username, byte[] password, Object nativeCredentials, String... backendRoles) {
super();

Expand Down

0 comments on commit b64460d

Please sign in to comment.