com.maverick.sshd.auth
Class AllowNoneAuthenticationMechanismFactory
java.lang.Object
com.maverick.sshd.auth.DefaultAuthenticationMechanismFactory
com.maverick.sshd.auth.AllowNoneAuthenticationMechanismFactory
- All Implemented Interfaces:
- AuthenticationMechanismFactory
public class AllowNoneAuthenticationMechanismFactory
- extends DefaultAuthenticationMechanismFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AllowNoneAuthenticationMechanismFactory
public AllowNoneAuthenticationMechanismFactory(SshContext context)
createInstance
public AuthenticationMechanism createInstance(String name,
org.apache.mina.core.session.IoSession session,
SshTransport transport,
AuthenticationProtocol authentication,
Connection con)
throws UnsupportedChannelException
- Specified by:
createInstance in interface AuthenticationMechanismFactory- Overrides:
createInstance in class DefaultAuthenticationMechanismFactory
- Throws:
UnsupportedChannelException
Copyright © 2012. All Rights Reserved.