Interface AuthProvider
- All Superinterfaces:
jakarta.ws.rs.client.ClientRequestFilter
- All Known Implementing Classes:
AbstractAuthProvider
,ApiKeyAuthenticationProvider
,BasicAuthenticationProvider
,BearerAuthenticationProvider
,OAuth2AuthenticationProvider
public interface AuthProvider
extends jakarta.ws.rs.client.ClientRequestFilter
Authentication Provider for
ClientRequestFilter
s generated by the extension.-
Method Summary
Modifier and TypeMethodDescriptionaddOperation
(OperationAuthInfo operationAuthInfo) getName()
Get the name of the Security Provider as defined in the OpenAPI Spec file.Methods inherited from interface jakarta.ws.rs.client.ClientRequestFilter
filter
-
Method Details
-
getName
String getName()Get the name of the Security Provider as defined in the OpenAPI Spec file. -
operationsToFilter
List<OperationAuthInfo> operationsToFilter() -
addOperation
-