Package com.smartgridready.communicator.rest.http.authentication
-
Interface Summary Interface Description Authenticator Defines the interface of an HTTP authenticator. -
Class Summary Class Description AuthenticatorFactory Implements a factory that creates HTTP authenticators.BasicAuthenticator Implements an HTTP authenticator for basic authentication.BearerTokenAuthenticator Implements an HTTP authenticator using JWT bearer tokens.DummyHttpAuthenticator Dummy implementation of an HTTP authenticator.