wt.corba.auth
Interface AuthenticationHandler

All Known Implementing Classes:
HTTPAuthentication

public interface AuthenticationHandler


Method Summary
 Properties authenticate(Properties credentials)
           
 wt.corba.Property[] authenticate(wt.corba.Property[] credentials)
           
 

Method Detail

authenticate

public wt.corba.Property[] authenticate(wt.corba.Property[] credentials)
                                 throws NotAuthenticated
Throws:
NotAuthenticated

authenticate

public Properties authenticate(Properties credentials)
                        throws NotAuthenticated
Throws:
NotAuthenticated