Uses of Class
com.sun.net.httpserver.Authenticator
Package
Description
Provides a simple high-level Http server API, which can be used to build
embedded HTTP servers.
-
Uses of Authenticator in com.sun.net.httpserver
Modifier and TypeClassDescriptionclass
BasicAuthenticator provides an implementation of HTTP Basic authentication.Modifier and TypeMethodDescriptionabstract Authenticator
HttpContext.getAuthenticator()
Returns the currently setAuthenticator
for this context if one exists.abstract Authenticator
HttpContext.setAuthenticator
(Authenticator auth) Sets theAuthenticator
for thisHttpContext
.Modifier and TypeMethodDescriptionabstract Authenticator
HttpContext.setAuthenticator
(Authenticator auth) Sets theAuthenticator
for thisHttpContext
.