This library provides a single interface that helps to access resources using winauth.
Use any of the Connection.create(...)
overloads to create a connection. openInputStream()
then creates an InputStream
, transparently using Windows authentification if available. Connection implements the AutoCloseable
interface; closing the connection also closes the stream.
- update plugins and dependencies
- use jspecify
- update dependencies
- set custom header parameters
- @NonNullApi - assertions are added for all parameters not marked as @Nullable (using cabe)
- update dependencies
- logging is now done through slf4j