Class SendPamAuthPacket

java.lang.Object
org.mariadb.jdbc.plugin.authentication.standard.SendPamAuthPacket
All Implemented Interfaces:
AuthenticationPlugin

public class SendPamAuthPacket extends Object implements AuthenticationPlugin
PAM (dialog) authentication plugin. This is a multi-step exchange password. If more than one step, passwordX (password2, password3, ...) options must be set.
  • Field Details

    • authenticationData

      private String authenticationData
    • conf

      private Configuration conf
    • counter

      private int counter
  • Constructor Details

    • SendPamAuthPacket

      public SendPamAuthPacket()
  • Method Details