com.ibm.security.auth.callback

Class DialogCallbackHandler

  • java.lang.Object
    • com.ibm.security.auth.callback.DialogCallbackHandler
  • All Implemented Interfaces:
    CallbackHandler

    Deprecated. 
    This class will be removed in a future release.

    @Deprecated
    public class DialogCallbackHandler
    extends java.lang.Object
    implements CallbackHandler

    Uses a Swing dialog window to query the user for answers to authentication questions. This can be used by a JAAS application to instantiate a CallbackHandler

    See Also:
    javax.security.auth.callback
    • Constructor Summary

      Constructors 
      Constructor and Description
      DialogCallbackHandler()
      Deprecated. 
      Creates a callback dialog with the default parent window.
      DialogCallbackHandler(java.awt.Component parentComponent)
      Deprecated. 
      Creates a callback dialog and specify the parent window.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method and Description
      void handle(Callback[] callbacks)
      Deprecated. 
      Handles the specified set of callbacks.
      • Methods inherited from class java.lang.Object

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

      • DialogCallbackHandler

        public DialogCallbackHandler()
        Deprecated. 
        Creates a callback dialog with the default parent window.
      • DialogCallbackHandler

        public DialogCallbackHandler(java.awt.Component parentComponent)
        Deprecated. 
        Creates a callback dialog and specify the parent window.
        Parameters:
        parentComponent - the parent window -- specify null for the default parent

© Copyright 2003, 2015 IBM Corporation. All rights reserved.
© Copyright 2003, 2015, Oracle and/or its affiliates. All rights reserved.