Skip to content

Commit

Permalink
KNOX-2983 - Combine the functionality of different identity assertion…
Browse files Browse the repository at this point in the history
… providers
  • Loading branch information
zeroflag committed Nov 9, 2023
1 parent e35d7a9 commit 82b0099
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ public interface IdentityAsserterMessages {
@Message( level = MessageLevel.ERROR, text = "Proxy user Authentication failed: {0}" )
void hadoopAuthProxyUserFailed(@StackTrace Throwable t);

@Message( level = MessageLevel.WARN, text = "Invalid result: {2}. Expected String when evaluating mapping: {1} for user: {2}.")
@Message( level = MessageLevel.WARN, text = "Invalid result: {2}. Expected String when evaluating mapping: {1} for user: {0}.")
void invalidAdvancedPrincipalMappingResult(String principalName, AbstractSyntaxTree mapping, Object result);
}

0 comments on commit 82b0099

Please sign in to comment.