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

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

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

Subclasses of AbstractScopedAuthenticator in org.apache.jena.atlas.web.auth
 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.
 



Licenced under the Apache License, Version 2.0