Uses of Class
com.sun.net.httpserver.Authenticator
Packages that use 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
Subclasses of Authenticator in com.sun.net.httpserverModifier and TypeClassDescriptionclass
BasicAuthenticator provides an implementation of HTTP Basic authentication.Methods in com.sun.net.httpserver that return AuthenticatorModifier 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
.Methods in com.sun.net.httpserver with parameters of type AuthenticatorModifier and TypeMethodDescriptionabstract Authenticator
HttpContext.setAuthenticator
(Authenticator auth) Sets theAuthenticator
for thisHttpContext
.