org.rhq.plugins.jbossas5.connection.jaas
Class JBossCallbackHandler

java.lang.Object
  extended by org.rhq.plugins.jbossas5.connection.jaas.JBossCallbackHandler
All Implemented Interfaces:
CallbackHandler

public class JBossCallbackHandler
extends Object
implements CallbackHandler

Author:
Ian Springer

Constructor Summary
JBossCallbackHandler(String username, String password)
           
 
Method Summary
 void handle(Callback[] callbacks)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBossCallbackHandler

public JBossCallbackHandler(String username,
                            String password)
Method Detail

handle

public void handle(Callback[] callbacks)
            throws IOException,
                   UnsupportedCallbackException
Specified by:
handle in interface CallbackHandler
Throws:
IOException
UnsupportedCallbackException


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.