Uses of Interface
jcifs.smb.CredentialsInternal
-
Packages that use CredentialsInternal Package Description jcifs.smb -
-
Uses of CredentialsInternal in jcifs.smb
Subinterfaces of CredentialsInternal in jcifs.smb Modifier and Type Interface Description interfaceSmbRenewableCredentialsClasses in jcifs.smb that implement CredentialsInternal 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.classKerb5AuthenticatorBase kerberos authenticator Uses a subject that contains kerberos credentials for use in GSSAPI context establishment.classNtlmNtHashAuthenticatorAuthenticator directly specifing the user's NT hashclassNtlmPasswordAuthenticationDeprecated.useNtlmPasswordAuthenticatorinsteadclassNtlmPasswordAuthenticatorThis class stores and encrypts NTLM user credentials.Methods in jcifs.smb that return CredentialsInternal Modifier and Type Method Description CredentialsInternalCredentialsInternal. clone()CredentialsInternalJAASAuthenticator. renew()Renew the credentialsCredentialsInternalSmbRenewableCredentials. renew()Renew the credentials
-