Uses of Interface
jcifs.Credentials
-
Packages that use Credentials Package Description jcifs jcifs.context jcifs.smb -
-
Uses of Credentials in jcifs
Methods in jcifs with type parameters of type Credentials Modifier and Type Method Description <T extends Credentials>
TCredentials. unwrap(Class<T> type)Methods in jcifs that return Credentials Modifier and Type Method Description CredentialsCIFSContext. getCredentials()Methods in jcifs with parameters of type Credentials Modifier and Type Method Description CIFSContextCIFSContext. withCredentials(Credentials creds) -
Uses of Credentials in jcifs.context
Methods in jcifs.context that return Credentials Modifier and Type Method Description CredentialsAbstractCIFSContext. getCredentials()CredentialsCIFSContextCredentialWrapper. getCredentials()CredentialsCIFSContextWrapper. getCredentials()protected abstract CredentialsAbstractCIFSContext. getDefaultCredentials()protected CredentialsBaseContext. getDefaultCredentials()Methods in jcifs.context with parameters of type Credentials Modifier and Type Method Description CIFSContextAbstractCIFSContext. withCredentials(Credentials creds)CIFSContextCIFSContextWrapper. withCredentials(Credentials creds)Constructors in jcifs.context with parameters of type Credentials Constructor Description CIFSContextCredentialWrapper(AbstractCIFSContext delegate, Credentials creds) -
Uses of Credentials in jcifs.smb
Subinterfaces of Credentials in jcifs.smb Modifier and Type Interface Description interfaceCredentialsInternalinterfaceSmbRenewableCredentialsClasses in jcifs.smb that implement Credentials 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 with type parameters of type Credentials Modifier and Type Method Description <T extends Credentials>
TNtlmPasswordAuthenticator. unwrap(Class<T> t)
-