com.metamatrix.soap.sqlquerywebservice.handler
Class PWCBHandler

java.lang.Object
  extended by com.metamatrix.soap.sqlquerywebservice.handler.PWCBHandler
All Implemented Interfaces:
javax.security.auth.callback.CallbackHandler

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

This class is required for JAAS Security. We will just default to the username/password set by the username token.


Constructor Summary
PWCBHandler()
           
 
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

PWCBHandler

public PWCBHandler()
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 © 2009. All Rights Reserved.