es.rediris.papi.jaas
Class CookieCallbackHandler

java.lang.Object
  extended by es.rediris.papi.jaas.CookieCallbackHandler
All Implemented Interfaces:
CallbackHandler

public class CookieCallbackHandler
extends Object
implements CallbackHandler


Constructor Summary
CookieCallbackHandler()
           
CookieCallbackHandler(Cookie[] cookies)
           
 
Method Summary
 Cookie[] getCookies()
           
 void handle(Callback[] callbacks)
           
 void setCookies(Cookie[] cookies)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CookieCallbackHandler

public CookieCallbackHandler()

CookieCallbackHandler

public CookieCallbackHandler(Cookie[] cookies)
Method Detail

handle

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

getCookies

public Cookie[] getCookies()

setCookies

public void setCookies(Cookie[] cookies)