Annotation Interface HttpAuthenticationMechanism
Provides a way to select custom
HttpAuthenticationMechanism
used for a REST endpoint authentication.
This annotation can only be used when proactive authentication is disabled. Using the annotation with
enabled proactive authentication will lead to build-time failure.-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionHttpAuthenticationMechanismscheme as returned byHttpCredentialTransport.getAuthenticationScheme().
-
Element Details
-
value
String valueHttpAuthenticationMechanismscheme as returned byHttpCredentialTransport.getAuthenticationScheme(). Custom mechanisms can set this name insideHttpAuthenticationMechanism.getCredentialTransport(RoutingContext).
-