Uses of Class
jcifs.smb.Kerb5Authenticator
-
Packages that use Kerb5Authenticator Package Description jcifs.smb -
-
Uses of Kerb5Authenticator in jcifs.smb
Subclasses of Kerb5Authenticator in jcifs.smb Modifier and Type Class Description classJAASAuthenticatorJAAS kerberos authenticator Either configure JAAS for credential caching or reuse a single instance of this authenticator -otherwise you won't get proper ticket caching.Methods in jcifs.smb that return Kerb5Authenticator Modifier and Type Method Description Kerb5AuthenticatorJAASAuthenticator. clone()Kerb5AuthenticatorKerb5Authenticator. clone()Methods in jcifs.smb with parameters of type Kerb5Authenticator Modifier and Type Method Description static voidKerb5Authenticator. cloneInternal(Kerb5Authenticator to, Kerb5Authenticator from)Clone the context
-