goldengate.common.file.passthrough
Class PassthroughBasedAuthImpl

java.lang.Object
  extended by goldengate.common.file.filesystembased.FilesystemBasedAuthImpl
      extended by goldengate.common.file.passthrough.PassthroughBasedAuthImpl
All Implemented Interfaces:
AuthInterface

public abstract class PassthroughBasedAuthImpl
extends FilesystemBasedAuthImpl

Authentication implementation for Passthrough Based

Author:
Frederic Bregier

Field Summary
 
Fields inherited from class goldengate.common.file.filesystembased.FilesystemBasedAuthImpl
isIdentified, password, rootFromAuth, session, user
 
Constructor Summary
PassthroughBasedAuthImpl(SessionInterface session)
           
 
Method Summary
 
Methods inherited from class goldengate.common.file.filesystembased.FilesystemBasedAuthImpl
businessClean, clear, getAbsolutePath, getBusinessPath, getRelativePath, getSession, getUser, isIdentified, setBusinessPassword, setBusinessRootFromAuth, setBusinessUser, setIsIdentified, setPassword, setUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface goldengate.common.file.AuthInterface
getBaseDirectory, isAdmin, isBusinessPathValid
 

Constructor Detail

PassthroughBasedAuthImpl

public PassthroughBasedAuthImpl(SessionInterface session)
Parameters:
session -


Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.