org.nakedobjects.remoting.client.authentication
Class AuthenticationManagerProxy

java.lang.Object
  extended by org.nakedobjects.runtime.authentication.standard.AuthenticationManagerStandard
      extended by org.nakedobjects.remoting.client.authentication.AuthenticationManagerProxy
All Implemented Interfaces:
ApplicationScopedComponent, Component, DebugInfo, AuthenticationManager

public class AuthenticationManagerProxy
extends AuthenticationManagerStandard


Constructor Summary
AuthenticationManagerProxy(NakedObjectConfiguration configuration, ServerFacade serverFacade, ObjectEncoderDecoder encoderDecoder)
           
 
Method Summary
 void closeSession(AuthenticationSession authSession)
           
 
Methods inherited from class org.nakedobjects.runtime.authentication.standard.AuthenticationManagerStandard
addAuthenticator, authenticate, debugData, debugTitle, getAuthenticators, getConfiguration, getRandomCodeGenerator, init, isSessionValid, setAuthenticators, setRandomCodeGenerator, shutdown, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationManagerProxy

public AuthenticationManagerProxy(NakedObjectConfiguration configuration,
                                  ServerFacade serverFacade,
                                  ObjectEncoderDecoder encoderDecoder)
Method Detail

closeSession

public void closeSession(AuthenticationSession authSession)
Specified by:
closeSession in interface AuthenticationManager
Overrides:
closeSession in class AuthenticationManagerStandard


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.