Class AnonymousMechanismFactory

  • All Implemented Interfaces:
    MechanismFactory

    public class AnonymousMechanismFactory
    extends java.lang.Object
    implements MechanismFactory
    Create the Anonymous SASL Authentication Mechanism types.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Mechanism createMechanism()
      Creates an instance of the authentication mechanism implementation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AnonymousMechanismFactory

        public AnonymousMechanismFactory()