Skip to content

Commit

Permalink
[chore](api-doc)Add HadoopKerberosAuthenticator api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinKirs committed Nov 12, 2024
1 parent eb0a188 commit 074d759
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ public class KerberosAuthenticationConfig extends AuthenticationConfig {
private Configuration conf;
private boolean printDebugLog;

/**
* Constructor of KerberosAuthenticationConfig
* @return
*/
@Override
public boolean isValid() {
return StringUtils.isNotEmpty(kerberosPrincipal) && StringUtils.isNotEmpty(kerberosKeytab);
Expand Down

0 comments on commit 074d759

Please sign in to comment.