public interface org.h2.api.CredentialsValidator extends org.h2.security.auth.Configurable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.h2.api.CredentialsValidator
  super_class: java.lang.Object
{
  public abstract boolean validateCredentials(org.h2.security.auth.AuthenticationInfo);
    descriptor: (Lorg/h2/security/auth/AuthenticationInfo;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
                    Name  Flags
      authenticationInfo  
}
SourceFile: "CredentialsValidator.java"