Class JWTAuthenticationConfigurer
java.lang.Object
org.apache.camel.component.platform.http.main.authentication.JWTAuthenticationConfigurer
- All Implemented Interfaces:
MainAuthenticationConfigurer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureAuthentication(org.apache.camel.component.platform.http.vertx.auth.AuthenticationConfig authenticationConfig, org.apache.camel.main.HttpManagementServerConfigurationProperties properties) voidconfigureAuthentication(org.apache.camel.component.platform.http.vertx.auth.AuthenticationConfig authenticationConfig, org.apache.camel.main.HttpServerConfigurationProperties properties)
-
Constructor Details
-
JWTAuthenticationConfigurer
public JWTAuthenticationConfigurer()
-
-
Method Details
-
configureAuthentication
public void configureAuthentication(org.apache.camel.component.platform.http.vertx.auth.AuthenticationConfig authenticationConfig, org.apache.camel.main.HttpServerConfigurationProperties properties) - Specified by:
configureAuthenticationin interfaceMainAuthenticationConfigurer
-
configureAuthentication
public void configureAuthentication(org.apache.camel.component.platform.http.vertx.auth.AuthenticationConfig authenticationConfig, org.apache.camel.main.HttpManagementServerConfigurationProperties properties) - Specified by:
configureAuthenticationin interfaceMainAuthenticationConfigurer
-