wt.corba.auth
Class AuthenticationServiceImpl

java.lang.Object
  extended by_AuthenticationServiceImplBase
      extended bywt.corba.auth.AuthenticationServiceImpl

public class AuthenticationServiceImpl
extends _AuthenticationServiceImplBase

See Also:
Serialized Form

Field Summary
private static AuthenticationHandler[] HANDLERS
           
private static boolean VERBOSE
           
 
Constructor Summary
AuthenticationServiceImpl()
           
 
Method Summary
 void authenticate(wt.corba.PropertiesHolder credentials)
           
private  void whoami(String who)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HANDLERS

private static AuthenticationHandler[] HANDLERS

VERBOSE

private static boolean VERBOSE
Constructor Detail

AuthenticationServiceImpl

public AuthenticationServiceImpl()
Method Detail

authenticate

public void authenticate(wt.corba.PropertiesHolder credentials)
                  throws NotAuthenticated
Throws:
NotAuthenticated

whoami

private void whoami(String who)