Interface PasswordVerifier

All Superinterfaces:
AutoCloseable, Closeable, org.apache.kafka.common.Configurable

public interface PasswordVerifier extends org.apache.kafka.common.Configurable, Closeable
Password verifier for comparing passwords during authentication. Default password verifier performs a simple string match. Custom password verifiers may support comparison of encrypted passwords.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    verify(char[] expectedPassword, char[] actualPassword)
     

    Methods inherited from interface java.io.Closeable

    close

    Methods inherited from interface org.apache.kafka.common.Configurable

    configure