|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
AbstractServiceReferenceConfig may be used as a base class
to define ServletConfig and FilterConfig
instances from OSGi ServiceReference objects.AuthenticationHandler interface defines the service API used
by the authentication implementation to support plugin various ways of
extracting credentials from the request.AuthenticationInfo defines the data returned from the
AuthenticationHandler.authenticate(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
method.AuthenticationInfo.AuthenticationInfo(String, Credentials, String) method would be
called with a null workspace name.
Authenticator interface defines the service interface of the
authenticator used by the Sling engine.AuthenticationHandler.authenticate(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
method to indicate an ongoing authentication transaction.
CoreConstants interface provides some symbolic constants
for well known constant strings in Sling.ErrorHandler defines the interface of the service used by
the Sling to handle calls to HttpServletResponse.sendError and
to handle uncaught Throwables.Throwable.
AuthenticationHandler for the given request and call its
AuthenticationHandler.requestAuthentication(HttpServletRequest, HttpServletResponse)
method to initiate an authentication process with the client to login to
Sling.
NoAuthenticationHandlerException is thrown to indicate that
there is no AuthenticationHandler willing to handle the request.Accept-* header of the form:
Header = Token { "," Token } .
RequestLog interface defines the API to be implemented by
providers of destinations for request log information.org.apache.sling.engine.impl.auth.SlingAuthenticator
when authenticating the request user (value is "javax.jcr.Session").
SlingSettingsService provides basic Sling settings.message to the output destination.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||