org.apache.jena.atlas.web.auth
Class ApacheModAuthFormLogin

java.lang.Object
  extended by org.apache.jena.atlas.web.auth.FormLogin
      extended by org.apache.jena.atlas.web.auth.ApacheModAuthFormLogin

public class ApacheModAuthFormLogin
extends FormLogin

Represents form login credentials where form logins are against Apache mod_auth_form secured servers using default form field configuration


Field Summary
static String PASSWORD_FIELD
          Default password field used by Apache mod_auth_form configurations
static String USER_FIELD
          Default user field used by Apache mod_auth_form configurations
 
Constructor Summary
ApacheModAuthFormLogin(String loginFormURL, String username, char[] password)
          Creates new form login credentials
 
Method Summary
 
Methods inherited from class org.apache.jena.atlas.web.auth.FormLogin
clearCookies, getCookies, getLoginEntity, getLoginFormURL, hasCookies, setCookies
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USER_FIELD

public static final String USER_FIELD
Default user field used by Apache mod_auth_form configurations

See Also:
Constant Field Values

PASSWORD_FIELD

public static final String PASSWORD_FIELD
Default password field used by Apache mod_auth_form configurations

See Also:
Constant Field Values
Constructor Detail

ApacheModAuthFormLogin

public ApacheModAuthFormLogin(String loginFormURL,
                              String username,
                              char[] password)
Creates new form login credentials

Parameters:
loginFormURL - Login Form URL
username - User name
password - Password


Licenced under the Apache License, Version 2.0