|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SecurityRoleType in org.apache.geronimo.xbeans.ejb |
Methods in org.apache.geronimo.xbeans.ejb that return SecurityRoleType | |
SecurityRoleType[] |
AssemblyDescriptorType.getSecurityRoleArray()
Gets array of all "security-role" elements |
SecurityRoleType |
AssemblyDescriptorType.getSecurityRoleArray(int i)
Gets ith "security-role" element |
SecurityRoleType |
AssemblyDescriptorType.insertNewSecurityRole(int i)
Inserts and returns a new empty value (as xml) as the ith "security-role" element |
SecurityRoleType |
AssemblyDescriptorType.addNewSecurityRole()
Appends and returns a new empty value (as xml) as the last "security-role" element |
Methods in org.apache.geronimo.xbeans.ejb with parameters of type SecurityRoleType | |
void |
AssemblyDescriptorType.setSecurityRoleArray(SecurityRoleType[] securityRoleArray)
Sets array of all "security-role" element |
void |
AssemblyDescriptorType.setSecurityRoleArray(int i,
SecurityRoleType securityRole)
Sets ith "security-role" element |
Uses of SecurityRoleType in org.apache.geronimo.xbeans.ejb.impl |
Methods in org.apache.geronimo.xbeans.ejb.impl that return SecurityRoleType | |
SecurityRoleType[] |
AssemblyDescriptorTypeImpl.getSecurityRoleArray()
Gets array of all "security-role" elements |
SecurityRoleType |
AssemblyDescriptorTypeImpl.getSecurityRoleArray(int i)
Gets ith "security-role" element |
SecurityRoleType |
AssemblyDescriptorTypeImpl.insertNewSecurityRole(int i)
Inserts and returns a new empty value (as xml) as the ith "security-role" element |
SecurityRoleType |
AssemblyDescriptorTypeImpl.addNewSecurityRole()
Appends and returns a new empty value (as xml) as the last "security-role" element |
Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type SecurityRoleType | |
void |
AssemblyDescriptorTypeImpl.setSecurityRoleArray(SecurityRoleType[] securityRoleArray)
Sets array of all "security-role" element |
void |
AssemblyDescriptorTypeImpl.setSecurityRoleArray(int i,
SecurityRoleType securityRole)
Sets ith "security-role" element |
Uses of SecurityRoleType in org.apache.geronimo.xbeans.j2ee |
Methods in org.apache.geronimo.xbeans.j2ee that return SecurityRoleType | |
static SecurityRoleType |
SecurityRoleType.Factory.newInstance()
|
static SecurityRoleType |
SecurityRoleType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static SecurityRoleType |
SecurityRoleType.Factory.parse(String s)
|
static SecurityRoleType |
SecurityRoleType.Factory.parse(String s,
org.apache.xmlbeans.XmlOptions options)
|
static SecurityRoleType |
SecurityRoleType.Factory.parse(File f)
|
static SecurityRoleType |
SecurityRoleType.Factory.parse(File f,
org.apache.xmlbeans.XmlOptions options)
|
static SecurityRoleType |
SecurityRoleType.Factory.parse(URL u)
|
static SecurityRoleType |
SecurityRoleType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static SecurityRoleType |
SecurityRoleType.Factory.parse(InputStream is)
|
static SecurityRoleType |
SecurityRoleType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static SecurityRoleType |
SecurityRoleType.Factory.parse(Reader r)
|
static SecurityRoleType |
SecurityRoleType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static SecurityRoleType |
SecurityRoleType.Factory.parse(Node node)
|
static SecurityRoleType |
SecurityRoleType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static SecurityRoleType |
SecurityRoleType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
|
static SecurityRoleType |
SecurityRoleType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
|
SecurityRoleType[] |
ApplicationType.getSecurityRoleArray()
Gets array of all "security-role" elements |
SecurityRoleType |
ApplicationType.getSecurityRoleArray(int i)
Gets ith "security-role" element |
SecurityRoleType |
ApplicationType.insertNewSecurityRole(int i)
Inserts and returns a new empty value (as xml) as the ith "security-role" element |
SecurityRoleType |
ApplicationType.addNewSecurityRole()
Appends and returns a new empty value (as xml) as the last "security-role" element |
Methods in org.apache.geronimo.xbeans.j2ee with parameters of type SecurityRoleType | |
void |
ApplicationType.setSecurityRoleArray(SecurityRoleType[] securityRoleArray)
Sets array of all "security-role" element |
void |
ApplicationType.setSecurityRoleArray(int i,
SecurityRoleType securityRole)
Sets ith "security-role" element |
Uses of SecurityRoleType in org.apache.geronimo.xbeans.j2ee.impl |
Classes in org.apache.geronimo.xbeans.j2ee.impl that implement SecurityRoleType | |
class |
SecurityRoleTypeImpl
An XML security-roleType(@http://java.sun.com/xml/ns/j2ee). |
Methods in org.apache.geronimo.xbeans.j2ee.impl that return SecurityRoleType | |
SecurityRoleType[] |
ApplicationTypeImpl.getSecurityRoleArray()
Gets array of all "security-role" elements |
SecurityRoleType |
ApplicationTypeImpl.getSecurityRoleArray(int i)
Gets ith "security-role" element |
SecurityRoleType |
ApplicationTypeImpl.insertNewSecurityRole(int i)
Inserts and returns a new empty value (as xml) as the ith "security-role" element |
SecurityRoleType |
ApplicationTypeImpl.addNewSecurityRole()
Appends and returns a new empty value (as xml) as the last "security-role" element |
Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type SecurityRoleType | |
void |
ApplicationTypeImpl.setSecurityRoleArray(SecurityRoleType[] securityRoleArray)
Sets array of all "security-role" element |
void |
ApplicationTypeImpl.setSecurityRoleArray(int i,
SecurityRoleType securityRole)
Sets ith "security-role" element |
Uses of SecurityRoleType in org.apache.geronimo.xbeans.web |
Methods in org.apache.geronimo.xbeans.web that return SecurityRoleType | |
SecurityRoleType[] |
WebAppType.getSecurityRoleArray()
Gets array of all "security-role" elements |
SecurityRoleType |
WebAppType.getSecurityRoleArray(int i)
Gets ith "security-role" element |
SecurityRoleType |
WebAppType.insertNewSecurityRole(int i)
Inserts and returns a new empty value (as xml) as the ith "security-role" element |
SecurityRoleType |
WebAppType.addNewSecurityRole()
Appends and returns a new empty value (as xml) as the last "security-role" element |
Methods in org.apache.geronimo.xbeans.web with parameters of type SecurityRoleType | |
void |
WebAppType.setSecurityRoleArray(SecurityRoleType[] securityRoleArray)
Sets array of all "security-role" element |
void |
WebAppType.setSecurityRoleArray(int i,
SecurityRoleType securityRole)
Sets ith "security-role" element |
Uses of SecurityRoleType in org.apache.geronimo.xbeans.web.impl |
Methods in org.apache.geronimo.xbeans.web.impl that return SecurityRoleType | |
SecurityRoleType[] |
WebAppTypeImpl.getSecurityRoleArray()
Gets array of all "security-role" elements |
SecurityRoleType |
WebAppTypeImpl.getSecurityRoleArray(int i)
Gets ith "security-role" element |
SecurityRoleType |
WebAppTypeImpl.insertNewSecurityRole(int i)
Inserts and returns a new empty value (as xml) as the ith "security-role" element |
SecurityRoleType |
WebAppTypeImpl.addNewSecurityRole()
Appends and returns a new empty value (as xml) as the last "security-role" element |
Methods in org.apache.geronimo.xbeans.web.impl with parameters of type SecurityRoleType | |
void |
WebAppTypeImpl.setSecurityRoleArray(SecurityRoleType[] securityRoleArray)
Sets array of all "security-role" element |
void |
WebAppTypeImpl.setSecurityRoleArray(int i,
SecurityRoleType securityRole)
Sets ith "security-role" element |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |