Class AuthLoginThread

  • All Implemented Interfaces:
    Runnable, CallbackHandler

    public class AuthLoginThread
    extends Thread
    implements CallbackHandler
    The class AuthLoginThread provides the needed synchronization for JAAS's callback mechanism. This class starts a new thread and waits for user's authentication information to be submitted. Used by a state less protocol like HTTP.
    • Constructor Detail

      • AuthLoginThread

        protected AuthLoginThread​(AuthContext ctx)
        Constructor for this class. Since it is protected, only classes in this package can instantiate this object.