Authenticator
interface defines the service interface of the authenticator used by the Sling engine. This service provides a method to find an {@link AuthenticationHandler} and call its{@link AuthenticationHandler#requestAuthentication(HttpServletRequest,HttpServletResponse)}method. This interface is not intended to be implemented by applications but may be used to initiate the authentication process form a request processing servlet or script. @since 2.0.4 This is version of the sling engine module where these classes wherehosted before. @deprecated use {@link org.apache.sling.auth.core.AuthenticationSupport} instead
|
|