|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SecurityIdentityType | |
org.apache.geronimo.xbeans.ejb | |
org.apache.geronimo.xbeans.ejb.impl |
Uses of SecurityIdentityType in org.apache.geronimo.xbeans.ejb |
Methods in org.apache.geronimo.xbeans.ejb that return SecurityIdentityType | |
SecurityIdentityType |
EntityBeanType.getSecurityIdentity()
Gets the "security-identity" element |
SecurityIdentityType |
EntityBeanType.addNewSecurityIdentity()
Appends and returns a new empty "security-identity" element |
SecurityIdentityType |
SessionBeanType.getSecurityIdentity()
Gets the "security-identity" element |
SecurityIdentityType |
SessionBeanType.addNewSecurityIdentity()
Appends and returns a new empty "security-identity" element |
SecurityIdentityType |
MessageDrivenBeanType.getSecurityIdentity()
Gets the "security-identity" element |
SecurityIdentityType |
MessageDrivenBeanType.addNewSecurityIdentity()
Appends and returns a new empty "security-identity" element |
static SecurityIdentityType |
SecurityIdentityType.Factory.newInstance()
|
static SecurityIdentityType |
SecurityIdentityType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static SecurityIdentityType |
SecurityIdentityType.Factory.parse(String s)
|
static SecurityIdentityType |
SecurityIdentityType.Factory.parse(String s,
org.apache.xmlbeans.XmlOptions options)
|
static SecurityIdentityType |
SecurityIdentityType.Factory.parse(File f)
|
static SecurityIdentityType |
SecurityIdentityType.Factory.parse(File f,
org.apache.xmlbeans.XmlOptions options)
|
static SecurityIdentityType |
SecurityIdentityType.Factory.parse(URL u)
|
static SecurityIdentityType |
SecurityIdentityType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static SecurityIdentityType |
SecurityIdentityType.Factory.parse(InputStream is)
|
static SecurityIdentityType |
SecurityIdentityType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static SecurityIdentityType |
SecurityIdentityType.Factory.parse(Reader r)
|
static SecurityIdentityType |
SecurityIdentityType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static SecurityIdentityType |
SecurityIdentityType.Factory.parse(Node node)
|
static SecurityIdentityType |
SecurityIdentityType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static SecurityIdentityType |
SecurityIdentityType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
|
static SecurityIdentityType |
SecurityIdentityType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.apache.geronimo.xbeans.ejb with parameters of type SecurityIdentityType | |
void |
EntityBeanType.setSecurityIdentity(SecurityIdentityType securityIdentity)
Sets the "security-identity" element |
void |
SessionBeanType.setSecurityIdentity(SecurityIdentityType securityIdentity)
Sets the "security-identity" element |
void |
MessageDrivenBeanType.setSecurityIdentity(SecurityIdentityType securityIdentity)
Sets the "security-identity" element |
Uses of SecurityIdentityType in org.apache.geronimo.xbeans.ejb.impl |
Classes in org.apache.geronimo.xbeans.ejb.impl that implement SecurityIdentityType | |
class |
SecurityIdentityTypeImpl
An XML security-identityType(@http://java.sun.com/xml/ns/j2ee). |
Methods in org.apache.geronimo.xbeans.ejb.impl that return SecurityIdentityType | |
SecurityIdentityType |
EntityBeanTypeImpl.getSecurityIdentity()
Gets the "security-identity" element |
SecurityIdentityType |
EntityBeanTypeImpl.addNewSecurityIdentity()
Appends and returns a new empty "security-identity" element |
SecurityIdentityType |
SessionBeanTypeImpl.getSecurityIdentity()
Gets the "security-identity" element |
SecurityIdentityType |
SessionBeanTypeImpl.addNewSecurityIdentity()
Appends and returns a new empty "security-identity" element |
SecurityIdentityType |
MessageDrivenBeanTypeImpl.getSecurityIdentity()
Gets the "security-identity" element |
SecurityIdentityType |
MessageDrivenBeanTypeImpl.addNewSecurityIdentity()
Appends and returns a new empty "security-identity" element |
Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type SecurityIdentityType | |
void |
EntityBeanTypeImpl.setSecurityIdentity(SecurityIdentityType securityIdentity)
Sets the "security-identity" element |
void |
SessionBeanTypeImpl.setSecurityIdentity(SecurityIdentityType securityIdentity)
Sets the "security-identity" element |
void |
MessageDrivenBeanTypeImpl.setSecurityIdentity(SecurityIdentityType securityIdentity)
Sets the "security-identity" element |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |