Uses of Interface
com.hierynomus.smbj.auth.Authenticator
-
Packages that use Authenticator Package Description com.hierynomus.smbj com.hierynomus.smbj.auth com.hierynomus.smbj.connection -
-
Uses of Authenticator in com.hierynomus.smbj
Fields in com.hierynomus.smbj with type parameters of type Authenticator Modifier and Type Field Description private java.util.List<Factory.Named<Authenticator>>
SmbConfig. authenticators
Methods in com.hierynomus.smbj that return types with arguments of type Authenticator Modifier and Type Method Description private static java.util.List<Factory.Named<Authenticator>>
SmbConfig. getDefaultAuthenticators()
java.util.List<Factory.Named<Authenticator>>
SmbConfig. getSupportedAuthenticators()
Method parameters in com.hierynomus.smbj with type arguments of type Authenticator Modifier and Type Method Description SmbConfig.Builder
SmbConfig.Builder. withAuthenticators(java.lang.Iterable<Factory.Named<Authenticator>> authenticators)
-
Uses of Authenticator in com.hierynomus.smbj.auth
Classes in com.hierynomus.smbj.auth that implement Authenticator Modifier and Type Class Description class
NtlmAuthenticator
class
NtlmSealer
class
SpnegoAuthenticator
-
Uses of Authenticator in com.hierynomus.smbj.connection
Fields in com.hierynomus.smbj.connection declared as Authenticator Modifier and Type Field Description private Authenticator
SMBSessionBuilder.BuilderContext. authenticator
Methods in com.hierynomus.smbj.connection that return Authenticator Modifier and Type Method Description private Authenticator
SMBSessionBuilder. getAuthenticator(AuthenticationContext context)
Methods in com.hierynomus.smbj.connection with parameters of type Authenticator Modifier and Type Method Description private SMBSessionBuilder.BuilderContext
SMBSessionBuilder. newContext(AuthenticationContext authContext, Authenticator authenticator)
-