All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.fonimus.ssh.shell.auth.SshShellAuthenticationProvider Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (c) Worldline 2018.
 */

package com.github.fonimus.ssh.shell.auth;

import org.apache.sshd.server.auth.password.PasswordAuthenticator;

/**
 * Interface to implements custom authentication provider
 */
public interface SshShellAuthenticationProvider
		extends PasswordAuthenticator {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy