Interface BasicAuthHandler
- All Superinterfaces:
AuthenticationHandler, Handler<RoutingContext>
An auth handler that provides HTTP Basic Authentication support.
- Author:
- Tim Fox
-
Field Summary
Fields -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic BasicAuthHandlercreate(AuthenticationProvider authProvider) Create a basic auth handlerstatic BasicAuthHandlercreate(AuthenticationProvider authProvider, String realm) Create a basic auth handler, specifying realm
-
Field Details
-
DEFAULT_REALM
-
-
Method Details
-
create
Create a basic auth handler- Parameters:
authProvider- the auth provider to use- Returns:
- the auth handler
-
create
Create a basic auth handler, specifying realm- Parameters:
authProvider- the auth service to userealm- the realm to use- Returns:
- the auth handler
-