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. authenticatorsMethods 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.BuilderSmbConfig.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 classNtlmAuthenticatorclassNtlmSealerclassSpnegoAuthenticator -
Uses of Authenticator in com.hierynomus.smbj.connection
Fields in com.hierynomus.smbj.connection declared as Authenticator Modifier and Type Field Description private AuthenticatorSMBSessionBuilder.BuilderContext. authenticatorMethods in com.hierynomus.smbj.connection that return Authenticator Modifier and Type Method Description private AuthenticatorSMBSessionBuilder. getAuthenticator(AuthenticationContext context)Methods in com.hierynomus.smbj.connection with parameters of type Authenticator Modifier and Type Method Description private SMBSessionBuilder.BuilderContextSMBSessionBuilder. newContext(AuthenticationContext authContext, Authenticator authenticator)
-