Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CodeExamples

##Ex 1: Adding NTLM authentication support to CloseableHttpClient . NTLM is a challenge-response authentication protocol, the client is able to prove its identity without sending a password to the server, instead it sends the user name and domain name to the domain controller(DC) and uses the password to encrypt a nonce value which will be used for the user authentication.

  • TestCase: submitNTLMAuthRequest in AppTest class
  • Class: NtlmAuthImplemetation

##Ex 2: Covert a base64 encoded String to PDF

##Ex 3: Create an Excel file from a String using Java

##Ex 4: Asynchronous programming in Java, Implement CompletableFuture

About

No description, website, or topics provided.

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages