See: Description
Class | Description |
---|---|
AuthServiceDemo |
Basic usage of AuthenticationService.
In real world scenarios is AuthenticationService used indirectly in Servlet Filter AuthenticationService provides more precise control over authentication and client-server communication |
KShieldClientDemo |
Low level usage of KShieldClient.
It is recommended to use AuthenticationService instead of KShieldClient, but in certain use cases is possible to use KShieldClient directly KShieldClient doesn't depend on Servlet container. |
MockHttpClient |
Used for JUnit testing and demonstration purposes
This implementation will always return response with given string bytes
|
Copyright © 2013 TDP Ltd. All Rights Reserved.