net.sourceforge.openutils.mgnlcas
Class CasLogin.CasCallBackHandler

java.lang.Object
  extended by net.sourceforge.openutils.mgnlcas.CasLogin.CasCallBackHandler
All Implemented Interfaces:
CallbackHandler
Enclosing class:
CasLogin

public class CasLogin.CasCallBackHandler
extends Object
implements CallbackHandler


Constructor Summary
CasLogin.CasCallBackHandler(String service, String ticket, String realm)
           
 
Method Summary
 String getRealm()
           
 String getService()
           
 String getTicket()
           
 void handle(Callback[] callbacks)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CasLogin.CasCallBackHandler

public CasLogin.CasCallBackHandler(String service,
                                   String ticket,
                                   String realm)
Method Detail

handle

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

getTicket

public String getTicket()

getService

public String getService()

getRealm

public String getRealm()


Copyright © 2007-2010 Openmind. All Rights Reserved.