public abstract class CredentialsConfig extends Object
CredentialsConfig...| Modifier and Type | Field and Description |
|---|---|
static String |
ATTR_TYPE |
static String |
ELEM_CREDETIALS |
String |
type |
| Constructor and Description |
|---|
CredentialsConfig(String type) |
| Modifier and Type | Method and Description |
|---|---|
abstract Credentials |
getCredentials() |
static CredentialsConfig |
load(Element elem) |
void |
write(ContentHandler handler) |
public final String type
public static final String ATTR_TYPE
public static final String ELEM_CREDETIALS
public CredentialsConfig(String type)
public static CredentialsConfig load(Element elem) throws ConfigurationException
ConfigurationExceptionpublic abstract Credentials getCredentials()
public void write(ContentHandler handler) throws SAXException
SAXExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved