Class AbstractSasl

java.lang.Object
tigase.auth.mechanisms.AbstractSasl
All Implemented Interfaces:
SaslServer
Direct Known Subclasses:
AbstractSaslSCRAM, SaslANONYMOUS, SaslEXTERNAL, SaslPLAIN

public abstract class AbstractSasl extends Object implements SaslServer
  • Field Details

    • SASL_STRICT_MODE_KEY

      public static final String SASL_STRICT_MODE_KEY
      See Also:
    • PASSWORD_NOT_VERIFIED_MSG

      public static String PASSWORD_NOT_VERIFIED_MSG
    • callbackHandler

      protected final CallbackHandler callbackHandler
    • log

      protected final Logger log
    • negotiatedProperty

      protected final Map<String,Object> negotiatedProperty
    • props

      protected final Map<? super String,?> props
    • authorizedId

      protected String authorizedId
    • complete

      protected boolean complete
  • Constructor Details

  • Method Details