Uses of Interface
com.hierynomus.smbj.auth.Authenticator
Packages that use Authenticator
-
Uses of Authenticator in com.hierynomus.smbj
Fields in com.hierynomus.smbj with type parameters of type AuthenticatorModifier and TypeFieldDescriptionprivate List
<Factory.Named<Authenticator>> SmbConfig.authenticators
Methods in com.hierynomus.smbj that return types with arguments of type AuthenticatorModifier and TypeMethodDescriptionprivate static List
<Factory.Named<Authenticator>> SmbConfig.getDefaultAuthenticators()
SmbConfig.getSupportedAuthenticators()
Method parameters in com.hierynomus.smbj with type arguments of type AuthenticatorModifier and TypeMethodDescriptionSmbConfig.Builder.withAuthenticators
(Iterable<Factory.Named<Authenticator>> authenticators) -
Uses of Authenticator in com.hierynomus.smbj.auth
Classes in com.hierynomus.smbj.auth that implement AuthenticatorModifier and TypeClassDescriptionclass
class
class
-
Uses of Authenticator in com.hierynomus.smbj.connection
Fields in com.hierynomus.smbj.connection declared as AuthenticatorModifier and TypeFieldDescriptionprivate Authenticator
SMBSessionBuilder.BuilderContext.authenticator
Methods in com.hierynomus.smbj.connection that return AuthenticatorModifier and TypeMethodDescriptionprivate Authenticator
SMBSessionBuilder.getAuthenticator
(AuthenticationContext context) Methods in com.hierynomus.smbj.connection with parameters of type AuthenticatorModifier and TypeMethodDescriptionprivate SMBSessionBuilder.BuilderContext
SMBSessionBuilder.newContext
(AuthenticationContext authContext, Authenticator authenticator)