Package org.apache.sling.commons.auth
- 
Interface Summary Interface Description AuthenticationSupport TheAuthenticationSupportprovides the service API used to implement theHttpContext.handleSecuritymethod as defined in the OSGi Http Service specification.Authenticator TheAuthenticatorinterface defines the service interface of the authenticator used by the Sling engine. - 
Exception Summary Exception Description NoAuthenticationHandlerException TheNoAuthenticationHandlerExceptionis thrown to indicate that there is noAuthenticationHandlerwilling to handle the request.