Annotation Interface HttpAuthenticationMechanism
Provides a way to select custom
HttpAuthenticationMechanism
used for a REST endpoint and WebSockets Next 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 ElementDescriptionHttpAuthenticationMechanismauthentication scheme as returned byHttpCredentialTransport.getAuthenticationScheme().
-
Element Details
-
value
String valueHttpAuthenticationMechanismauthentication scheme as returned byHttpCredentialTransport.getAuthenticationScheme().HttpAuthenticationMechanismimplementations must set this scheme inHttpAuthenticationMechanism.getCredentialTransport(RoutingContext).
-