org.apache.sshd.server.auth.gss
Class UserAuthGSS.Factory
java.lang.Object
org.apache.sshd.server.auth.gss.UserAuthGSS.Factory
- All Implemented Interfaces:
- Factory<UserAuth>, NamedFactory<UserAuth>
- Enclosing class:
- UserAuthGSS
public static class UserAuthGSS.Factory
- extends Object
- implements NamedFactory<UserAuth>
Factory class.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserAuthGSS.Factory
public UserAuthGSS.Factory()
getName
public String getName()
- Get the name of the authentication method.
- Specified by:
getName
in interface NamedFactory<UserAuth>
- Returns:
- Tge name, always 'gssapi-with-mic' here.
create
public UserAuth create()
- Create a new authenticator instance.
- Specified by:
create
in interface Factory<UserAuth>
- Returns:
- The instance
Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.