org.apache.rampart.tomcat.sample
Class PWCBHandler

java.lang.Object
  extended by org.apache.rampart.tomcat.sample.PWCBHandler
All Implemented Interfaces:
javax.security.auth.callback.CallbackHandler

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


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 © 2005-2012 Apache Software Foundation. All Rights Reserved.