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

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

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

Subclasses of FormLogin in org.apache.jena.atlas.web.auth
 class ApacheModAuthFormLogin
          Represents form login credentials where form logins are against Apache mod_auth_form secured servers using default form field configuration
 

Methods in org.apache.jena.atlas.web.auth with parameters of type FormLogin
 void FormsAuthenticator.addLogin(URI target, FormLogin login)
          Adds a login to the authenticator preserving any existing cookies associated with the login
 

Constructors in org.apache.jena.atlas.web.auth with parameters of type FormLogin
FormsAuthenticator(URI target, FormLogin login)
          Creates a new authenticator with the given login
 

Constructor parameters in org.apache.jena.atlas.web.auth with type arguments of type FormLogin
FormsAuthenticator(Map<URI,FormLogin> logins)
          Creates a new authenticator with the given logins
 



Licenced under the Apache License, Version 2.0