Uses of Class
jcifs.smb.SmbAuthException
-
Packages that use SmbAuthException Package Description jcifs.smb -
-
Uses of SmbAuthException in jcifs.smb
Methods in jcifs.smb that return SmbAuthException Modifier and Type Method Description protected SmbAuthExceptionNtlmAuthenticator. getRequestingException()Methods in jcifs.smb with parameters of type SmbAuthException Modifier and Type Method Description static NtlmPasswordAuthenticatorNtlmAuthenticator. requestNtlmPasswordAuthentication(String url, SmbAuthException sae)Used internally by jCIFS when an SmbAuthException is trapped to retrieve new user credentials.static NtlmPasswordAuthenticatorNtlmAuthenticator. requestNtlmPasswordAuthentication(NtlmAuthenticator a, String url, SmbAuthException sae)Methods in jcifs.smb that throw SmbAuthException Modifier and Type Method Description SmbTransportDfsImpl. getDc(CIFSContext tf, String domain)Get a connection to the domain controller for a given domainprotected DfsReferralDataInternalDfsImpl. getReferral(CIFSContext tf, SmbTransportInternal trans, String target, String targetDomain, String targetHost, String root, String path)booleanDfsImpl. isTrustedDomain(CIFSContext tf, String domain)DfsReferralDataDfsImpl. resolve(CIFSContext tf, String domain, String root, String path)Resolve the location of a DFS path
-