Package org.apache.jena.atlas.web.auth

Interface Summary
HttpAuthenticator Interface for classes that are able to apply some form of authentication to a HttpClient instance.
 

Class Summary
AbstractCredentialsAuthenticator Abstract authenticator that uses user name and password credentials
AbstractScopedAuthenticator<T> An abstract helper for authenticators which scope credentials to URIs
ApacheModAuthFormLogin Represents form login credentials where form logins are against Apache mod_auth_form secured servers using default form field configuration
DelegatingAuthenticator A scoped authenticator which is actually a wrapper around other authenticators and thus can be used to mix and match different authentication mechanisms to different services as desired
FormLogin Represents form login credentials
FormsAuthenticator An authenticator capable of making Form based logins and using cookies to maintain authentication state.
PreemptiveBasicAuthenticator A decorator for other authenticators that may be used to enable preemptive basic authentication.
ScopedAuthenticator A credentials based authenticator where credentials are scoped to URIs.
ScopedNTAuthenticator A credentials based authenticator where credentials are scoped to URIs.
ServiceAuthenticator A HTTP authenticator which selects credentials based upon service context found in the provided Context.
SimpleAuthenticator A HTTP Authenticator which provides authentication via user name and password combinations.
SimpleNTAuthenticator A HTTP Authenticator which provides authentication via user name and password combinations.
 



Licenced under the Apache License, Version 2.0