Class 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.
    • Constructor Detail

      • SendPamAuthPacket

        public SendPamAuthPacket()
    • Method Detail

      • initialize

        public void initialize​(String authenticationData,
                               byte[] seed,
                               Configuration conf)
        Initialization.
        Specified by:
        initialize in interface AuthenticationPlugin
        Parameters:
        authenticationData - authentication data (password/token)
        seed - server provided seed
        conf - Connection string options
      • process

        public org.mariadb.jdbc.client.ReadableByteBuf process​(Writer out,
                                                               Reader in,
                                                               org.mariadb.jdbc.client.Context context)
                                                        throws SQLException,
                                                               IOException
        Process PAM plugin authentication. see https://mariadb.com/kb/en/library/authentication-plugin-pam/
        Specified by:
        process in interface AuthenticationPlugin
        Parameters:
        out - out stream
        in - in stream
        context - connection context
        Returns:
        response packet
        Throws:
        IOException - if socket error
        SQLException - if plugin exception