Uses of Interface
io.muserver.rest.UserPassAuthenticator
-
Packages that use UserPassAuthenticator Package Description io.muserver.rest This package contains the JAX-RS implementation for mu-server. -
-
Uses of UserPassAuthenticator in io.muserver.rest
Constructors in io.muserver.rest with parameters of type UserPassAuthenticator Constructor Description BasicAuthSecurityFilter(java.lang.String authRealm, UserPassAuthenticator authenticator, Authorizer authorizer)
Creates a new Basic Auth Security Filter
-