public interface WSSEntryConfig extends RegistryEntryConfig
Modifier and Type | Interface and Description |
---|---|
static class |
WSSEntryConfig.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
KeyIdentifierTypeConfig.Enum |
getKeyIdentifierType()
Gets the "keyIdentifierType" attribute
|
String |
getPassword()
Gets the "password" attribute
|
String |
getUsername()
Gets the "username" attribute
|
boolean |
isSetKeyIdentifierType()
True if has "keyIdentifierType" attribute
|
boolean |
isSetPassword()
True if has "password" attribute
|
boolean |
isSetUsername()
True if has "username" attribute
|
void |
setKeyIdentifierType(KeyIdentifierTypeConfig.Enum keyIdentifierType)
Sets the "keyIdentifierType" attribute
|
void |
setPassword(String password)
Sets the "password" attribute
|
void |
setUsername(String username)
Sets the "username" attribute
|
void |
unsetKeyIdentifierType()
Unsets the "keyIdentifierType" attribute
|
void |
unsetPassword()
Unsets the "password" attribute
|
void |
unsetUsername()
Unsets the "username" attribute
|
KeyIdentifierTypeConfig |
xgetKeyIdentifierType()
Gets (as xml) the "keyIdentifierType" attribute
|
org.apache.xmlbeans.XmlString |
xgetPassword()
Gets (as xml) the "password" attribute
|
org.apache.xmlbeans.XmlString |
xgetUsername()
Gets (as xml) the "username" attribute
|
void |
xsetKeyIdentifierType(KeyIdentifierTypeConfig keyIdentifierType)
Sets (as xml) the "keyIdentifierType" attribute
|
void |
xsetPassword(org.apache.xmlbeans.XmlString password)
Sets (as xml) the "password" attribute
|
void |
xsetUsername(org.apache.xmlbeans.XmlString username)
Sets (as xml) the "username" attribute
|
addNewConfiguration, getConfiguration, getType, isSetType, setConfiguration, setType, unsetType, xgetType, xsetType
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
String getUsername()
org.apache.xmlbeans.XmlString xgetUsername()
boolean isSetUsername()
void setUsername(String username)
void xsetUsername(org.apache.xmlbeans.XmlString username)
void unsetUsername()
String getPassword()
org.apache.xmlbeans.XmlString xgetPassword()
boolean isSetPassword()
void setPassword(String password)
void xsetPassword(org.apache.xmlbeans.XmlString password)
void unsetPassword()
KeyIdentifierTypeConfig.Enum getKeyIdentifierType()
KeyIdentifierTypeConfig xgetKeyIdentifierType()
boolean isSetKeyIdentifierType()
void setKeyIdentifierType(KeyIdentifierTypeConfig.Enum keyIdentifierType)
void xsetKeyIdentifierType(KeyIdentifierTypeConfig keyIdentifierType)
void unsetKeyIdentifierType()
Copyright © 2019. All Rights Reserved.