|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface SecurityDocument.Security
An XML security(@http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
SecurityDocument.Security.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
|
| Fields inherited from interface org.apache.xmlbeans.XmlObject |
|---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
| Method Summary | |
|---|---|
PropertyDocument.Property |
addNewProperty()
Appends and returns a new empty value (as xml) as the last "property" element |
java.lang.String |
getCallbackHandler()
Gets the "callbackHandler" attribute |
java.lang.String |
getModuleName()
Gets the "moduleName" attribute |
PropertyDocument.Property[] |
getPropertyArray()
Deprecated. |
PropertyDocument.Property |
getPropertyArray(int i)
Gets ith "property" element |
java.util.List<PropertyDocument.Property> |
getPropertyList()
Gets a List of "property" elements |
java.lang.String |
getRolesAllowed()
Gets the "rolesAllowed" attribute |
java.lang.String |
getRunAs()
Gets the "runAs" attribute |
java.lang.String |
getUseCallerIdentity()
Gets the "useCallerIdentity" attribute |
PropertyDocument.Property |
insertNewProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "property" element |
boolean |
isSetCallbackHandler()
True if has "callbackHandler" attribute |
boolean |
isSetRolesAllowed()
True if has "rolesAllowed" attribute |
boolean |
isSetRunAs()
True if has "runAs" attribute |
boolean |
isSetUseCallerIdentity()
True if has "useCallerIdentity" attribute |
void |
removeProperty(int i)
Removes the ith "property" element |
void |
setCallbackHandler(java.lang.String callbackHandler)
Sets the "callbackHandler" attribute |
void |
setModuleName(java.lang.String moduleName)
Sets the "moduleName" attribute |
void |
setPropertyArray(int i,
PropertyDocument.Property property)
Sets ith "property" element |
void |
setPropertyArray(PropertyDocument.Property[] propertyArray)
Sets array of all "property" element |
void |
setRolesAllowed(java.lang.String rolesAllowed)
Sets the "rolesAllowed" attribute |
void |
setRunAs(java.lang.String runAs)
Sets the "runAs" attribute |
void |
setUseCallerIdentity(java.lang.String useCallerIdentity)
Sets the "useCallerIdentity" attribute |
int |
sizeOfPropertyArray()
Returns number of "property" element |
void |
unsetCallbackHandler()
Unsets the "callbackHandler" attribute |
void |
unsetRolesAllowed()
Unsets the "rolesAllowed" attribute |
void |
unsetRunAs()
Unsets the "runAs" attribute |
void |
unsetUseCallerIdentity()
Unsets the "useCallerIdentity" attribute |
org.apache.xmlbeans.XmlString |
xgetCallbackHandler()
Gets (as xml) the "callbackHandler" attribute |
org.apache.xmlbeans.XmlString |
xgetModuleName()
Gets (as xml) the "moduleName" attribute |
org.apache.xmlbeans.XmlString |
xgetRolesAllowed()
Gets (as xml) the "rolesAllowed" attribute |
org.apache.xmlbeans.XmlString |
xgetRunAs()
Gets (as xml) the "runAs" attribute |
org.apache.xmlbeans.XmlString |
xgetUseCallerIdentity()
Gets (as xml) the "useCallerIdentity" attribute |
void |
xsetCallbackHandler(org.apache.xmlbeans.XmlString callbackHandler)
Sets (as xml) the "callbackHandler" attribute |
void |
xsetModuleName(org.apache.xmlbeans.XmlString moduleName)
Sets (as xml) the "moduleName" attribute |
void |
xsetRolesAllowed(org.apache.xmlbeans.XmlString rolesAllowed)
Sets (as xml) the "rolesAllowed" attribute |
void |
xsetRunAs(org.apache.xmlbeans.XmlString runAs)
Sets (as xml) the "runAs" attribute |
void |
xsetUseCallerIdentity(org.apache.xmlbeans.XmlString useCallerIdentity)
Sets (as xml) the "useCallerIdentity" attribute |
| Methods inherited from interface org.apache.xmlbeans.XmlObject |
|---|
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 |
| Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
|---|
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 |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
java.util.List<PropertyDocument.Property> getPropertyList()
PropertyDocument.Property[] getPropertyArray()
PropertyDocument.Property getPropertyArray(int i)
int sizeOfPropertyArray()
void setPropertyArray(PropertyDocument.Property[] propertyArray)
void setPropertyArray(int i,
PropertyDocument.Property property)
PropertyDocument.Property insertNewProperty(int i)
PropertyDocument.Property addNewProperty()
void removeProperty(int i)
java.lang.String getRunAs()
org.apache.xmlbeans.XmlString xgetRunAs()
boolean isSetRunAs()
void setRunAs(java.lang.String runAs)
void xsetRunAs(org.apache.xmlbeans.XmlString runAs)
void unsetRunAs()
java.lang.String getRolesAllowed()
org.apache.xmlbeans.XmlString xgetRolesAllowed()
boolean isSetRolesAllowed()
void setRolesAllowed(java.lang.String rolesAllowed)
void xsetRolesAllowed(org.apache.xmlbeans.XmlString rolesAllowed)
void unsetRolesAllowed()
java.lang.String getModuleName()
org.apache.xmlbeans.XmlString xgetModuleName()
void setModuleName(java.lang.String moduleName)
void xsetModuleName(org.apache.xmlbeans.XmlString moduleName)
java.lang.String getUseCallerIdentity()
org.apache.xmlbeans.XmlString xgetUseCallerIdentity()
boolean isSetUseCallerIdentity()
void setUseCallerIdentity(java.lang.String useCallerIdentity)
void xsetUseCallerIdentity(org.apache.xmlbeans.XmlString useCallerIdentity)
void unsetUseCallerIdentity()
java.lang.String getCallbackHandler()
org.apache.xmlbeans.XmlString xgetCallbackHandler()
boolean isSetCallbackHandler()
void setCallbackHandler(java.lang.String callbackHandler)
void xsetCallbackHandler(org.apache.xmlbeans.XmlString callbackHandler)
void unsetCallbackHandler()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||