Package com.hierynomus.smbj.auth
Class NtlmAuthenticator.Factory
java.lang.Object
com.hierynomus.smbj.auth.NtlmAuthenticator.Factory
- All Implemented Interfaces:
Factory<Authenticator>
,Factory.Named<Authenticator>
- Enclosing class:
NtlmAuthenticator
public static class NtlmAuthenticator.Factory
extends Object
implements Factory.Named<Authenticator>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.hierynomus.protocol.commons.Factory
Factory.Named<T>
Nested classes/interfaces inherited from interface com.hierynomus.protocol.commons.Factory.Named
Factory.Named.Util
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceFactory.Named<Authenticator>
- Returns:
- the name of this factory.
-
create
- Specified by:
create
in interfaceFactory<Authenticator>
- Returns:
- a new object created using this factory.
-