Uses of Class
org.apache.jena.atlas.web.auth.AbstractCredentialsAuthenticator

Packages that use AbstractCredentialsAuthenticator
org.apache.jena.atlas.web.auth   
 

Uses of AbstractCredentialsAuthenticator in org.apache.jena.atlas.web.auth
 

Subclasses of AbstractCredentialsAuthenticator in org.apache.jena.atlas.web.auth
 class AbstractScopedAuthenticator<T>
           An abstract helper for authenticators which scope credentials to URIs
 class 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
 class FormsAuthenticator
           An authenticator capable of making Form based logins and using cookies to maintain authentication state.
 class ScopedAuthenticator
           A credentials based authenticator where credentials are scoped to URIs.
 class ScopedNTAuthenticator
           A credentials based authenticator where credentials are scoped to URIs.
 class ServiceAuthenticator
           A HTTP authenticator which selects credentials based upon service context found in the provided Context.
 class SimpleAuthenticator
           A HTTP Authenticator which provides authentication via user name and password combinations.
 class SimpleNTAuthenticator
           A HTTP Authenticator which provides authentication via user name and password combinations.
 



Licenced under the Apache License, Version 2.0