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