public interface WSSAddUsernameEntryConfig extends WSSEntryConfig
Modifier and Type | Interface and Description |
---|---|
static class |
WSSAddUsernameEntryConfig.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 |
---|---|
boolean |
getAddCreated()
Gets the "addCreated" attribute
|
boolean |
getAddNonce()
Gets the "addNonce" attribute
|
WSSUsernamePasswordPasswordTypeConfig.Enum |
getPasswordType()
Gets the "passwordType" attribute
|
boolean |
isSetAddCreated()
True if has "addCreated" attribute
|
boolean |
isSetAddNonce()
True if has "addNonce" attribute
|
boolean |
isSetPasswordType()
True if has "passwordType" attribute
|
void |
setAddCreated(boolean addCreated)
Sets the "addCreated" attribute
|
void |
setAddNonce(boolean addNonce)
Sets the "addNonce" attribute
|
void |
setPasswordType(WSSUsernamePasswordPasswordTypeConfig.Enum passwordType)
Sets the "passwordType" attribute
|
void |
unsetAddCreated()
Unsets the "addCreated" attribute
|
void |
unsetAddNonce()
Unsets the "addNonce" attribute
|
void |
unsetPasswordType()
Unsets the "passwordType" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetAddCreated()
Gets (as xml) the "addCreated" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetAddNonce()
Gets (as xml) the "addNonce" attribute
|
WSSUsernamePasswordPasswordTypeConfig |
xgetPasswordType()
Gets (as xml) the "passwordType" attribute
|
void |
xsetAddCreated(org.apache.xmlbeans.XmlBoolean addCreated)
Sets (as xml) the "addCreated" attribute
|
void |
xsetAddNonce(org.apache.xmlbeans.XmlBoolean addNonce)
Sets (as xml) the "addNonce" attribute
|
void |
xsetPasswordType(WSSUsernamePasswordPasswordTypeConfig passwordType)
Sets (as xml) the "passwordType" attribute
|
getKeyIdentifierType, getPassword, getUsername, isSetKeyIdentifierType, isSetPassword, isSetUsername, setKeyIdentifierType, setPassword, setUsername, unsetKeyIdentifierType, unsetPassword, unsetUsername, xgetKeyIdentifierType, xgetPassword, xgetUsername, xsetKeyIdentifierType, xsetPassword, xsetUsername
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
boolean getAddCreated()
org.apache.xmlbeans.XmlBoolean xgetAddCreated()
boolean isSetAddCreated()
void setAddCreated(boolean addCreated)
void xsetAddCreated(org.apache.xmlbeans.XmlBoolean addCreated)
void unsetAddCreated()
boolean getAddNonce()
org.apache.xmlbeans.XmlBoolean xgetAddNonce()
boolean isSetAddNonce()
void setAddNonce(boolean addNonce)
void xsetAddNonce(org.apache.xmlbeans.XmlBoolean addNonce)
void unsetAddNonce()
WSSUsernamePasswordPasswordTypeConfig.Enum getPasswordType()
WSSUsernamePasswordPasswordTypeConfig xgetPasswordType()
boolean isSetPasswordType()
void setPasswordType(WSSUsernamePasswordPasswordTypeConfig.Enum passwordType)
void xsetPasswordType(WSSUsernamePasswordPasswordTypeConfig passwordType)
void unsetPasswordType()
Copyright © 2019. All Rights Reserved.