Uses of Class
jcifs.smb1.smb1.SmbAuthException
-
Packages that use SmbAuthException Package Description jcifs.smb1.smb1 -
-
Uses of SmbAuthException in jcifs.smb1.smb1
Methods in jcifs.smb1.smb1 that return SmbAuthException Modifier and Type Method Description protected SmbAuthExceptionNtlmAuthenticator. getRequestingException()Methods in jcifs.smb1.smb1 with parameters of type SmbAuthException Modifier and Type Method Description static NtlmPasswordAuthenticationNtlmAuthenticator. requestNtlmPasswordAuthentication(String url, SmbAuthException sae)Used internally by jCIFS when an SmbAuthException is trapped to retrieve new user credentials.Methods in jcifs.smb1.smb1 that throw SmbAuthException Modifier and Type Method Description SmbTransportDfs. getDc(String domain, NtlmPasswordAuthentication auth)DfsReferralDfs. getReferral(SmbTransport trans, String domain, String root, String path, NtlmPasswordAuthentication auth)HashMapDfs. getTrustedDomains(NtlmPasswordAuthentication auth)booleanDfs. isTrustedDomain(String domain, NtlmPasswordAuthentication auth)DfsReferralDfs. resolve(String domain, String root, String path, NtlmPasswordAuthentication auth)
-