Save This Page
Home » j2ssh-0.2.9-src » com.sshtools.common.automate » [javadoc | source]
com.sshtools.common.automate
public class: RemoteIdentification [javadoc | source]
java.lang.Object
   com.sshtools.common.automate.RemoteIdentification
Field Summary
public static final  int ADD_AUTHORIZEDKEY     
public static final  int REMOVE_AUTHORIZEDKEY     
protected  Log log     
Constructor:
 public RemoteIdentification(String defaultName) 
    Creates a new RemoteIdentification object.
    Parameters:
    defaultName -
Method from com.sshtools.common.automate.RemoteIdentification Summary:
addRule,   configureUserAccess,   configureUserAccess,   getAuthorizedKeysDefaultPath,   getAuthorizedKeysFormat,   getDefaultName,   getName,   getRules,   setAuthorizedKeysDefaultPath,   setAuthorizedKeysFormat,   testRules
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sshtools.common.automate.RemoteIdentification Detail:
 protected  void addRule(RemoteIdentificationRule rule) 
 public boolean configureUserAccess(SftpClient sftp,
    String serverId,
    String system,
    String username,
    SshPublicKey pk,
    String authorizationFile,
    int mode) throws RemoteIdentificationException 
 public boolean configureUserAccess(SftpClient sftp,
    String serverId,
    String system,
    String username,
    List keys,
    String authorizationFile,
    int mode) throws RemoteIdentificationException 
 public String getAuthorizedKeysDefaultPath() 
 public AuthorizedKeysFormat getAuthorizedKeysFormat() throws RemoteIdentificationException 
 public String getDefaultName() 
 public String getName(String ident) throws RemoteIdentificationException 
 protected List getRules() 
 protected  void setAuthorizedKeysDefaultPath(String defaultPath) 
 protected  void setAuthorizedKeysFormat(Class implementationClass) 
 protected boolean testRules(String ident)