Uses of Record Class
io.github.evisentin.wordpress.client.domain.auth.WpBasicAuthenticationStrategy
Packages that use WpBasicAuthenticationStrategy
Package
Description
Basic authentication support for the Apache HttpClient adapter layer.
Authorization header provider abstractions and implementations.
-
Uses of WpBasicAuthenticationStrategy in io.github.evisentin.wordpress.client.adapter.apache.auth.basic
Methods in io.github.evisentin.wordpress.client.adapter.apache.auth.basic that return types with arguments of type WpBasicAuthenticationStrategyMethods in io.github.evisentin.wordpress.client.adapter.apache.auth.basic with parameters of type WpBasicAuthenticationStrategyModifier and TypeMethodDescriptionApacheBasicAuthenticationStrategyHandler.authenticateTyped(@NonNull WpBasicAuthenticationStrategy strategy) -
Uses of WpBasicAuthenticationStrategy in io.github.evisentin.wordpress.client.domain.auth.header
Methods in io.github.evisentin.wordpress.client.domain.auth.header with parameters of type WpBasicAuthenticationStrategyModifier and TypeMethodDescriptionBasicAuthenticationHeaderProvider.createAuthorizationHeader(WpBasicAuthenticationStrategy strategy)