org.apache.openejb.server.cxf
Class ServerPasswordHandler

java.lang.Object
  extended by org.apache.openejb.server.cxf.ServerPasswordHandler
All Implemented Interfaces:
javax.security.auth.callback.CallbackHandler

public class ServerPasswordHandler
extends java.lang.Object
implements javax.security.auth.callback.CallbackHandler


Constructor Summary
ServerPasswordHandler()
           
 
Method Summary
 void handle(javax.security.auth.callback.Callback[] callbacks)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerPasswordHandler

public ServerPasswordHandler()
Method Detail

handle

public void handle(javax.security.auth.callback.Callback[] callbacks)
            throws java.io.IOException,
                   javax.security.auth.callback.UnsupportedCallbackException
Specified by:
handle in interface javax.security.auth.callback.CallbackHandler
Throws:
java.io.IOException
javax.security.auth.callback.UnsupportedCallbackException


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.