wt.corba.auth
Class HTTPAuthentication

java.lang.Object
  extended bywt.corba.auth.HTTPAuthentication
All Implemented Interfaces:
AuthenticationHandler

public class HTTPAuthentication
extends Object
implements AuthenticationHandler


Constructor Summary
HTTPAuthentication()
           
 
Method Summary
 Properties authenticate(Properties credentials)
           
 wt.corba.Property[] authenticate(wt.corba.Property[] credentialsCorba)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPAuthentication

public HTTPAuthentication()
Method Detail

authenticate

public wt.corba.Property[] authenticate(wt.corba.Property[] credentialsCorba)
                                 throws NotAuthenticated
Specified by:
authenticate in interface AuthenticationHandler
Throws:
NotAuthenticated

authenticate

public Properties authenticate(Properties credentials)
                        throws NotAuthenticated
Specified by:
authenticate in interface AuthenticationHandler
Throws:
NotAuthenticated