| java.lang.Object com.sshtools.common.automate.RemoteIdentification
RemoteIdentification | public class RemoteIdentification (Code) | | author: $author$ version: $Revision: 1.19 $ |
Method Summary | |
protected void | addRule(RemoteIdentificationRule rule) | public boolean | configureUserAccess(SftpClient sftp, String serverId, String system, String username, SshPublicKey pk, String authorizationFile, int mode) | public boolean | configureUserAccess(SftpClient sftp, String serverId, String system, String username, List keys, String authorizationFile, int mode) | public String | getAuthorizedKeysDefaultPath() | public AuthorizedKeysFormat | getAuthorizedKeysFormat() | public String | getDefaultName() | public String | getName(String ident) | protected List | getRules() | protected void | setAuthorizedKeysDefaultPath(String defaultPath) | protected void | setAuthorizedKeysFormat(Class implementationClass) | protected boolean | testRules(String ident) |
ADD_AUTHORIZEDKEY | final public static int ADD_AUTHORIZEDKEY(Code) | | |
REMOVE_AUTHORIZEDKEY | final public static int REMOVE_AUTHORIZEDKEY(Code) | | |
RemoteIdentification | public RemoteIdentification(String defaultName)(Code) | | Creates a new RemoteIdentification object.
Parameters: defaultName - |
getAuthorizedKeysDefaultPath | public String getAuthorizedKeysDefaultPath()(Code) | | |
setAuthorizedKeysDefaultPath | protected void setAuthorizedKeysDefaultPath(String defaultPath)(Code) | | Parameters: defaultPath - |
setAuthorizedKeysFormat | protected void setAuthorizedKeysFormat(Class implementationClass)(Code) | | Parameters: implementationClass - |
testRules | protected boolean testRules(String ident)(Code) | | Parameters: ident - |
|
|