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