Uses of Record Class
io.github.evisentin.wordpress.client.domain.auth.WpJwtAuthenticationStrategy
Packages that use WpJwtAuthenticationStrategy
Package
Description
JWT authentication support for the Apache HttpClient adapter layer.
Authorization header provider abstractions and implementations.
JWT authentication support types for the WordPress REST client.
-
Uses of WpJwtAuthenticationStrategy in io.github.evisentin.wordpress.client.adapter.apache.auth.jwt
Methods in io.github.evisentin.wordpress.client.adapter.apache.auth.jwt that return types with arguments of type WpJwtAuthenticationStrategyMethods in io.github.evisentin.wordpress.client.adapter.apache.auth.jwt with parameters of type WpJwtAuthenticationStrategyModifier and TypeMethodDescriptionApacheJwtAuthenticationStrategyHandler.authenticateTyped(@NonNull WpJwtAuthenticationStrategy strategy) ApacheJwtTokenClient.fetchToken(@NonNull WpJwtAuthenticationStrategy strategy) -
Uses of WpJwtAuthenticationStrategy in io.github.evisentin.wordpress.client.domain.auth.header
Methods in io.github.evisentin.wordpress.client.domain.auth.header with parameters of type WpJwtAuthenticationStrategyModifier and TypeMethodDescriptionJwtAuthenticationHeaderProvider.createAuthorizationHeader(@NonNull WpJwtAuthenticationStrategy strategy) -
Uses of WpJwtAuthenticationStrategy in io.github.evisentin.wordpress.client.domain.auth.jwt
Methods in io.github.evisentin.wordpress.client.domain.auth.jwt with parameters of type WpJwtAuthenticationStrategyModifier and TypeMethodDescriptionJwtTokenClient.fetchToken(WpJwtAuthenticationStrategy strategy) Fetches a JWT token using the supplied authentication strategy.