com.atlassian.confluence.util.http
Class Authenticator

java.lang.Object
  extended by com.atlassian.confluence.util.http.Authenticator
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HttpClientAuthenticator

public abstract class Authenticator
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String[] SIMPLE_PROPERTIES
           
 
Constructor Summary
Authenticator()
           
 
Method Summary
protected  String getProperty(String key)
           
 String[] getPropertyNames()
           
 void setProperty(String key, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIMPLE_PROPERTIES

public static final String[] SIMPLE_PROPERTIES
Constructor Detail

Authenticator

public Authenticator()
Method Detail

getPropertyNames

public String[] getPropertyNames()

setProperty

public void setProperty(String key,
                        String value)

getProperty

protected String getProperty(String key)


Confluence is developed by Atlassian.