org.apache.sshd.server.auth.gss
Class UserAuthGSS.Factory

java.lang.Object
  extended by 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.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.sshd.common.NamedFactory
NamedFactory.Utils
 
Constructor Summary
UserAuthGSS.Factory()
           
 
Method Summary
 UserAuth create()
          Create a new authenticator instance.
 String getName()
          Get the name of the authentication method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserAuthGSS.Factory

public UserAuthGSS.Factory()
Method Detail

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.