public interface SecurityType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
SecurityType.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 |
|---|---|
SecurityStoreType |
addNewKeystore()
Appends and returns a new empty "keystore" element
|
RealmType |
addNewRealm()
Appends and returns a new empty value (as xml) as the last "realm" element
|
SecurityStoreType |
addNewTruststore()
Appends and returns a new empty "truststore" element
|
SecurityStoreType |
getKeystore()
Gets the "keystore" element
|
RealmType[] |
getRealmArray()
Gets array of all "realm" elements
|
RealmType |
getRealmArray(int i)
Gets ith "realm" element
|
SecurityStoreType |
getTruststore()
Gets the "truststore" element
|
RealmType |
insertNewRealm(int i)
Inserts and returns a new empty value (as xml) as the ith "realm" element
|
boolean |
isSetKeystore()
True if has "keystore" element
|
boolean |
isSetTruststore()
True if has "truststore" element
|
void |
removeRealm(int i)
Removes the ith "realm" element
|
void |
setKeystore(SecurityStoreType keystore)
Sets the "keystore" element
|
void |
setRealmArray(int i,
RealmType realm)
Sets ith "realm" element
|
void |
setRealmArray(RealmType[] realmArray)
Sets array of all "realm" element
|
void |
setTruststore(SecurityStoreType truststore)
Sets the "truststore" element
|
int |
sizeOfRealmArray()
Returns number of "realm" element
|
void |
unsetKeystore()
Unsets the "keystore" element
|
void |
unsetTruststore()
Unsets the "truststore" element
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextSecurityStoreType getKeystore()
boolean isSetKeystore()
void setKeystore(SecurityStoreType keystore)
SecurityStoreType addNewKeystore()
void unsetKeystore()
SecurityStoreType getTruststore()
boolean isSetTruststore()
void setTruststore(SecurityStoreType truststore)
SecurityStoreType addNewTruststore()
void unsetTruststore()
RealmType[] getRealmArray()
RealmType getRealmArray(int i)
int sizeOfRealmArray()
void setRealmArray(RealmType[] realmArray)
void setRealmArray(int i,
RealmType realm)
RealmType insertNewRealm(int i)
RealmType addNewRealm()
void removeRealm(int i)
Copyright © 2014–2016. All rights reserved.