Skip to content

Commit

Permalink
Merge branch 'devel' into CB-5710-aws-integration-for-cloud-explorer-…
Browse files Browse the repository at this point in the history
…and-storage
  • Loading branch information
dariamarutkina authored Oct 15, 2024
2 parents 0df320f + 94ea41c commit 6b9bebe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2082,7 +2082,7 @@ public SMAuthInfo finishAuthentication(@NotNull String authId) throws DBExceptio
return finishAuthentication(authInfo, false, authInfo.isForceSessionsLogout());
}

private SMAuthInfo finishAuthentication(
protected SMAuthInfo finishAuthentication(
@NotNull SMAuthInfo authInfo,
boolean isSyncAuth,
boolean forceSessionsLogout
Expand Down Expand Up @@ -3134,7 +3134,7 @@ private void deleteAuthSubject(Connection dbCon, String subjectId) throws SQLExc
}
}

private WebAuthProviderDescriptor getAuthProvider(String authProviderId) throws DBCException {
protected WebAuthProviderDescriptor getAuthProvider(String authProviderId) throws DBCException {
WebAuthProviderDescriptor authProvider = WebAuthProviderRegistry.getInstance().getAuthProvider(authProviderId);
if (authProvider == null) {
throw new DBCException("Auth provider not found: " + authProviderId);
Expand Down

0 comments on commit 6b9bebe

Please sign in to comment.