Interface ApacheAuthenticationStrategyHandler<T extends io.github.evisentin.wordpress.client.domain.auth.WpAuthenticationStrategy>
- All Known Implementing Classes:
ApacheBasicAuthenticationStrategyHandler,ApacheJwtAuthenticationStrategyHandler
public interface ApacheAuthenticationStrategyHandler<T extends io.github.evisentin.wordpress.client.domain.auth.WpAuthenticationStrategy>
-
Method Summary
Modifier and TypeMethodDescriptiondefault Stringauthenticate(io.github.evisentin.wordpress.client.domain.auth.WpAuthenticationStrategy strategy) authenticateTyped(T strategy) default booleancanHandle(io.github.evisentin.wordpress.client.domain.auth.WpAuthenticationStrategy strategy) supports()
-
Method Details
-
authenticate
default String authenticate(io.github.evisentin.wordpress.client.domain.auth.WpAuthenticationStrategy strategy) -
authenticateTyped
-
canHandle
default boolean canHandle(io.github.evisentin.wordpress.client.domain.auth.WpAuthenticationStrategy strategy) -
supports
-