Uses of Class
goldengate.common.command.exception.Reply530Exception

Packages that use Reply530Exception
goldengate.common.file Classes implementing File, Directory, Authentication and Session Interfaces 
goldengate.common.file.filesystembased Classes implementing FileInterface and Directory according to a filesystem implementation 
goldengate.common.file.passthrough Classes implementing FileInterface and Directory according to a pass through implementation (no storage since data are just pass through this interface) 
 

Uses of Reply530Exception in goldengate.common.file
 

Methods in goldengate.common.file that throw Reply530Exception
 void FileInterface.checkIdentify()
          Check if the authentication is correct
 void DirInterface.checkIdentify()
          Check if the authentication is correct
 void AbstractDir.checkIdentify()
           
 NextCommandReply AuthInterface.setPassword(String password)
           
 NextCommandReply AuthInterface.setUser(String user)
           
 

Uses of Reply530Exception in goldengate.common.file.filesystembased
 

Methods in goldengate.common.file.filesystembased that throw Reply530Exception
 void FilesystemBasedFileImpl.checkIdentify()
           
protected abstract  NextCommandReply FilesystemBasedAuthImpl.setBusinessPassword(String password)
          Set the password according to any implementation and could set the rootFromAuth.
protected abstract  NextCommandReply FilesystemBasedAuthImpl.setBusinessUser(String user)
          Set the user according to any implementation and could set the rootFromAuth.
 NextCommandReply FilesystemBasedAuthImpl.setPassword(String password)
           
 NextCommandReply FilesystemBasedAuthImpl.setUser(String user)
           
 

Uses of Reply530Exception in goldengate.common.file.passthrough
 

Methods in goldengate.common.file.passthrough that throw Reply530Exception
 void PassthroughBasedFileImpl.checkIdentify()
           
 



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