org.apache.geronimo.security.realm.providers
Class RequestCallbackHandler

java.lang.Object
  extended by org.apache.geronimo.security.realm.providers.RequestCallbackHandler
All Implemented Interfaces:
CallbackHandler

public class RequestCallbackHandler
extends Object
implements CallbackHandler


Constructor Summary
RequestCallbackHandler(javax.servlet.http.HttpServletRequest httpRequest)
           
 
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

RequestCallbackHandler

public RequestCallbackHandler(javax.servlet.http.HttpServletRequest httpRequest)
Method Detail

handle

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


Copyright © 2003-2011 The Apache Geronimo development community. All Rights Reserved.